Page 1 of 1

Command line to log out without displaying a confirmation dialog

Posted: Thu Sep 29, 2022 5:23 am
by fischerjd
Is there a command line that logs a user out without first displaying the logout confirmation dialog?

I'm aware of these commands,

* lxde-logout
* lxsession-logout

but (a) both of these programs display a logout confirmation dialog, and (b) these programs' manual pages don't provide (or don't document) an option that disables/bypasses the logout confirmation dialog.

As a software developer, I sometimes need to repeatedly log out and log back in to test changes to software (e.g., login scripts, logout scripts), and I'd like to be able to log out without having to go through the logout confirmation dialog: it's an unwanted and unneeded extra step for me.

Ultimately, I'd like to create an XDG desktop file that places a "Logout" icon on the user's desktop. Clicking on the desktop iconlogs out the user without displaying the confirmation dialog.

(NB: I know how to create the desktop file. What I don't know is the command line I should use to end the current login session without displaying a logout confirmation dialog.)

Re: Command line to log out without displaying a confirmation dialog

Posted: Fri Oct 28, 2022 12:25 am
by edward
Hi. Welcome to the forum.

Have you tried logout now? I have tried the command shutdown now, which works with other desktops, but haven't tried it with LXDE.

Re: Command line to log out without displaying a confirmation dialog

Posted: Sat May 20, 2023 1:10 am
by herrylauu
The command to log out without displaying a confirmation dialog depends on the operating system you are using.
stumble guys

Re: Command line to log out without displaying a confirmation dialog

Posted: Mon Sep 18, 2023 2:51 am
by jameswaller
edward wrote: Fri Oct 28, 2022 12:25 am Hi. Welcome to the forum.

Have you tried logout now? I have tried the command shutdown now, which works with other desktops, but haven't tried it with LXDE geometry dash lite
I tried the method you mentioned but it didn't work. The situation I encountered is similar to the situation the thread owner is experiencing

Re: Command line to log out without displaying a confirmation dialog

Posted: Wed Mar 06, 2024 1:56 am
by annakena
To log out without displaying a confirmation dialog, you can use the following command:
bash
Copy
gnome-session-quit --no-prompt rice purity
This command will log out the user without showing a confirmation dialog. You can incorporate this into your XDG desktop file to create a "Logout" icon for easy access.

Re: Command line to log out without displaying a confirmation dialog

Posted: Mon Mar 11, 2024 6:56 am
by rumelu
It is necessary for me to respond to the "Are you sure..." inquiry whenever I log out of a Gnome session. This is accomplished by clicking on the "power" button located in the top panel and selecting the "Log out..." option. How can I set up my system so that I don't have to answer this question?

Due to the fact that I have already completed two actions (clicking on the panel button and selecting the "Log out" item), it is highly likely that I am in fact interested in logging out.