Bug 172558 - taskbar should be right aligned in RTL desktops
Summary: taskbar should be right aligned in RTL desktops
Status: RESOLVED DUPLICATE of bug 172559
Alias: None
Product: plasma4
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Unspecified
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords: rtl
Depends on:
Blocks:
 
Reported: 2008-10-11 01:16 UTC by Diego Iastrubni
Modified: 2008-10-18 22:52 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Iastrubni 2008-10-11 01:16:32 UTC
Version:            (using Devel)
Installed from:    Compiled sources

When plasma is running in RTL mode (test with --reverse) the taskbar should be aligned to the right and not left.
Comment 1 Aaron J. Seigo 2008-10-18 22:21:40 UTC

*** This bug has been marked as a duplicate of bug 172560 ***
Comment 2 Aaron J. Seigo 2008-10-18 22:22:26 UTC
woops, wrong duplicate.

*** This bug has been marked as a duplicate of bug 172559 ***
Comment 3 Diego Iastrubni 2008-10-18 22:52:11 UTC
Aaron,

While 172559 are similar, and 172559 is the real bug IMHO closing this bug is an easy hack which can help us getting a working taskbar for 4.2.

Even without making the QGraphicsLinearLayout aware of the QLayoutDirection, we can fix the taskbar to behave as needed. I think (did not test) that the taskbar will have the correct width on RTL desktops, so we can just align the tasks to the right and fake it "good enough" until we resolve the issues in QGraphics*Layout.