Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 338843

Summary: dev-db/pgadmin3-1.12.0 has no desktop menu icon
Product: Gentoo Linux Reporter: Chris Mayo <aklhfex>
Component: New packagesAssignee: PgSQL Bugs <pgsql-bugs>
Status: RESOLVED FIXED    
Severity: minor CC: nasus.maximos, unlord
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Icon path fix for pgadmin3-1.12.0.ebuild

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. ***