flathub / org.kde.kate

https://flathub.org/apps/details/org.kde.kate
3 stars 5 forks source link

Add `/tmp` access for now #26

Closed travier closed 1 year ago

travier commented 1 year ago

This is needed as Kate creates processes on the host and shares files via /tmp.

This is not great but that's what we have right now. A longer term solution would be to have Kate use xdg-run/kate / $XDG_RUNTIME_DIR/kate instead.

See: https://github.com/flathub/org.kde.kate/issues/25


Fixes: https://github.com/flathub/org.kde.kate/issues/25

flathubbot commented 1 year ago

Started test build 28787

flathubbot commented 1 year ago

Build 28787 successful To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/11454/org.kde.kate.flatpakref
Erick555 commented 1 year ago

@travier perhaps this should be fixed through wrapper script like okular does, with no changes needed in app code, see https://github.com/flathub/org.kde.okular/blob/master/org.kde.okular.json#L499-L503

travier commented 1 year ago

Oh, nice, did not know about that! Will make a PR

travier commented 1 year ago

Done in https://github.com/flathub/org.kde.kate/pull/28.