mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Mar. 01 2006,21:42 |
|
This is for non-mydsl themes (I wasn't aware that there were any in mydsl, but since you posted in mydsl I figure I should cover my bases).
make a directory called /home/dsl/.icewm/themes
Code Sample | mkdir -p /home/dsl/.icewm/themes |
or
Code Sample | cd ~/.icewm && mkdir themes |
Then extract your theme(s) into that directory. Each theme should have its own subdirectory in .icewm/themes/.
NOTE: From my experiences with IceWM themes, a large number of them are poorly packaged. Many of them need to have their file permissions fixed (755 or 775 for directories and executable files, and 644 or 664 for regular files). While this isn't a major problem in .icewm/themes, they can be troublesome if you decide to make them available to other users by putting them into the systemwide themes directory.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|