Bug 418835 - KRun doesn't work when running inside a flatpak
Summary: KRun doesn't work when running inside a flatpak
Status: REPORTED
Alias: None
Product: frameworks-kio
Classification: Frameworks and Libraries
Component: general (other bugs)
Version First Reported In: git master
Platform: Flatpak Linux
: NOR normal
Target Milestone: ---
Assignee: KIO Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-13 23:36 UTC by Albert Astals Cid
Modified: 2025-03-24 22:58 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)