[Bug 242902] Plasma device notifier does not recognize exFAT USB drives

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Feb 6 10:36:46 GMT 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242902

--- Comment #83 from Gleb Popov <arrowd at FreeBSD.org> ---
Can you try applying following patch on top of current tip?

diff -r cc24e5813f9d objectmanager.cpp
--- a/objectmanager.cpp Wed Feb 05 16:23:59 2020 +0400
+++ b/objectmanager.cpp Thu Feb 06 14:36:10 2020 +0400
@@ -288,6 +288,8 @@
     QDBusConnection::systemBus().registerObject(dbusPath, d);

     addInterface(d->dbusPath, "org.freedesktop.UDisks2.Drive", new
DriveAdaptor(d));
+
+    tryRegisterPostponed();
 }

 void ObjectManager::addZFSDataset(const ZFSInfo& zfsInfo)

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


More information about the kde-freebsd mailing list