GTK themes in KDE


 
Thread Tools Search this Thread
Operating Systems Linux GTK themes in KDE
# 1  
Old 07-28-2011
Question GTK themes in KDE

Hello!
I have a problem with a GTK themes in KDE environment.
When I set the GTK style in application's styles in control center, it's looks like this screen:

GTK themes in KDE-picture1png

Arrows on "places" and "files": In GTK it's a "GtkTreeView" widget class and I can't separate they. It's only one color for a two things, cause it's the GtkTreeView.
But I need to have different colors for the places and files.

How I can get what I want?
GTK theme: Atolm (Sorry, but I can't post urls. You can find Atolm on gnome-look . org, or I can give you url in PM).
KDE 4.6.4

~/.gtkrc-2.0-kde4:
Code:
    include "/usr/share/themes/Atolm/gtk-2.0/gtkrc"
    style "user-font"
    {
       font_name="Droid Sans"
    }
    widget_class "*" style "user-font"
    gtk-theme-name = "Atolm"

# 2  
Old 07-28-2011
You need to check which theming engine the Atolm theme wants to use. Then ensure that that particular theming engine is available to it. Otherwise it defaults to a system-wide default theming engine. Unless the required themeing engine is available, the theme will not be correctly displayed.

Examine the Atolm theme files to figure out the name of the theming engine.
# 3  
Old 07-29-2011
Atolm use the Murrine theme.
And Murrine engine has already been installed.

I tried intsall other themes, but the situation is exactly the same.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Fedora

GTK Themes

Hi, So, I have a GTK based GUI app. I used GTKdevel-2.24 to develop and compile it on two different distros of linux: Fedora 14 and Linaro (tablet). All of my code was the same for each but compiled on each platform separately (32bit and ARM). Both distros run the application. On Fedora 14... (0 Replies)
Discussion started by: fedora18
0 Replies

2. UNIX for Dummies Questions & Answers

Gtk-WARNING **:

Hi all, I want to run a 32 bit program on a 64 bit linux machine. Installing the program was no issue but when I try to run it I get Warnings that look like this: Gtk-WARNING **: Unable to locate theme engine in module_path: "oxygen-gtk" Gtk-WARNING **: Unable to locate theme engine in... (3 Replies)
Discussion started by: friend
3 Replies

3. Programming

curses.h not found , gtk/gtk.h not found

i have downloaded <libncurses5-dev_5.7+20101128-1_i386.deb> and <ndk++-0.0.1alpha4.tar.bz2> which contains the header files curses.h and gtk/gtk.h .. i have also included them using .. #include "/home/ball/Desktop/Sudoku/project/libncurses5-dev_5.7+20101128-1_i386/usr/include/curses.h" ... (2 Replies)
Discussion started by: upvan111
2 Replies

4. Linux

How to save/transfer gnome themes

Hi everyone this has been driving me nuts, i have made my own custom theme in gnome, and saved it, is it possible to save it on say a disc etc and then install it on another machine, probably asking the impossible here but thanks in advance for any help:) (2 Replies)
Discussion started by: dave123
2 Replies

5. UNIX for Dummies Questions & Answers

i hate gtk and kde!

i don't want to install any themes, but i do want to get rid of the god awful color scheme it defaults to. i've tried editing /usr/X11R6/share/themes/Default/gtk-2.0/gtkrc, but to no avail. i've also changed, and even removed the .gtkrc-kde that kde generates automatically, also to no avail. ... (12 Replies)
Discussion started by: brandan
12 Replies

6. Linux

GTK+ hates me

I am very new to the linux environment. I have been interested in it for years but have just recently had the courage to pop that install disk into my PC. Because of it's ease of installation, I installed Mandrake 9.1 and I'm running KDE3.1 for my GUI. Right now I'm trying to conquer the world... (5 Replies)
Discussion started by: n0data
5 Replies
Login or Register to Ask a Question