SUMMARY In an RTL system the Web Browser widget is showing the back and forward button facing each other instead of the other way around STEPS TO REPRODUCE 1. In an RTL configured system add the Web Browser widget to the desktop 2. It should appear right when configured OBSERVED RESULT The arrows are facing each other. EXPECTED RESULT The arrows should be the other way around SOFTWARE/OS VERSIONS Operating System: KDE Linux 2026-04-10 KDE Plasma Version: 6.6.80 KDE Frameworks Version: 6.26.0 Qt Version: 6.11.0 Kernel Version: 6.19.11-zen1-1-zen (64-bit) Graphics Platform: wayland Processors: 4 x Intel® Core™ i7-10510U CPU @ 1.8@GHz Memory: 2 GiB of RAM (1.8 GiB usable) Graphics Processor: llvmpipe Manufacturer: QEMU Product Name: Standard PC (Q35 + ICH9, 2009) System Version: pc-q35-10.2 ADDITIONAL INFORMATION
Created attachment 191503 [details] A screenshot showing the issue
This likely shares the same cause as bug 518932, they're probably using the same element under the hood I can reproduce this on Plasma built from git-master
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kdeplasma-addons/-/merge_requests/1068
Git commit 69a9e2122344647a0cc9bc30dcf93bc966fce52b by Akseli Lahtinen. Committed on 04/06/2026 at 11:29. Pushed by tfella into branch 'master'. Webbrowser: Use rtl symbolic icons if needed Instead of always using same icons, check for RTL mode and use the RTL icon if necessary. Fixes an issue with arrows pointing at each other in RTL. FIXED-IN: 6.7.0 M +2 -2 applets/webbrowser/qml/main.qml https://invent.kde.org/plasma/kdeplasma-addons/-/commit/69a9e2122344647a0cc9bc30dcf93bc966fce52b
Git commit 7cc82af6fccd3a11a2843ec9298ecc6300348c25 by Akseli Lahtinen. Committed on 04/06/2026 at 12:26. Pushed by akselmo into branch 'Plasma/6.7'. Webbrowser: Use rtl symbolic icons if needed Instead of always using same icons, check for RTL mode and use the RTL icon if necessary. Fixes an issue with arrows pointing at each other in RTL. FIXED-IN: 6.7.0 (cherry picked from commit 69a9e2122344647a0cc9bc30dcf93bc966fce52b) Co-authored-by: Akseli Lahtinen <akselmo@akselmo.dev> M +2 -2 applets/webbrowser/qml/main.qml https://invent.kde.org/plasma/kdeplasma-addons/-/commit/7cc82af6fccd3a11a2843ec9298ecc6300348c25