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