LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-16-2005, 04:36 PM   #1
Bjorne
Member
 
Registered: May 2003
Location: Sweden
Distribution: Debian Lenny
Posts: 81

Rep: Reputation: 15
Styles/Themes


Hello!

I've installed two custom styles/themes to KDE, I installed them using RPMs. THe RPMs installed fine but the themes wont show up in KDE theme manager! (In the Control Centre)

I'm using SuSE 9.3, x86_64.

Does anyone know how I can make this work? Is it a x86_64 issue?

Thanks

UPDATE: I installed kde-artwork and these themes are no appearing either!

Last edited by Bjorne; 08-16-2005 at 05:20 PM.
 
Old 08-16-2005, 07:24 PM   #2
noteventime
Member
 
Registered: Mar 2005
Location: a small planet in the vicinity of Betelgeuse
Distribution: ArchLinux
Posts: 53

Rep: Reputation: 15
Have you tried to install the non-rpm versions?
 
Old 08-16-2005, 07:27 PM   #3
Bjorne
Member
 
Registered: May 2003
Location: Sweden
Distribution: Debian Lenny
Posts: 81

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by noteventime
Have you tried to install the non-rpm versions?
no but it's SuSE 9.3 RPMs and if they don't work there must be something weird with my system mustn't it?
 
Old 08-17-2005, 04:09 AM   #4
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Only newer theme manager styles show up in the KDE theme manager. Check in the "styles" section under "appearance & themes" for your theme. If the theme includes window decorations and color schemes, they also have to choosen individually from the appropriate section under "appearance & themes".
 
Old 08-17-2005, 06:40 AM   #5
Bjorne
Member
 
Registered: May 2003
Location: Sweden
Distribution: Debian Lenny
Posts: 81

Original Poster
Rep: Reputation: 15
it doesn't appear there either
 
Old 08-17-2005, 08:39 AM   #6
noteventime
Member
 
Registered: Mar 2005
Location: a small planet in the vicinity of Betelgeuse
Distribution: ArchLinux
Posts: 53

Rep: Reputation: 15
Try the non rpm version
 
Old 08-17-2005, 09:12 AM   #7
Bjorne
Member
 
Registered: May 2003
Location: Sweden
Distribution: Debian Lenny
Posts: 81

Original Poster
Rep: Reputation: 15
of course there was no non-rpm version... however I reinstalled it and the theme appeared as a style (not looking correct though, it looked like KDE standard) but other SuSE 9.3 x86_64 users has been able top install this theme (LinspireClear) why can't I?
 
Old 08-17-2005, 09:37 AM   #8
DarkNeo
Member
 
Registered: Aug 2005
Location: Rome
Distribution: Slackware 10.2 && Debian Sarge
Posts: 49

Rep: Reputation: 15
But if you download the theme and after you put it in -/.kde/.
ByE
 
Old 08-17-2005, 09:47 AM   #9
Bjorne
Member
 
Registered: May 2003
Location: Sweden
Distribution: Debian Lenny
Posts: 81

Original Poster
Rep: Reputation: 15
the rpm installs the files there and they are there (I have checked) but KDE wont detect them
 
Old 08-17-2005, 10:07 AM   #10
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Ok, I installed the same theme recently. I got the source code from here.
You need to untar the file, change into the extracted directory and then do
Code:
$make -f Makefile.cvs
$./configure --prefix=`kde-config --prefix`
$make
#make install
 
Old 08-17-2005, 10:22 AM   #11
Bjorne
Member
 
Registered: May 2003
Location: Sweden
Distribution: Debian Lenny
Posts: 81

Original Poster
Rep: Reputation: 15
Quote:
make -f Makefile.cvs
This Makefile is only for the CVS repository
This will be deleted before making the distribution

*** YOU'RE USING automake (GNU automake) 1.9.5.
*** KDE requires automake 1.6
make[1]: *** [cvs] Fel 1
make: *** [all] Fel 2
I'm running it as myself, ie not root.
 
Old 08-17-2005, 10:43 AM   #12
Bjorne
Member
 
Registered: May 2003
Location: Sweden
Distribution: Debian Lenny
Posts: 81

Original Poster
Rep: Reputation: 15
ok changed the cvs.sh to support automake 1.9

now I get:
Quote:
checking for libz... configure: error: not found.
However I do have it insalled... anyway libzio, libzvt and libzv-dev

UPDATE: The error disappeared when I installed qt development files

Last edited by Bjorne; 08-17-2005 at 11:02 AM.
 
Old 08-17-2005, 11:27 AM   #13
Bjorne
Member
 
Registered: May 2003
Location: Sweden
Distribution: Debian Lenny
Posts: 81

Original Poster
Rep: Reputation: 15
New error :P
"checking for Qt... configure: error: Qt (>= Qt 3.1 (20021021)) (library qt-mt) not found. Please check your installation!"

Any ideas?

Update, the whole error is:
checking for libjpeg6b... no
checking for libjpeg... no
configure: WARNING: libjpeg not found. disable JPEG support.
checking for Qt... configure: error: Qt (>= Qt 3.1 (20021021)) (library qt-mt) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
Make sure that you have compiled Qt with thread support!


I do have libjpeg64, libjpeg and qt3 (installed by YaST)

Last edited by Bjorne; 08-17-2005 at 11:38 AM.
 
Old 08-17-2005, 01:25 PM   #14
Bjorne
Member
 
Registered: May 2003
Location: Sweden
Distribution: Debian Lenny
Posts: 81

Original Poster
Rep: Reputation: 15
ok after lots of looking I found this on Novell's support

./configure --enable-libsuffix=64

has to be added to older configures.... It configures now but the theme does not show up in KDE control centre...

Last edited by Bjorne; 08-17-2005 at 01:28 PM.
 
Old 08-17-2005, 01:59 PM   #15
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
I am not sure if its a 64 bit problem because the same thing works fine on Suse 9.3 on my system.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
can gkrellm themes be set from fluxbox styles? DJOtaku Linux - General 2 05-12-2005 09:01 AM
themes and styles raffaello Mandriva 1 10-24-2004 07:15 PM
Bootsplash Themes(need a list of websites to download themes from) ganja_guru Linux - General 1 09-26-2004 11:28 AM
Make Error w/ KDE 3.1 themes/styles Aristotle Linux - Software 0 11-08-2003 10:09 PM
installing styles & themes mary Linux - Software 6 09-27-2003 08:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:18 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration