-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login

-
- Group .- Group members (74) . 

GTKRC (themes)


Artwork
Description:

Well, I think there are a lot of new themers who have
trouble understanding gtkrc and think that the widget
factory is some magical app that once you have that
installed and you know how to use it theming becomes
very easy.

So this group I thought I'd start because I know there
are a lot of experienced themers here with a lot of
knowledge and a lot of new themers which have a lot
of questions.

This would be the place to discuss possible bugs
and fixes and ideas and such.

I think we need a place like this because:
"No problem should ever have to be solved twice."

Join if you have any knowledge in gtkrc or are interested
in starting making themes and contributing to this
site!

Useful links:

Object hierarchy (very useful for figuring out how to assign different classes and widgets and for figuring out why things got messed up during your last edit): http://library.gnome.org/devel/gtk/stable/ch01.html

Nice set of useful links on a number of topic: http://live.gnome.org/GnomeArt/Tutorials/UsefulLinks

Well linked theming tutorial: http://live.gnome.org/GnomeArt/Tutorials/GtkThemes

Yet another guide to theming: http://orford.org/gtk/

Another great set of links (some to the ones above, but there are more): http://www.gtk.org/documentation.html

You can spend a lot of time clicking around live.gnome.org's stuff and get a lot of really useful information.

http://library.gnome.org/devel/gtk/unstable/

Members:74
Comments:261
Created:Apr 17 2008
Changed:Apr 24 2008
Readability:readable for everybody
Membership:everybody can join

Invite people to join
Join group
Activate message notification



goto page: prev   1  2  3  4  5  6  7  8  9  10  11 

-

 systray icon size

 
 by IstrikeAgain on: Sep 9 2008
 
Score 50%

when using the theme Glow Ice (or any of the Aurora-based glow suite) the tray icons are all of the same size and uniform.

when using any other theme (even aurora-based ones) some tray icons are bigger than others. What argument controls this?

(I'm using xfce4-panel)


Simplicity is the ultimate sophistication. --aka el mariachi--
Reply to this

-

 Help

 
 by pencilcheck on: Sep 12 2008
 
Score 50%

I want to change the button used by the gnome-panel widget. (e.g if you move your mouse over the default time weather widget, or disk mounter widget) for now, it is using the default button animation. How can I change it to use a custom button images for it?


Reply to this

-

 Re: Help

 
 by pencilcheck on: Sep 14 2008
 
Score 50%

I solved it myself. Here is the solution:

widget_class "*PanelApplet*" style "panelbuttons"
widget_class "*PanelWidget*" style "panelbuttons"


Reply to this

-

 Here we go again!

 
 by R1c0 on: Sep 15 2008
 
Score 50%
R1c0R1c0
Freelance

Here we go again TheRob :D
Loved your group :)
I'm new GTK+ and I am learning a lot with some tutorials, and now this will help me :D


Reply to this

-
.

 Help please

 
 by Gnominator on: Nov 3 2008
 
Score 50%

Please help me with my theme:
I want to place some picture as the background of window. How can I do that? And can I?


Reply to this

-
.

 Re: Help please

 
 by krig on: Nov 3 2008
 
Score 50%

Try this line into default style of gtkrc:

bg_pixmap[NORMAL] = "Others/main.png"

or under metacity style (just add if doesn't exist):

############### METACITY #############################

style "metacity-frame"
{
# Focused title background color
bg[SELECTED] = @bg_color

# Focused title text color
fg[SELECTED] = @fg_color # shade (0.995, @base_color)
bg[NORMAL] = "#DFDFE8"

bg_pixmap[NORMAL] = "Others/gradient.png" #
}

class "MetaFrames" style "metacity-frame"
class "GtkWindow" style "metacity-frame"

################################

you must set the path to pixmap position
hope this help :)


Reply to this

-
.

 Re: Re: Help please

 
 by Gnominator on: Nov 4 2008
 
Score 50%

That helped, but image was TILED. Do you know how to STRETCH image?


Reply to this

-
.

 Re: Re: Re: Help please

 
 by krig on: Nov 4 2008
 
Score 50%

Do you mean automatically stretched? I don't know that... make the file bigger (like 800x600 px.) can be a solution if contains less colors, but otherwise is a memory consumption.


Reply to this

-
.

 Re: Re: Re: Re: Help please

 
 by Gnominator on: Nov 4 2008
 
Score 50%

I found the solution in other GTK theme from this site:

