


Metacity Themes by turbo815 10 comments
Two, what's with all the orange? It doesn't look all that soothing to the eyes. But since this is a free world, you can just take the Metacity theme and make an orange color mod if you so please. Or how about some OTHER colors like red or green? ;D - Sep 29 2008

Kicker Panel by balboabr46 4 comments

GTK2 Themes by xavieran 15 comments
Honestly, I think it's pretty cool you were able to replicate the UI from Uplink. Much more original than yet another orange/brown theme. - Feb 15 2008

Icon Sub-Sets by mejogid 120 comments
Traceback (most recent call last):
File "generator.py", line 281, in go_forward
self.__start_install()
File "generator.py", line 438, in __start_install
import processing
File "/home/techokami/unzipped/tango-generator/processing.py", line 677
if os.path.exists("/usr/share/applications/")
^
SyntaxError: invalid syntax
OS: Fedora 7
GNOME 2.18 - Dec 26 2007

Various Gnome Stuff by Sunsparc 96 comments
There are users on this site that use other distros, you know. Please be considerate of all users. - Dec 24 2007

GDM Themes by Spelth 21 comments

Various Gnome Stuff by KidProQuo 28 comments
Try to make your work distro-neutral. As in, take into consideration the other major distros. Debian, Slackware, Mint, Fedora/RHEL, Mandriva, SuSE... that's just a sample.
So when you make suggestions/ideas for GNOME, don't use distro-specific stuff! - Aug 21 2007

GTK2 Themes by FiremanSam 23 comments
2: Yes, that's essentially what I'm suggesting. - Aug 07 2007

GTK2 Themes by FiremanSam 23 comments
Also, if you DO do it like that, then launch notification-created buttons use theme-panel (when means no skinning), but making it more generalized will skin the buttons in logoff/shutdown dialogues (a big no-no!)
Oh, and I wish I could change my username on this CMS. I don't go by "KnuxT15" anymore >_> - Aug 06 2007

GTK2 Themes by FiremanSam 23 comments
Add this:
widget_class "*Panel*GtkToggleButton" style "theme-panelbuttons"
And for my next performance, I'll make these buttons use the Murrine engine instead of pixmap! :D - Aug 06 2007

GTK2 Themes by FiremanSam 23 comments
widget_class "*PanelToplevel*Button" style "theme-panelbuttons"
widget_class "*PanelToplevel*" style "theme-panel"
Read it carefully. You set PanelToplevel*Button's style to theme-panelbuttons, but then in the next line you override THAT with something that covers all of PanelToplevel*'s styles to theme-panel. - Aug 06 2007

GTK2 Themes by FiremanSam 23 comments

GTK2 Themes by homelooks 5 comments

GTK2 Themes by homelooks 5 comments
For your reasons of using pixmap: Change the "roundness" variable in the engine variables. True OSX style needs full roundness (which I think is 9) - Jun 15 2007

GTK2 Themes by homelooks 5 comments
Remove the pixmap engine and set Murrine to use full roundness. - Jun 14 2007

GTK2 Themes by phin586 3 comments
engine "murrine"
{
scrollbarstyle = 3 # Enable or disable circles, stripes, handles
menuitemstyle = 1 # 0 = flat, 1 = glassy, 2 = striped
listviewstyle = 1 # 0 = nothing, 1 = dotted
glazestyle = 1 # 0 = flat hilight, 1 = curved hilight, 2 = concave style, 3 = top curved hilight, 4 = beryl style
scrollbar_color = "#RRGGBB"
contrast = 1.0 # Lower values make for darker colors, higher values make for brighter colors
hilight_ratio = 1.0 # Lower values make for darker highlighting on glaze, higher values make for brighter highlighting on glaze
menubarstyle = 3 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
menubaritemstyle = 1 # 0 = menuitem look, 1 = button look
listviewheaderstyle = 1 # 0 = flat, 1 = glassy, 2 = raised
roundness = 0 # 0 = squared, 1 = old default, more will increase roundness
animation = TRUE # FALSE = disabled, TRUE = enabled
} - Apr 05 2007

Icon Sub-Sets by mejogid 219 comments
Also, you missed xfsm-reboot and xfsm-shutdown, and the "Add Files" and "Extract Files" icons in File Roller. Otherwise, getting better! - Mar 25 2007

Icon Sub-Sets by mejogid 219 comments
First is XFCE Session Manager - that's the logout menu in XFCE. The only three I know of are /actions/xfsm-logout (just make a symbolic link of system-log-out.png), /actions/xfsm-reboot (make a link of view-refresh) and /actions/xfsm-shutdown (make a link of system-shutdown). There may be more - can someone with Xubuntu list any others?
Next is the image resize icon. It's in a strange location: /16x16/stock/object/stock_position-size.png
Without this, right-clicking on an image in Nautilus will give you a big ugly placeholder in the menu... that should be about it. If you can cover those, you'll be my hero :) - Mar 24 2007

