Re: pgAdmin Icons
- From: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
- To: Devrim GÜNDÜZ <devrim(at)CommandPrompt(dot)com>
- Cc: pgadmin-hackers(at)postgresql(dot)org
- Subject: Re: pgAdmin Icons
- Date: Fri, 25 Jan 2008 19:10:20 +0100
- Message-id: <479A260C(dot)2050908(at)sun(dot)com>
Thanks Devrim,
Are there any translation for Comment? Maybe it would be good give this
text to translators.
Thank you very much
Zdenek
Devrim GÜNDÜZ wrote:
Hi,
On Fri, 2008-01-25 at 18:26 +0100, Zdenek Kotala wrote:
I'm currently integrating pgAdmin into JDS menu (gnome) and I'm
looking for pgAdmin icon. Is there any official icon 48x48
and .desktop file?
For icon, see pkg/debian/pgadmin3.xpm
In the RPMs, we are generating the desktop file with this (the macros
are expanded automagically):
desktop-file-install --vendor fedora --dir $RPM_BUILD_ROOT/%{_datadir}/applications \
--add-category X-Fedora\
--add-category Application\
--add-category Development\
./pkg/%{name}.desktop
and its output is:
================================================
[Desktop Entry]
Encoding=UTF-8
Name=pgAdmin III
Exec=/usr/bin/pgadmin3
Icon=/usr/share/pgadmin3/pgadmin3.xpm
Type=Application
Categories=Application;Development;X-Fedora;
MimeType=text/html;
DocPath=/usr/share/pgadmin3/docs/en_US/index.html
Comment=PostgreSQL Tools
X-Desktop-File-Install-Version=0.13
================================================
-HTH.
Regards,
Home |
Main Index |
Thread Index