Created attachment 8764 After After mount devices (with short or long names, not matter) the borderline (between current folder and tree/shortcuts view) changes it position instead of, for example, hiding part of devices name. It's little bit annoying 'cause file positioning in folder crushing and you must every time move that border back. Is it possible to lock this border that it can't automatically changing it position (only drag manual)?
Created attachment 8765 Before mounting
Created attachment 8842 set-minimal-column-width.diff I suspect this is caused by this fix: https://git.xfce.org/xfce/thunar/commit/?id=d9d481c83b4df171db4fa55692a34e79a64825d3 More details: https://github.com/andreldm/thunar/issues/40 Now that the eject button and the spinner have a column just for them, it starts with 4px of widget and then expands to 20px once a button or spinner appears. Our options are: - Set the minimal column size (attached patch, personally I don't like the wasted space) - Use a single column as before (gtk3 is not making this easy) - Rewrite shortcuts view with GtkListBox (not the first time I consider this)
See the last patch attached to Bug 15312, it hopefully fixes this bug too.
Borderline saves its position not in current window (only if a open new) and if name of new device shorter than previous. If I mount device with a longer name, borderline moves without saving its previous position, but new.
Fixed by Bug 15312.