Summary: | Desktop Toolbox should be in top-right corner to keep it from intruding on Folder View icons | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Nate Graham <nate> |
Component: | Edit Mode | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bugseforuns, kde, medzernik1, rikmills, zaroff |
Priority: | NOR | ||
Version: | 5.12.0 | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/plasma-desktop/b2588104cc562a0500b32c186aa11a6b8affddc4 | Version Fixed In: | 5.13.0 |
Sentry Crash Report: |
Description
Nate Graham
2018-02-07 19:57:06 UTC
Can confirm. Steps to reproduce: Boot a NEON live image. Check the positioning of the desktop icons and the toolbox. It is actually supposed to be but is broken. The positioning logic is quite delicate. I'll have a look again. Sources seem to say that it wants to be on the top left: https://cgit.kde.org/plasma-desktop.git/tree/containments/desktop/package/contents/config/main.xml?h=Plasma/5.12#n21 Can we change that? Default is topleft: https://cgit.kde.org/plasma-desktop.git/tree/containments/desktop/package/contents/config/main.xml?h=Plasma/5.12#n23 <entry name="ToolBoxButtonState" type="String"> <label>Position state of the toolbox button.</label> <default>topleft</default> I patched that in Kubuntu to make a permanent change to the right. Git commit b2588104cc562a0500b32c186aa11a6b8affddc4 by Kai Uwe Broulik. Committed on 23/02/2018 at 10:37. Pushed by broulik into branch 'master'. Place toolbox in the top right corner of the screen This moves it out of the way of desktop icons and is also what Plasma 4 did. The code is adjusted to mirror the position for right-to-left languages. FIXED-IN: 5.13.0 Differential Revision: https://phabricator.kde.org/D10563 M +1 -1 containments/desktop/package/contents/config/main.xml M +10 -0 toolboxes/desktoptoolbox/contents/ui/ToolBoxRoot.qml https://commits.kde.org/plasma-desktop/b2588104cc562a0500b32c186aa11a6b8affddc4 *** Bug 390278 has been marked as a duplicate of this bug. *** |