Displaying 20 results from an estimated 100 matches similar to: "[PATCH] Add _display when it's not a screen specific setting."
2007 Aug 13
0
[PATCH] Use default item separator for lists.
---
settings-backend/kconfig_backend.cpp | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/settings-backend/kconfig_backend.cpp b/settings-backend/kconfig_backend.cpp
index a68e270..43d66e5 100644
--- a/settings-backend/kconfig_backend.cpp
+++ b/settings-backend/kconfig_backend.cpp
@@ -595,7 +595,7 @@ readSetting (CCSContext *c,
case
2020 Nov 19
1
Learning to build applications
I have managed to get through the qtmake stage of compiling the current github version of pgmodeler on CentOS 7 but make && make install fails with:
make && make install
cd libutils/ && ( test -e Makefile || /bin/qmake-qt5 -o Makefile /home/h/pgmodeler/libutils/libutils.pro CONFIG+=release PREFIX= BINDIR= PRIVATEBINDIR= PRIVATELIBDIR=/lib ) && make -f Makefile
2007 Jul 13
0
KWD crashes when opening OOo
Hello,
KWD crashes almost regularly when trying to start OpenOffice.org. I've
attached two output files from valgrind to this e-mail (as suggested by David
Reveman in another mail 11.7):
Use something like:
valgrind --tool=memcheck kde-window-decorator ....
I'm using Trevino's git version of Compiz in up-to-date Kubuntu Feisty system.
Compiz version is
2004 Nov 24
2
an R function to search on Prof. Baron's site
Inspired by the functions that Barry Rawlingson and Dave Forrest posted for
searching Rwiki and R-help archive, I've made up a function that does the
search on Prof. Baron's site (Thanks to Prof. Baron's help on setting up the
query string!):
RSiteSearch <- function(string, restrict="Rhelp", format="long",
sortby="score",
2004 Dec 23
1
searching Jonathan Baron's R Site
First, my site will be down December 27-28 because of a network
upgrade at Penn. It will also be down at least one day before
that, while I upgrade the operating system. (And another day
some time in January because of a planned power outage.)
Second, I have replaced the search engine in my R site:
http://finzi.psych.upenn.edu/
I am now using Namazu instead of HtDig. The direct link to the
2006 Jun 29
1
write.table does not quote col.names properly (PR#9044)
Full_Name: Michael Toews
Version: 2.3.1
OS: Mac OS 10.4.6 and WinXP/SP2
Submission from: (NULL) (24.80.163.133)
This bug also affects related functions (write.csv, etc.), and can be
demonstrated using either a matrix or data frame:
m <- matrix(1:9,nrow=3,
dimnames=list(c("A","B","C"),
c("I","II","III")))
2007 Jul 12
1
Read commandline defaults from a file?
Right now compiz has hardcoded defaults for command line options like
direct vs indirect rendering etc.
Because most users use scripts like gnome-wm to start compiz its not
that easy for them to change this options. My solution would be to have
a file (~/.compizrc) where the default values are saved. So that compiz
checks for the file first and pic up this values. If no file is found it
fails
2007 Apr 11
3
The direct/indirect rendering stuff and compiz
Hi,
In fact, this bugged me a long time and now I'd finally like to have a
solution:
https://bugs.freedesktop.org/show_bug.cgi?id=8160
The issue is:
compiz has now some fallback code to indirect rendering if direct doesn't
work. But that's completely useless, because it'll fail some lines later,
exactly here:
glxExtensions = glXQueryExtensionsString (dpy, screenNum);
2018 Jul 05
0
write.table with quote=TRUE fails on nested data.frames
Looks like I?m bumping a lot into unexpected behaviour lately, but I think I found a bug again, but don?t have access to Bugzilla:
Write.table (from core-package utils) doesn?t handle nested data.frames well, the quote arguments only marks top-level character (or-factor columns) for quoting, so this fails:
df <- data.frame(a='One;Two;Three',
2007 Jun 06
1
Compiz segmentation fault
Hey,
Whenever I run compiz --replace, I get a segmentation fault. This is what a
backtrace in gdb says:
#0 0xbb871310 in strstr () from /usr/lib/libc.so.12
#1 0x080590b6 in addScreen (display=0x8071980, screenNum=0,
wmSnSelectionWindow=39845889, wmSnAtom=365, wmSnTimestamp=27602486)
at screen.c:1756
#2 0x08055292 in addDisplay (name=0x0) at display.c:2484
#3 0x08050926 in main (argc=2,
2007 Oct 12
1
[PATCH] Make runCommand() work with multiple screens.
---
src/screen.c | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/src/screen.c b/src/screen.c
index 41f031e..9fa2a11 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -3282,8 +3282,13 @@ runCommand (CompScreen *s,
if (fork () == 0)
{
+ size_t len = strlen (s->display->displayString);
+ char displayString[len + 16];
+ strcpy (displayString,
2010 May 06
1
R on kdeedu-svn library problem
Hello,
I am new to this list. ?I am trying to compile the current svn version of
kdeedu on an amd64 linux machine ?which uses R and I get the following
compiler output.
-------------------------------------------
?79%] Building CXX object
cantor/src/backends/R/rserver/CMakeFiles/cantor_rserver.dir/rserver.o
$SOURCES/kdeedu/cantor/src/backends/R/rserver/rserver.cpp: In member
function
2013 Mar 22
1
[kde-workspace] kwin/libkdecorations: KDecorationBridge becomes private again
Git commit c1469413f36d4e4cd9dd49e70bc5d660cf2f3c55 by Martin Gr??lin.
Committed on 17/03/2013 at 12:24.
Pushed by graesslin into branch 'master'.
KDecorationBridge becomes private again
With 4933f08ae49328e36e2654434d28917310882ee5 the KDecorationBridge
interface became public to allow Compiz to easily implement the class.
>From a KWin perspective this change did not make much
2010 Mar 10
2
[Bug 26992] New: Systemsettings crashes when I try to open desktop settings
http://bugs.freedesktop.org/show_bug.cgi?id=26992
Summary: Systemsettings crashes when I try to open desktop
settings
Product: xorg
Version: 7.5
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo:
2012 Mar 14
13
[Bug 47306] New: segfault in nouveau_fence_update
https://bugs.freedesktop.org/show_bug.cgi?id=47306
Bug #: 47306
Summary: segfault in nouveau_fence_update
Classification: Unclassified
Product: xorg
Version: unspecified
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: blocker
Priority: medium
Component: Driver/nouveau
2005 Jan 24
3
cepstral integration with * using AGI?
Hi, I've looked at the Wiki for this, have seen the Swift.agi details,
but has anyone got a current script for Cepstral and an example of
integraton in * please?
I'm a * and linux newbie, so please be gentle ;-)
Thanks
John
2006 Jan 19
0
Incorrect number of arguments.
Hello all. I have the following code in a partial. It''s purpose is to
create a dropdown box with a bunch of values in it for display purposes
only.
(@bugsheet is an instance variable being used by the partial)
<%= select("bugclientlink", "bug_id",
Bugclientlink.listclients(@bugsheet.id))
Given the fact that Bugclientlink class contains:
def self.listclients(
2005 Jan 14
1
how to produce 2-d color plots in R
Hello 'R' Users,
I am very new on 'R', so excuse me if I ask something wrong.
I have ASCII data and the colums of the data are looks like :-
!-------------------------
time,yr,mo,dy,hr,min,sec,lat,lon,ht,co2obs,sigma,co2model
--
-
--
!----------------------------
Each column has data value. Now I want to produce 2-d color maps,
for example the plot should look like :-
on
2006 Nov 07
2
Crash when embedding R X11 windows
Dear R developers,
I've been experimenting with embedding R X11 windows into another application
using KDE's QXEmbed on linux. Attempting to do so will crash R (with R 2.4.0,
trunk, and I know the bug has been around in prior versions). I used to think
this was related to bug #848, but I'm not sure, if / how the solution
suggested there still applies to current versions of R.
2007 Aug 20
1
1.4.4. caller ID not working ?
Hello All,
Is CALLERID() setting broken in 1.4.4?
My small dialplan :
[testclid]
exten => _0.,1,Set(CALLERID(all)=Ben Jacob <988077>)
exten => _0.,n,Dial(SIP/${EXTEN})
Correct me if I am wrong, Set(CALLERID(all) above supposed to change the
display name as above(Ben Jacob) and change the From URI to 988077 at myip??
As of now, only the _display name_ is being replaced, but not the