I started to use LXDE on one of my notebooks and I have a strange error on the lock screen option. When this options is available my notebook has a security fail ( my data is opened for all ) and my coworkers has a chance to made jokes with me :-)
I started to search on /usr/share/applications the config file of this options in LXDE.
# cat lxde-lock-screen.desktop[Desktop Entry] Type=Application Name=Lock Screen Name[de_DE]=Bildschirm sperren Icon=system-lock-screen Exec=xdg-screensaver lock Comment=Lock Screen Comment[de_DE]=Bildschirm vor unbefugtem Zugriff sperren StartupNotify=false NoDisplay=true X-Desktop-File-Install-Version=0.18
The problem is the command on blue. I run this on a terminal and this isn’t work.
To solve the problem ( I am a fan of xscreensaver ) , I change the file to this :
# cat lxde-lock-screen.desktop[Desktop Entry] Type=Application Name=Lock Screen Name[de_DE]=Bildschirm sperren Icon=system-lock-screen Exec=xscreensaver-command -lock Comment=Lock Screen Comment[de_DE]=Bildschirm vor unbefugtem Zugriff sperren StartupNotify=false NoDisplay=true X-Desktop-File-Install-Version=0.18
My problem is solved and my coworkers don’t have a chance to made jokes with me hehehehehe