I've been playing with creating custom KDM login themes. I've posted my first four login screen shots in the Image Gallery. But I have a problem.
Each of the themes is in its own directory in my user directory. I create the archive from the CLI with the syntax:
The .tar.gz file is created. When I open KDM Theme Manager, select Install New Theme, navigate to the .tar.gz file, select it and click on OK, the new theme doesn't appear in the installed KDM Themes list. But the theme folder and its files are extracted to the /usr/share/apps/kdm/themes directory.
When I download other packaged KDM themes (www.kde-look.org) and install them with KDM Theme Manager, they do show in the listing of installed themes.
What am I missing or doing wrong?
Each of the themes is in its own directory in my user directory. I create the archive from the CLI with the syntax:
Code:
tar cvzf mytheme.tar.gz mytheme/*.*
When I download other packaged KDM themes (www.kde-look.org) and install them with KDM Theme Manager, they do show in the listing of installed themes.
What am I missing or doing wrong?
Comment