<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>390038</bug_id>
          
          <creation_ts>2018-02-07 19:57:06 +0000</creation_ts>
          <short_desc>Desktop Toolbox should be in top-right corner to keep it from intruding on Folder View icons</short_desc>
          <delta_ts>2018-02-28 23:51:13 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Plasma</classification>
          <product>plasmashell</product>
          <component>Edit Mode</component>
          <version>5.12.0</version>
          <rep_platform>Other</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>1.0</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Nate Graham">nate</reporter>
          <assigned_to name="Plasma Bugs List">plasma-bugs-null</assigned_to>
          <cc>bugseforuns</cc>
    
    <cc>kde</cc>
    
    <cc>medzernik1</cc>
    
    <cc>rikmills</cc>
    
    <cc>zaroff</cc>
          
          <cf_commitlink>https://commits.kde.org/plasma-desktop/b2588104cc562a0500b32c186aa11a6b8affddc4</cf_commitlink>
          <cf_versionfixedin>5.13.0</cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1728416</commentid>
    <comment_count>0</comment_count>
    <who name="Nate Graham">nate</who>
    <bug_when>2018-02-07 19:57:06 +0000</bug_when>
    <thetext>This comes up a lot. E.g.

- &quot;Desktop toolbox default position is on the left and intersects icons. Moving it to the right would make more sense&quot; (https://www.reddit.com/r/kde/comments/7vpwb5/plasma_512_bug_thread/dtvyz81/)

&quot;Specifically, the widget button on the left side sits too close to the desktop icons. A placement on the right side would make more sense&quot; (http://www.ocsmag.com/2018/01/27/plasma-5-12-long-term-sweetness/)

We should consider moving the Desktop Toolbox to the top-right corner by default to alleviate this visual papercut.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1728433</commentid>
    <comment_count>1</comment_count>
    <who name="David">medzernik1</who>
    <bug_when>2018-02-07 20:20:30 +0000</bug_when>
    <thetext>Can confirm. Steps to reproduce: Boot a NEON live image. Check the positioning of the desktop icons and the toolbox.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1728435</commentid>
    <comment_count>2</comment_count>
    <who name="Kai Uwe Broulik">kde</who>
    <bug_when>2018-02-07 20:36:59 +0000</bug_when>
    <thetext>It is actually supposed to be but is broken. The positioning logic is quite delicate. I&apos;ll have a look again.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1730737</commentid>
    <comment_count>3</comment_count>
    <who name="Nate Graham">nate</who>
    <bug_when>2018-02-15 17:28:29 +0000</bug_when>
    <thetext>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?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1730738</commentid>
    <comment_count>4</comment_count>
    <who name="Rik Mills">rikmills</who>
    <bug_when>2018-02-15 17:29:25 +0000</bug_when>
    <thetext>Default is topleft:

https://cgit.kde.org/plasma-desktop.git/tree/containments/desktop/package/contents/config/main.xml?h=Plasma/5.12#n23

    &lt;entry name=&quot;ToolBoxButtonState&quot; type=&quot;String&quot;&gt;
      &lt;label&gt;Position state of the toolbox button.&lt;/label&gt;
      &lt;default&gt;topleft&lt;/default&gt;

I patched that in Kubuntu to make a permanent change to the right.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1730810</commentid>
    <comment_count>5</comment_count>
    <who name="Kai Uwe Broulik">kde</who>
    <bug_when>2018-02-15 22:16:28 +0000</bug_when>
    <thetext>https://phabricator.kde.org/D10563</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1733141</commentid>
    <comment_count>6</comment_count>
    <who name="Kai Uwe Broulik">kde</who>
    <bug_when>2018-02-23 10:38:05 +0000</bug_when>
    <thetext>Git commit b2588104cc562a0500b32c186aa11a6b8affddc4 by Kai Uwe Broulik.
Committed on 23/02/2018 at 10:37.
Pushed by broulik into branch &apos;master&apos;.

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</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1734781</commentid>
    <comment_count>7</comment_count>
    <who name="Christoph Feck">cfeck</who>
    <bug_when>2018-02-28 23:51:13 +0000</bug_when>
    <thetext>*** Bug 390278 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>