Results 1 to 6 of 6

Thread: Unable to change GDM Login screen background

  1. #1
    Join Date
    Nov 2013
    Beans
    4

    Question Unable to change GDM Login screen background

    I am new to linux and I have recently installed Ubuntu Gnome 13.10 on my laptop. I don't like the default dark gray background of the Gnome Login Screen and want to change it.

    I have googled for this and found a tool called GDM3Setup. I have installed the tool and tried to change the background, but it didn't work.

    Can you please help me in changing the login screen background?

  2. #2
    Join Date
    Apr 2011
    Location
    3rd Rock from the Sun
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Unable to change GDM Login screen background

    GDM Background Grey is loacated in /usr/share/gnome-shell/theme/noise-texture.png
    To change this you have to copy a background of your choice in the above folder- Rename noise-texture.png as noise-texture.png.bak and rename the background image you've copied as noise-texture.png.
    You have to do this as root. (Every update to gnome-shell will replace your noise-texture.png with the original, so you have keep repeating the above after every gnome-shell upgrade)

    To do this from GUI as root:
    Code:
    sudo nautilus /usr/share/gnome-shell/theme
    Find the file and do the necessary.

    Then restart gnome-shell- Alt+F2, type 'r' and hit enter/return key.
    "Evolution is Nature's way of issuing upgrades."


  3. #3
    Join Date
    Nov 2013
    Beans
    4

    Talking Re: Unable to change GDM Login screen background

    Thank you. That worked perfectly.

  4. #4
    Join Date
    Aug 2013
    Beans
    209

    Re: Unable to change GDM Login screen background

    To keep it from changing back during a gnome-shell update, could you name your new background file noise-texture.png?

  5. #5
    Join Date
    Aug 2011
    Beans
    54

    Re: Unable to change GDM Login screen background

    The real real
    copy the image you want to use into the /usr/share/gnome-shell/theme folder
    sudo gedit /usr/share/gnome-shell/theme/gnome-shell.css

    Search for the following section

    #lockDialogGroup {
    background: #2e3436 url(noise-texture.png);
    background-repeat: no-repeat;

    change the name of the image to your image
    set background to repeat or no-repeat

    Save the file
    logout and your new background is there
    Last edited by oldos2er; January 19th, 2014 at 05:40 PM. Reason: Please be courteous to others.
    My Grandfather said that most people who lack a sense of humour don't lack humour, they lack sense.

  6. #6
    Join Date
    May 2006
    Location
    Oslo, Norway
    Beans
    243
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: Unable to change GDM Login screen background

    Quote Originally Posted by SurfaceUnits View Post
    The real real
    copy the image you want to use into the /usr/share/gnome-shell/theme folder
    sudo gedit /usr/share/gnome-shell/theme/gnome-shell.css

    Search for the following section

    #lockDialogGroup {
    background: #2e3436 url(noise-texture.png);
    background-repeat: no-repeat;

    change the name of the image to your image
    set background to repeat or no-repeat

    Save the file
    logout and your new background is there
    Thanks, SurfaceUnits, for a very elegant solution. Worked perfectly!

Tags for this Thread

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
  •