On Thu, Mar 14, 2002 at 12:28:29AM +0100, Guillermo S. Romero / Familia Romero wrote:
> [EMAIL PROTECTED] (2002-03-13 at 1849.29 -0300):
> > Maybe Red Hat has pre-configured sawfish to eliminate the
> > "Quit" entry from its root menu. How can I get it back so
> > that I can cleanly close sawfish?
> 
> Disable the usage of gnome control center as configuration method
> (Invoke the GNOME control center from the `Customize' menu. option
> under Misc section) and that should make it go into wm alone mode (a
> bit rough guess). If that fails, try next long explanation:

That works, but the GNOME menu (under the Programs submenu) is
lost as a consequence.

> I think it is Sawfish plain code. I did some greps, checked my own
> config and I think I have an idea of what is. In you custom file or in
> the defaults custom file there is a line that enables the gnome
> integration code, and that integration code removes quit and restart.
> 
> Check if you have (custom-set-typed-variable (quote gnome-use-capplet)
> (quote t) (quote boolean) (quote gnome-int)) in ~/.sawfish/custom. If
> so, make a backup copy of the file and remove that text in the working
> copy you leave, then restart. The method of first paragraph should do
> that for you, but you could need to get a bit dirty and clean up the
> config file by hand.
> 
> Third option is to build a full menu by yourself or add things to
> current menu by hand.
> 
> If problems, mail back.

As I want to preserve the GNOME menu, I just add the Restart and Quit
entries to the menu, as was sugested by others. The line below was
added to ~/.sawfish/rc

(nconc root-menu `(() (,(_ "Restart") restart) (,(_ "Quit") quit)))

Thanks.

Romildo
-- 
Prof. José Romildo Malaquias               Departamento de Computação
http://iceb.ufop.br/~romildo       Universidade Federal de Ouro Preto
[EMAIL PROTECTED]                                           Brasil
[EMAIL PROTECTED]



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to