FS#4512 - GDM Administration menu entry
Attached to Project:
Arch Linux
Opened by Grant Galbraith (manicka) - Wednesday, 26 April 2006, 08:30 GMT
Last edited by Aaron Griffin (phrakture) - Monday, 22 May 2006, 22:19 GMT
Opened by Grant Galbraith (manicka) - Wednesday, 26 April 2006, 08:30 GMT
Last edited by Aaron Griffin (phrakture) - Monday, 22 May 2006, 22:19 GMT
|
Details
After updating to the recent GDM package I now have an
Adminstration menu entry for the login manager in gnome.
This entry doesn't work, returning the error
Details: Failed to execute child process "gdmsetup" (No such file or directory) |
This task depends upon
"pacman -S libgnomesu"
"nano /opt/gnome/share/applications/gdmsetup.desktop"
Change the Exec line to look like the following:
Exec=gnomesu /opt/gnome/sbin/gdmsetup
you can also use gksu and change the Exec line to:
Exec=gksu /opt/gnome/sbin/gdmsetup