https://bugs.kde.org/show_bug.cgi?id=319998
--- Comment #32 from Stefan Brüns <[email protected]> --- (In reply to Stefan Brüns from comment #31) > > There are two different aspects here: > 1. Loop devices without backing file > 2. User mounted loop devices (having a backing file) > > The first should never be shown. If these are, it is a bug. Handling of the corresponding UDisks2 PropertiesChanged signal seems to be missing: signal time=1523212908.677989 sender=:1.57505 -> destination=(null destination) serial=10250 path=/org/freedesktop/UDisks2; interface=org.freedesktop.DBus.ObjectManager; member=InterfacesRemoved object path "/org/freedesktop/UDisks2/block_devices/loop0" array [ string "org.freedesktop.UDisks2.Filesystem" ] signal time=1523212908.678019 sender=:1.57505 -> destination=(null destination) serial=10251 path=/org/freedesktop/UDisks2/block_devices/loop0; interface=org.freedesktop.DBus.Properties; member=PropertiesChanged string "org.freedesktop.UDisks2.Block" array [ dict entry( string "IdUUID" variant string "" ) dict entry( string "IdLabel" variant string "" ) dict entry( string "IdVersion" variant string "" ) dict entry( string "IdType" variant string "" ) dict entry( string "IdUsage" variant string "" ) dict entry( string "Size" variant uint64 0 ) dict entry( string "Symlinks" variant array [ ] ) ] array [ ] signal time=1523212908.678099 sender=:1.57505 -> destination=(null destination) serial=10252 path=/org/freedesktop/UDisks2/block_devices/loop0; interface=org.freedesktop.DBus.Properties; member=PropertiesChanged string "org.freedesktop.UDisks2.Loop" array [ dict entry( string "Autoclear" variant boolean false ) dict entry( string "BackingFile" variant array of bytes "" + \0 ) ] array [ ] -- You are receiving this mail because: You are watching all bug changes.
