https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242902
--- Comment #52 from Serge Volkov <s...@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.