BUG #13182: pgadmin3 not showing in application list - Mailing list pgsql-bugs

From georgi-georgiev-pgsql@japannext.co.jp
Subject BUG #13182: pgadmin3 not showing in application list
Date
Msg-id 20150428015647.2561.96468@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #13182: pgadmin3 not showing in application list  (Devrim Gündüz <devrim@gunduz.org>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      13182
Logged by:          Georgi Georgiev
Email address:      georgi-georgiev-pgsql@japannext.co.jp
PostgreSQL version: 9.4.1
Operating system:   CentOS 7.1
Description:

Installed this package but I don't see pgadmin3 in the list of applications:
pgadmin3_94-1.20.0-2.rhel7.x86_64

The reasons seems to be that the .desktop files is pointing to the wrong 9.3
paths:

$ fgrep -e 9.3 -e 93 /usr/share/applications/fedora-pgadmin3_94.desktop
Exec=/usr/pgsql-9.3/bin/pgadmin3
Icon=/usr/share/pgadmin3_93/pgadmin3_93.xpm
DocPath=/usr/pgsql-9.3/share/pgadmin3/docs/en_US/

$ rpm -qf /usr/share/applications/fedora-pgadmin3_94.desktop
pgadmin3_94-1.20.0-2.rhel7.x86_64

$ rpm -qfV /usr/share/applications/fedora-pgadmin3_94.desktop  ; echo $?
0

pgsql-bugs by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pg_get_constraintdef failing with cache lookup error
Next
From: Michael Paquier
Date:
Subject: Re: BUG #13179: pg_upgrade failure.