Results 1 to 7 of 7

Thread: Lightdm-gtk-greeter persistent wallpaper

  1. #1
    Join Date
    Oct 2013
    Beans
    336
    Distro
    Xubuntu 14.10 Utopic Unicorn

    Lightdm-gtk-greeter persistent wallpaper

    I am running Xubuntu 14.04

    By default, the wallpaper in the lightdm-gtk-greeter login changes according to which user is selected.

    How do I change it so that the wallpaper completely ignores individual users wallpapers, and is set to its own persistent wallpaper.
    I hate looking at other peoples wallpapers because most of them have ridiculous, unprofessional wallpapers, like on person who has
    an entire screen of DIET WATER!
    Things to remember :
    - Use proper english
    - Comment your code
    - Keep background information and introductions to a minimum

  2. #2
    Join Date
    Aug 2009
    Location
    Charleston, SC (USA)
    Beans
    1,779

    Re: Lightdm-gtk-greeter persistent wallpaper

    It looks like you just need to is edit a schema file. So it should be rather straightforward.

    LightDM Ubuntu wiki

    Hope that helps!
    ~Caboose
    "When our actions do not, our fears do make us traitors." -- Shakespeare
    "Unless someone like you cares a whole awful lot, nothing is going to get better. It's not!" -- Dr. Seuss


  3. #3
    Join Date
    Jun 2007
    Location
    Arizona U.S.A.
    Beans
    5,739

    Re: Lightdm-gtk-greeter persistent wallpaper

    Quote Originally Posted by Caboose885 View Post
    It looks like you just need to is edit a schema file. So it should be rather straightforward.

    LightDM Ubuntu wiki

    Hope that helps!
    ~Caboose
    But, since Xubuntu 14.04 doesn't use Unity Greeter (it uses lightdm-gtk-greeter), it is not clear which (if any) schema could be edited. After looking, I didn't see any relevant file.

    The reference to lightdm-gtk-greeter in the wiki section "Changing the Wallpaper" is specific for Lubuntu (which does not by default display the user wallpaper on the login screen). The lightdm-gtk-greeter.conf in Xubuntu 14.04 also has a background= setting, but it is ignored.

    Also looking for a solution Tristan_Williams' question.

  4. #4
    Join Date
    Jun 2014
    Beans
    12

    Re: Lightdm-gtk-greeter persistent wallpaper

    This behavior was implemented in latest greeter version. You need version from daily ppa:
    https://launchpad.net/~lightdm-gtk-g...+archive/daily

    It's unstable and had some changes in configuration (indicators option works in slightly different way now).

    The key you need:
    user-background=false

  5. #5
    Join Date
    Jun 2007
    Location
    Arizona U.S.A.
    Beans
    5,739

    Re: Lightdm-gtk-greeter persistent wallpaper

    Quote Originally Posted by ihoe3fze View Post
    This behavior was implemented in latest greeter version. You need version from daily ppa:
    https://launchpad.net/~lightdm-gtk-g...+archive/daily

    It's unstable and had some changes in configuration (indicators option works in slightly different way now).

    The key you need:
    user-background=false
    Thanks for the info. You've tried this in Xubuntu 14.04? In what file will this key be found?

  6. #6
    Join Date
    Jun 2014
    Beans
    12

    Re: Lightdm-gtk-greeter persistent wallpaper

    Yes, it must works. You need to edit this file: /etc/lightdm/lightdm-gtk-greeter.conf

    Code:
    [greeter]
    ...
    background=your background
    # true by default
    user-background=false
    ...
    As I said, it is unstable version so be ready for some bugs.
    Last edited by Kirboosy; July 3rd, 2014 at 12:12 PM.

  7. #7
    Join Date
    Jun 2007
    Location
    Arizona U.S.A.
    Beans
    5,739

    Re: Lightdm-gtk-greeter persistent wallpaper

    Thanks for the additional details!

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
  •