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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jan 10 18:40:28 GMT 2020


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

--- Comment #50 from Gleb Popov <arrowd at FreeBSD.org> ---
Instead of flavorization, let's try enabling both backends. Create a
${PORTSDIR}/devel/kf5-solid/files directory and drop the following patch there:

--- CMakeLists.txt.orig 2019-12-07 21:50:54 UTC
+++ CMakeLists.txt
@@ -117,9 +117,8 @@ elseif (NOT ANDROID)
     endif()
     if(EXPERIMENTAL_BSDISKS)
         add_device_backend(udisks2)
-    else()
-        add_device_backend(hal)
     endif()
+    add_device_backend(hal)
 endif()
 add_device_backends_cmake()

Name the patch "patch-CMakeLists.txt".

This should cause solid to use bsdisks if it is installed and hal otherwise.

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


More information about the kde-freebsd mailing list