Announcement

Collapse
No announcement yet.

This SHOULD be simple

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    This SHOULD be simple

    All I want to do is keep the Horos KDM theme, but change the background to what I use on my desktop, grub, and splash screen. So far I haven't been able to get it to work.

    Can anyone give me a hint.

    Thanks.

    #2
    Re: This SHOULD be simple

    KDM Greeter background

    Topic: Customizing Kubuntu
    http://www.kubuntuforums.net/showthr...mizing-Kubuntu

    =>

    K > Applications > Help
    Help > Control Center Modules > Login Screen


    The horos.xml (/usr/share/kde4/apps/kdm/themes/horos/) has:

    Code:
    	<item type="pixmap" id="background" background="true">
    		<normal wallpaper="Horos" scalemode="crop"/>
    		<pos x="0" y="0" width="100%" height="100%"/>
    	</item>
    You could edit the original horos theme or copy the /usr/share/kde4/apps/kdm/themes/horos/ -> /usr/share/kde4/apps/kdm/themes/my-wallpaper/

    Here the my-wallpaper theme has my-wallpaper.xml:
    Code:
    	<item type="pixmap" id="background" background="true">
    		<normal file="my-wallpaper.png" scalemode="crop"/>
    		<pos x="0" y="0" width="100%" height="100%"/>
    	</item>
    ---Edit on---

    The difference: wallpaper="Horos" replaced with the file="my-wallpaper.png"

    ---Edit off---

    The my-wallpaper.png is a symlink to the plymouth background:

    Code:
    :~$ ls -l /usr/share/kde4/apps/kdm/themes/my-wallpaper/
    ...
    lrwxrwxrwx 1 root root   49 2011-10-19 23:05 my-wallpaper.png -> /lib/plymouth/themes/my-plymouth/my-wallpaper.png
    ...

    Topic: My Plymouth theme
    http://www.kubuntuforums.net/showthr...Plymouth-theme
    Last edited by OneLine; Mar 14, 2012, 04:14 AM.
    Have you tried ?

    - How to Ask a Question on the Internet and Get It Answered
    - How To Ask Questions The Smart Way

    Comment

    Working...
    X