What's the "webengine-path" config option for? #3

Closed
opened 2020-10-18 13:36:03 +02:00 by GiovanniG · 3 comments

I don't understand what this option is for, and bisc doesn't seem to run without that. Can you explain that to me? Bisc seems to be exactly the tool I need.
Many thanks

I don't understand what this option is for, and bisc doesn't seem to run without that. Can you explain that to me? Bisc seems to be exactly the tool I need. Many thanks

I found the folder (it was in .local/share/qutebrowser) but I still get this error:
ParseError "/home/giovanni/.config/bisc/bisc.conf" "endOfInput"
Can you help me?

I found the folder (it was in .local/share/qutebrowser) but I still get this error: ParseError "/home/giovanni/.config/bisc/bisc.conf" "endOfInput" Can you help me?

The example in the README is wrong: the problem is the paths needs to be quoted, because they are strings.

This should work:

whitelist-path = "/home/giovanni/.config/qutebrowser/whitelists/cookies"
webengine-path = "/home/giovanni/.local/share/qutebrowser/webengine"

The example in the README is wrong: the problem is the paths needs to be quoted, because they are strings. This should work: ``` whitelist-path = "/home/giovanni/.config/qutebrowser/whitelists/cookies" webengine-path = "/home/giovanni/.local/share/qutebrowser/webengine" ```

I fixed the example in the README, but maybe I should explain better what the two paths are.

In any case, it looks like your path is the default, so you shouldn't have to change it.

I fixed the example in the README, but maybe I should explain better what the two paths are. In any case, it looks like your path is the default, so you shouldn't have to change it.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: rnhmjoj/bisc#3
There is no content yet.