Merge remote-tracking branch 'origin/pr/4547'

This commit is contained in:
Florian Bruhin 2019-02-26 09:52:58 +01:00
commit ed760b7bd0
4 changed files with 4 additions and 2 deletions

View File

@ -12,7 +12,7 @@ recursive-include scripts *.py *.sh *.js
include qutebrowser/utils/testfile include qutebrowser/utils/testfile
include qutebrowser/git-commit-id include qutebrowser/git-commit-id
include LICENSE doc/* README.asciidoc include LICENSE doc/* README.asciidoc
include misc/qutebrowser.desktop include misc/org.qutebrowser.qutebrowser.desktop
include misc/org.qutebrowser.qutebrowser.appdata.xml include misc/org.qutebrowser.qutebrowser.appdata.xml
include misc/Makefile include misc/Makefile
include requirements.txt include requirements.txt

View File

@ -77,6 +77,8 @@ Changed
an error is now shown when trying to configure a PAC proxy. an error is now shown when trying to configure a PAC proxy.
- The metainfo file `qutebrowser.appdata.xml` is now renamed to - The metainfo file `qutebrowser.appdata.xml` is now renamed to
`org.qutebrowser.qutebrowser.appdata.xml`. `org.qutebrowser.qutebrowser.appdata.xml`.
- The desktop file `qutebrowser.desktop` is now renamed to
`org.qutebrowser.qutebrowser.desktop`.
- The `qute-pass` userscript now understands domains in gpg filenames - The `qute-pass` userscript now understands domains in gpg filenames
in addition to directory names. in addition to directory names.
- The autocompletion for `content.headers.user_agent` got updated to only - The autocompletion for `content.headers.user_agent` got updated to only

View File

@ -20,7 +20,7 @@
<provides> <provides>
<binary>qutebrowser</binary> <binary>qutebrowser</binary>
</provides> </provides>
<launchable type="desktop-id">qutebrowser.desktop</launchable> <launchable type="desktop-id">org.qutebrowser.qutebrowser.desktop</launchable>
<screenshots> <screenshots>
<screenshot type="default"> <screenshot type="default">
<image>https://raw.githubusercontent.com/qutebrowser/qutebrowser/master/doc/img/main.png</image> <image>https://raw.githubusercontent.com/qutebrowser/qutebrowser/master/doc/img/main.png</image>