[compiz] Put a window on top

2007-01-05 Thread Stjepan Glavina
I'm developing a new plugin, based on switcher. I have a window created with XCreateWindow. Can I put a window totally on top, even over panels? These are my atoms: state[nState++] = s-display-winStateAboveAtom; state[nState++] = s-display-winStateStickyAtom;

[compiz] [non glx_ftp method support in compiz]

2007-01-05 Thread Вамненадознать Иэтотоже
I'm currently using r300_dri driver (R9600 card). Compiz use glx_ftp and AIGLX(7.2RC2) unstable with it, it's result in system hardlock very often. Just trued veryl with --use-copy option, and it's very stable for me now. So nonftp method support in compiz would be very desirable. Good luck.

Re: [compiz] Put a window on top

2007-01-05 Thread David Reveman
On Fri, 2007-01-05 at 11:41 +0100, Stjepan Glavina wrote: I'm developing a new plugin, based on switcher. I have a window created with XCreateWindow. Can I put a window totally on top, even over panels? You can set window type to Dock and add StateAbove. -David

Re: [compiz] Compiz ignoring changes in gconf in Opensuse 10.2

2007-01-05 Thread Matthias Hopf
On Jan 04, 07 16:12:07 +, Mike Dransfield wrote: Matthias Hopf wrote: On Dec 30, 06 19:13:05 -0800, Deni Jelicic wrote: I have recently upgraded to Opensuse 10.2 from 10.1 and all the changes that I am making in gconf have no effect on compiz. I am running compiz as a window

Re: [compiz] Annotate, guiding line patches with questions

2007-01-05 Thread Mike Dransfield
David Reveman wrote: I see that you're using OpenGL geometry for drawing the guiding lines. That's good enough for now but eventually I think we want the guiding lines to match the final geometry rendered by cairo. This can easily be done using glitz. I havent seen much of glitz so far,

Re: [compiz] DBus setting options broken

2007-01-05 Thread Mike Dransfield
David Reveman wrote: getScreenData, getWindowData, getWindowList and such methods will return a lot of data that is currently available as X properties on client windows and the root window and part of the EWMH spec. I don't know to what extents that data is available in existing scripting

Re: [compiz] Compiz ignoring changes in gconf in Opensuse 10.2

2007-01-05 Thread Matthias Hopf
On Jan 05, 07 18:31:51 +, Mike Dransfield wrote: The solution is to write a KDE based compiz configuration plugin for compiz, this would then communicate via dbus. Your startup script seems to be broken, it should start compiz the same way for KDE as it does for Gnome. I'm not talking

Re: [compiz] Annotate, guiding line patches with questions

2007-01-05 Thread lowfi
Mike Dransfield schrieb: I would like to have a small app written in python/gtk which would be triggered with a keystroke. The user would hit the keystroke and the application would be launched by the annotate plugin. It could then provide a basic palette and text entering functions

Re: [compiz] [non glx_ftp method support in compiz]

2007-01-05 Thread Kristian Høgsberg
On 1/5/07, Вамненадознать Иэтотоже [EMAIL PROTECTED] wrote: I'm currently using r300_dri driver (R9600 card). Compiz use glx_ftp and AIGLX(7.2RC2) unstable with it, it's result in system hardlock very often. Just trued veryl with --use-copy option, and it's very stable for me now. So nonftp