Bug 476027 - Unable to mount storage device when viewed with Terminal panel open.
Summary: Unable to mount storage device when viewed with Terminal panel open.
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: panels: terminal (show other bugs)
Version: 23.08.1
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-24 02:09 UTC by Roke Julian Lockhart Beedell
Modified: 2023-10-24 02:11 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?