Created attachment 180211 [details] showing where the arrow is supposed to be SUMMARY Welcome Center Next button wrong arrow placement, should be after the word as shown in attachment. STEPS TO REPRODUCE 1. Switch to RTL language (Arabic) 2. Open Welcome Center 3. See Next button OBSERVED RESULT Arrow is misplaced before the word. EXPECTED RESULT Arrow place after the word SOFTWARE/OS VERSIONS Linux/KDE Plasma: Fedora Linux 41 KDE Plasma Version: 6.3.3 KDE Frameworks Version: 6.12.0 Qt Version: 6.8.2
All icons-and-text buttons in Arabic have their icons the right side, same as how all icons-and-text buttons in a LTR language have their icon on the left side. So this isn't an RTL/LTR issue. The only thing we could do here is have a custom button that arranges the icon on the opposite side, but only for the "Next" button. It's possible, but would incur a bit of extra maintenance burden over time.
(In reply to Nate Graham from comment #1) > The only thing we could do here is have a custom button that arranges the > icon on the opposite side, but only for the "Next" button. It's possible, > but would incur a bit of extra maintenance burden over time. I don't think a custom button would be needed, we could hack this with something like: LayoutMirroring.enabled: !parent.LayoutMirroring.enabled if we think it's worth it.
Ah, brilliant, of course.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-welcome/-/merge_requests/205
Git commit 95700caf41cfe36dbd814fa7d645a66d1fc498ed by Nate Graham. Committed on 14/04/2025 at 14:49. Pushed by ngraham into branch 'master'. FooterDefault: Move button's arrow to the side it's pointing to This looks nicer. FIXED-IN: 6.4.0 M +2 -0 src/qml/footers/FooterDefault.qml https://invent.kde.org/plasma/plasma-welcome/-/commit/95700caf41cfe36dbd814fa7d645a66d1fc498ed
thanks looks great