Results 1 to 5 of 5

Thread: Tip: Installing New Lock Dialog Theme on Lucid/Karmic

  1. #1
    Join Date
    May 2010
    Beans
    1

    Tip: Installing New Lock Dialog Theme on Lucid/Karmic

    For the last couple of ubuntu versions, gnome-screensaver, which is also the gnome screen-locking program, has been using gtkbuilder .ui files for configuration; unfortunately almost all of the third-party themes (e.g. on gnome-look.org) use .glade files. Here's how to convert a .glade file to a .ui file for use with current versions of gnome-screensaver:
    1. Open a shell
    2. Unpack your downloaded theme file
    3. run this command: gtk-builder-convert -w mynewtheme.glade mynewtheme.ui. The -w switch is important. The gtk-builder-command should already be installed on your system, but if not, it is a script which you can google and run directly from your download directory.
    4. transfer the theme files, including the unmodified .gtkrc, to /usr/share/gnome-screensaver. Do not stash the config files in a subdirectory.
    5. change the gconf setting (e.g. with gconf-editor) of /apps/gnome-screensaver/lock-dialog-theme to your new theme (e.g. "burst", or "arc-colors-human").

  2. #2
    Join Date
    Mar 2006
    Location
    Greece
    Beans
    9
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Tip: Installing New Lock Dialog Theme on Lucid/Karmic

    Quote Originally Posted by daybird View Post
    For the last couple of ubuntu versions, gnome-screensaver, which is also the gnome screen-locking program, has been using gtkbuilder .ui files for configuration; unfortunately almost all of the third-party themes (e.g. on gnome-look.org) use .glade files. Here's how to convert a .glade file to a .ui file for use with current versions of gnome-screensaver:
    1. Open a shell
    2. Unpack your downloaded theme file
    3. run this command: gtk-builder-convert -w mynewtheme.glade mynewtheme.ui. The -w switch is important. The gtk-builder-command should already be installed on your system, but if not, it is a script which you can google and run directly from your download directory.
    4. transfer the theme files, including the unmodified .gtkrc, to /usr/share/gnome-screensaver. Do not stash the config files in a subdirectory.
    5. change the gconf setting (e.g. with gconf-editor) of /apps/gnome-screensaver/lock-dialog-theme to your new theme (e.g. "burst", or "arc-colors-human").
    Thanks a lot mate, that solved my problem!!

  3. #3
    Join Date
    Nov 2008
    Beans
    11
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Tip: Installing New Lock Dialog Theme on Lucid/Karmic

    Awesome! solved another problem

  4. #4
    Join Date
    Jun 2009
    Location
    Tucson, AZ
    Beans
    11
    Distro
    Xubuntu

    Re: Tip: Installing New Lock Dialog Theme on Lucid/Karmic

    Anyone happen to know the source package for this since it seems that it's not installed on my system?

  5. #5
    Join Date
    Dec 2006
    Beans
    2

    Re: Tip: Installing New Lock Dialog Theme on Lucid/Karmic

    You need to install libgtk2.0-dev

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
  •