You are not logged in.
Pages: 1
I'm currently using a basic Gnome Desktop on my Arch system. When I logout, I am taken back to the shell prompt and have to su to root in order to logout.
What is the appropriate Gnome applet which will give me a graphical logout selection from which I can either shutdown or restart the machine without having to go to root.
TNX
Offline
Applet? Are you sure you don't want something like GDM?
Desktop: AMD Athlon64 3800+ Venice Core, 2GB PC3200, 2x160GB Maxtor DiamondMax 10, 2x320GB WD Caviar RE, Nvidia 6600GT 256MB
Laptop: Intel Pentium M, 512MB PC2700, 60GB IBM TravelStar, Nvidia 5200Go 64MB
Offline
I am already using gdm for login, but it does not seem to have any value on logout.
Offline
The way it's meant to work is when you log out of Gnome, you get presented with a GDM login screen.. Sadly I can't really help you, because last time I used Gnome, it was Gnome 1.4 and I hear it has changed a lot since then..
Desktop: AMD Athlon64 3800+ Venice Core, 2GB PC3200, 2x160GB Maxtor DiamondMax 10, 2x320GB WD Caviar RE, Nvidia 6600GT 256MB
Laptop: Intel Pentium M, 512MB PC2700, 60GB IBM TravelStar, Nvidia 5200Go 64MB
Offline
this might be a long shot , but it sounds like your inittab isn't configured the way you want it...
it shoudl be runnign at level '5', not teh default '3' otherwise...
if u r unsure or need more help, post ur /etc/inittab
umm... u should have a menu option to shutdown and or logout under the 'Desktop' menu.. it's it only displays logout, then
i read this somewhere... you'll need to add yourself to the sudoers list..
don't ask me how, i run as root exclusively under teh name noriko...
let me know how it goes...
The.Revolution.Is.Coming - - To fight, To hunger, To Resist!
Offline
Thanks for all the feedback. I appreciate it and will give it a try.
Offline
You need to have GDM start at boot and log in with it.
http://wiki.archlinux.org/index.php/GDM
Set it up just like described and you will now have shutdown and restart options in the Desktop menu.
Offline
does gdm start when you start your computer or do you have to manually start it from the command line?
make sure gdm is the last thing in your daemons section in /etc/rc.conf and it should start automatically.
Offline
does gdm start when you start your computer or do you have to manually start it from the command line?
make sure gdm is the last thing in your daemons section in /etc/rc.conf and it should start automatically.
It's better to start gdm from inittab, and it's also a more "correct" way of doing it.
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
Yeah - rc.conf method give more flexibility imo as you can choose to start some daemons after gdm, however it will print nasty errors during shutdown and the runlevels won't work as they are supposed to.
Offline
What nasty errors? The only error you'll get is that of a missing gdm pidfile if GDM crashed instead of being stopped.
Offline
It's better to start gdm from inittab, and it's also a more "correct" way of doing it.
If you don't mind me asking, why? I've never heard of anyone using inittab instead of sysvinit in my many moons of Linux.
Desktop: AMD Athlon64 3800+ Venice Core, 2GB PC3200, 2x160GB Maxtor DiamondMax 10, 2x320GB WD Caviar RE, Nvidia 6600GT 256MB
Laptop: Intel Pentium M, 512MB PC2700, 60GB IBM TravelStar, Nvidia 5200Go 64MB
Offline
Pages: 1