Re: Review Request 120015: KIO: Save the default application into the group [Default Applications]

2014-09-07 Thread Luc Menut
plications] mimetype1=foo3.desktop;foo4.desktop;foo1.desktop;foo2.desktop; according to mime-apps-spec 1.0, the default application used for mimetype1 will be foo3.desktop instead of foo1.desktop expected by a KDE user. The proposed patch fixes this. regards, Luc Menut - Mageia PS: I don't ha

Re: Review Request 120012: kde-cli-tools: Save the default application into the group [Default Applications]

2014-09-07 Thread Luc Menut
sktop;foo1.desktop;foo2.desktop; according to mime-apps-spec 1.0, the default application used for mimetype1 will be foo3.desktop instead of foo1.desktop expected by a KDE user. The proposed patch fixes this. regards, Luc Menut - Mageia PS: I don't have write access to kde git, so could

Re: Review Request 120017: kde-cli-tools: Open user mimeapps.list from XDG_CONFIG_HOME

2014-09-07 Thread Luc Menut
improves interoperability with applications using current glib/gio which now saves user mimeapps.list in XDG_CONFIG_HOME. regards, Luc Menut - Mageia PS: I don't have write access to kde git, so could you commit the change if the patch looks fine. Thanks. Diffs - keditfiletype/mimetypedat

Re: Review Request 120016: Read mimeapps.list from XDG_CONFIG_HOME and XDG_CONFIG_DIRS

2014-09-07 Thread Luc Menut
This improves interoperability with applications using current glib/gio which now saves user mimeapps.list in XDG_CONFIG_HOME. regards, Luc Menut - Mageia PS: I don't have write access to kde git, so could you commit the change if the patch looks fine. Thanks. Diffs - src/kbuilds

Re: Review Request 120018: KIO: Open user mimeapps.list from XDG_CONFIG_HOME

2014-09-07 Thread Luc Menut
interoperability with applications using current glib/gio which now saves user mimeapps.list in XDG_CONFIG_HOME. regards, Luc Menut - Mageia PS: I don't have write access to kde git, so could you commit the change if the patch looks fine. Thanks. Diffs - src/widgets/kopenwithdialo

Re: Review Request 120016: Read mimeapps.list from XDG_CONFIG_HOME and XDG_CONFIG_DIRS

2014-08-31 Thread Luc Menut
- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/120016/#review65610 --- On août 31, 2014, 11 matin, Luc Menut wrote: > > ---

Re: Review Request 120016: Read mimeapps.list from XDG_CONFIG_HOME and XDG_CONFIG_DIRS

2014-08-31 Thread Luc Menut
using current glib/gio which now saves user mimeapps.list in XDG_CONFIG_HOME. regards, Luc Menut - Mageia PS: I don't have write access to kde git, so could you commit the change if the patch looks fine. Thanks. Diffs (updated) - src/kbuildsycoca/kmimeassociations.cpp efc16f4 Diff:

Review Request 120018: KIO: Open user mimeapps.list from XDG_CONFIG_HOME

2014-08-31 Thread Luc Menut
XDG_CONFIG_HOME. regards, Luc Menut - Mageia PS: I don't have write access to kde git, so could you commit the change if the patch looks fine. Thanks. Diffs - src/widgets/kopenwithdialog.cpp 4c56fc1246004919abde65ab32b8dd57397b3f7b Diff: https://git.reviewboard.kde.org/r/120018/diff/ Te

Review Request 120017: kde-cli-tools: Open user mimeapps.list from XDG_CONFIG_HOME

2014-08-31 Thread Luc Menut
in XDG_CONFIG_HOME. regards, Luc Menut - Mageia PS: I don't have write access to kde git, so could you commit the change if the patch looks fine. Thanks. Diffs - keditfiletype/mimetypedata.cpp 65af59c6f840a6a059ccf461b27794e1a36bd4ef Diff: https://git.reviewboard.kde.org/r/120017

Review Request 120016: Read mimeapps.list from XDG_CONFIG_HOME and XDG_CONFIG_DIRS

2014-08-31 Thread Luc Menut
mimeapps.list in XDG_CONFIG_HOME. regards, Luc Menut - Mageia PS: I don't have write access to kde git, so could you commit the change if the patch looks fine. Thanks. Diffs - src/kbuildsycoca/kmimeassociations.cpp efc16f4 Diff: https://git.reviewboard.kde.org/r/120016/diff/ Te

Re: Review Request 120012: kde-cli-tools: Save the default application into the group [Default Applications]

2014-08-31 Thread Luc Menut
references) [Default Applications] mimetype1=foo3.desktop;foo4.desktop;foo1.desktop;foo2.desktop; according to mime-apps-spec 1.0, the default application used for mimetype1 will be foo3.desktop instead of foo1.desktop expected by a KDE user. The proposed patch fixes this. regards, Luc Menut - Mag

Review Request 120015: KIO: Save the default application into the group [Default Applications]

2014-08-31 Thread Luc Menut
s-spec 1.0, the default application used for mimetype1 will be foo3.desktop instead of foo1.desktop expected by a KDE user. The proposed patch fixes this. regards, Luc Menut - Mageia PS: I don't have write access to kde git, so could you commit the change if the patch looks fine. Thanks. Dif

Review Request 120012: Save the default application into the group [Default Applications]

2014-08-31 Thread Luc Menut
n used for mimetype1 will be foo3.desktop instead of foo1.desktop expected by a KDE user. The proposed patch fixes this. regards, Luc Menut - Mageia PS: I don't have write access to kde git, so could you commit the change if the patch looks fine. Thanks. Diffs - keditfiletype/mimetyp

Re: Review Request 118270: [doc] explicitly load external entities (after CVE-2014-0191)

2014-05-24 Thread Luc Menut
XML_PARSE_NONET (Forbid network access) option? It is often suggested/recommended to use this option with DTDLOAD and NOENT when it's possible. https://bugzilla.redhat.com/show_bug.cgi?id=863166#c3 - Luc Menut On May 23, 2014, 8:24 p.m., Luigi Toscano