Re: pgAdmin Icons

From: Devrim GÜNDÜZ <devrim(at)CommandPrompt(dot)com>
To: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: pgAdmin Icons
Date: 2008-01-25 18:02:19
Message-ID: 1201284139.3210.10.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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,
--
Devrim GÜNDÜZ , RHCE
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, ODBCng - http://www.commandprompt.com/

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Zdenek Kotala 2008-01-25 18:10:20 Re: pgAdmin Icons
Previous Message Zdenek Kotala 2008-01-25 17:26:22 pgAdmin Icons