Answered Change the Login Background with elementaryOS Freya 0.3

Discussion in 'Newbie Questions' started by linuxuser, Dec 6, 2014.

  1. linuxuser

    linuxuser Thread Starter
    Expand Collapse
    Member

    Joined:
    Dec 6, 2014
    Messages:
    11
    Likes Received:
    0
    Hello community

    How can I change the Background image of the login screen? You know, with elementaryos 0.3 Freya, the Beta version does include a blue tile background.

    Or I did not found an system option for that?

    All the best
    Mike
     
  2. Best Answer:
    Post #2 by Xray7, Dec 6, 2014
  3. Xray7

    Xray7
    Expand Collapse
    New Member

    Joined:
    Dec 4, 2014
    Messages:
    4
    Likes Received:
    0
    I guess there isn't really an option to change that so far. But, it is really simple.

    elementaryos_change_background_login_screen.jpg

    As you can see, it is a symbolic link from elementaryos-default to "Blueprint.jpg". Just remove the symlink and add another one.

    Code (Text):
    cd /usr/share/backgrounds
    sudo rm elementaryos-default
    sudo ln -s Temple.jpg elementaryos-default
    Where "Temple.jpg" can be every Wallpaper you see there, just edit them.

    Hope it helps.
     
  4. elysium

    elysium
    Expand Collapse
    Administrator
    Staff Member

    Joined:
    Dec 3, 2014
    Messages:
    35
    Likes Received:
    11
    Hi Mike,
    does the answer from Xray answer your question successfully?
     
  5. linuxuser

    linuxuser Thread Starter
    Expand Collapse
    Member

    Joined:
    Dec 6, 2014
    Messages:
    11
    Likes Received:
    0
    I hope elementary will provide an explizit option for this in the future. So far, this workarround is ok, thx.
    mike
     
  6. Auksinis

    Auksinis
    Expand Collapse
    Member

    Joined:
    May 21, 2015
    Messages:
    18
    Likes Received:
    4
    I agree. We should be able to switch the log in wallpaper to something more appealing.

    Also, we should be able to browse the file system as root. Which right now is difficult w/o workarounds.
     
  7. jeffersfp

    jeffersfp
    Expand Collapse
    New Member

    Joined:
    May 30, 2015
    Messages:
    1
    Likes Received:
    0
    The solution above from Xray7 worked for me, but your pic must be 2560x1600 JPEG.
     
  8. heuristicAl

    heuristicAl
    Expand Collapse
    New Member

    Joined:
    Jul 28, 2015
    Messages:
    1
    Likes Received:
    0
    Random new find: you can use any image (I assume, mine was 1680x1050) as long as you make elementaryos-default and the image readable by everyone.

    I have rw - r - r (644)
     
  9. mMachie

    mMachie
    Expand Collapse
    New Member

    Joined:
    Oct 31, 2017
    Messages:
    1
    Likes Received:
    0
    Apparently the location of the login screen wallpaper is /var/lib/lightdm-data/<username>/wallpaper/<image_name>.jpg
    You can just switch the image using cp or other command you like.

    I'm using Elementary OS Loki, btw.
     

Share This Page

Loading...