Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Dec 2011 15:28:00 +0400
From:      Boris Samorodov <bsam@passap.ru>
To:        Alexey Dokuchaev <danfe@nsu.ru>
Cc:        gnome@freebsd.org
Subject:   Re: gconf schemas + .desktop file question
Message-ID:  <4EEB2B40.3080005@passap.ru>
In-Reply-To: <20111216103716.GA39744@regency.nsu.ru>
References:  <20111209184403.GA17862@regency.nsu.ru> <4EE296DA.60409@freebsd.org> <20111215122654.GA3380@regency.nsu.ru> <4EEA384A.70802@freebsd.org> <20111216103716.GA39744@regency.nsu.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi All,

16.12.2011 14:37, Alexey Dokuchaev пишет:

> Index: pkg-plist
> ===================================================================
> RCS file: /home/danfe/fbsd/FreeBSD-CVS/ports/graphics/ufraw/pkg-plist,v
> retrieving revision 1.16
> diff -u -r1.16 pkg-plist
> --- pkg-plist	30 Nov 2011 10:14:01 -0000	1.16
> +++ pkg-plist	15 Dec 2011 12:15:42 -0000
> @@ -2,6 +2,7 @@
>   bin/ufraw-batch
>   bin/ufraw-dcraw
>   %%GIMP%%libexec/gimp/2.2/plug-ins/ufraw-gimp
> +%%GNOME%%share/applications/ufraw.desktop
      ^^^^^
The line above...

>   share/locale/ca/LC_MESSAGES/ufraw.mo
>   share/locale/cs/LC_MESSAGES/ufraw.mo
>   share/locale/da/LC_MESSAGES/ufraw.mo
> @@ -24,7 +25,9 @@
>   share/pixmaps/ufraw.png
>   @dirrmtry share/locale/sr@latin/LC_MESSAGES
>   @dirrmtry share/locale/sr@latin
> -@dirrmtry share/applications
> +%%GNOME%%@dirrmtry share/applications
> +%%GNOME%%@exec %D/bin/update-desktop-database>  /dev/null || /usr/bin/true
> +%%GNOME%%@unexec %D/bin/update-desktop-database>  /dev/null || /usr/bin/true

...and three last lines imho should be considered to use %%X11%%
(or like) instead of %%GNOME%%. The desktop database is not
a gnome-only essence. As for me I use fluxbox with fbpanel
and desktop files are used as well.

-- 
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4EEB2B40.3080005>