User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20061201 Firefox/2.0.0.3 (Ubuntu-feisty) Build Identifier: Dragging an item from the "add new item" dialog to add it to the right end of a current panel is not possible... Reproducible: Always Steps to Reproduce: 1.open the 'add new items' dialog 2.drag an item to the right end of a panel Actual Results: The action gets canceled... Expected Results: Add an item to the right side of the panel.
I'm afraid I can't reproduce this. It works fine for me. Does it happen with any item, or with a specific plugin?
It happens to me as well, quite bad, as clogs everything on the left and it puts the quit button next to other items. Running 4.4.0 in Xubuntu feisty with xinerama on a sis video chip. --------------------------------------------- My panels.xml <panels> − <panel> − <properties> <property name="size" value="32"/> <property name="monitor" value="0"/> <property name="screen-position" value="10"/> <property name="fullwidth" value="2"/> <property name="xoffset" value="0"/> <property name="yoffset" value="735"/> <property name="handlestyle" value="0"/> <property name="autohide" value="0"/> <property name="transparency" value="20"/> <property name="activetrans" value="0"/> </properties> − <items> <item name="showdesktop" id="1"/> <item name="tasklist" id="11786463170"/> <item name="pager" id="11792760700"/> <item name="thunar-tpa" id="4"/> </items> </panel> − <panel> − <properties> <property name="size" value="30"/> <property name="monitor" value="0"/> <property name="screen-position" value="2"/> <property name="fullwidth" value="1"/> <property name="xoffset" value="0"/> <property name="yoffset" value="0"/> <property name="handlestyle" value="0"/> <property name="autohide" value="1"/> <property name="transparency" value="20"/> <property name="activetrans" value="0"/> </properties> − <items> <item name="xfce4-menu" id="11786470503"/> <item name="systray" id="11800462961"/> <item name="launcher" id="11804610132"/> </items> </panel> − <panel> − <properties> <property name="size" value="32"/> <property name="monitor" value="1"/> <property name="screen-position" value="3"/> <property name="fullwidth" value="1"/> <property name="xoffset" value="0"/> <property name="yoffset" value="0"/> <property name="handlestyle" value="0"/> <property name="autohide" value="1"/> <property name="transparency" value="20"/> <property name="activetrans" value="0"/> </properties> − <items> <item name="actions" id="11811624681"/> <item name="datetime" id="11811625292"/> </items> </panel> </panels>
(In reply to comment #2) > It happens to me as well, quite bad, as clogs everything on the left and it > puts the quit button next to other items. Running 4.4.0 in Xubuntu feisty with > xinerama on a sis video chip. > I'm sorry, I don't think I read this properly. What you describe seems to be a different issue. The Xfce panel aligns everything to the left. If you want to have items on the right side of the panel, you need to add a separator and set it to expand. It will then fill the available space between items on the left and items on the right side of the panel.
Devel branch has been merged in master. A 4.7.0 release will follow soon. If you think this bug is not fixed? Feel free to reopen the bug.