Icon Sub-Sets by mejogid 219 comments
In installation.py at line 250, you used "FTango" instead of "Tango" =P
Always the silliest mistakes... - Mar 24 2007

Icon Sub-Sets by mejogid 219 comments
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.4/threading.py", line 442, in __bootstrap
self.run()
File "tango-generator.py", line 276, in run
self.install_others()
File "tango-generator.py", line 315, in install_others
installation.install(name,self.gui.wTree.get_widget("entry_name").get_text().lower().replace(" ", "-"))
File "/home/techokami/unzipped/Tango-Generator-2/installation.py", line 250, in install
shutil.copytree(os.path.expanduser("~/.tango-generator/bash_tmp/gimp/FTango"), os.path.expanduser("~/.gimp-2.2/themes/Tango"))
File "/usr/lib/python2.4/shutil.py", line 110, in copytree
names = os.listdir(src)
OSError: [Errno 2] No such file or directory: '/home/techokami/.tango-generator/bash_tmp/gimp/FTango' - Mar 24 2007

Icon Sub-Sets by mejogid 219 comments
I'm using 0.1.2, and now the segment I had hanging with earlier appears sooner. I am stuck at "Unpacking & Installing Gimp" once again. Is it because I'm running it as an unprivileged user? - Mar 23 2007

Icon Sub-Sets by mejogid 219 comments
I'm using 0.1.1, and as I posted this you JUST uploaded 0.1.2. Also, I'm on Fedora 6, if that has any relevence. - Mar 23 2007

Icon Sub-Sets by mejogid 219 comments

GTK2 Themes by TheReplaced 3 comments

GTK2 Themes by TheReplaced 3 comments
Anyways, good theme. - Mar 22 2007

Icon Sub-Sets by freeiconsweb 1 comment
Adding to the fact that your username is the same name as this site, you're either a bot or a very sleazy user. - Mar 20 2007

Metacity Themes by mxt 5 comments
-Maximized looks rather bad. There's this gray bar above the window title that eats space - it's like I LOSE space when I maximize my window.
-You need a square version, for people who aren't big fans of round themes.
Fix those and it'll be better :) - Mar 04 2007

GDM Themes by HaNieL 16 comments

GDM Themes by HaNieL 16 comments

GTK2 Themes by liviopl 4 comments

Metacity Themes by crashie 16 comments
Now, I'm going to give you a mittle modification I made. I didn't quite like the double arrows for the close button (it looks... wierd), so I made my own.
First, get this image and save it as close.png in the theme's folder (/home/username/.themes/Win3.x/metacity-1/):
http://img518.imageshack.us/img518/4690/closesc8.png
Then, in this theme's metacity-theme-1.xml file, comment out lines 199 to 202, then paste in:
< draw_ops name="close_icon" >
< image filename="close.png" x="0" y="0" width="width" height="height" / >
< / draw_ops >
Remove the spaces between angle brackets and slashes (GNOME-Look's commenting system doesn't like XML it seems)
Save, and reload. You should now have an X glyph in place of two arrows!
I know, I know, I could have used drawing methods available in Metacity, but I dunno how to use those yet. :P - Nov 17 2006

GTK2 Themes by KnuxT15 5 comments

GTK2 Themes by KnuxT15 5 comments
*fix*
Okay try again... sorries, I've never used Gnome-Look's submission system before. - Oct 19 2006

GTK2 Themes by simeandrews 15 comments
Anyways, the Metacity corner problem only seems to happen with gFTP. - Sep 24 2006

GTK2 Themes by simeandrews 15 comments
Alrighty, I finally got this hack working... and it's pretty good. Too bad the creator had to make it seem to be uni-distro only... SHAME.
The only problem I see with the theme right now is with the Metacity. for some reason the corners on the top are still rounded when the window is maximized, when it should be squared, so it looks cut-off. Other than that, great job. - Sep 24 2006

GTK2 Themes by simeandrews 15 comments
The Metacity is good, the GTK looks good, but you are preventing non-Ubuntu users from using this theme. I truly hope you'll do something to make this more available to everyone... =( - Sep 24 2006

GTK2 Themes by cimi86 370 comments

GTK2 Themes by kism 13 comments
Sorry about that, then - Aug 09 2006

GTK2 Themes by kism 13 comments

Various Gnome Stuff by dcubed20 6 comments
For another thing, flamewars are bad. Very bad. Could an admin nuke this thing please? - May 12 2006

GTK2 Themes by Gnobody 22 comments
Is there any specific reason that the enhancements in this "ubuntulooks" haven't been contributed to the clearlooks-cairo code, rathen than forking? - Apr 08 2006

GTK2 Themes by Gnobody 22 comments

Metacity Themes by zegnus 13 comments
Maybe I should port Reluna, or better yet Recurve... ^.^ - Jan 13 2006

Metacity Themes by zegnus 13 comments
Why not go bother the guy that ported the Opus3 themes to Metacity? Those were Microsoft Visual Style themes that weren't made by Microsoft.
You (the theme maker) should definatley reconsider the name. I believe this is called "Luna Royale". - Jan 12 2006