balejk

Results 63 comments of balejk

> Luakit is not a native wayland application. Therefore xwayland is required. Can you run other X applications? That's not correct I believe, luakit uses gtk3 which does support Wayland...

Please try running other webkit browser, ideally vimb, I believe you will face the same problem. We have discussed this on IRC some time ago and if I recall correctly,...

The error messages you are seeing are due to #1067, so they should not be related to your PR. I haven't reviewed the actual code, just a nit: you seem...

Note that the message you are seeing does not come from dino but rather it's a fallback set by the sending device. That's also why the message is marked as...

I have now encountered this error in another setup as well: ``` msgpipeline local_routing { # Insert handling for special-purpose local domains here. # e.g. # destination lists.example.org { #...

This already works for me, gtk4 automatically listens to colorscheme changes via the xdg portal/dbus. This means you need to have some compatible colorscheme provider, for which I run [darkman](https://darkman.whynothugo.nl/).

If by cache you mean the cache database, it should be enough to just increment the [schema version](https://github.com/pimutils/todoman/blob/bd417730a6ee761734d07686511c24a1ba7cebda/todoman/model.py#L425) to force a rebuild.

@tornaria Could you update this to urwid 3.0.4 please? It should fix [this issue](https://github.com/urwid/urwid/issues/1051) I am seeing with (i)khal since the python 3.14 update (Cc: @ahesford).

Ah, sorry, I missed that you force-pushed it to 3.0.3, which should be sufficient according to the comments in that issue. I will test whether it really solves the problem.