https://bugs.kde.org/show_bug.cgi?id=350018
Fabian Vogt <fab...@ritter-vogt.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|UPSTREAM |FIXED Latest Commit| |https://commits.kde.org/kio | |/4122b52fee540f6b7cdd8fde2f | |55e2f7c2673b1a --- Comment #4 from Fabian Vogt <fab...@ritter-vogt.de> --- Git commit 4122b52fee540f6b7cdd8fde2f55e2f7c2673b1a by Fabian Vogt. Committed on 29/05/2017 at 11:38. Pushed by fvogt into branch 'master'. Identify PIE binaries (application/x-sharedlib) as executable files Summary: x86_64 binaries compiled with PIE are just shared objects with the executable bit set. Without this patch, kio does not know that they can be executed as well, causing "kioclient5 exec" to ask for an application that can handle application/x-sharedlib. Test Plan: Can run applications fine again. Reviewers: dfaure, aacid Reviewed By: dfaure Subscribers: asturmlechner, #frameworks Tags: #frameworks Differential Revision: https://phabricator.kde.org/D6002 M +4 -1 src/widgets/krun.cpp M +1 -1 src/widgets/krun.h https://commits.kde.org/kio/4122b52fee540f6b7cdd8fde2f55e2f7c2673b1a -- You are receiving this mail because: You are watching all bug changes.