Displaying 20 results from an estimated 500 matches similar to: "[BUG] gtk-window-decorator and Xevents"
2007 Feb 13
5
gtk-window-decorator segfault
On kde, gtk-window-decorator segfault everytime a minimised "Konqueror
download window" close it self...
Running with --sync fix the problem so no way to have a backtrace :(
Cedric
2002 Apr 10
0
FoxPro Regressions - followup from Feb
I'm trying to help with http://bugs.codeweavers.com/show_bug.cgi?id=434
and came across my thread from Feb, that I must have missed.
>> -----------------------------------
>> Non-Working (wine-2002-02-20 cvs)
>> trace:win:SetCapture Calling Event_Capture
>> trace:win:EVENT_Capture (0x20021) Window #!! -Maybe?
>> trace:win:EVENT_Capture About to Return from Event
2001 Aug 20
1
Event trail info help request
G'day all,
I'm always running the latest wine built locally, daily from CVS.
I'm using Xfree 4.0.2 with a microtouch touchscreen, and I'm chasing a
mouse event bug.
I write my software in Borland Delphi 4.
For testing, I have written a program that simply intercepts the application
message queue, and filters WM_MOUSEMOVE, WM_LMOUSEDOWN and WM_LMOUSEUP events,
and prints them to a
2006 Dec 05
2
gtk-window-decorator segfault?
With current git, gtk-window-decorator quit when kde start :(
Another way to make it quit:
dcop kicker kicker restart => gtk-window-decorator quit....
Cedric
2005 Apr 01
0
Selections from tcltk list boxes
Dear r-devel list members,
I've experienced the following problem in getting a selection from a Tk list
box using tcltk. This is a long-standing problem, but I've finally decided
to tackle it.
Consider the following:
Library(tcltk)
top <- tktoplevel()
listbox <- tklistbox(top, height="10", width="2", exportselection="FALSE",
2007 Jul 16
3
Couldn't activate plugin 'rotate'
First, I would like to compliment you all for a great work you put in
developing compiz. I have it running for more that a month and it did
not crash. Stability is very good. Great work!
Today I updated compiz from git tree and found that rotate generates
this error:
compiz (core) - Error: Couldn't activate plugin 'rotate'
Rotate does not function. Any ideas ?
I run gconf
2009 Jun 05
1
[PATCH][0.9] Make bool CompWindow::isFocussable Wrappable
Hi,
The attached core patch makes the 'isFocussable' getter in CompWindow
wrappable. This way, plugins such as winrules can make core's getter
function return a different value to the one stored internally without
actually having to modify the value.
Kind Regards,
Sam
--
Sam Spilsbury
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2008 Aug 14
1
Double-clicking in tk list dialogs
Am I the only one who finds himself futilely double-clicking a CRAN
mirror in the dialog for choosing a CRAN mirror? Yes, double-clicking
works in Windows, but not in the Tk-based dialog on Linux. I'm going
to wear out my mouse button.
Adding the following line to the tk_select.list function in the tcltk
package adds double-click functionality to list dialogs:
tkbind(box,
2007 Feb 07
2
Final version of placement enhancement
On Thursday 08 February 2007 01:00:09 Bellegarde Cedric wrote:
> And now, i put the patch on my server, it will me prevent me to send you a
> message everytime i find something to fix ;)
>
> http://puffy.homelinux.org/~gnumdk/compiz/patch/place.patch
http://forum.go-compiz.org/viewtopic.php?p=3783
Seems to be buggy in multihead, but i can't test here ...
Cedric
2006 Dec 18
2
Kde decorator not building
Kde decorator Makefiles doesn't detects kde installation dirs (include dir
here, /usr/include/kde on debian).
By the past, kde-config --cflags && kde-config --libs was a way to have such
informations but don't seems to be working anymore :(
Cedric
2007 Mar 25
2
[PATCH] Vertical/Horizontal maximization in gtk-window-decorator
Here a patch to enable Vertical/Horizontal maximization in
gtk-window-decorator.
Cedric
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gtk-window-decorator_HorzVertMaximize.patch
Type: text/x-diff
Size: 1418 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/compiz/attachments/20070325/22d15360/gtk-window-decorator_HorzVertMaximize.bin
2007 Feb 05
1
Placement plugin enhancement
http://puffy.homelinux.org/~gnumdk/compiz/patch/place.patch
Here a new version of my patch.
It now have six placement mode (kwin placement modes):
- Cascade
- Centered
- Random
- LeftCorner
- Maximize
- Smart
Currently, smart placement isn't present in this patch.
I'm working on it but my ubuntu(feisty) have really strange behaviours ... I
can't debug compiz anymore.
2009 Jan 24
2
Including New Library
Hi,
I am trying to include new library into wine. But was unable to do it. I tried the following in user32/Makefile.in
> EXTRALIBS=`pkg-config --libs libwnck-1.0`
> EXTRAINCL=`pkg-config --cflags libwnck-1.0`[\quote]
>
>
> Once i do a make it is showing an error like this:
>
> > /usr/bin/ld: skipping incompatible
2007 Feb 07
3
Compiz coding style?
I've got a question.
When do i have to use this for aFunctionName() and when do i have to use this
for a_function_name() ?
Cedric
2007 Jun 07
1
[PATCH] fixes for >=libwnck-2.19.3
Hi.
libwnck broke API with the 2.19.3 release. This effects compiz as the
WNCK_WINDOW_MODAL_DIALOG is no longer supported by it. The attached patch allows compiz to
build against the library.
Thanks.
--
Saleem Abdulrasool
compnerd (at) compnerd (dot) org
-------------- next part --------------
--- configure.ac 2007-06-07 10:33:17.000000000 -0500
+++ configure.ac 2007-06-07 10:35:41.000000000
2007 Jun 02
1
Metadata improvements
I was just thinking, with the metadata files allowing us to make up
settings pages, there is a problem that we could address here.
It seems ever-so-evident that developers are splitting up plugins into
much smaller plugins to reduce the amount of bloat. This is good
because it speeds things up but bad for the user in two ways
-We've got multiple settings pages which really adress the same
2007 Apr 29
2
gtk-window-decorator Wnck warnings
Hi,
I'm getting a lot of warnings like this one:
(gtk-window-decorator:8442): Wnck-WARNING **: Unhandled action type (nil)
Does anyone else see these warnings or know what causes these?
Also, it seems that this "lost textures" bug
https://bugs.freedesktop.org/show_bug.cgi?id=10789
usually happens only when these warnings are spitted out, so the bug
is probably related to these
2004 Nov 10
0
Problem with write permissions
Pegasus Mail (PM) v4.21c in Linux (SuSE Pro v9.1)/Wine (v20040914) environment.
My New Mail mailbox in PM is in one FAT32 (VFAT) partition and I have another
added mailbox in another FAT32 partition. From time to time (not consistent) I
have a problem with either or both of these partitions appearing to become
write only in the middle of a session during which I am filtering new mail. (If
the
2007 Jan 28
3
A patch for minimize plugin.
I've added a new option in minimize plugin, called "Disable Fading".
To prevent tearing, damageScreen is used minDonePaintScreen (only if the
option is used).
The patch is attached.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: minimize-fading.patch
Type: text/x-patch
Size: 1855 bytes
Desc: not available
Url :
2006 Dec 07
1
gtk-window-decorator keeps crashing
I'm using compiz 0.3.4 on aiglx with the latest nvidia driver 1-0-9631.
sometimes when I right click on the window decoration in some programs
like totem, gedit and gimp, gtk-window-deocrator crashes ( compiz is
still running but gtk-window-decorator crashes ).
This is getting very annoying. Any help or suggestions are more than
appreciated
--
Regards,
Hussam Al-Tayeb.
-------------- next