https://bugs.kde.org/show_bug.cgi?id=381412
Bug ID: 381412 Summary: Dolphin cannot run executables Product: dolphin Version: 16.08.3 Platform: Debian stable OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: dolphin-bugs-n...@kde.org Reporter: brainstr...@yandex.ru Target Milestone: --- Created attachment 106171 --> https://bugs.kde.org/attachment.cgi?id=106171&action=edit Demo Hello. It is a very old bug. It reproduces on different operating systems and KDE versions. It impossible to run some kind of executable files from Dolphin. GCC produces executable files with type equals to DYN (Shared object file). $ readelf -h /usr/bin/konsole ELF Header: Magic: 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00 Class: ELF64 Data: 2's complement, little endian Version: 1 (current) OS/ABI: UNIX - System V ABI Version: 0 Type: DYN (Shared object file) So, when I'm double-clicking on that executable, I received the dialog with suggestion to select an application to open file with MIME-type equals to application/x-sharedlib. I suggest you to ignore ELF type when the flag "executable" is present in the file attributes. -- You are receiving this mail because: You are watching all bug changes.