![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Desktop Environments Support for your Ubuntu desktop. Including Gnome, KDE and XFCE. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
First Cup of Ubuntu
![]() Join Date: Apr 2005
Beans: 6
|
Installing KDE Themes in Kubuntu
Ok, I'm a first time linux / Kubuntu user and have learned alot just reading online. The one thing which is the bane of my existance is getting themes from kde-look.org to install in Kubuntu. They all come in source code format without a file to import directly into the theme manger in the control center. So reading the various theme's instructions, they say do the classic compile method of ./configure, sudo make, and sudo make install. I've done this for like 10 themes and none of them show up in the Theme Manager under Control Center. The ./configure doesn't give any errors as I've installed a lot of various packages to make sure I can compile stuff. Any help or advice? Thanks! -Will
Edit: I've also tried using "./configure --prefix=`/path/to/this/program/kde-config --prefix`" and changing "/path/to/this" to different directories. |
|
|
|
|
|
#2 |
|
Just Give Me the Beans!
![]() Join Date: Feb 2005
Beans: 64
|
Re: Installing KDE Themes in Kubuntu
You shouldn't be doing "sudo make" -- make should just be done with your permissions; only sudo make install will require root permissions, likely. You should be specifying the prefix of your KDEDIR when compiling a theme. On Ubuntu it's /usr (unless you compiled KDE), so:
./configure --prefix=/usr make sudo make install |
|
|
|
|
|
#3 |
|
A Carafe of Ubuntu
![]() Join Date: Feb 2005
Beans: 110
|
Re: Installing KDE Themes in Kubuntu
They don't appear in the theme manager. Look in the style section and they should be there.
Most of the themes you are downloading are styles. A theme is a style+windows decoration+icons+wallpaper+colors and so on. Normally you download and install those things separatelly and then apply some of them one by one. Last edited by getaceres; April 7th, 2005 at 09:51 AM.. |
|
|
|
|
|
#4 | |
|
First Cup of Ubuntu
![]() Join Date: Apr 2005
Beans: 6
|
Re: Installing KDE Themes in Kubuntu
Here is what that configure command set to /usr outputs. See anything wrong?
Quote:
|
|
|
|
|
|
|
#5 | |
|
First Cup of Ubuntu
![]() Join Date: Apr 2005
Beans: 6
|
Re: Installing KDE Themes in Kubuntu
Also, here is the end of the output from sudo make install.
You guys see any glaring errors? Thanks! -Will Quote:
|
|
|
|
|
|
|
#6 | |
|
A Carafe of Ubuntu
![]() Join Date: Feb 2005
Beans: 110
|
Re: Installing KDE Themes in Kubuntu
Quote:
|
|
|
|
|
|
|
#7 | |
|
First Cup of Ubuntu
![]() Join Date: Apr 2005
Beans: 6
|
Re: Installing KDE Themes in Kubuntu
Quote:
|
|
|
|
|
|
|
#8 |
|
5 Cups of Ubuntu
![]() |
Re: Installing KDE Themes in Kubuntu
I keep getting this annoying error right at the end of the compile... I've tried different likley directories such as /usr and /usr/lib/kde3/ but it still gives me this error.. Any ideas on why? I'm new to Linux so any help would be appriceated!
checking for KDE... configure: error: in the prefix, you've chosen, are no KDE headers installed. This will fail. So, check this please and use another prefix! |
|
|
|
|
|
#9 | |
|
A Carafe of Ubuntu
![]() Join Date: Feb 2005
Beans: 110
|
Re: Installing KDE Themes in Kubuntu
Quote:
To do this: 'sudo apt-get install kdebase-dev' or better using synaptic |
|
|
|
|
|
|
#10 | |
|
5 Cups of Ubuntu
![]() |
Re: Installing KDE Themes in Kubuntu
Quote:
|
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|