| Summary: | Dolphin 16.04.3 detects all binary files as shared libraries | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Karmo Rosental <karmo.rosental> |
| Component: | view-engine: general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | elvis.angelaccio, kishore96 |
| Priority: | NOR | ||
| Version First Reported In: | 16.12.2 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Karmo Rosental
2016-12-03 16:01:34 UTC
(In reply to Karmo Rosental from comment #0) > Dolphin 16.04.3 detects all binary files as shared libraries and cannot > execute them by just clicking on them like version or two ago. Could not reproduce on Arch Linux. What platform are you on? Kubuntu 16.10. Please post the output of:
xdg-mime query filetype <some_binary_file>
Also, what's your version of shared-mime-info?
$ xdg-mime query filetype /bin/nano application/x-sharedlib $ xdg-mime query filetype lmms application/x-sharedlib All binaries are application/x-sharedlib. $ dpkg -l | grep shared-mime-info ii shared-mime-info 1.7-1 (In reply to Karmo Rosental from comment #4) > $ xdg-mime query filetype /bin/nano > application/x-sharedlib This is wrong, report it to the Kubuntu people. You should get: $ xdg-mime query filetype /usr/bin/nano application/x-executable |