Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

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: Fri, 25 Jan 2008 10:02:19 -0800
  • Message-id: <1201284139(dot)3210(dot)10(dot)camel(at)localhost(dot)localdomain>

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/

Attachment: signature.asc
Description: This is a digitally signed message part



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group