• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Help with linux mandrake 8.0 for a newbie.

I just installed linux and I'm just starting to play around with it, so please bear with me. I downloaded a theme from kds.themes.org, and the file is a .tar.gz file. Where can I find out what this file is (archive, compression?) and what to do with it. Your help is appreciated.
 
Do a man tar and read up on tar, because you will use it all the time

but this command should work for you.....

tar xvzf <filename>
 


<< tar xvzf <filename> >>


After you do this, it will probably extract a directory out for you. cd into that directory and find the executable file called install or something similar to that. You can find exectutables by doing a ls -l. Also make sure to read the README that is usually accompanied with most sources.
 
Well, if it's a KDE theme, there won't be any ./configure; make; make install required. It should just be images and such. If I'm not mistaken KDE has its own built-in theme installer, which if memory serves can handle a properly tarred and gzipped file. Check that out.

kde.themes.org also has a sort-of FAQ page that you should look over.

 
Back
Top