Commit Graph

9 Commits

Author SHA1 Message Date
ajacoutot
b30aa1e14d Maintenance update to desktop-file-utils-0.20. 2012-05-03 15:24:54 +00:00
ajacoutot
44e2d4a00b Update to desktop-file-utils-0.19. 2012-01-02 14:07:06 +00:00
ajacoutot
145c29707c Quiet warnings about deprecated/discouraged and invalid MIME types. 2010-05-15 07:41:19 +00:00
ajacoutot
bbbb738756 Maintainance update to desktop-file-utils-0.16. 2010-04-27 11:51:03 +00:00
ajacoutot
a5cc067d64 Under OpenBSD, desktop files are installed using INSTALL_DATA which is
defined in ports/infrastructure/mk/bsd.port.mk as:
    ${INSTALL} ${INSTALL_COPY} -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE}
SHAREMODE is defined under /usr/share/mk/bsd.own.mk as "444".

That means desktop files are installed with mode 444 which is wrong
because fd.o environments use these files to create menu structures,
links to applications... and a user should be able to edit the link icon
or menu he created.

Add a small patch that will give desktop files correct permissions when
update-desktop-database is run.
Consistency with others *nix OS.

While here, specify GPL version.

ok sthen@
2009-08-01 16:06:28 +00:00
ajacoutot
83afd0609b - don't hardcode the directory containing mimeinfo.cache or users won't
be able to use their own cache file (this fixes a bug under nautilus
where one couldn't change files associations)
- the default cache file is now where it should be, under
${PREFIX}/share/applications/

ok jasper@
2008-01-22 18:24:50 +00:00
jasper
7af37b0386 update desktop-file-utils to 0.14 2007-10-21 18:05:11 +00:00
jasper
0a7d1f8bbf ...and update the "other" desktop-file-utils to 0.12 2007-03-20 06:43:49 +00:00
marcm
e8ee10aaaa Import of desktop-file-utils, a freedesktop.org thing for handling
.desktop files and such.  Modified by me to use /var/db/gnome instead
or writing 'databases' all over /etc
2005-04-12 21:09:45 +00:00