Code:
style "window-background"
{
engine "pixmap"
{
image
{
function = FLAT_BOX
file = "<background file>"
stretch = TRUE
border = { 0, 0, 0, 0 "
}
}
}

End of code

Without stretch = TRUE it will act like one that you wrote. With it - it will do EXACTLY that I was want.

The only bad thing here that this code affects not only window backgrounds, but also tooltips' backgrounds.


Reply to this

-
.

 Re: Re: Re: Re: Re: Help please

 
 by krig on: Nov 4 2008
 
Score 50%

Good, nice you've solve the problem ;) Good luck!


Reply to this

-

 Ubuntulooks & Ubuntu 8.10

 
 by twrock on: Nov 4 2008
 
Score 50%

Has anyone looked into the "conflict" between the new "human-theme" in Ubuntu 8.10 and the ubuntulooks engine? I'm trying to figure it out and to see if there is a simple solution.

Also for Robert (and anyone else who uses the "unstyle" style trick), an error is reported when choosing themes with that piece of code: "This theme will not look as intended because the required GTK+ theme engine " is not installed."

The piece of GTK code in question looks like this:

style "unstyle"
{
engine ""
{
}
}

As far as I can tell, it no longer works. I was using that code to clean up a panel problem when using the "contact-lookup-applet" (and it also is there to prevent Sodipodi from crashing). It's messed up now, so I think that means any reference to the "unstyle" style is ignored.


Reply to this

-
.

 Re: Ubuntulooks & Ubuntu 8.10

 
 by krig on: Nov 5 2008
 
Score 50%

I haven't Ibex installed, but sure that there's no other "engine" lines into? maybe the error reported is not about that line...


Reply to this

-

 Re: Re: Ubuntulooks & Ubuntu 8.10

 
 by twrock on: Nov 5 2008
 
Score 50%

Sorry, looks like I didn't make that very clear. Both the reference to the ubuntulooks engine _and_ the reference to the "" engine (referred to as the "unstyle stlye") cause error codes. And until I removed the first problem (the reference to the ubuntulooks engine), I didn't even see that there was the second problem.

In my themes, the ubuntulooks engine is used for some stuff like the look of progress bars, etc. It was no big deal to just ignore it, because the effects aren't very noticeable. (See also the post below.)

The "unstyle" was a workaround for some other minor problems. But it was tricky to figure out how to use that hack, and it'd be nice to find another solution if this one isn't going to work.


Reply to this

-
.

 Re: Re: Re: Ubuntulooks & Ubuntu 8.10

 
 by krig on: Nov 5 2008
 
Score 50%

Ok, thanks for pointing this; I got it now... if I'll figure out some new hacks I will send you a msg :) have a nice week :)


Reply to this

-
.

 IBEX gedit and GTK+

 
 by Puli on: Nov 5 2008
 
Score 50%

Hello everyone,
here an issue with gedit when using a GTK theme (slickness black and vision).
The first time gedit didn't work then restarded x and it did but slow as hell.
Tried to launch it from terminal and i have got this : impossible to find the engine theme in module_path:«ubuntulooks»,
Tried to install ubuntulooks from repos but it doesnt fix the problem, instead it uninstalls ubuntu-desktop, human-theme and ubuntu-artwork, so i have undo it all.
Gedit works fine with any original theme but gtk+....
Also, after installing a new icon theme (black-white 2 style) i have noticed that it doesnt change the documents, music, pictures and video icons in the upper bar's drop down menu but leaves them basic.
Any idea or workaround?
Thanx in advance


Puli


Big dreamers never sleep.

Reply to this

-

 Re: IBEX gedit and GTK+

 
 by twrock on: Nov 5 2008
 
Score 50%

About ubuntulooks, see my post above. Those new human theme and desktop conflict with the ubuntulooks engine. I did a little digging into it, and haven't yet found a good solution. Your experience with installing ubuntulooks and losing the others is exactly the problem others experienced. So I can't recommend attempting to install the ubuntulooks engine in Ibex.

Regarding gedit, yes, for some reason it is incredibly slow in Ibex. Hopefully that will be noticed and updated in the near future.


Reply to this

-

 Re: Re: IBEX gedit and GTK+

 
 by Puli on: Nov 5 2008
 
Score 50%

Oh well let's hope then as, apart this incompatibility, Ibex seems to be a good system.
Thank you anyway twrock. :)


Puli


Big dreamers never sleep.

Reply to this

goto page: prev   1  2  3  4  5  6  7  8  9  10  11 

Add commentBackHomeCreate new groupView all groups



-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team