Dāvis
Dāvis
Cool, thanks, it seems to be working :) But looks like no one hase ported these yet * account_bank_statement_import_online * account_bank_statement_import_paypal * account_bank_statement_import_split
`SystemCallError` is base class for `Errno` exceptions that's why they get rescued here.
yeah, it's a bug, will probably be fixed in some next version
I was searching for wayland scaling issue and found this. Haven't actually noticed it for mpv but apparently it's a XWayland wide issue that affects many applications. See https://bugs.kde.org/show_bug.cgi?id=389191
It is same thing, scaling in Wayland breaks X11 apps. Same root cause - different ways it manifests (blurry apps, wrong resolution etc). This is https://youtu.be/AS9H8QrV5Ig what it does for...
Ohh, indeed my bad, I thought mpv isn't using Wayland, because the effect is similar in both cases - wrong resolution for apps. I just tried mpv with 150% scaling...
> If the client issues an invalid, missing, or mismatching redirect uri, we do not use it. Similarly if the client ID is missing or invalid, we again ignore the...
This is Xcb bug (even with latest libxcb from git master branch), because in `XcbKeyboardBackend::initLayouts` ``` c++ cookie = xcb_xkb_get_names(m_conn, XCB_XKB_ID_USE_CORE_KBD, XCB_XKB_NAME_DETAIL_GROUP_NAMES | XCB_XKB_NAME_DETAIL_SYMBOLS); reply = xcb_xkb_get_names_reply(m_conn, cookie, nullptr); ```...
No, I haven't had time to investigate this more.
How this is fixed in 4.0? I don't see it implemented anywhere. I'm also looking for a way to remove existing route and replace route functionality.