Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Unity greeter: Changing login image..

  1. #1
    Join Date
    Nov 2008
    Location
    Whakatane, NZ
    Beans
    557
    Distro
    Ubuntu 13.04 Raring Ringtail

    Talking Unity greeter: Changing login image..

    Hi all,

    For those who can't seem to successfully change their login image to a more personal, custom one.

    The following worked for me...

    Code:
    sudo apt-get purge unity-greeter && sudo-apt-get install ubuntu-desktop
    Change background picture to something else (just to be sure), from your 'pictures' folder.

    I think the secret is also to use pics that are cropped to fit your puters screen size. IE: 16:9; 16:10; 4:3, etc...
    If the pic size is too different from the screen resolution, it simply won't show up on your login screen, but will still as a background. The login screen will just show the default warty login screen.
    Windows free since '09 - never looked back!

  2. #2
    Join Date
    Jun 2009
    Location
    U.S.A. Illinios
    Beans
    335
    Distro
    Ubuntu

    Re: Unity greeter: Changing login image..

    johnnyg713
    Ultimate Edition,We are World Wide and Growing !
    http://ultimateedition.info/
    http://www.ultimateeditionoz.com/for...hp?f=36&t=2387

  3. #3
    Join Date
    Nov 2008
    Location
    Whakatane, NZ
    Beans
    557
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Unity greeter: Changing login image..

    Quote Originally Posted by JOHNNYG713 View Post
    Thanks for that, so it does!

    It doesn't seem to care the size of the images either, though you have to have the chosen predetermined image pre-loaded as a background.
    Windows free since '09 - never looked back!

  4. #4
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    4,343
    Distro
    Ubuntu Development Release

    Re: Unity greeter: Changing login image..

    For those who wish to know the script that tells LightDM what image to use as a background image for a certain user is at

    /var/lib/AccountsService/users

    There you will find scripts for each user which look something like this:

    XSession=ubuntu
    XKeyboardLayouts=gb extd;gr extended;
    Background=/usr/share/backgrounds/Buck_off!_by_SirPecanGum.jpg
    LightDM lets each user have his/hers own image according to which static image is selected as the desktop background image. This is where the information is stored. These scripts must get re-written whenever a new desktop background image is chosen.

    When a background slide show is chosen then LightDM looks to this script at

    /etc/lightdm/unity-greeter.conf
    Which will have something like this:

    background=/usr/share/backgrounds/warty-final-ubuntu.png
    draw-grid=true
    logo=/usr/share/unity-greeter/logo.png
    theme-name=Ambiance
    icon-theme-name=ubuntu-mono-dark
    font-name=Ubuntu 11
    xft-antialias=true
    xft-dpi=96
    xft-hintstyle=hintslight
    xft-rgba=rgb
    Note. We can remove the grid by changing "draw-grid=true" to "draw-grid=false" and also replace the logo by pointing to a logo.png of our own design.

    Regards.
    Last edited by grahammechanical; February 28th, 2012 at 02:16 AM.
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


  5. #5
    Join Date
    Jan 2008
    Location
    Arizona
    Beans
    32
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Unity greeter: Changing login image..

    Quote Originally Posted by Baldrick_NZ View Post
    Hi all,

    For those who can't seem to successfully change their login image to a more personal, custom one.

    The following worked for me...

    Code:
    sudo apt-get purge unity-greeter && sudo-apt-get install ubuntu-desktop
    Change background picture to something else (just to be sure), from your 'pictures' folder.

    I think the secret is also to use pics that are cropped to fit your puters screen size. IE: 16:9; 16:10; 4:3, etc...
    If the pic size is too different from the screen resolution, it simply won't show up on your login screen, but will still as a background. The login screen will just show the default warty login screen.
    ==========================
    the second part of the command line has an error. There should not be a hyphen after sudo, as in "sudo-apt-get...". It should read "sudo apt-get..."
    Jon Loveless
    "I like my new telephone, my computer works just fine, my calculator is perfect, but, I miss my mind!" - author unknown
    jaloveless@gmail.com

  6. #6
    Join Date
    Dec 2008
    Location
    Orlando, Fl
    Beans
    451
    Distro
    Kubuntu 12.10 Quantal Quetzal

    Re: Unity greeter: Changing login image..

    Quote Originally Posted by JOHNNYG713 View Post
    That software leaves my 64bit install with a purple screen. Same goes for ubuntu tweak. It doesn't work. I just have to renamewhatever image I want to use in usr/share/backgrounds to warty-final-ubuntu.png.
    Last edited by BigCityCat; April 25th, 2012 at 10:46 PM.

  7. #7
    Join Date
    Feb 2010
    Location
    WI USA
    Beans
    8,008
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Unity greeter: Changing login image..

    I have a purple screen prior to the drum sound no matter what. I think I can live with less than second of purple though.
    Be as you wish to seem
    Ubuntu Documentation Search: New Docs
    Ubuntu: Security Basics
    Ubuntu: Manual

  8. #8
    Join Date
    Dec 2008
    Location
    Orlando, Fl
    Beans
    451
    Distro
    Kubuntu 12.10 Quantal Quetzal

    Re: Unity greeter: Changing login image..

    Quote Originally Posted by Frogs Hair View Post
    I have a purple screen prior to the drum sound no matter what. I think I can live with less than second of purple though.
    When I use those apps it stays purple and doesn't change until I goto home/cache/wallpaper and delete the image and go back to the default.

  9. #9
    Join Date
    Dec 2008
    Location
    Orlando, Fl
    Beans
    451
    Distro
    Kubuntu 12.10 Quantal Quetzal

    Re: Unity greeter: Changing login image..

    I guess it's obvious that Ubuntu will not deliver on lightdm changing the background image to your desktop wallpaper with precise.

  10. #10
    Join Date
    Apr 2007
    Location
    NH USA
    Beans
    1,214
    Distro
    Ubuntu Development Release

    Re: Unity greeter: Changing login image..

    You should know that the permissions on your image file need to be readable for group and others, or you will get nothing.

    I just rename my file to warty-final-ubuntu.png and put in /usr/share/backgrounds. As long as the permissions are set properly, it has always worked for me.

Page 1 of 2 12 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
  •