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
Nice Logout Screen
Re: Nice Logout Screen
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:
This block resided in the Plugin/Config portion of the file.
Code: Select all
Button {
id=lxde-screenlock.desktop
}
Button {
id=lxde-logout.desktop
}