
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
GTK theme *and* engine intended to make GTK applications have a similar look
to the Keramik KDE style.
The theme, and pixmaps within, are based upon the alpha release of Keramik_GTK
by Goamaus. However, most pixmaps have been re-created, and/or modified.
Geramik requires QtPixmap >=0.26 (QtPixmap is no longer included in the Geramik archive. Get QtPixmap from http://www.kde-look.org/content/show.php?content=7043)
Screenshot 2 is of Mandrake's diskdrake - showing the recolouring of buttons.
To install:
tar zxvf Geramik-0.23.tar.gz
cd Geramik-0.23
./configure
make
make install (as root)
...then copy /usr/share/themes/Geramik/gtk/gtkrc to either /etc/gtk/gtkrc or ~/.gtkrc
...or for GTK2, copy
/usr/share/themes/Geramik/gtk-2.0/gtkrc to either /etc/gtk-2.0/gtkrc or ~/.gtkrc-2.0
17 years ago
0.27
----
1. Fix ThinGeramik horizontal scrollbar thumb.
0.26
----
1. Add "ThinGeramik" - GTK equivalent of ThinKeramik. This is the 1st version,
so will probably have some errors. Note: Menus in GTK2 apps will be the window
colour - can't figure out how to make this different!
(NOTE: *Requires* QtPixmap >= 0.26)
0.25... See "ChangeLog" in archive for previous entries...
17 years ago
0.27
----
1. Fix ThinGeramik horizontal scrollbar thumb.
0.26
----
1. Add "ThinGeramik" - GTK equivalent of ThinKeramik. This is the 1st version,
so will probably have some errors. Note: Menus in GTK2 apps will be the window
colour - can't figure out how to make this different!
(NOTE: *Requires* QtPixmap >= 0.26)
0.25... See "ChangeLog" in archive for previous entries...
CraigD
17 years ago
Report
dropman
17 years ago
All i need is to be able set GTK/GTK2 themes to GTK/GTK2 applications, and be able to change ALL colors of these themes. When i set up Geramik GTK/GTK2 apps changed themes, but then i changed color settings in KDE and not ALL colors changed in GTK/GTK2 apps.
Is there some way to simply change gtk/gtk2 theme without installing Geramik (for example: to standart gtk theme)?
Report
CraigD
17 years ago
To change GTK theme you can simply use the gone-control-center. But note that tehre is no colour settings GNOME control applet. Most (all?) GTK/GNOME themes have hard-coded colours.
Geramik, and QtCurve, get there colour settings by reading ~/.qt/qtrc (which is written by qtconfig, and KControl). KDE apps will automatically reflect the colour/font changes - but GTK/GNOME apps will need to be re-started.
Report
Darkmere
17 years ago
Thanks also fpr the install-instructions
regards
Report
WinterWolf
18 years ago
Report
CraigD
18 years ago
Report
acollins
18 years ago
Report
CraigD
18 years ago
Report
gladiac
18 years ago
Report
gladiac
18 years ago
Report
CraigD
18 years ago
Report
Haden
18 years ago
However, do you see slowdown when opening new windows with Geramik style?
Adds 1-2 sec. delay for me.
Report
CraigD
18 years ago
The main slow down compared to a normal GTK pixmap theme is probably the large gtkrc file - recolouring the PNGs shouldn't take long at all (most are *very* small).
Report
gladiac
18 years ago
http://www.w0rk.de/gtk.jpg
Report
CraigD
18 years ago
Report
gladiac
18 years ago
on the top you can see mozilla with geramik
klick
Report
gladiac
18 years ago
on the top you can see mozilla with geramik
klick
Report
gladiac
18 years ago
what about font antialising?
Report
CraigD
18 years ago
Report
gladiac
18 years ago
Report
CraigD
18 years ago
Report
wvw
18 years ago
Report
CraigD
18 years ago
I'm currently modifying Blue/FreeCurve so that GTK apps get their colour/fonts from ~/.qt/qtrc. (I'm gonna make some other minor mods too - such as having pushbutton text move when the button is pressed). I've modified the GTK2 version, and that seems to work well - so I've just got to make changes to the GTK1, and KDE/Qt version. Hopefully I'll be able to make an initial release soon.
Also, GTK does have a Windows-like theme. So this would make 3 matching styles.
Report
thebanzai
18 years ago
Only way to see the fonts on other themes, including bluecurve, is to get gnome-settings-daemon running, and it f**ks up my kde desktop...
Not that anyone should ever want to use other theme than Geramik again, but bluecurve is faster on my pII/266.
Report
CraigD
18 years ago
Bluecurve, uses its own "bluecurve" engine - and this would set it's fonts in the standard GTK/GNOME way - i.e. through gnome-control-center.
However, I've got a hacked up version of Bluecurve that reads the font/colour settings from ~/.qt/qtrc in the same way as Geramik does. Currently I'm ironing out a few bugs - I'm also trying to make it more consistent between Qt, KDE, GTK1, and GTK2 apps. I should be ready to release an inital version soon - will probably be called QtCurve (and this will be the theme engines only - no icons, etc.)
Report