Created attachment 158547 [details] Applet configuration window in Arabic SUMMARY When opening an applet's settings page, while having configured Linux with an RTL language such as Arabic, the page title is on the left when it should be on the right. I would fix it myself but I'm not familiar with QML. I think the bug is somewhere here: https://invent.kde.org/plasma/plasma-desktop/-/tree/master/desktoppackage/contents/configuration . STEPS TO REPRODUCE 1. Switch computer to Arabic (I assume setting LANG to ar_LB.UTF-8 would suffice, I just installed Fedora KDE in Arabic) 2. Open any applet's configuration OBSERVED RESULT Applet configuration category title is on the left. EXPECTED RESULT Applet configuration category title is on the right with correct padding. SOFTWARE/OS VERSIONS Linux/KDE Plasma: (available in About System) KDE Plasma Version: 5.27.4 KDE Frameworks Version: 5.104.0 Qt Version: 5.15.8 ADDITIONAL INFORMATION
Aha, I believe this was just fixed for Plasma 5.27.5.
> Aha, I believe this was just fixed for Plasma 5.27.5. Unfortunately, it is still on the left, yes. I fixed it so it won't partially clip out of view (label padding issue), but the layout as a whole still needs some adjustments.