
Clearlooks-flat-compact
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
If you have libgtk2.0 - 2.12.9 or newer you don't need any patch for gtk2 engine
Same theme for Gtk3 avaylable there http://gnome-look.org/content/show.php/Clearlooks-flat-compact?content=154794
out of date information:
Compact theme for latest clearlooks engine from the SVN.
compiled engine for ubuntu gutsy available there _ftp://80.86.249.14/gtk2.0/Clearlooks-compact/svn_20080207/libclearlooks.so.tar.gz
ua2fga
10 years ago
Report
bINX
11 years ago
Report
linvinus
11 years ago
about what line you are talking?
Report
bINX
11 years ago
Report
krig
8 years ago
search for line:
style "clearlooks-notebook" = "clearlooks-default"
modify style like this:
##########
style "clearlooks-notebook" = "clearlooks-default"
{
# bg[NORMAL] = "#efebe5"
# bg[INSENSITIVE] = "#efebe5"
bg[SELECTED] = @bg_color
GtkWidget::focus-line-width=0
}
##########
Notice that a line is still present, because of clearlooks engine.
Report
tricqster
12 years ago
Good theme, and what I like most is that gnome doesn't have that big buttons.
Thank you very much.
Report
marcaemus
13 years ago
Report
marcaemus
13 years ago
$> svn co http://svn.gnome.org/svn/gtk-engines/trunk gtk-engines
then cd into 'gtk-engines' and compile as normal.
If you keep the 'gtk-engines' directory around, just cd into it and type 'svn up' to update to the latest again and again. That way you can keep up-to-date all the time.
Report
auntaunt
13 years ago
Report
masand
13 years ago
your hack is amazing... but how to install your engine/theme?
I've downloaded the "libclearlooks" and then...?
Could you help me?
P.S. Sorry for my english, I hope you understood me... :-)
masand
Report
linvinus
13 years ago
before you start change theme to mist (or human) to unload clearlooks library
i don't know which linux you are use, so
download Clearlooks-flat-compact-theme.tar.gz and unpack it to ~/.themes
then use this command to find where engines in your linux
$ find /usr -iname libclearlooks.so
usually it return
/usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so
so just replace this lib with my.
for example
cd /usr/lib/gtk-2.0/2.10.0/engines
sudo mv ./libclearlooks.so ./libclearlooks.so.backup
cd /tmp
wget ftp://80.86.249.14/gtk2.0/Clearlooks-compact/svn_20080207/libclearlooks.so.tar.gz
sudo tar zxvf ./libclearlooks.so.tar.gz -C /usr/lib/gtk-2.0/2.10.0/engines
sudo chmod 644 /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so
sudo chown root:root /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so
now you can change theme to Clearlooks-flat-compact
if for any reasons you don't like this lib you may roll back with this commands
change theme to mist (or human) to unload clearlooks library
then
cd /usr/lib/gtk-2.0/2.10.0/engines
sudo rm ./libclearlooks.so
sudo mv ./libclearlooks.so.backup ./libclearlooks.so
i'm understand you, hope you understand me :)
good luck!
Report
masand
13 years ago
masand
Report
masand
13 years ago
your hack is amazing... but how to install your engine/theme?
I've downloaded the "libclearlooks" and then...?
Could you help me?
P.S. Sorry for my english, I hope you understood me... :-)
masand
Report
auntaunt
13 years ago
http://gnome-look.org/content/show.php/Clearlooks+flat?content=74754
Report