Merge branch 'master' of https://github.com/iggy/qutebrowser into iggy-master
This commit is contained in:
commit
1175741784
@ -138,3 +138,14 @@ After installing the requirements, you have these options:
|
|||||||
NOTE: If you're running qutebrowser from the git repository rather than a
|
NOTE: If you're running qutebrowser from the git repository rather than a
|
||||||
released version, you should run `scripts/asciidoc2html.py` to generate the
|
released version, you should run `scripts/asciidoc2html.py` to generate the
|
||||||
documentation.
|
documentation.
|
||||||
|
|
||||||
|
|
||||||
|
Packagers
|
||||||
|
---------
|
||||||
|
|
||||||
|
There are example .desktop and icon files provided. They would go in the
|
||||||
|
standard location for your distro (/usr/share/applications and
|
||||||
|
/usr/share/pixmaps for example).
|
||||||
|
|
||||||
|
The normal `setup.py install` doesn't install these files, so you'll have to do
|
||||||
|
it as part of the packaging process.
|
10
qutebrowser.desktop
Normal file
10
qutebrowser.desktop
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Name=qutebrowser
|
||||||
|
GenericName=Web Browser
|
||||||
|
Icon=qutebrowser
|
||||||
|
Type=Application
|
||||||
|
Categories=Network;WebBrowser;
|
||||||
|
Exec=qutebrowser %u
|
||||||
|
Terminal=false
|
||||||
|
StartupNotify=false
|
||||||
|
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;
|
226
qutebrowser.svg
Normal file
226
qutebrowser.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 21 KiB |
Loading…
Reference in New Issue
Block a user