Bug 418835

Summary: KRun doesn't work when running inside a flatpak
Product: [Frameworks and Libraries] frameworks-kio Reporter: Albert Astals Cid <aacid>
Component: generalAssignee: KIO Bugs <kio-bugs-null>
Status: REPORTED ---    
Severity: normal CC: aleixpol, jgrulich, kdelibs-bugs-null
Priority: NOR    
Version First Reported In: git master   
Target Milestone: ---   
Platform: Flatpak   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Albert Astals Cid 2020-03-13 23:36:13 UTC
When doing something like

writePngFileTo(fileUrl);
new KRun( fileUrl, this );

Nothing happens when run from inside a flaptak environment.

Example: https://github.com/flathub/org.kde.okular/issues/62

Aleix said this is fixable either by portals or flatpak (no idea what that really means :D)