Hello:
I would like to know which command should I enter in the execute dialog (opened with Alt+F2) so the dialog to close session and change the user opens.
Thank you
Newcomer
Hello:
I would like to know which command should I enter in the execute dialog (opened with Alt+F2) so the dialog to close session and change the user opens.
Thank you
I found this on the net and it did work for me, this is for KDE users only:
See if this was what you were looking for.For KDE 3.x, I use the command:
$ dcop --all-sessions --user username ksmserver default logout 0 0 0
For KDE 4.x, make sure the environment variable DBUS_SESSION_BUS_ADDRESS is set for the appropriate session.
You can usually find this in /usr/home/username/.dbus/session-bus/. Then use the command:
$ qdbus org.kde.ksmserver /KSMServer org.kde.KSMServerInterface.logout 0 0 0
Thank You,
My Blog: https://forums.opensuse.org/blogs/jdmcdaniel3/
Software efficiency halves every 18 months, thus compensating for Moore's Law
Its James again from Austin, Texas
Newcomer
Hi & thanks:
Sorry, I forgot to say that the openSUSE I use has GNOME. Just in case I've tried those 2 options whit no success, as expected.
Any other ideas?
Thanks?
Hi
You need to use the command;
Use the following (in a terminal session) to see other command options;Code:gnome-session-save --logout-dialog
Code:gnome-session-save --help
Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE Global Moderator and SUSE Knowledge Partner
DELL E5510 Intel Arrandale GPU - Gnome 3.8.0 openSUSE 12.3 (x86_64)
DELL 1545 Intel GM45 Express GPU - Gnome SLED 11 SP2 (x86_64)
It looks like malcolmlewis has got you covered there j6w2 as you did not specify the desktop you were using in your first message.Hi & thanks:
Sorry, I forgot to say that the openSUSE I use has GNOME. Just in case I've tried those 2 options whit no success, as expected.
Any other ideas?
Thanks?
Thank You,
My Blog: https://forums.opensuse.org/blogs/jdmcdaniel3/
Software efficiency halves every 18 months, thus compensating for Moore's Law
Its James again from Austin, Texas
Newcomer
It works !!
You're great, guys!!
Thanks to you I've found the equivalent to open the shutdown dialog:
This is the last dialog we see when using the computer. It gives the possibility to switch or turn the PC off, reboot the machine, suspend it or hibernate it.Code:gnome-session-save --shutdown-dialog
Thanks a lot!
Bookmarks