https://bugzilla.xfce.org/show_bug.cgi?id=16471
--- Comment #10 from Theo Linkspfeifer <[email protected]> --- 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. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
