Package: pyxdg / 0.25-4

Metadata

Package Version Patches format
pyxdg 0.25-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix DesktopEntry docstring.patch | (download)

xdg/DesktopEntry.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix version number of desktop entry specification in docstring
set default menu.patch | (download)

xdg/Menu.py | 9 9 + 0 - 0 !
1 file changed, 9 insertions(+)

 set default menu to be parsed
 Upstream defaults to applications.menu, which isn't provided by Debian. We'll
 try upstream's default, falling back to debian-menu.menu if it doesn't exist.
gettext support.patch | (download)

test/test-desktop.py | 4 2 + 2 - 0 !
xdg/IniFile.py | 14 13 + 1 - 0 !
2 files changed, 15 insertions(+), 3 deletions(-)

 support gettext-domain fields
 Support X-GNOME-Gettext-Domain and X-Ubuntu-Gettext-Domain fields
 in .desktop files, for dynamic translation support.
 .
 Currently it's Ubuntu-specific, but it may be implemented in GNOME
 later, see https://bugzilla.gnome.org/569829.
prefer first glob for finding mimetype.patch | (download)

xdg/Mime.py | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 prefer first glob (in shared-mime-info database) for finding mimetype, not last
fix insecure use of tmp.patch | (download)

xdg/BaseDirectory.py | 31 23 + 8 - 0 !
1 file changed, 23 insertions(+), 8 deletions(-)

 [patch] improve security of get_runtime_dir(strict=false)
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=73878
Debian-Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736247