SOLVED - Screensavers

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
macondo
Posts: 90
Joined: 16. Jun 2011, 02:08

SOLVED - Screensavers

Post by macondo »

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.
User avatar
dab1414
Posts: 30
Joined: 2. Jun 2011, 19:26

Re: Screensavers

Post by dab1414 »

In terminal you can

Code: Select all

xscreensaver
to edit your screensaver settings.

Or to remove completely they are here.
/usr/share/xscreensaver
at least in my fluxbox and lxde.

EDIT: well if xscreensaver is already running you can

Code: Select all

xscreensaver-command -prefs
to get to it as well.
You can easily judge the character of a man by how he treats those who can do nothing for him.
-Unknown


My Linux screenshots:
User avatar
Akuna
Salix Wizard
Posts: 1038
Joined: 14. Jun 2009, 12:25

Re: Screensavers

Post by Akuna »

To locate the screensaver package you could try:

Code: Select all

$ ls /var/log/packages/ | grep screensaver
which in my case gives:

Code: Select all

xscreensaver-5.12-x86_64-1
then you could remove the package itself:

Code: Select all

# removepkg xscreensaver
Or else use Gslapt to remove the package, whichever.
Image
What really matters is where you are going, not where you come from.
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: Screensavers

Post by thenktor »

dab1414 wrote:EDIT: well if xscreensaver is already running you can

Code: Select all

xscreensaver-command -prefs
to get to it as well.
xscreensaver-demo should open the screensaver preferences, too.
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
macondo
Posts: 90
Joined: 16. Jun 2011, 02:08

Re: Screensavers

Post by macondo »

Thank you gents, as root i launched pcmanfm and went to /usr/share/xscreensaver and deleted the file :)
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: Screensavers

Post by thenktor »

macondo wrote:Thank you gents, as root i launched pcmanfm and went to /usr/share/xscreensaver and deleted the file :)
Bad idea! Use spkg -d xscreensaver instead. This is why we have package managers ;)
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
macondo
Posts: 90
Joined: 16. Jun 2011, 02:08

Re: Screensavers

Post by macondo »

thenktor wrote:
Bad idea! Use spkg -d xscreensaver instead. This is why we have package managers ;)
I'll keep in mind for next time, thanks again :)
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: Screensavers

Post by thenktor »

You should still run that command because xscreensaver has more file than the single one you've deleted.
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
macondo
Posts: 90
Joined: 16. Jun 2011, 02:08

Re: Screensavers

Post by macondo »

OK, will do it.
Post Reply