Page 1 of 12 12311 ... LastLast
Results 1 to 10 of 118

Thread: GDM2 Configuration Tool

  1. #1
    Join Date
    Oct 2005
    Beans
    34

    GDM2 Configuration Tool

    Hey guys, I wrote a tool to let you configure a bit more of the new GDM that comes with Karmic Koala.

    It took me nearly a whole day (i've not used GTK with python before!) so I hope it helps someone as i'll consider it a success. Note that it requires imagemagick to work correctly and to enable you to do fancy stuff to the background image (blur is only available option in this currently).

    It's fairly late now and I'm tired but from what I can see it works on my system but standard disclaimer applies (IT'S YOUR OWN FAULT ) as I can't promise your curtains/cat won't catch fire due to it.

    Enjoy

    UPDATE: So the awesome Growlf has done some great work based on my original and there is now a Gladey version available that doesn't depend on ImageMagick. Maybe we can get the Ubuntu guys to include this in lieu of the current one if nothing new comes along for Lucid?

    How to install:
    Add the new repository
    Code:
    sudo add-apt-repository ppa:gdm2setup/gdm2setup
    update your packages
    Code:
    sudo apt-get update
    install it!
    Code:
    sudo apt-get install python-gdm2setup
    This should now appear under System>Administration>Login Screen(GDM2Setup). Run it and see how you get on!

    Any feedback, post in this thread, or join the group and do some development!


    The original script is included still if you just want to mess with it but the preferred way is to use the PPA
    When you download it you have to make it executable using:
    Code:
    chmod u+x ./gdm-setup.py
    and then you can run it as often as needed with:
    Code:
    gksudo ./gdm-setup.py
    all from within the terminal.
    Attached Files Attached Files
    Last edited by exosyst; January 30th, 2010 at 01:59 PM. Reason: Growlf is awesome

  2. #2
    Join Date
    Jul 2009
    Location
    Area code 631
    Beans
    8
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: GDM2 Configuration Tool

    Quote Originally Posted by exosyst View Post
    Hey guys, I wrote a tool to let you configure a bit more of the new GDM that comes with Karmic Koalas.

    It took me nearly a whole day (i've not used GTK with python before!) so I hope it helps someone as i'll consider it a success. Note that it requires imagemagick to do fancy stuff to the background image you choose, I never added an option to choose if you want to blur but left it on by default as it's pretty tasteful.

    It's fairly late now and I'm tired but from what I can see it works on my system but standard disclaimer applies (IT'S YOUR OWN FAULT ) as I can't promise your curtains/cat won't catch fire due to it.

    Enjoy
    Works beautifully! Thanks!

  3. #3
    Join Date
    Oct 2005
    Beans
    34

    Re: GDM2 Configuration Tool

    This is it at the moment:
    Last edited by exosyst; January 3rd, 2010 at 11:11 PM.

  4. #4
    Join Date
    Dec 2009
    Beans
    1

    Re: GDM2 Configuration Tool

    thanks to exosyt

    l. 159
    self.ShowUserList >>> self.ShowUserlist

  5. #5
    Join Date
    Aug 2009
    Location
    Ghent,Belgium
    Beans
    1,015
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: GDM2 Configuration Tool

    Hi,tweaked my xsplash and gdm but this looks so good.But,how do I install this?

  6. #6
    Join Date
    Dec 2009
    Beans
    10

    Re: GDM2 Configuration Tool

    1.) Download the Code.

    2.) Copy it into /home/<your user-name>

    3.) Open a console and make the file executable:

    Code:
    chmod a+x gdm-setup.py
    4.) Start Script with

    Code:
    gksu ./gdm-setup.py
    Here we go.

    Sry 4 bad english.
    Last edited by Yanneck; December 28th, 2009 at 10:08 PM.

  7. #7
    Join Date
    Aug 2009
    Location
    Ghent,Belgium
    Beans
    1,015
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: GDM2 Configuration Tool

    Yep,that's what I did but can't find it.
    Ps:my english's worse.

  8. #8
    Join Date
    Dec 2009
    Beans
    10

    Re: GDM2 Configuration Tool

    Sry.

    You have to do this:

    Code:
    gksu ./gdm-setup.py

  9. #9
    Join Date
    Aug 2009
    Location
    Ghent,Belgium
    Beans
    1,015
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: GDM2 Configuration Tool

    Terminal is pointing me to this theme error.Deleted some pieces in the gtkrc,but don't understand why this could interfere with installing this.
    Where should I find it,system>login or am I getting it wrong.Anyhow,here's the outcome when I put it in a terminal.
    yui@ubuntu:~$ gksu ./gdm-setup.py
    /home/yui/.themes/Kuler 2 v3/gtk-2.0/gtkrc:34: Kan invoegbestand ‘styles/panelstyles’ niet vinden
    /home/yui/.themes/Kuler 2 v3/gtk-2.0/gtkrc:624: error: invalid string constant "panel", expected valid string constant
    yui@ubuntu:~$

  10. #10
    Join Date
    Aug 2009
    Location
    Ghent,Belgium
    Beans
    1,015
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: GDM2 Configuration Tool

    Quickly reinstalled those "missing"parts,error doesn't pop up but no install.

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