AUTHORS: Change in desktop entry location




Everyone who installs desktop entry files for their applications should
note that these are now stored in $(datadir)/gnome/apps/... and not
$(datadir)/apps.

In your Makefile.am, you just need to change something like

sysdir   = $(datadir)/apps/Applications
sys_DATA = ghex.desktop

to

sysdir   = $(datadir)/gnome/apps/Applications
sys_DATA = ghex.desktop


Thanks
Dr Mike



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]