Daniel Carl
Daniel Carl
@seagoj I don't use slack and do not know how slack tried to reload the page or parts of it. I hope someone else has some time to investigate into...
@matthewblott The message means you have no compiler installed. Or you have one but /usr/bin/cc is not a symlink to the compiler. Mybe there exsist something like `update-alternatives` for debian...
The "invalid page id" sounds like an IPC issue. When the dbus connection to the webextension is established and the page is created in the webextension. The webextension sends the...
I've started working on another IPC attempt by using webkit built in JavaScript Based IPC mechanism - which should make some things easier. But I did not get it working...
@yashasolutions I can not reproduce the crash with ``` Version: 3.6.0-24-gc626ab2 WebKit compile: 2.30.4 WebKit run: 2.30.4 GTK compile: 3.24.24 GTK run: 3.24.24 libsoup compile: 2.72.0 libsoup run: 2.72.0 Extension...
@SHx7ejs7fCrP I think you need the gtk development package too. This might be`libgtk3.0-dev` or somethin similar. And you also need the `libwebkit2gtk-4.0-dev` package to compile vimb.
I've added two manual test pages to the project with some form fields and contenteditable elements 9e050c62475775d53d6d3ded39dee66e72f9eb68.
@travankor Thank you for the suggestion. I'll try this out soon.
I've started to enable the sandbox but I have trouble to get the dbus stuff working which is required to communikate with the webextension.
I think the minimum required version is not so critical. I'm note sure if there is any debian user who uses vimb. I'll ask on mailing list which versions of...