[Xfce-bugs] [Bug 14812] Thunar shows all fstab entries in devices in the Shortcuts Side Pane

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Mon Apr 29 14:24:49 CEST 2019


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

--- Comment #4 from Bakhelit at gmail.com ---
After further testing I noticed that the "hidden-devices" property in
"thunar.xml" sometimes uses strings like "Filesystem root" or "cdrom0" instead
of UUIDs. However it seems to prefer UUIDs and only use the strings if UUID is
already used (e.g. multiple LVM volumes on the same disk). Anyway it would be
nice to know the method of selecting the device ID type to be used by the
"hidden-devices" property and if I could somehow use this to create a general
enough config for all my systems - basically something like this:

  <property name="hidden-devices" type="array">
    <value type="string" value="Filesystem root"/>
    <value type="string" value="boot"/>
    <value type="string" value="cdrom0"/>
  </property>

could be sufficient for my purposes (except it seems not to work currently
without the UUID).

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


More information about the Xfce-bugs mailing list