
Chakra Gtk Config - KCM
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on git.opendesktop.org
zuargo
7 years ago
Please check out it...
Report
chakra-project
7 years ago
https://projects.kde.org/projects/playground/base/kde-gtk-config
Report
DDZ
7 years ago
Thank you for GTK3 support. :-)
There is an error message when go to "Add and Remove Themes" -> "Download new GTK3 themes" : "Config file not found : cgcgtk3.knsrc"
What's this ?
Thank you in advance.
Report
chakra-project
7 years ago
Report
olegue
7 years ago
-----------------
OpenSuse 11.4 86x64 KDE 4.6
Report
chakra-project
7 years ago
Report
DDZ
7 years ago
Thank you for your answer !
Report
chakra-project
7 years ago
Report
DDZ
7 years ago
Report
Renze
7 years ago
Report
chakra-project
7 years ago
Report
Renze
7 years ago
Report
Katzefu
7 years ago
It'd be great if you could include a checkbox for selecting this in .gtk-2.0
gtk-toolbar-style=GTK_TOOLBAR_ICONS
Its a fix for icons in gtk toolbar.
Report
chakra-project
7 years ago
http://chakra-project.org/bugs/index.php?do=details&task_id=288
Next time please use our bugtracker to fill feature requests so any developer can take the job and we can track the progress.
Report
chakra-project
7 years ago
Report
Katzefu
7 years ago
If you use Qtcurve, you can also set
in stylerc:
mapKdeIcons=false
to switch off icon inheritance.
As I read, there is a bug with icon inheritance in qtcurve(don't know if fixed yet)
Thank you.
Report
Goliathis
7 years ago
Report
realnc
7 years ago
Report
chakra-project
7 years ago
The approach of this KCM is different, does not relies in the Gtk-Qt engine at all, in fact can be used without actually having installed Gtk2 in your system or even with a Qt installed without support for Gtk themes as Chakra-Gtk-Config is just a GUI for the Gtk config files.
In case you are using the Oxygen-Gtk engine, the fonts are automatically set by the engine according your KDE settings.
The font family selection is some we added for possible themes without this support and in fact i don't think your request is possible without using the Gtk-Qt engine which is not the target of this KCM, as instead of use Qt for draw Gtk GUIs, we are using real Gtk engines.
In fact the "main" feature of this KCM is the Gtk freeness, it is written from scratch in Qt/KDE and does not use Gtk at all, that's why we cannot add engines preview, in case you know a Gtk tweak we can add for this functionality we are open for patches.
Report
adomas187
7 years ago
Report
DDZ
7 years ago
Do you plain to make the same to set KDE 3 Themes settings ?
Report
manutortosa
7 years ago
Report
DDZ
7 years ago
Report
marcaemus
7 years ago
Voted up.
Report
k4misiek
8 years ago
http://bugs.gentoo.org/show_bug.cgi?id=353672
To get it working create symlink:
$ ln -s .gtkrc-2.0 .gtkrc-2.0-kde4
Report