View Full Version : Gnome Foot
poofyhairguy
November 28th, 2004, 08:06 PM
I love this ubuntu, putting it on every machine I touch.:D It is the only linux I've ever had where I didn't mess with the default desktop. I like it all... except one thing.
Is there a way to replace the foot next to applications on the bar with the ubuntu symbol? I would love to make a custom one, if I knew how to install it.
Thx
Magneto
November 28th, 2004, 10:05 PM
/usr/share/pixmaps/gnome-logo-icon-transparent.png any custom one has to fit certain requirements otherwise the gnome-panel won't load
poofyhairguy
November 29th, 2004, 02:17 AM
/usr/share/pixmaps/gnome-logo-icon-transparent.png any custom one has to fit certain requirements otherwise the gnome-panel won't load
thanks. It was easy to make a new one in gimp. If someone wants it, I'll put it in a photo bucket or something.
HungSquirrel
November 29th, 2004, 03:16 AM
Someone wants it. ;)
poofyhairguy
November 29th, 2004, 05:11 AM
Someone wants it. ;)
Sure.
http://img108.exs.cx/img108/2702/gnome-logo-icon-tran.png
If this host goes down, I'll use another.
Magneto
November 29th, 2004, 11:54 AM
MODS please move this thread to the Screenshots/ Art Talk Forum
and here's a blue one
http://ubuntu.spymac.net/blugnome-logo-icon-tran.png
jdodson
November 29th, 2004, 05:45 PM
moved to right forum.
poofyhairguy
November 29th, 2004, 05:55 PM
MODS please move this thread to the Screenshots/ Art Talk Forum
and here's a blue one
http://ubuntu.spymac.net/blugnome-logo-icon-tran.png
wooo, thats nice. Maybe a start of a ubuntublue theme?
:mrgreen:
Magneto
November 29th, 2004, 06:40 PM
wooo, thats nice. Maybe a start of a ubuntublue theme?
:mrgreen:
maybe BVC will bless us with one
I just mix and match themes - i would like to make an icon theme but I hit a snag on icons other than the ubuntu logo lol
arctic
November 29th, 2004, 07:10 PM
wooo, thats nice. Maybe a start of a ubuntublue theme?
:mrgreen:
then we also need a blue ubuntu gdm-screen and a blue gnome-splash ;)
panickedthumb
November 29th, 2004, 10:17 PM
Very slick guys, Using the orange/red one for the gnome panel now (sorry Magneto, the blue just doesn't flow with my desktop at the moment). I never knew you could customize that or I probably already would have!
Xian
November 29th, 2004, 10:19 PM
Thanks all for the great info and submissions. That single change makes such a huge difference.
It really personalizes the desktop for a more unified and coherent Ubuntu appearance.
bvc
November 30th, 2004, 02:29 AM
maybe BVC will bless us with one
I just mix and match themes - i would like to make an icon theme but I hit a snag on icons other than the ubuntu logo lol
wha?
http://gnome-look.org/content/show.php?content=17082
not blue/ubuntu enough for the icon? :?
I just started this (no arrows yet)
http://bvc.kernow-webhosting.com/theme/images/blu.png
but it's not ubuntuish and I haven't decided where it's going. If you have ideas, PM me so we don't mess up the thread. GTK isn't playing nice.
link
November 30th, 2004, 03:21 PM
What's the gnome-icon-theme name that replaces the foot? gnome-main-menu?
Magneto
November 30th, 2004, 03:27 PM
What's the gnome-icon-theme name that replaces the foot? gnome-main-menu?
the xml tag in the icon theme?
LongTooth
November 30th, 2004, 10:05 PM
Can someone tell me the steps to change the 'foot' on the panel? I'd like to try the red/yellow logo but I'm not certain of the steps I have to take. Thanks.
bvc
November 30th, 2004, 10:50 PM
The easiest way is to rename;
/usr/share/pixmap/gnome-main-menu.png
to whatever and replace with yours. Then in a terminal do;
killall gnome-panel
if you have a lot of diff ones you want to customize and are going to change them often it may be easier to keep them in a central location and make a ~/.gtkrc-2.0 and put the necessary code in there to point to your custom iconrc. This will over_ride defaults or theme settings.
~/.gtkrc-2.0
gtk-icon-sizes = "panel-menu=36,36:gtk-menu=16,16:panel=16,16"
include "/xdata/gui/icons/iconrc"
relevant part
/xdata/gui/icons/iconrc
Both the icons and iconrc are in the same dir
style "panel-icons"
{
stock["panel-main-menu"] = {{ "gnome-main-menu.png", *, *, * }}
}
class "GtkWidget" style "panel-icons"
get a very complete iconrc here
http://gnomesupport.org/forums/viewtopic.php?p=40965&highlight=#40965
Oh, and I'm also in Houston :D
poofyhairguy
November 30th, 2004, 11:03 PM
Then in a terminal do;
killall gnome-panel
Or press
Ctrl-Alt-Backspace
I live near Houston!
bvc
November 30th, 2004, 11:06 PM
Or use the gnome-system-monitor or the gnome-theme-manager ....etc....there's many ways :grin:
we could have a Texan Ubuntu party :p
link
December 1st, 2004, 01:00 AM
So there's not a way to set the icon via the icon theme (rather than the gtkrc)? That seems surprising to me, considering there are themes in gnome-themes-extras that does replace that icon.
bvc
December 1st, 2004, 02:11 AM
sure there is. What ever is in
$ICON_THEME/sizexsize/apps/gnome-main-menu.ext
like
MMX-Mercury-L/128x128/apps/gnome-main-menu.png
BUT! If the gtk theme has a iconrc with a menu icon it will over_ride the icon theme.
I'm currently using the new Industrial Steel icon theme. It didn't have a menu icon. I didn't want the gnome default. So I put mine in /IndustrialSteel/48x48/apps/
poofyhairguy
December 1st, 2004, 02:21 AM
Or use the gnome-system-monitor or the gnome-theme-manager ....etc....there's many ways :grin:
we could have a Texan Ubuntu party :p
Cool, I'll be in Houston around the first!
LongTooth
December 1st, 2004, 02:46 PM
You guys lost me. Can you give me a step by step ( preferably via GUI ) procedure for changing the 'Foot' on the panel? Thanks.
bvc
December 1st, 2004, 03:34 PM
The easiest way is to rename;
/usr/share/pixmap/gnome-main-menu.png
to whatever and replace with yours. :grin:
poofyhairguy
December 1st, 2004, 04:29 PM
You guys lost me. Can you give me a step by step ( preferably via GUI ) procedure for changing the 'Foot' on the panel? Thanks.
Right click on my picture: save as
Save in the /usr/share/pixmaps/ folder.
Should work.
amoser
December 1st, 2004, 04:54 PM
I know this may not go over well, but the Industral theme looks pretty good, it is kinda like Ubuntu in a blue form. I mean, well, the Human theme is based off the Industral theme.
~Alan
link
December 2nd, 2004, 03:32 PM
Drop the gnome-logo-icon-transparent.png into Theme/48x48/apps and the panel will use it. I'll be making a modification of SmoothGNOME that uses the Ubuntu logo as the panel-main-menu.
macewan
December 2nd, 2004, 05:11 PM
You guys lost me. Can you give me a step by step ( preferably via GUI ) procedure for changing the 'Foot' on the panel? Thanks.
cd /usr/share/pixmaps/
mv gnome-logo-icon-transparent.png gnome-logo-icon-transparent2.png
cp ~/blugnome-logo-icon-tran.png ./gnome-logo-icon-transparent.png
killall gnome-panel
http://www.macewan.org/screenshots/closeup.jpg
Bigger picture (http://www.macewan.org/screenshots/menu.jpg)
LongTooth
December 3rd, 2004, 09:13 PM
Thanks for the steps. I'll try it when I get home tonight. In the mean time, just in case, what are the procedures for reverting back to the original? That last command, 'killall gnome-panel', sound very ominous. Thanks.
macewan
December 4th, 2004, 05:41 PM
Thanks for the steps. I'll try it when I get home tonight. In the mean time, just in case, what are the procedures for reverting back to the original? That last command, 'killall gnome-panel', sound very ominous. Thanks.
In my case it would be:
mv /usr/share/pixmaps/gnome-logo-transparent2.png /usr/share/pixmaps/gnome-logo-transparent.png
if it bitches about permission denied then:
sudo mv /usr/share/pixmaps/gnome-logo-transparent2.png /usr/share/pixmaps/gnome-logo-transparent.png
bazuka
December 4th, 2004, 06:00 PM
Here's another version ...
Xian
December 4th, 2004, 11:08 PM
Sweet. I can use that color as well.
Thanks.
bvc
December 4th, 2004, 11:10 PM
nevermind :mrgreen:
adbak
December 9th, 2004, 06:44 PM
Neat! I have the Ubuntu symbol in place of my Gnome foot, but I chose my own colors. I used the browns that Ubuntu is known for. It's attached.
jakeslife
December 19th, 2004, 12:37 AM
cd /usr/share/pixmaps/
mv gnome-logo-icon-transparent.png gnome-logo-icon-transparent2.png
cp ~/blugnome-logo-icon-tran.png ./gnome-logo-icon-transparent.png
killall gnome-panel
http://www.macewan.org/screenshots/closeup.jpg
Bigger picture (http://www.macewan.org/screenshots/menu.jpg)
OMG that's hot.
Sensebend
January 3rd, 2005, 12:41 AM
Hehe, this really fits the feel of Ubuntu much more than the GNOME foot. I like it, I'm using the one with the Ubuntu colours. Keep up the good work people!
hazza96
January 3rd, 2005, 06:52 AM
I love the first one posted, and have changed mine to look like that.
Is there a way to get the developers to use one of them as the default? The others are good options but the first is in the right Ubuntu colours.
towner
January 6th, 2005, 05:57 PM
Neat! I have the Ubuntu symbol in place of my Gnome foot, but I chose my own colors. I used the browns that Ubuntu is known for. It's attached.
cheers adbak,
using your ububtu symbol and all is good on my desktop
NeoChaosX
April 6th, 2005, 08:40 PM
Apologies for bumping this thread, but I can't seem to get the Gnome foot working in Hoary since I upgraded. Has anyone got this little trick to work in Hoary, and if so, how?
bvc
April 6th, 2005, 10:09 PM
Apologies for bumping this thread, but I can't seem to get the Gnome foot working in Hoary since I upgraded. Has anyone got this little trick to work in Hoary, and if so, how?I wouldn't exactly call it a trick, but the latest hoary artwork is a trick of some sort. I can still make the gnome-main-menu anything I want in all other icon themes but the new Human. I haven't clue why. There's nothing special about the new pkg or theme, that I can see, that would cause this, so I'm baffled. Guess I'll have to use another Icon theme now, eh?
NeoChaosX
April 6th, 2005, 11:10 PM
I wouldn't exactly call it a trick, but the latest hoary artwork is a trick of some sort. I can still make the gnome-main-menu anything I want in all other icon themes but the new Human. I haven't clue why. There's nothing special about the new pkg or theme, that I can see, that would cause this, so I'm baffled. Guess I'll have to use another Icon theme now, eh?
Probably. And how'd you do the main menu icon change? I copied the icon I wanted as "/usr/share/pixmaps/gnome-main-menu.png" but the icon doesn't change after a killall gnome-panel or login in Hoary. Should I copy it to a different directory, or a different filename?
bvc
April 6th, 2005, 11:30 PM
Probably. And how'd you do the main menu icon change? I copied the icon I wanted as "/usr/share/pixmaps/gnome-main-menu.png" but the icon doesn't change after a killall gnome-panel or login in Hoary. Should I copy it to a different directory, or a different filename?
$THEME/scalable/apps/gnome-main-menu.svg
or png
I tried it from an iconrc in a gtk theme and it doesn't work with Human either. In fact, none of my gtk themes will set the menu icon from their iconrc :-x
If this is not a bug and means they are trying to fix more stock icons, whoohoo!!! great!!! I'll be patient because stock icons are currently a mess and needs fixed!
wfx
April 7th, 2005, 03:54 AM
Brown version:
http://www.deviantart.com/deviation/16953270/
and the blue version of ubutton:
http://www.deviantart.com/deviation/16952912/
to use the icons do:
cp gnome-logo-icon-transparent.svg /usr/share/pixmaps/gnome-logo-icon-trans parent.svg
cp gnome-main-menu.svg /usr/share/icons/hicolor/scalable/apps/g nome-main-menu.svg
killall gnome-panel (or logout and in)
bvc
April 7th, 2005, 08:26 AM
stilll no worky with the new Human Icon Theme
wfx
April 7th, 2005, 08:36 AM
i use gnome,
does human use different names for the icons?
trygvebw
April 7th, 2005, 09:03 AM
i use gnome,
does human use different names for the icons?
The themes .gtkrc file is probably overriding it.
bvc
April 7th, 2005, 09:59 AM
i use gnome,
does human use different names for the icons?
there's is nothing of the sort in the Human Icon Theme :???:
The themes .gtkrc file is probably overriding it.Doesn't matter what gtk theme. If I am using the Human Icon theme the menu icon in a gtk theme doesn't work, but does if another icon theme is being used :???:
Jad
April 7th, 2005, 10:06 AM
Ok thank you guys
I've lost my gnome foot icon :(
Jad
April 7th, 2005, 10:35 AM
worked
Thanks
bvc
April 8th, 2005, 11:21 AM
this is fixed in the final Hoary :grin:
NeoChaosX
April 8th, 2005, 05:55 PM
Brown version:
http://www.deviantart.com/deviation/16953270/
and the blue version of ubutton:
http://www.deviantart.com/deviation/16952912/
to use the icons do:
cp gnome-logo-icon-transparent.svg /usr/share/pixmaps/gnome-logo-icon-trans parent.svg
cp gnome-main-menu.svg /usr/share/icons/hicolor/scalable/apps/g nome-main-menu.svg
killall gnome-panel (or logout and in)
When I try to download them, I view a text file instead. :|
wfx
April 8th, 2005, 06:16 PM
When I try to download them, I view a text file instead. :|
Oh yes, now it should work (have change it to a tar.bz2 archiv type)
NeoChaosX
April 8th, 2005, 07:47 PM
I'm noticed for some reason, instead of filename.tar.bz2, DeviantArt is changing it to filename_tar.bz2, which is where it's going wrong. Renaming it to .tar.bz2 gets it working, though. :-) Excellent icon.
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd.