Bug 476027

Summary: Unable to mount storage device when viewed with Terminal panel open.
Product: [Applications] dolphin Reporter: Roke Julian Lockhart Beedell <4wy78uwh>
Component: panels: terminalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: REPORTED ---    
Severity: normal CC: kfm-devel
Priority: NOR    
Version: 23.08.1   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Roke Julian Lockhart Beedell 2023-10-24 02:09:41 UTC
STEPS TO REPRODUCE
1.  Visit device with Terminal panel enabled and `bash` configured as default shell using
    ```.sh
    chsh -s $(command -v bash)
    ```
2. Attempt to unmount the visited disk.

OBSERVED RESULT
> One or more files on this device are opened in application "bash".

EXPECTED RESULT
I should be able to unmount the storage device.

SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20231022
KDE Plasma Version: 5.27.8
KDE Frameworks Version: 5.111.0
Qt Version: 5.15.11
Kernel Version: 6.5.6-1-default (64-bit)
Graphics Platform: X11
Processors: 12 × AMD Ryzen 5 7600X 6-Core Processor
Memory: 30.5 GiB of RAM
Graphics Processor: AMD Radeon RX 5700
Manufacturer: ASRock
Product Name: X670E Taichi

ADDITIONAL INFORMATION
https://forums.opensuse.org/t/why-is-one-my-external-drives-mounted-at-tmp-by-default-suddenly/170048/2
Comment 1 Roke Julian Lockhart Beedell 2023-10-24 02:11:26 UTC
Weirdly, trying to reproduce this doesn't work anymore after fixing it once by hiding the Terminal that time. Perhaps, per the aforelinked, the mount path is relevant?