Openbox log out issue

Discussion in 'Desktop Operation' started by FrZavaleta, Feb 9, 2021.

  1. FrZavaleta

    FrZavaleta New Member

    Hi,

    I installed on my laptop (Dell core i3 4gb ram from 2014) Debian 10 without GUI and then installed Openbox. To suspend the system, I enter the pm-suspend command, but what I want is to suspend the system and log out without closing the programs that I am using.


    Is there any way to do that?

    I would appreciate your help
     
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    From https://askubuntu.com/questions/28898/what-is-suspend
    So after suspend your system is not active, and you can not do anything with it until system wakes up. Not even log out.
     
    ahrasis likes this.
  3. pyte

    pyte Well-Known Member HowtoForge Supporter

    You should not hijack year old threads. And 2 sec google would have brought up many solutions without even testing...
    Anyways this comes to mind:

    Code:
    killall openbox
    or
    Code:
    openbox --exit
    or
    Code:
    lxde-logout
     

Share This Page