New issue by hervyqa on void-packages repository https://github.com/void-linux/void-packages/issues/51303 Description: ### Is this a new report? Yes ### System Info Void 6.6.40_1 x86_64-musl AuthenticAMD uptodate FF ### Package(s) Affected dolphin-24.05.1_2-x86_64-musl ### Does a report exist for this bug with the project's home (upstream) and/or another distro? - [https://bugs.kde.org/show_bug.cgi?id=452778 (Dolphin can't copy a file into network folder with samba version 1.0)](https://bugs.kde.org/show_bug.cgi?id=452778) - [https://bugs.kde.org/show_bug.cgi?id=479557 (unable to copy/paste files from steamdeck to another path)](https://bugs.kde.org/show_bug.cgi?id=452778) ### Expected behaviour Successful paste. ### Actual behaviour Segmentation fault. bash: ``` [hervyqa@void ~]$ dolphin org.kde.dolphin: Unknown class "" in session saved data! Segmentation fault ``` fish: ``` ➜ ~ dolphin org.kde.dolphin: Unknown class "" in session saved data! fish: Job 1, 'dolphin' terminated by signal SIGSEGV (Address boundary error) ➜ ~ ``` ### Steps to reproduce 1. Create new file, for example: `index.html` 2. Copy `index.html` 3. Paste `index.html` 4. Dolphin crash! But, copy-paste folder looks fine.