Page 3 of 7 FirstFirst 12345 ... LastLast
Results 21 to 30 of 66

Thread: HOWTO: Adjust screensaver settings in Dapper

  1. #21
    Join Date
    Jan 2005
    Beans
    76
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO: Adjust screensaver settings in Dapper

    Hi.

    Hope this thread is still alive. I don't care much about settings, I just want to disable a bunch of savers that are very hardware demanding, and some that are just plain ugly. How can I easily do this?? I've tried to find a conf.file that will allow me just to comment out the savers I don't want. Maybe I've been looking in the wrong places...I'm not too savy when it comes to modifying files, so please don't ommitt the obvious.

    thanks in advance
    -------------------------------------------------------
    registered linux user: 305466
    ubuntu counter user: 11295
    -------------------------------------------------------

  2. #22
    Join Date
    Jan 2005
    Location
    Manawatu, New Zealand
    Beans
    126

    Re: HOWTO: Adjust screensaver settings in Dapper

    Hey there,

    From what I can tell, the list of available screensavers directly relates to files in the /usr/lib/xscreensaver location.

    As a test, I moved out all the files starting with m and then started the screensaver panel and, lo, all the screensavers starting with m had disappeared.

    It looks like you just need to remove the files for the screensavers that you want to go away. Perhaps move them to another location just in case you want them back at some point....


  3. #23
    Join Date
    May 2006
    Location
    Kelowna, BC
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: HOWTO: Adjust screensaver settings in Dapper

    Hi all,
    I hope this thread is still alive, because I want to know if I can apply the instructions (HOWTO: Adjust screensaver settings in Dapper) for for Edgy too?

  4. #24
    Join Date
    Mar 2005
    Beans
    6,040

    Re: HOWTO: Adjust screensaver settings in Dapper

    Yes it does; the only difference is that the screensaver themes are stored in /usr/share/applications/screensavers .
    Previously known as 23meg

  5. #25
    Join Date
    May 2006
    Location
    Kelowna, BC
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: HOWTO: Adjust screensaver settings in Dapper

    Quote Originally Posted by 23meg View Post
    Yes it does; the only difference is that the screensaver themes are stored in /usr/share/applications/screensavers .
    Hello 23meg,
    I was away for a few days and found this today...I think it's the answer two my question. Thanks a lot...I try tonight!
    Cariboo

  6. #26
    Join Date
    Apr 2006
    Location
    canuckistan
    Beans
    42
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Adjust screensaver settings in Dapper

    Quote Originally Posted by 23meg View Post
    (Update - 17.12.06: This guide works in Edgy as well.)

    As you're probably aware, the gnome-screensaver GUI that ships with Dapper's GNOME 2.14.1 doesn't give the user any control on individual screensaver settings. I had previously posted a guide on replacing gnome-screensaver with xscreensaver,
    <snip>
    Hello,

    Thank you for both your how-to guides. I'm afraid I'm still a bit confused. I've got Edgy working great, and the screensaver cycling through a stripped-down Pictures folder, but occasionally, I'd really like to be able to use Melchior Franz' excellent clock screensaver, which exists in /usr/share/applnk/System/Screensavers.

    Can I just copy/move that file into /usr/share/applications/ screensavers?

    Could it really be that simple? Or will I break something? :c)

  7. #27
    Join Date
    Oct 2004
    Location
    Maine, USA
    Beans
    122
    Distro
    Ubuntu Intrepid Ibex (testing)

    Re: HOWTO: Adjust screensaver settings in Dapper

    Quote Originally Posted by hazza96 View Post
    The suggested "fix" does not on Edgy because of this issue!! The directory you should be looking at is /usr/share/applications/screensaver

    Now to find out how to copy and modify the glslideshow.desktop file so that I can create several screensavers that use different directorys as the source.
    I only wanted to modify Euphoria on my Edgy machine, so I first opened a terminal and typed:

    Code:
    man euphoria
    I was able to determine the switches I needed to make Euphoria run as I liked so I then opened the Euphoria file with:

    Code:
    sudo gedit /usr/share/applications/screensavers/Euphoria
    After using 'man euphoria' I knew that changing the following line:

    Code:
    Exec=euphoria -r
    to:

    Code:
    Exec=euphoria -r -p 1
    ..would give me the desired results.

    Hope this example helps my fellow Edgy users out there.

    David
    Registered Linux User #297958
    Registered Ubuntu User #13062


  8. #28
    Join Date
    May 2006
    Location
    Kelowna, BC
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: HOWTO: Adjust screensaver settings in Dapper

    Hi,
    I'm still struggling with meg23's HOWTO.

    Here is what I do:
    1. Install xscreensaver.
    Code:
    sudo apt-get install xscreensaver
    After this two new packages were installed: xscreensaver and xscreensaver-data!


    2. When you want to adjust the settings of a particular screensaver, launch the xscreensaver preferences dialog with
    Code:
    xscreensaver-demo
    and when asked whether you want to launch the daemon, click "Cancel".
    After this command the preview window opens but I never was asked if I want to launch the daemon!


    3. Open the gnome-screensaver theme file that corresponds to your selected screensaver in
    /usr/share/applications/screensavers. For the Phosphor screensaver you'd have to do
    Code:
    sudo gedit /usr/share/gnome-screensaver/themes/Phosphor
    On my system there is no such directory as /usr/share/gnome-screensaver/themes/!


    Here I gave up because I can't figure out what went wrong!
    Can somebody help, please!
    Life is full of setbacks; Success is determined by how you handle them!

  9. #29
    Join Date
    Feb 2006
    Location
    London, UK
    Beans
    161
    Distro
    Kubuntu 8.10 Intrepid Ibex

    Re: HOWTO: Adjust screensaver settings in Dapper

    Are the files in
    /usr/share/applications/screensavers/
    instead? There was a change with Edgy.

  10. #30
    Join Date
    May 2006
    Location
    Kelowna, BC
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: HOWTO: Adjust screensaver settings in Dapper

    Quote Originally Posted by khedron View Post
    Are the files in
    /usr/share/applications/screensavers/
    instead? There was a change with Edgy.
    Yes, the files are in /usr/share/applications/screensavers.
    In /usr/share/gnome-screensaver are only the text files "gnome-screensaver-preferences.glade" and 'lock-dialog-default.glade". Do I have to transfer the files to this /usr/share/gnome-screensaver/themes/ location?
    Life is full of setbacks; Success is determined by how you handle them!

Page 3 of 7 FirstFirst 12345 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •