Gtk-Qt Theme Engine 1.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Gtk-Qt Theme Engine 1.1 (Default branch)
# 1  
Old 03-11-2008
Gtk-Qt Theme Engine 1.1 (Default branch)

Image Gtk-Qt Theme Engine is a GTK+ theme engine meant for GTK applications running in KDE. It applies all Qt settings to the GTK application and uses Qt style plugins directly. License: GNU General Public License (GPL) Changes:
The Qt 4 version was renamed to be different from the old Qt 3 version so that both can be installed at the same time.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Solaris

Compile 64bit Murrine Theme Engine

Hi I am trying to compile a 64bit version of the Murrine theme engine on Solaris 11.3 I can compile the 32bit version successfully. uname -a gives me: I unzip the zip file from murrine on github Then I change directory to it. Then I export my path to include ... (3 Replies)
Discussion started by: aubreybourke
3 Replies
Login or Register to Ask a Question
GTK-UPDATE-ICON-C(1)						  [FIXME: manual]					      GTK-UPDATE-ICON-C(1)

NAME
gtk-update-icon-cache - Icon theme caching utility SYNOPSIS
gtk-update-icon-cache [--force] [--ignore-theme-index] [--index-only] [--source [name]] [--quiet] [--validate] {iconpath} DESCRIPTION
gtk-update-icon-cache creates mmap()able cache files for icon themes. It expects to be given the path to a icon theme directory containing an index.theme, e.g. /usr/share/icons/hicolor, and writes a icon-theme.cache containing cached information about the icons in the directory tree below the given directory. GTK+ can use the cache files created by gtk-update-icon-cache to avoid a lot of system call and disk seek overhead when the application starts. Since the format of the cache files allows them to be mmap()ed shared between multiple applications, the overall memory consumption is reduced as well. OPTIONS
--force, -f Overwrite an existing cache file even if it appears to be uptodate. --ignore-theme-index, -t Don't check for the existence of 'index.theme' in the icon theme directory. Without this option, gtk-update-icon-cache refuses to create an icon cache in a directory which does not appear to be the toplevel directory of an icon theme. --index-only, -i Don't include image data in the cache. --source, -c Output a C header file declaring a constant name with the contents of the icon cache. --quiet, -q Turn off verbose output. --validate, -v Validate existing icon cache. BUGS
None known yet. [FIXME: source] 05/02/2010 GTK-UPDATE-ICON-C(1)