Sorry, I forgot to hit Reply-All and CC it to the list.
-------- Исходное сообщение --------Тема: Re: [Bzr-explorer-dev] Ubuntu Packages For 0.9.0 Now In Bazaar Explorer PPA
Дата: Tue, 3 Nov 2009 10:41:30 -0500 От: Andrew SB <[email protected]> Кому: Alexander Belchenko <[email protected]>Ссылки: <[email protected]> <[email protected]>
On Tue, Nov 3, 2009 at 4:28 AM, Alexander Belchenko <[email protected]> wrote:
I hope you managed to finish my attempt to create valid GNOME-desktop icon for bzr-explorer.
I did, but I dealt with it from a downstream distro packager's perspective. I install both an icon and a desktop file from the debian dir. The desktop file gets installed to /usr/share/applications while the icon is installed to /usr/share/pixmaps. The icon that I install was simply created by converting a png grabbed from Bzr-Explorer's webpage branding. As it is in /debian it needs to be something that can be represented in the diff.gz so I converted it to an xpm. The file is attached to this email. I made some small changes to the desktop file. For the Comment field, the Desktop Entry Specification states that: "The value should not be redundant with the values of Name and GenericName." So I dropped the "Bazaar Explorer." Also the Version field should refer to the "version of the Desktop Entry Specification that the desktop entry conforms with. Entries that confirm with this version of the specification should use 1.0." When I get a chance to take a closer look, I hope to provide a patch for trunk to properly translate and install the desktop file and an icon. - Andrew --- bzr-explorer/bzr-explorer.desktop 2009-11-03 10:17:40.959797870 -0500 +++ bzr-explorer-pkg/debian/bzr-explorer.desktop 2009-11-02 17:55:36.119793365 -0500 @@ -1,9 +1,9 @@ [Desktop Entry] Type=Application -Version=0.7 +Version=1.0 Name=Bazaar Explorer GenericName=Version Control GUI -Comment=Bazaar Explorer: GUI application for using Bazaar -#Icon=bzr +Comment=GUI application for using Bazaar +Icon=bzr-explorer Exec=bzr explorer Categories=Development;RevisionControl;
<<inline: bzr-explorer.xpm>>
_______________________________________________ Mailing list: https://launchpad.net/~bzr-explorer-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~bzr-explorer-dev More help : https://help.launchpad.net/ListHelp

