Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105462 - porthole icon does not display
Summary: porthole icon does not display
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Third-Party Tools (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-09 23:51 UTC by Martin Meyer
Modified: 2007-01-11 05:53 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Meyer 2005-09-09 23:51:41 UTC
Immediatly after emerging porthole the icon does not show on the gnome menus.  
It doesn't appear later either, it's just never there.  I think the problem is
that the icon path is relative:

(from porthole.desktop)
Icon=../porthole/pixmaps/porthole-icon.png

The relative path doesn't work though.  This line should be:
Icon=/usr/share/porthole/pixmaps/porthole-icon.png

Reproducible: Always
Steps to Reproduce:
1. Emerge Porthole
2. Open Applications -> System Tools
3. Look at the Porthole menu item

Actual Results:  
No icon is shown for Porthole but all other apps have one
Comment 1 Brian Dolbec (RETIRED) gentoo-dev 2005-11-29 22:17:09 UTC
It is due to the fact we did not install the icon to the default pixmaps
directory.  It is in a subdirectory instead.  It seems that gnome does not like
looking for it, even if the correct path is specified.  We have corrected that
for the -0.5.0 release.
Comment 2 Benjamin Hodgetts 2006-07-31 07:15:31 UTC
"It is in a subdirectory instead.  It seems that gnome does not like
looking for it, even if the correct path is specified."

I think It's the "../" that Gnome doesn't like. Altering the .desktop file to specify the absoloute path (/usr/share/porthole/pixmaps/blah) works fine.
Comment 3 Paul Varner (RETIRED) gentoo-dev 2007-01-11 05:53:39 UTC
This should be fixed with porthole-0.5.0 which is in the tree.