Displaying 20 results from an estimated 800 matches similar to: "gtk-window-decorator Wnck warnings"
2017 Oct 17
2
gdevilspie on mate
I just read about gdevilspie on this list the other day and downloaded it for my mate desktop. Although it installed, it complains that python-wnck is not installed.
Does anyone know if it is supposed to work on mate? I would have expected it to install python-wnck as a requirement if not already installed?
2006 Nov 13
2
catch event when workspace is changing
Hi,
how do you do that? In normal session, this is how you do it with python:
import gtk
import wnck
def workspace_changed(screen):
workspace = screen.get_active_workspace()
print workspace.get_name()
screen = wnck.screen_get_default()
screen.connect("active_workspace_changed", workspace_changed)
gtk.main()
With compiz, that code does not work because compiz use only one
2007 Apr 29
5
Wobbly jerkyness
About a month ago, David made a commit to wobbly to the spring engine which
has introduced some bugs. They are hard to explain so bear with me.
In a sense, the wobbly plugin does not seem as smooth as it used to be and
the windows jerk all over the place. For example, I sometimes notice that
when I move a large window (around 2/3 of the size of the desktop window),
If I moved it down, the top of
2006 Oct 03
6
Tried out Beryl (Animation pugin)
Hi
I just tried out the new 0.1.0 release of beryl. Generally I do like the
compiz fdo version, because I like the gconf integration and the
metacity theme support in gwd. Also I think their configuration system
is a complete mess, this beryl settings manager is completly bloated in
my opinion.
Anyway, I noticed they have quite a lot of plugins. While I found most
of them nothing special, the
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
2007 Mar 24
2
[PATCH] Notification on window restacking
Hi,
This patch adds notification on window restacking. Plugins may need to
do something when that happens. For example, it is used in the new
version of animation plugin to perform a fade effect when a window
moves above or below other windows (in the plugin's settings this
effect is selected as a focus effect, but it's actually a restack
effect).
Regards,
Erkin
-------------- next part
2007 Nov 09
1
Compiz starts, but no 3D effects
I just installed Compiz on Ubuntu Feisty (Gutsy does not work on my
hardware as per the release notes) via the
http://ppa.launchpad.net/amaranth/ubuntu repo, which is the repo
suggested in the compiz-fusion website. The machine is a Dell Inspiron
E1505 / 6400 with the horrible ATI X1400 graphics card and 1680x1050
monitor. I installed XGL and the proprietary ATI driver, a combination
that worked
2007 Nov 04
1
[PATCH] Fix fragment function leak.
Hi,
This patch fixes a leak when creating fragment functions in some of
the plugins. The leak happens when there is a plugin that uses a
fragment program with parameters and texture units on only a subset of
windows. During screen painting, the allocated param and unit change
across windows in the patched plugins, which (because of the mismatch
with the previously created and stored function)
2007 Mar 24
1
Newest animation plugin
Hi,
Here is the newest version of animation plugin with the updated
schema. It needs the three patches I sent right before this email to
function properly.
Regards,
Erkin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: animation.tar.gz
Type: application/x-gzip
Size: 64787 bytes
Desc: not available
Url :
2007 Jul 02
1
[PATCH] plugin conflict resolution between Fade & Animation
Hi,
Having the minimize_open_close option in Fade wasn't enough for
conflict resolution with Animation, since it was on by default. This
makes sense since the Minimize plugin is used by default, which is a
lightweight animation provider that some people/distributions might
prefer over Animation. And nobody really needs to know that this
option resolves the conflict. So here is a better method
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 Mar 08
3
No shutdown option in KDE with Compiz-Fusion
I have installed Compiz-Fusion on several Ubuntu machines, all
different hardware, with KDE. In all of them, the option to shutdown
or reset the computer is absent from the KDE logout buttons when
running Compiz-Fusion. I have searched google and see that others have
this problem, but I do not see a solution. Is there a known solution
to this condition?
Thanks in advance.
Dotan Cohen
2007 Mar 24
1
[PATCH] Swither activate event
Hi,
To fix the conflict between animation's "focus fade" and switcher, I
had to add an activate event to switcher, since in animation.c I need
to have an indication of the period from the moment alt-tab is pressed
to the moment the windows settle down back on the desktop.
otherScreenGrabExist doesn't work for this since it doesn't cover the
period between the moment the user
2007 Mar 30
2
[PATCH] Fade vs. Animation conflict resolution
Hi,
Here is a simple patch that adds an option to the Fade plugin to
enable/disable fading on minimize/open/close window events. This
option is on by default but can be disabled to avoid conflicts with
the Animation plugin. Fading on other stuff (fade during nonresponding
app. desaturation, during switcher, and visual bell) shouldn't be
affected (which is the main point of this patch).
2007 May 13
2
[PATCH] Water fixes
Hi,
I had a look at some problems I saw in the Water plugin. Here are the
patches fixing those.
The file names should be self-descriptive.
Regards,
Erkin
-------------- next part --------------
2007 Apr 11
3
incomplete window contents when unminimizing
Hi,
Using Xgl, when a window is unminimized, sometimes (especially with
Firefox), the window contents are not immediately visible (partially
or completely) until an unminimize animation is completed. That is,
sometimes there are empty (transparent) rectangles within the window
(maybe corresponding to some Mozilla controls), and sometimes the
whole window is empty (only the decoration is visible).
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
2007 May 01
1
[PATCH] Add override_redirect matching support
Hi,
Here is a patch that adds override_redirect matching support to
match.c, allowing expressions like:
override_redirect=0
or like:
(type=Unknown | Menu) | override_redirect=1
This is necessary to be able to match popup and dropdown menus in
Mozilla applications.
Regards,
Erkin
-------------- next part --------------
2007 Jul 28
1
[PATCH] Add opacity limits
Hi,
This patch adds appropriate limits (1-100) to opacity_values in core
options. Minimum is 1 to be consistent with the opacity changing
action and because it doesn't make sense to have an invisible window
that is still there.
Regards,
Erkin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Add-opacity-limits.patch
Type: text/x-patch
Size: 1246 bytes
2007 Feb 02
2
Horizontally maximized window on last viewport
Hi,
I posted this on the forum as well, but there were no responses to it. I
now posting it here just in case anybody cares.
Anyway, Compiz is a very nice program. Thanks for all the effort you put
into making it.
I am using the latest git version of compiz and it really works great
for being an "unstable" version.
Anyway, I noticed the following strange behavior and was wondering