[Xfce-bugs] [Bug 16471] Order of partitions in tree view not stable

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Fri Feb 28 20:30:57 CET 2020


https://bugzilla.xfce.org/show_bug.cgi?id=16471

--- Comment #10 from Theo Linkspfeifer <lastonestanding at tutanota.com> ---
Note that entries for remote folders still appear at random positions (Bug
#10815).


The following condition could be used to move those entries up so that they
appear below the "Network":

/* sort devices by type */
if (thunar_device_get_kind (item->device) < thunar_device_get_kind (device))
  continue;

https://git.xfce.org/xfce/thunar/tree/thunar/thunar-device.h#n35

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Xfce-bugs mailing list