
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...
datadevil
17 years ago
would it be possible to add the active heart too, it seems very close to keramik, but nicer overall
Report
CraigD
16 years ago
Also, I haven't updated Geramik in a long time, as I no longer use it. For Gtk2.x apps it may perhaps be better to use the qt-gtk engine.
Report
SPW
17 years ago
Report
swisslinuxer
17 years ago
I`m new to this forum. I am using knoppix 3.2 and was unhappy with the look of some applications like Gimp, Synaptic, XnView and so on.
Then I installed the debian package of the Geramik theme, which does not show up in the style section of KDE. (Maybe this is correct, I have no experience !?)
Then I added a file named .gtkrc-2.0 in my home directory containing the following lines:
gtk-font-name = "Helvetica 12"
include "/usr/share/themes/Geramik/gtk-2.0/gtkrc"
This works fine with some apps (Synaptic, Aumix) but not with others (Gimp, XnView (static), Acrobat Reader...)
Is there more to configure then waht I`ve done so far ?
Report
CraigD
17 years ago
include "/usr/share/themes/Geramik/gtk/gtkrc"
Also, you don't need to specify a font, Geramik will get its font settings frmo KDE.
Report
swisslinuxer
17 years ago
Report
JThundley
17 years ago
Report
CraigD
17 years ago
Report
Paradoxdruid
17 years ago
But my gtk applications still look odd. I have this theme installed and running.
But the scrollbars are still the default orange.
I use #97ADC3 for my scrollbar color, it's a pleasing blue-grey.
Is there a way I can get my gtk applications to use this scrollbar color as well?
Thanks!
Report
CraigD
17 years ago
Anyway, ThinGeramik was only released as a quick hack - because ThinKermaik seemed to be chaning almost daily, and I couldn't be bothered trying to keep up! As to your problem, can you send a screen shot of a KDE app and a GTK app - showing the various colour settings. Its probable that ThinKeramik has changed which colour setting it uses for scrollbars - I think it previously used the inactive-window title bar colour.
Report
CraigD
17 years ago
ThinGeramik was created very early on in ThinKeramiks lifetime - and was not updated, as ThinKeramik seemed to be changing alomst daily...
Report
Paradoxdruid
17 years ago
I set the custom scrollbar color from the "ThinKeramik" customization dialog, with "Use custom scrollbar colors" on the "Custom Colors" tab.
Thanks for the help, and great work on these themes!
Report
Paradoxdruid
17 years ago
But on a normal user account, ThinGeramik picks up the scrollbar color just fine.
*shrugs*
Report
WinterWolf
17 years ago
One day, hopefully every theme will automatically work on all desktops, but GNOME has some catching up to do for their themeing module until that can be possible.
Report
Marv73
17 years ago
make[3]: Leaving directory `/home/alex/exec install/themes/thinkeramik-2.8/kwin'
Making all in config
make[3]: Entering directory `/home/alex/exec install/themes/thinkeramik-2.8/kwin/config'
Makefile:278: *** s
Report
Svyatogor
17 years ago
Report
jimmymallmann
17 years ago
Report
Cwiiis
17 years ago
/usr/share/themes/Galaxy/gtk/gtkrc
/usr/share/themes/Galaxy/gtk-2.0/gtkrc
Everything will work fine after that, but you wont be able to use the Galaxy theme - alternatively, you could rename the directory & retain usage of the Galaxy theme (I think)
It's to do with the variables GTK_RC_PATHS and GTK2_RC_PATHS getting set to stupid values that include the Galaxy gtkrc files on KDE start-up... No idea why & no idea (yet) how to stop it from doing so...
Report
mirek3x
17 years ago
Report
CraigD
17 years ago
echo $GTK_RC_FILES
and
echo $GTK_RC2_FILES
(I think Its GTK_RC2_FILES, maybe GTK2_RC_FILES ?)
If these are set, its possible Mandrake is telling Gtk where to look for its config files.
Report
mirek3x
17 years ago
[mirek@apricot mirek]$ echo $GTK_RC_FILES
/usr/share/themes/Galaxy/gtk/gtkrc:/etc/gtk/gtkrc:/home/mirek/.gtkrc
[mirek@apricot mirek]$ echo $GTK2_RC_FILES
/usr/share/themes/Galaxy/gtk-2.0/gtkrc:/etc/gtk-2.0/gtkrc:/home/mirek/.gtkrc-2.0
export GTK_RC_FILES=/usr/share/themes/Geramik/gtkrc:/etc/gtk/gtkrc:/home/mirek/.gtkrc
export GTK2_RC_FILES=/usr/share/themes/Geramik/gtk-2.0/gtkrc:/etc/gtk-2.0/gtkrc:/home/mirek/.gtkrc-2.0
[mirek@apricot mirek]$ gftp
(gftp-gtk:2205): Gtk-WARNING **: Nelze nal
Report
CraigD
17 years ago
Report
mirek3x
17 years ago
Tried to install qtpixmap, however, ended up with this:
./configure
...
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking for gtk-config... no
configure: WARNING: Not compiling for GTK1.x - you need at least Gtk v1.2.9
checking for pkg-config... /usr//bin/pkg-config
configure: WARNING: Not compiling for GTK2.x - Gtk2.x not installed
configure: error: Could not find libraries for GTK1.x or GTK2.x version!!!
[mirek@apricot QtPixmap-0.26]$
What can be wrong now? I am a newbie with linux but I think I must have some gtk libs as I am able to launch apps like gftp.
Report
CraigD
17 years ago
(Don't worry about asking "silly" questions - everyone has to start somewhere.)
Report
fourwood
17 years ago
Report