similar to: [Bug 38630] New: 2" of left side of screen appears on the right when using certain apps

Displaying 20 results from an estimated 3000 matches similar to: "[Bug 38630] New: 2" of left side of screen appears on the right when using certain apps"

2007 Oct 29
1
Compiz - vista like Right Side Panel
Guys (and girls) I have seen screenshots of compiz with a vista like right side panel holding the clock, calendar, system stats, etc. that I would love to add. The problem is that (1) I don't know what it is called or (2) where to look to get it. I have looked at kasbar, ksim and universal sidebar under KDE, but those are not what I've seen. Anyone else have any other ideas? -- David
2005 Dec 19
0
has_one mapping with arbitrary right and left hand side keys
I have two tables: table_1: tab1_id, other_id table_2: id, tab2_id, something_else I would like to specify a has_one mapping from table_1 to table_2 but specifying that the join is based on (table_2.tab2_id = table_1.other_id). I am half way there with: class Table1 < ActiveRecord::Base set_table_name "table_1" set_primary_key "tab1_id" has_one :Table2, :class_name
2007 May 14
2
Left/right hand side characters
Hello all Is there a way reducing the number of characters in a list so that just the left n numbers of characters is given? For example, If I have a list, listnames, which consists of 4 strings of 6 characters; >listnames [1] "item12" "item34" "item56" "item78" Is there a way to reduce this so only the 5 characters on the lefthand side are
2013 May 22
1
is it possible to bring speed below 1000 bit/s
Hi folks, I am totally new to audio streaming codecs, and just looking around. Trying to figure out what else I can put on top of my very long list of projects. So a few days ago I figured out that fldigi a digimode application for Amateur Radio supports a dual 1000 Baud PSK mode. I thought "that's fast" and started looking around which sort of Data I could put into that. A
2009 Mar 04
2
AUdio Meter Application results in Access Violation
I'm trying to run AudioMeter.exe, available for download at http://www.mydarc.de/dg8saq/AudioMeter/index.shtml It is a single executable which measures the sound card input as RMS values and displays them. When I try and run it under Wine, the program's main window (title bar and frame only) and its debug window (title bar and fame only) show up on the screen and I get a message box that
2019 Sep 29
1
nouveau locking machine solid
Hi . I am having a very annoying problem not sure where the root of it lies When running FLdigi it runs fine for about 10 mineuts then i start getting errors leading to a complete lock up that needs a power button to free it up i get the following [ 653.080497] nouveau 0000:01:00.0: fifo: DMA_PUSHER - ch 3 [systemd-logind[462]] get 00000d3a24 [ 653.081461] nouveau 0000:01:00.0: gr:
2013 May 21
0
Arules: getting rules with only one item in the left-hand side
Hello, I am using the package arules to generate association rules. I would like to restrict the rules so that in the left-hand side there's only one particular element, let's call it "potatoe". If I do this: rules <- apriori(dtm.mat, parameter = list(sup = 0.4, conf = 0.9,target="rules"), appearance = list(lhs = c("potatoe"))) I get "potatoe"
1999 Dec 13
1
Superscript or subscript on Left hand side of symbol
Is there a way to get subscripts and superscripts on the left hand side of a symbol? For example, oC or oF (degree Celsius or Fahrenheit) TIA Partha -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the
2014 Feb 19
1
[Bug 75202] New: Asus Maximus IV GENE-Z - Nvidia GTX660 - Strange pink line on left screen side
https://bugs.freedesktop.org/show_bug.cgi?id=75202 Priority: medium Bug ID: 75202 Assignee: nouveau at lists.freedesktop.org Summary: Asus Maximus IV GENE-Z - Nvidia GTX660 - Strange pink line on left screen side QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified
2010 Apr 15
0
[LLVMdev] How to extract Left Hand side of Instruction
ambika wrote: > Hi, > > Suppose I have llvm Instruction as : > > %9 = load i32* %b, align 4 > > and I want to extract the name of temporary value used here ie 9. > Can any body tell that how can I do that? > I believe it's the getNameStr() method. Note that not all instructions have names (i.e., getNameStr() might give you an empty string). I think the LLVM
2019 Jan 22
4
usr/dash/eval.c:277:19: warning: logical not is only applied to the left hand side of comparison
? KLIBCCC usr/dash/eval.o usr/dash/eval.c: In function 'evaltree': usr/dash/eval.c:277:19: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] ?? if (!exitstatus == isor) ?????????????????? ^ Not sure what the fix should be: ?? if (!(exitstatus == isor)) Or ?? if ((!exitstatus) == isor) Any idea ? Christophe
2019 Jan 22
0
usr/dash/eval.c:277:19: warning: logical not is only applied to the left hand side of comparison
Hi! > Any idea ? I believe that: if (!exitstatus == isor) equals to, if ((!exitstatus) == isor) because the exclamation mark have bigger priority than "==". Nikita.
2019 Jan 22
0
usr/dash/eval.c:277:19: warning: logical not is only applied to the left hand side of comparison
Hi Christophe. On Tue, Jan 22, 2019 at 04:53:05PM +0000, Christophe Leroy wrote: > ? KLIBCCC usr/dash/eval.o > usr/dash/eval.c: In function 'evaltree': > usr/dash/eval.c:277:19: warning: logical not is only applied to the > left hand side of comparison [-Wlogical-not-parentheses] > ?? if (!exitstatus == isor) > ?????????????????? ^ > > Not sure what the fix should
2019 Jan 22
1
usr/dash/eval.c:277:19: warning: logical not is only applied to the left hand side of comparison
On Tue, Jan 22, 2019 at 08:23:15PM +0100, Sam Ravnborg wrote: > So one could backport this fix. > But a better approach was maybe to upgrade to latest dash version. > yes, indeed upgrading dash is the best way. In the past, we imported latest dash from time to time. thanks to Ben for all of his work!
2014 Nov 02
0
Rsync hangs on "No space left on device" on the server side
Hi, We're replicating data over WAN using rsync over hpn-ssh. In case of destination disk full, rsync on the server side exits with rsync: close failed on <path> : No space left on device (28) rsync error: error in file IO (code 11) at receiver.c(731) However, parent sshd process doesn't recognize it and remains running - keeping rsync on the source side waiting
2006 Nov 23
1
loess lines in xyplot with two or more variables on the left side of a formula
Hello: I recall something like this being discuss recently, but I can't seem to locate an example in the archives. I have data like the following: df <- expand.grid(1:4, 1992:2002) names(df) <- c("MSA", "YEAR") df$IDUPREV <- runif(44) df$VALIDAT <- rnorm(44) I want to create an xyplot() with separate loess lines for each series (IDUPREV and VALIDAT) in
2010 Dec 13
2
Does a formula object have a "left hand side"
Hello, Does anyone know of a function that will determine whether or not a formula object has a left hand side? I.e., can differentiate between y ~ x + z and ~ x + z Perhaps I'm overlooking the obvious... Thanks!
2011 Nov 28
1
2 Y-AXIS labels on the same (left-hand side) Y-AXIS XXXX
Hello everyone, Is it possible to specify a 2 line y-axis label on the same lef-hand side y-axis? I am using the \n regular expression, but only the 2nd line appears (I assume the 1st line is printed off the page...) plot(PRE_SHB,R1, main="Figure 1.1: Scatterplot of Residualized Post Score", xlab = "Pre Score", ylab = "Residualized Post Score \n (Adjusted for Age
2010 Apr 15
3
[LLVMdev] How to extract Left Hand side of Instruction
Hi, Suppose I have llvm Instruction as : %9 = load i32* %b, align 4 and I want to extract the name of temporary value used here ie 9. Can any body tell that how can I do that? thanks and regards, Ambika
2009 Dec 01
1
explanation for left-side behaviour
Hi there, I'm pretty sure that it's written down somewhere but I cannot find it so far. The little example shows different approaches to replace a substring. Only the last one works. I think it has something to do with the fact that "substr" is used on the left side. Can anybody refer to an explanation for this behaviour? Thanks a lot in advance! Antje values <-