Bug 381412 - Dolphin cannot run executables
Summary: Dolphin cannot run executables
Status: RESOLVED DUPLICATE of bug 350018
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.08.3
Platform: Debian stable Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-19 18:57 UTC by brainstream
Modified: 2017-06-19 22:06 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Demo (1.55 MB, video/ogg)
2017-06-19 18:57 UTC, brainstream
Details

Note You need to log in before you can comment on or make changes to this bug.
Description brainstream 2017-06-19 18:57:31 UTC
Created attachment 106171 [details]
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.
Comment 1 Elvis Angelaccio 2017-06-19 22:06:47 UTC
Thanks for the report, there is already a fix in kio

*** This bug has been marked as a duplicate of bug 350018 ***