[Bug 242902] Plasma device notifier does not recognize exFAT USB drives
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jan 11 17:52:56 GMT 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242902
--- Comment #52 from Serge Volkov <sv at ulstu.ru> ---
(In reply to Jason W. Bacon from comment #51)
> With FAT32, I see the same behavior as when bsdisks is disabled,
> namely "Malformed URL" popup when mounting.
I think the error appears because an attempt to device open occurs earlier than
mounting the device. I just changed the value
Exec=kde-open5 "%f"
in the file /usr/local/share/solid/actions/test-predicate-openinwindow.desktop
to another
Exec=[ ! -z "%f" ] && kde-open5 "%f"
And the error "Malformed URL" does not appear. But in this case when the device
is mounted, you need to open it yourself.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list