Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 338843 - dev-db/pgadmin3-1.12.0 has no desktop menu icon
Summary: dev-db/pgadmin3-1.12.0 has no desktop menu icon
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: PgSQL Bugs
URL:
Whiteboard:
Keywords:
: 551798 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-09-26 19:02 UTC by Chris Mayo
Modified: 2015-06-11 15:27 UTC (History)
2 users (show)

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


Attachments
Icon path fix for pgadmin3-1.12.0.ebuild (pgadmin3-1.12.0.ebuild-iconpath.patch,373 bytes, patch)
2010-09-28 00:45 UTC, Dean Matzkov
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Mayo 2010-09-26 19:02:59 UTC
ebuild renames and installs the icon as pgadmin3.png but pgadmin3.desktop is looking for pgAdmin3.png.
Comment 1 Dean Matzkov 2010-09-28 00:45:05 UTC
Created attachment 248853 [details, diff]
Icon path fix for pgadmin3-1.12.0.ebuild
Comment 2 Dean Matzkov 2010-09-28 00:51:41 UTC
Added a patch for the ebuild. I tried installing pgadmin3 with the patch applied to it, and I can confirm that the icon now shows up in my applications menu.
Comment 3 Chris Mayo 2011-01-17 20:45:46 UTC
Fixed in pgadmin3-1.12.1-r1
Comment 4 Gianni Rossi 2015-06-10 21:06:25 UTC
This seems to have re-occured in dev-db/pgadmin3-1.20.0-r1?  

pgadmin3.desktop lists its icon as /usr/share/pgadmin3/pgAdmin3.png but the icon is at /usr/share/pixmaps/pgadmin3.png
Comment 5 Aaron W. Swenson gentoo-dev 2015-06-11 12:22:51 UTC
(In reply to Gianni Rossi from comment #4)
> This seems to have re-occured in dev-db/pgadmin3-1.20.0-r1?  
> 
> pgadmin3.desktop lists its icon as /usr/share/pgadmin3/pgAdmin3.png but the
> icon is at /usr/share/pixmaps/pgadmin3.png

Huh, so it seems the sed statement was removed at some point, but the sed wasn't a complete fix.

I've updated the desktop patch in tree to correct the path name. However, given the extremely minor nature of this issue, I did not do a revision bump of the package. No one should be under the impression that they need to recompile all of pgadmin just to edit a line in a text file that can be edited by hand.

So, you can go ahead and edit the icon path yourself without ramifications. All future emerges will not have this problem.
Comment 6 Aaron W. Swenson gentoo-dev 2015-06-11 15:27:19 UTC
*** Bug 551798 has been marked as a duplicate of this bug. ***