Nice Logout Screen

Please post all general support questions for LXDE here.
Locked
dekernel
Posts: 2
Joined: Tue Jan 07, 2020 9:16 pm

Nice Logout Screen

Post by dekernel »

Hello,

I am looking for some help. At some point, I screwed up and removed the ability to see the nice logout screen options https://ibb.co/T0489fp that is typically available in the application launcher. I can't seem to find it anywhere. Can someone provide some insight on how to get the default behavior back?

Thanks a million,

Tim
dekernel
Posts: 2
Joined: Tue Jan 07, 2020 9:16 pm

Re: Nice Logout Screen

Post by dekernel »

After digging around on Google, I have finally found the solution. I had to add this block of code to my ~/.config/lxpanel/LXDE/panels/panel file:

Code: Select all

    Button {
      id=lxde-screenlock.desktop
    }
    Button {
      id=lxde-logout.desktop
    }
This block resided in the Plugin/Config portion of the file.
Locked