Fix qutebrowser-kiosk.desktop paths (arguments)
This commit is contained in:
parent
8ab4eb4344
commit
5baac728fe
2 changed files with 2 additions and 2 deletions
|
@ -9,4 +9,4 @@
|
|||
"aliases": {
|
||||
"builder": "buildx"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -44,7 +44,7 @@ Comment[it]= Un browser web vim-like utilizzabile da tastiera basato su PyQt5
|
|||
Icon=qutebrowser
|
||||
Type=Application
|
||||
Categories=Network;WebBrowser;
|
||||
Exec=qutebrowser -B .local/share/qutebrowser-kiosk -C .config/qutebrowser/config_kiosk.py --desktop-file-name org.qutebrowser.qutebrowser-kiosk --qt-arg name kiosk %u
|
||||
Exec=qutebrowser -B ~/.local/share/qutebrowser-kiosk -C ~/.config/qutebrowser/config_kiosk.py --desktop-file-name org.qutebrowser.qutebrowser-kiosk --qt-arg name kiosk %u
|
||||
Terminal=false
|
||||
StartupNotify=true
|
||||
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;x-scheme-handler/qute;
|
||||
|
|
Loading…
Reference in a new issue