https://bugs.kde.org/show_bug.cgi?id=424413
Elvis Angelaccio <elvis.angelac...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |20.11.80 Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/sdk/ | |dolphin-plugins/commit/2714 | |be04b49d4340c5f23746672eb6a | |12711f9f6 Status|REPORTED |RESOLVED --- Comment #2 from Elvis Angelaccio <elvis.angelac...@kde.org> --- Git commit 2714be04b49d4340c5f23746672eb6a12711f9f6 by Elvis Angelaccio, on behalf of Kwon-Young Choi. Committed on 03/10/2020 at 18:10. Pushed by elvisangelaccio into branch 'master'. Automatically mount directory after attaching loop device After attaching a loop device, the device needs to be mounted on directory to be accessible. This can be done manually by clicking on the newly appeared device in dolphin side bar. This patch automatize this by automatically mounting the loop device to a directory using Solid after attaching the loop device. The way this is done a little bit hacky since the plugin needs to wait for UDisks2 to send a signal to Solid to update its device database. The wait is done using a nested QEventLoop by waiting on Solid::DeviceNotifier::deviceAdded signal. FIXED-IN: 20.11.80 M +47 -0 mountiso/mountisoaction.cpp https://invent.kde.org/sdk/dolphin-plugins/commit/2714be04b49d4340c5f23746672eb6a12711f9f6 -- You are receiving this mail because: You are watching all bug changes.