-
 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  ... 2  3  4  5  6  7  8  9  10  11 

-
.

 Please help with this particul

 
 by brainvision on: Nov 8 2009
 
Score 50%

Hi everybody there..

excuse me if my question is too simple but I'm trying all the combination possible and still I haven't reached what I want!
I've made 2 screenshot to better explain the situation.. the first is this:
http://img21.imageshack.us/img21/7636/gtkmenu02.jpg

As you can see the text on the lower part, where there's a menu is white..
When I move the mouse on the text it remains white.. I need that this text was of a particular blue..
So I change the very first part of the gtkrc file in this part:
text[PRELIGHT] = "#009bf9"

But now.. let's see the 2° screenshot:
http://img694.imageshack.us/img694/7408/gtkmenu01.jpg

The problem is that the particular blue I want the prelight text to be is the same of the bar in this screenshot! So the text is not visible when I mouse over a choice!!

I hope that I successfully explain myself..

Now my question is: is there a way to solve this situation? I mean changing other part of the gtkrc file.. something like others sections.. theme-menu or theme-menu-entry etc etc..??

Thank you very much and excuse me if I can't be clearer!!


Reply to this

-

 Re: Please help with this particul

 
 by code933k on: Nov 9 2009
 
Score 50%
code933kcode933k
oddFx
editor
Home

If I did understood well the problem is you are selecting text[property_X] for the whole theme:

So you should write that property inside the "input text" theme definition (which is what you want to change) not outside it. If you do it outside that limited space, your changes are applied to the whole theme. Thus, you get the weird behavior shown in 2.


I hate everyone equally
You can't tear that out of me
No segregation - separation
Just me in my world of enemies
-- Slayer, Disciple

Reply to this

-
.

 Re: Re: Please help with this particul

 
 by brainvision on: Nov 9 2009
 
Score 50%

ok man, thank you very much.. but what is this particular part I need to change?


Reply to this

-
.

 Re: Re: Re: Please help with this particul

 
 by code933k on: Nov 10 2009
 
Score 50%
code933kcode933k
oddFx
editor
Home

"input text".

If you don't know what I am talking about, check out posts and posts before the instructions I give for using the eXperience engine.

It has a terminal debugger that will tell you what's the exact name of the widget you want to change.


I hate everyone equally
You can't tear that out of me
No segregation - separation
Just me in my world of enemies
-- Slayer, Disciple

Reply to this

-
.

 Re: Re: Re: Please help with this particul

 
 by code933k on: Nov 10 2009
 
Score 50%
code933kcode933k
oddFx
editor
Home

By the way, try with the style associated to class "GtkEntry".


I hate everyone equally
You can't tear that out of me
No segregation - separation
Just me in my world of enemies
-- Slayer, Disciple

Reply to this

-

 check and radio buttons

 
 by nyenty on: Nov 9 2009
 
Score 50%

hello
i want to change the engine of my theme for only the check and radio buttons.

Is it impossible ?


That's right, XP where an experience...
Dangerous, but an experience...

Reply to this

-
.

 Re: check and radio buttons

 
 by code933k on: Nov 10 2009
 
Score 50%
code933kcode933k
oddFx
editor
Home

No, it is not impossible or even too difficult as far as I can tell.


I hate everyone equally
You can't tear that out of me
No segregation - separation
Just me in my world of enemies
-- Slayer, Disciple

Reply to this

-

 nautilus-sidebar color

 
 by xnidos on: Nov 17 2009
 
Score 50%

Is there any way to change the nautilus sidebar color with the color functions like shade() mix().It is only changed with stable colors;In my theme;

style "nautilus-sidebar" {
GtkTreeView::even_row_color = @bg_color
}

widget_class "NautilusNavigationWindow.GtkTable.NautilusHorizontalSplitter.NautilusSidePane.GtkNotebook.*Tree*" style "nautilus-sidebar"

works however when i replace @bg_color with color functions such as shade(0.2,@selected_bg_color) it is not working.Any idea?


Reply to this

-

 help needed

 
 by naaamo2004 on: Dec 18 2009
 
Score 50%

Hi, I need some help.
Does anybody know the widgets name of the evolution mail header?
here´s a screenshot, i mean the red marked part
http://ubuntu-pics.de/bild/34711/bildschirmfoto_15_xW2Iae.png

i want to have it a light color. is it possible?

thx


Reply to this

-

 Re: help needed

 
 by krig on: Dec 18 2009
 
Score 50%

the item is related to bg[NORMAL] color... I think there's ain't too much to do for... does someone know a gtk code setting for?


Reply to this

-

 ProgressBar trough...

 
 by daysofruin on: Feb 12 2010
 
Score 50%

How does one make the trough (outline) to a ProgressBar look like this: http://img28.imageshack.us/img28/5501/captureely.png?


Reply to this

-
.

 Re: ProgressBar trough...

 
 by Padster on: Feb 12 2010
 
Score 50%

does it not look like that if you make a transparent image with the rounded corners like that?


What do you get when you multiply six by nine?
42.

Reply to this

-

 Re: Re: ProgressBar trough...

 
 by daysofruin on: Feb 13 2010
 
Score 50%

Read these comments, he said that he was just using murrine.

http://gnome-look.org/content/show.php?content=119885&forumpage=1


Reply to this

-

 Re: Re: Re: ProgressBar trough...

 
 by Padster on: Feb 13 2010
 
Score 50%

i don't know, then


What do you get when you multiply six by nine?
42.

Reply to this

-

 Re: ProgressBar trough...

 
 by Padster on: Jan 27 2011
 
Score 50%

if you make xthickness and ythickness 2 or so it does that.


http://techsmartly.net/freePS3.php
http://1227.com
one-oh-one-oh-one-oh

Reply to this

-
.

 Transparency in Gtk menus

 
 by Padster on: Dec 7 2010
 
Score 50%

I'm working on a Gtk theme based on Doom 3's UI. I'm partially done, and feel like posting a preview, so here: http://s2.kimag.es/share/33961226.png

Now I'm working on the menus, and I've run into a problem. I want the menu to look kind of like this: http://ompldr.org/vNmdmaw/menu.png
That has transparency in a few places, and I don't know how to do that. If I leave transparent places in the image then it fills them with the background window colour. So I'm hoping that someone knows how to do this, or if not, I'm hoping someone has another idea for the menus. Thank you for reading this. :)


http://techsmartly.net/freePS3.php
http://1227.com
one-oh-one-oh-one-oh

Reply to this

-

 Re: Transparency in Gtk menus

 
 by TheRob on: Dec 8 2010
 
Score 50%

afaik it's not possible with current gtk,
maybe with gtk3 but I doubt it.

I have never seen a screenshot with gtk
that offers anything else then the squared
menues.

rounding the menues might be somehow possible
with argb code like the murrine, however,
still, the shadows would prolly not know
the menues are rounded and would paint
square shadows..... not at all sure about
this tho, been a long time since I've played
around with gtk :)

//Robert


"life sucks, get a f***ing helmet alright!" -Denis Leary
Reply to this

-

 Re: Re: Transparency in Gtk menus

 
 by Padster on: Dec 8 2010
 
Score 50%

aww, ok. thanks for the reply. i guess i'll think of something else. :/


http://techsmartly.net/freePS3.php
http://1227.com
one-oh-one-oh-one-oh

Reply to this

goto page: prev  ... 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