About ml

ml is a part time stay-at-home dad who've been using Ubuntu Desktop for a few years. He writes in the free time and wishes to share some useful tips with Ubuntu beginners and lovers.

7 comments

  1. This is a very nice start to an introduction to modifying our GTK+ Greeter configuration but, when I ran the suggested command line command to put themes and icons where GTK+ Greeter could access them it reported that the ~/.themes and ~/.icons directories do not exist. If you could provide your readers with some instructions as to how to create and populate these directories with some beautiful themes and icons this would be a more complete introduction for beginners.

    • That’s meaning you don’t have any GTK and icon themes installed on your local folder. But you can get some either from gnome-look.org (select GTK and icon themes from left panel) or by searching on Google.

      Normally, we can install Themes to:

      1. /usr/share/themes directory for GTK theme, /usr/share/icons for icon theme — for global (system-wide) use.

      2. or install to .themes or .icons for single user only. Need to manually create the folders for the first time.

      And the suggested commands in the tutorial is for those who have already installed some GTK+ / Icon themes in the local .themes and .icons folders, to move them to system-wide directories so that they can be used in GTK greeter settings utility.

  2. Removing the package did not restore my default Ubuntu Unity 16.04 login screen.

    • Try also:

      sudo apt remove lightdm-gtk-greeter && sudo apt autoremove

      to remove unnecessary dependencies. And this do restore the default Unity Greeter in my 16.04 64-bit laptop

    • Try removing the gtk-greeter with also autoremove command:

      sudo apt remove lightdm-gtk-greeter && sudo apt autoremove

      which also removes unnecessary dependencies. This do work in my 64-bit 16.04 laptop

  3. Andy Bogard en Street Fighter

    Hi. When I try to change the background image it shows a white background instead of my chosen image. How can I fix it?

  4. I tried this, it changed the greeter as in when i log out its changed. BUT the main thing i wanted was to change the greeter that i see on startup, unfortunately that stayed as the default unity greeter….any ideas anyone?
    I have gnome desktop installed if that makes any odds.