Re: [Gtk-sharp-list] How disable entire gnome desktop

2005-12-16 Thread Felipe Almeida Lessa
2005/12/11, Felipe Almeida Lessa <[EMAIL PROTECTED]>: > Grab the keyboard and the mouse. Quoting SharpMusic's code (a program of > mine): I forgot the code to give back the control to the user =P: private void Ungrab() { Gtk.Grab.Remove(wnd); Gdk.Pointer.Ungrab(0); Gdk.Keyboard.Ungra

Re: [Gtk-sharp-list] How disable entire gnome desktop

2005-12-16 Thread Felipe Almeida Lessa
Em 11/12/05, Arx Henrique<[EMAIL PROTECTED]> escreveu: > the synaptic make this, in ubuntu, i dont know if is the gksu or > synaptic, but when you click in show updates, they disable all desktop > until you put the root passwd or click in cancel button. Grab the keyboard and the mouse. Quoting Sha

Re: [Gtk-sharp-list] How disable entire gnome desktop

2005-12-16 Thread Felipe Almeida Lessa
2005/12/11, Arx Henrique <[EMAIL PROTECTED]>: > Hi all, i need disable all gnome-desktop > > when gnome-session initialize, i'll throw my program, and i need > disable all gnome-desktop until the user close my app. > > anyone know how i could do this? Maybe you should try using the .Xsession file.

Re: [Gtk-sharp-list] How disable entire gnome desktop

2005-12-11 Thread Arx Henrique
the synaptic make this, in ubuntu, i dont know if is the gksu or synaptic, but when you click in show updates, they disable all desktop until you put the root passwd or click in cancel button. i want this. On 12/11/05, Felipe Almeida Lessa <[EMAIL PROTECTED]> wrote: > 2005/12/11, Arx Henrique <[EM