Displaying 1 result from an estimated 1 matches for "xdg_appsdir".
2006 Jun 30
0
[fdo] .desktop .menu and icons with autotools
Hi all,
I want to manage .desktop, .menu and icon files of a project (Wormux)
with autotools. Does it exist some doc about this ?
I had a look at Amarok sources and I could install the .desktop with the
following in my Makefile.am :
xdg_appsdir = $(datadir)/applications
xdg_apps_DATA = wormux.desktop
Are there some similar variables for icons and .menu files ?
Furthermore I saw on some Gnome projects that the .desktop translations
are managed with gettext. Is there a standard way to do this ?
Thank you very much.
Jean
--
__________...