hello, I'm trying to use qutebrowser by installing it in a debian-10 template as so:

https://github.com/qutebrowser/qutebrowser/blob/master/doc/install.asciidoc#tox

which works from the template, however, does not work on an AppVM based on it

is there a way to make it work securely ? or maybe by design it shouldn't work?


I changed this:

Creating a wrapper script
Running mkvenv.py does not install a system-wide qutebrowser script. You can launch qutebrowser by doing:

.venv/bin/python3 -m qutebrowser
You can create a simple wrapper script to start qutebrowser somewhere in your $PATH (e.g. /usr/local/bin/qutebrowser or ~/bin/qutebrowser):

#!/bin/bash
~/path/to/qutebrowser/.venv/bin/python3 -m qutebrowser "$@"

to:

$ cat /rw/usrlocal/bin/qutebrowser
#!/bin/bash
/home/user/qutebrowser/.venv/bin/python3 -m qutebrowser "$@"


I'm not high level qubes user, regards




--
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/3d88b4a4-9a71-2e4d-51a7-f0522a826716%40riseup.net.

Reply via email to