Accepting request 292103 from X11:common:Factory

1

OBS-URL: https://build.opensuse.org/request/show/292103
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/desktop-file-utils?expand=0&rev=51
This commit is contained in:
Dominique Leuenberger 2015-03-25 20:03:22 +00:00 committed by Git OBS Bridge
commit 0b0ac1639b
2 changed files with 9 additions and 1 deletions

View File

@ -5,6 +5,14 @@ Tue Mar 10 15:17:27 UTC 2015 - tchvatal@suse.com
- Update suse-update-mime-defaults to search subfolders for desktop
files by changing to find from simple ls bnc#867135
-------------------------------------------------------------------
Mon Jan 5 16:36:42 UTC 2015 - dimstar@opensuse.org
- http://standards.freedesktop.org/mime-apps-spec/mime-apps-spec-latest.html
+ the mime app list is now called $desktop-mimeapps.list in place
of $desktop-defaults.list. Each DE is allowed to have 'better'
defaults.
-------------------------------------------------------------------
Mon Dec 15 00:09:35 UTC 2014 - stefan.bruens@rwth-aachen.de

View File

@ -239,5 +239,5 @@ BEGIN {
printf("%s=%s\n", mimetype, defaults_list[mimetype])
}
}
' >$r/var/cache/gio-2.0/${desktop}-defaults.list
' >$r/var/cache/gio-2.0/${desktop}-mimeapps.list
done