Summary: | "Mount and open" button stops working after editing a device action in Device Actions KCM | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Patrick Silva <bugseforuns> |
Component: | Disks & Devices widget | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | nate |
Priority: | NOR | ||
Version First Reported In: | 5.27.80 | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=387961 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Patrick Silva
2021-04-14 19:14:55 UTC
Bug is probably here: https://invent.kde.org/plasma/plasma-workspace/-/blob/master/applets/devicenotifier/package/contents/ui/DeviceItem.qml#L127 The "Mount and open" action in the UI is hardcoded to open an action with the filename "test-predicate-openinwindow.desktop". Probably renaming the action in the KCM creates a new .desktop file with a different name, so the action doesn't work anymore. I have no idea how to fix this though. CURRENT STEPS TO REPRODUCE 1. open System Settings > Disks & Cameras > Device Actions 2. double click on a device action available for your removable device (I double-clicked on "Open with File Manager" whose second column says "Storage Access, Storage Drive, Storage Volume") 3. edit its description (first text field) and click on "Ok" button 4. connect your removable device to usb port (I used a flash drive) 5. click on Disks & Devices applet in system tray 6. click on "Mount and open" button of your removable device available in Disks & Devices applet Operating System: Arch Linux KDE Plasma Version: 6.4.3 KDE Frameworks Version: 6.16.0 Qt Version: 6.9.1 Graphics Platform: Wayland |