SOLVED - Screensavers
SOLVED - Screensavers
I want to remove all screensavers, but i can't find them, thanks
Last edited by macondo on 18. Jun 2011, 17:38, edited 1 time in total.
Re: Screensavers
In terminal you can to edit your screensaver settings.
Or to remove completely they are here.
EDIT: well if xscreensaver is already running you can to get to it as well.
Code: Select all
xscreensaver
Or to remove completely they are here.
at least in my fluxbox and lxde./usr/share/xscreensaver
EDIT: well if xscreensaver is already running you can
Code: Select all
xscreensaver-command -prefs
You can easily judge the character of a man by how he treats those who can do nothing for him.
-Unknown
My Linux screenshots:
-Unknown
My Linux screenshots:
Re: Screensavers
To locate the screensaver package you could try:
which in my case gives:
then you could remove the package itself:
Or else use Gslapt to remove the package, whichever.
Code: Select all
$ ls /var/log/packages/ | grep screensaver
Code: Select all
xscreensaver-5.12-x86_64-1
Code: Select all
# removepkg xscreensaver

What really matters is where you are going, not where you come from.
Re: Screensavers
xscreensaver-demo should open the screensaver preferences, too.dab1414 wrote:EDIT: well if xscreensaver is already running you canto get to it as well.Code: Select all
xscreensaver-command -prefs
Re: Screensavers
Thank you gents, as root i launched pcmanfm and went to /usr/share/xscreensaver and deleted the file 

Re: Screensavers
Bad idea! Use spkg -d xscreensaver instead. This is why we have package managersmacondo wrote:Thank you gents, as root i launched pcmanfm and went to /usr/share/xscreensaver and deleted the file

Re: Screensavers
I'll keep in mind for next time, thanks againthenktor wrote:
Bad idea! Use spkg -d xscreensaver instead. This is why we have package managers

Re: Screensavers
You should still run that command because xscreensaver has more file than the single one you've deleted.