Summary: | electron-qt-apps + wayland: no working global menu (= no menus, unuseable) - needed dependecies? roadmap? | ||
---|---|---|---|
Product: | [Frameworks and Libraries] kded-appmenu | Reporter: | gonanza <gonanza> |
Component: | menu exporter | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | major | CC: | philipp.reichmuth |
Priority: | NOR | ||
Version: | 5.24.4 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
gonanza
2022-05-09 20:51:26 UTC
Another question would be how to activate 'global menu' in electron-based apps (brave, freetube, signal etc.) when they are started wayland only (--enable-features=UseOzonePlatform --ozone-platform=wayland --enable-features=WaylandWindowDecorations). as well as the above: only workaround seems to be 'QT_QPA_PLATFORM="xcb"' thus destroying all wayland-benefits (as well as downgrading resolution to 1920x1080 max and rendering all texts blurry), ending again in an x11-environment. First issue does work normally after updating again to 5.24.5 and 5.93.0 (workaround before was using gtk as QT_QPA_PLATFORMTHEME). however second issue, electron-apps do not show the menu under wayland-only conditions (workaround is GDK_BACKEND="x11" and *not* --ozone-platform=wayland, thus making the blurry and reducing UHD to HD resolutions) as before, any plans to fix this (or any workaround to gain at least UHD-resolution)? *** This bug has been marked as a duplicate of bug 424485 *** |