Results 1 to 3 of 3
Alright assume i know nothing about linux, tell me how to add new themes to KDE (im using Fedora core 2) in tar.qz and rpm format
thanks...
- 07-07-2004 #1Just Joined!
- Join Date
- Jul 2004
- Location
- Canada
- Posts
- 45
How do i add more themes to KDE
Alright assume i know nothing about linux, tell me how to add new themes to KDE (im using Fedora core 2) in tar.qz and rpm format
thanks
- 07-07-2004 #2Just Joined!
- Join Date
- Jul 2004
- Location
- Canada
- Posts
- 45
sorry
the formats i said r supposed to b tar.bz2 and tar.gz and rpm format... ne help about installing and adding themes that have been downloaded would b helpful
- 07-07-2004 #3Linux Newbie
- Join Date
- May 2004
- Location
- Boston, MA
- Posts
- 246
You can get mad KDE themes from www.kde-look.org. On the left navigation bar, click on your version of KDE. Then click on a theme, and select "download". From there it will be different for each theme:
## If the package is in .tar.gz format, download it to a folder and runThis will extract a bunch of files from the archive. The installation may be different for each theme, but it will probably be described in a README or INSTALL file in the directory to which the files were extracted. It'll most likely be something to the effect of typingCode:tar xzvf <filename.tar.gz>
configure lets you set options for the installation, make compiles the software necessary for the installation, and make install installs the theme. This is not necessarily the way it will work, so read the README file first!.Code:configure make make install
## If the package is in .tar.bz2 format, do the same as above, except use the commandinstead of the other tar command.Code:tar xjvf <filename.tar.bz2>
## If the package is an rpm, then you've got it made. Just typeI hope this works out for you. Don't be afraid to post further questions, but remember: Google is your friend! There are tons and tons of web pages about Linux that can teach you stuff like this without having to wait for someone to post.Code:rpm -i <filename.rpm>
Situations arise because of the weather,
And no kinds of love are better than others.


Reply With Quote
