similar to: No window decorator

Displaying 20 results from an estimated 800 matches similar to: "No window decorator"

2007 Feb 23
2
gtk-window-decorator - No window borders
Hi, I have a strange problem with gtk-window-decorator. I've tried 0.3.6 & the latest from git, but with either I don't get any window borders when running gwd. I hope its not something simple I've missed but I've searched around and not found anything. gwd never segfaults or even displays any warnings or anything for that matter. It just doesn't draw the borders. I've
2008 Nov 27
2
Annoying gconf/ccsm behavior
Fedora 10 ships with compiz and launches it as: compiz --ignore-desktop-hints glib gconf This causes compiz to load the glib and gconf plugins at startup. This works fine. The problem arises when the gconf database does not include those plugins in /apps/compiz/general/allscreens/options/active_plugins. What happens is that the plugins get loaded at startup, and after all the
2006 Oct 11
1
compiz starts but not window decoration
I just did another compiz checkout and installed but now compiz won't work I'm starting compiz like this: gtk-window-decorator --replace & export __GL_YIELD="NOTHING"; compiz --replace --indirect-rendering --strict-binding --use-cow gconf move resize minimize place decoration cube rotate scale switcher zoom fade screenshot dbus This was working earlier but not anymore. Now
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
2006 Nov 15
3
Aquamarine: The KDE Window Decorator
Hi, I have added compiz support to aquamarine. You can download it directly from beryl svn: svn co svn://svn.beryl-project.org/beryl/trunk/aquamarine/ To install: ./autogen.sh ./configure --enable-debug=full ./make ./sudo make install You can use kcontrol to set the decoration and decoration specific settings. You can post bugs to the beryl bugtracker at http://bugs.beryl-project.org . Please
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
2006 Dec 11
1
gtk-window-decorator shadow crash
If you set shadow_offset_x and y to 0 then gwd crashes with this message. The program 'gtk-window-decorator' received an X Window System error. This probably reflects a bug in the program. The error was 'RenderBadPicture (invalid Picture parameter)'. (Details: serial 16033 error_code 176 request_code 154 minor_code 8)
2007 Apr 02
0
[PATCH] button_layout support for gtk-window-decorator
I noticed there have been some older posts about a work in progress patch which never made it to the ML due to some issues. I am attaching three patches here in an effort to bring the button_layout support into gtk-window-decorator which allows you to define the titlebar button placements with a string (e.g. "menu:minimize,maximize,close") in /apps/metacity/general/button_layout. #
2006 Dec 21
1
Gtk-Window-Decorator Problem
Hi, There is a strange bug in gwd. When using compiz, after some time all window decorations become non-responsive. All buttons on the decoration become non-clickable and I can't move any window. Also the decoration color stays in an unfocused state, but I can focus all windows. After that point if i open new windows, they have a decoration bar, but no buttons, icon or title. I've no idea
2006 Sep 20
1
metacity theme support in gnome-window-decorator
I played a little bit yesterday with adding metacity theme support to gwd and it looks like it's not going to be very hard. Hopefully I'll have it working in the next couple of days. What I've done is to rip out all the parts of the metacity code that is required for theme support (boxes.c, gradient.c, theme-parser.c, theme.c, util.c). Ideal would be if we could put this part of
2006 Dec 18
0
KDE window decorator
I've added a working KDE window decorator (kwd) to head. It's pretty much written from scratch however it borrows some trivial code from aquamarine which I didn't feel re-implementing. So why did I write a new one from scratch instead of improving aquamarine? I started out by trying to improve aquamarine but as I looked at the code and figured out what had to change to make it work
2006 Nov 12
4
Include option type in gconf schema
I am writing a configuration front end for the compiz gconf plugin at the moment, but it's proving harder than it should be because gconf does not record what type of compiz option the key is. For example, say i want a color picker for each color option the only way I can tell with gconf if it is color is if it has a # at the beginning, but there could be string option which also have a # at
2007 Jun 07
2
gtk-window-decorator takes 100% CPU and doesn't work
Hi, I tried to run compiz on an intel i810 device (aiglx). According to the docs, I should: # LIBGL_ALWAYS_INDIRECT=TRUE compiz --replace --loose-binding gconf GLX_EXT_texture_from_pixmap is available with direct rendering. gtk-window-decorator: Could not acquire decoration manager selection on screen 0 display ":0.0" And 1. I get no window decorations at all 2. gtk-window-decorator
2007 Jun 26
1
gtk decorator bug
Sometime, i've got gtk-window-decorator unable to maximize windows :( http://hibbert.univ-lille3.fr/~cbellegarde/gwd_max_bug.png On this shot, tvtime window is maximised, gwd think it is (not rounded corners). Switching to kde-window-decorator and it works, switching to gwd and it's not working again. Cedric
2006 Nov 09
1
Howto compile the kde decorator?
Hello, I own a NVidia GF488Go and therefor I tried to give aiglx+compiz a try, and it seems to work great - impressive :-) However the problem I experience is that I am unable to compile any of the "window decorators". I installed kde-devel libs + dependencies, gtk+-devel dependencies - however I don't have gnome nore gnome-develop packages installed and I build with gconf
2006 Sep 24
0
gnome-window-decorator not working
Hi I compiled a fresh git checkout of compiz today with metacity theme support enabled. While Compiz is working fine, gwd isn't. I'm just don't get any window titles and stuff, just like it's not there. Any help? Ubuntu Edgy Eft Nvidia Ti4200 with newest beta drivers with tfp support, so I'm running this without XGL, just with the composite extension Today's git compiz
2007 Apr 22
0
Recent but in gtk-window-decorator painting
Since recent change in git, i've got a bug with gtk-window-decorator: http://hibbert.univ-lille3.fr/~cbellegarde/gwd.png Cedric
2006 Jul 08
1
New Action system
It seems, and I might just have a weird system, but I doubt it, that the new Action system in compiz git head is a bit weird. On a clean install, not only do options like "resize_initiate_bell" show up in gconf, but the actual action binding options don't work. For example I can't set resize_initiate_button to anything but its default (the key changes in gconf, but resize
2006 Oct 09
1
[PATCH] dbus terminate action
I was always annoyed that you couldn't terminate an action with dbus so I have written this patch which fixes that. Hopefully this can be included. I wrote the patch trying to repeat as little code as possible so I just added a boolean parameter to the dbusHandleActivateMessage and changed the name to dbusHandleActivateDeactivateMessage. You could probably change the deactivate parameter
2007 Jan 12
2
Button order issues
Hi there, I'm trying to get gtk-window-decorator to respect metacity's button_layout gconf key, and basing my work on a patch posted on the forums a while back: http://forum.go-compiz.org/viewtopic.php?p=1306&highlight=#1306 The patch works perfectly by itself against compiz 0.3.4, but against 0.3.6, it results in no buttons or titlebar text being drawn in the window decoration.