Ticket #2125 (closed bug: duplicate)

Opened 9 months ago

Last modified 9 months ago

DeskBar crash when drag and dropping preference folders back

Reported by: emitrax Owned by: anevilyak
Priority: normal Milestone: R1
Component: Applications/Deskbar Version: R1 development
Cc: Blocked By:
Platform: All Blocking:

Description

- Click on the leaf menu - Select Preference - In the tracker window, drag and drop the little icon on the top right onto the desktop The Prefernce folder gets moved to the desktop, which shouldn't happen IMHO. - Try to drag and drop the preference folder back to the leaf submenu where it was.

Result: Deskbar crash. The stack trace says it crashed on the operator= method.

Attachments

loop.jpeg (97.1 KB) - added by emitrax 9 months ago.
loop
st.jpeg (140.8 KB) - added by emitrax 9 months ago.
stacktrace

Change History

Changed 9 months ago by emitrax

loop

Changed 9 months ago by emitrax

While trying to reproduce the bug I managed to create a loop in the directory as shown in the screenshot. Anyway, this is an unrelated (IMHO) issue. I can't manage to remove the screenshot. Sorry about that.

Changed 9 months ago by emitrax

stacktrace

Changed 9 months ago by mmlr

  • status changed from new to closed
  • resolution set to duplicate

Comparing the stack crawls this is a duplicate of #478. As to moving the folder to the Desktop. This is perfectly expected behaviour. The folders in the Deskbar are not in any way special. They are just folders that happen to be located under "/boot/home/config/be". So when you do initiate a move of the folder by dragging the folders icon then this is what should happen. I suppose the loop is caused by having a link to the preference folder inside the preference folder? The same applies here, as those are just folders/files, they will behave the same as the context menu navigation in Tracker would in this case.

Note: See TracTickets for help on using tickets.