Results 1 to 4 of 4

Thread: kdm theme manager won't apply new themes

  1. #1
    Join Date
    Mar 2006
    Location
    Halifax, Canada
    Beans
    58
    Distro
    Kubuntu 7.10 Gutsy Gibbon

    kdm theme manager won't apply new themes

    Hiya,

    At my KDE login screen, I used to have the nice variant on the default kubuntu theme (called "Kubuntu O2 - No Userlist"). Upon upgrading to Hardy, it no longer displays that theme. If I have "kde-kdm-themes" installed, I can use the login themes included in that package, but nothing else seems to work. Any fixes? Thx!
    Laptop: AMD64 Turion, 80GB HD, 512 MB RAM, bcm4318 wireless. Desktop: 3.0 GHz Intel Core 2 Duo, 2 GB RAM, Zotac GeForce 9600GT Pro

  2. #2
    Join Date
    Jul 2008
    Beans
    3

    Re: kdm theme manager won't apply new themes

    make sure that you have Wallpaper=default_blue.jpg line in the /etc/kde3/kdm/backgroundrc file and in same path you have the file kdmrc with the following lines under the [X-*-Greeter] section:
    Theme=@@@ToBeReplacedByDesktopBase@@@
    UseTheme=true

    After that reboot.

    Then you can use the Theme manager to change themes. If you use the login manager to change the background (wallpaper) to something else than what it's set to you will mess it up again. Yes, they messed that up since Feisty and havent fixed it since.

    Enjoy.

  3. #3
    Join Date
    Jun 2007
    Beans
    85
    Distro
    Xubuntu 15.10 Wily Werewolf

    Re: kdm theme manager won't apply new themes

    Quote Originally Posted by Bosonator View Post
    Hiya,

    At my KDE login screen, I used to have the nice variant on the default kubuntu theme (called "Kubuntu O2 - No Userlist"). Upon upgrading to Hardy, it no longer displays that theme. If I have "kde-kdm-themes" installed, I can use the login themes included in that package, but nothing else seems to work. Any fixes? Thx!
    It seems that KDM theme manager has a supid bug that causes the theme path to be written into /etc/kde3/kdm/kdmrc inside a quotation marks -
    like this
    Code:
    Theme="/usr/share/apps/kdm/themes/skyline"
    when it supposed to be like this
    Code:
    Theme=/usr/share/apps/kdm/themes/skyline
    If this path defined with quotation marks, KDM displays error message
    Code:
    Cannot open theme file "/usr/share/apps/kdm/themes/skyline"
    Someone could post a bug or something.

    Until it's fixed the easyest way is to edit kdmrc manually...
    Last edited by tim71; August 30th, 2008 at 02:05 PM.

  4. #4
    Join Date
    Jul 2007
    Beans
    69
    Distro
    Kubuntu 8.04 Hardy Heron

    Re: kdm theme manager won't apply new themes

    Ubuntu 8.04 base install w/ kde-core, compiz-core, and emerald

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
  •