| Summary: | Selection isn't placed correctly on classifications (RTL layout) | ||
|---|---|---|---|
| Product: | [Unmaintained] kdeplasma-addons | Reporter: | Safa Alfulaij <safa1996alfulaij> |
| Component: | Application Dashboard | Assignee: | Eike Hein <hein> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | notmart, plasma-bugs-null, ttv200 |
| Priority: | NOR | ||
| Version First Reported In: | 5.6.5 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| URL: | http://i.imgur.com/ZVHPVQ0.png | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
UI suggestion Right align Categories column
UI suggestion Center align Categories column |
||
|
Description
Safa Alfulaij
2016-06-26 12:42:15 UTC
It seems that the whole applet doesn't support RTL layout :) Similar resolved bug: https://bugs.kde.org/show_bug.cgi?id=343250 *** Bug 368604 has been marked as a duplicate of this bug. *** Steps to Reproduce: change the "Application Launcher" to "Application Dashboard" $ kill plasmashell $ LANG=he plasmashell --reverse (LANG HE is IMPORTENT $ open Application dashboard and move the mouse on the menu I found a solution but because I not KDE Developer I can't apply it you just need to add LayoutMirroring.enable for RTL in plasma-desktop git, applets/kicker/package/contents/ui/DashboardRepresentation.qml in the mainItem (Row 113) and a UI suggestion (I try it on LTR lang) right/center align the categories column - its look much better that way (see the next attachments comments) Created attachment 102546 [details]
UI suggestion Right align Categories column
Created attachment 102547 [details]
UI suggestion Center align Categories column
I found out how to do it myself... https://phabricator.kde.org/D3553 Committed https://phabricator.kde.org/D3553 |