Results 1 to 4 of 4

Thread: [SOLVED] Login gdm theme causing problems

  1. #1
    Join Date
    Feb 2008
    Location
    40.732674 N, 111.853824 W
    Beans
    13
    Distro
    Ubuntu 8.04 Hardy Heron

    Exclamation [SOLVED] Login gdm theme causing problems

    Hello. I just installed the sunset login theme, and ever since, I have been having some weird login-related problems:

    First, I downloaded the package to the desktop, went to the login options, and installed it. I chose it, and logged out so I could see it. My screen went black, and put about eight lines of text on the screen, each of them ending with [OK]. The little _ underscore just sat there blinking for about a minute. I pressed return, and the underscore just moved down a line. I pressed the power button (didn't hold it down), and my computer continued to shut down, just as if I had selected it from the Quit dialog.

    I started up, and was brought to that ugly "circles" theme. I logged in, and everything worked fine. Figuring the theme was defective (and Ubuntu was defaulting to "circles"), I went to change it back to Human; but right when I clicked the login window item in the System menu, before the window even appeared, my screen went black again, with the same eight-or-so lines, all [OK] again. I shut down properly, just as before.

    So how do I change the theme back? How do I totally wipe this rogue theme from my system?
    Thanks for any advice.

  2. #2
    Join Date
    Dec 2007
    Beans
    222

    Re: Login gdm theme causing problems

    Before gdm login prompt press Ctrl-Alt-F2. Login to text console. Now, simply
    remove the offending theme:

    Code:
    ls /usr/share/gdm/themes
    sudo rm -rf /usr/share/gdm/themes/Sunset
    Compare GraphicalTheme values from gdm.conf and gdm.conf-custom, revert custom
    value to default from gdm.conf, restart gdm:

    Code:
    grep -E ^GraphicalTheme /etc/gdm/gdm.conf
    grep -E ^GraphicalTheme /etc/gdm/gdm.conf-custom
    sudo nano /etc/gdm/gdm.conf-custom
    sudo /etc/init.d/gdm restart
    When you back in X session, use the virtual console to preview any new theme:

    Code:
    sudo apt-get install xnest
    gdmflexiserver --xnest
    It won't open fullscreen though and some items could be displaced. But at
    least you'll get an idea whether you can run it or not.

    You can always edit particular theme's *.xml file to suit your needs.
    Help yourself | [Hints] Disassemble your laptop

    "Si peccasse negamus, fallimur,
    Et nulla est in nobis veritas--"

  3. #3
    Join Date
    Feb 2008
    Location
    40.732674 N, 111.853824 W
    Beans
    13
    Distro
    Ubuntu 8.04 Hardy Heron

    Talking Re: Login gdm theme causing problems

    Thank you very much, pauper. Your solution worked seamlessly. I was a little worried, as not all of the GraphicalTheme parameters in the .conf files matched. But I pushed ahead, restarted GDM, and the Human login popped up! Hooray! Login works perfectly now.

    For anyone reading this thread who can't quite figure out what all that grepping and pseudo-nanoing is, well, just leave a post here and I'll explain it all in full-gory-unix detail.

  4. #4
    Join Date
    Dec 2007
    Location
    Galway, Ireland
    Beans
    316
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: [SOLVED] Login gdm theme causing problems

    Dude!!!
    Thanks!
    You totally saved me here with this, nice done!!!
    I was playing with different login screens and doing ctrl+alt+backspace to see them and one failed and it was just hanging with the pointer thing waitting and no login screen...
    Thanks!

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
  •