Skip to content

I ran qutebrowser as root but it didn't open..will there be a problem ? #5529

Discussion options

You must be logged in to vote

This could happen because what's failing is actually something inside QtWebEngine/Chromium, after qutebrowser already initialized e.g. storage directories.

You should be able to double-check with something like this in a shell (as user):

find ~/.local/share/qutebrowser ~/.config/qutebrowser ~/.cache/qutebrowser -not -uid $UID

If that outputs any files, those files are owned by something other than your current user. See :version to get the exact locations of those directories, the ones listed are the default locations on Linux.

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
1 reply
@ReductoAdAbsurdum
Comment options

Answer selected by The-Compiler
Comment options

You must be logged in to vote
6 replies
@DedSecer
Comment options

@The-Compiler
Comment options

@DedSecer
Comment options

@The-Compiler
Comment options

@DedSecer
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants