chrisawi

Results 65 comments of chrisawi
trafficstars

> It would be easy, but would not solve the problem, because programs inside the sandbox are only configured to read fonts from /run/host/user-fonts (and some other locations which are...

flatpak wrote `/run/host/font-dirs.xml` containing: /run/host/user-fonts2 which is ``d in that file from the runtime. ``` [📦 org.freedesktop.Platform ~]$ fc-list | grep Sixty /run/host/user-fonts2/Sixtyfour-Regular.ttf: Sixtyfour:style=Regular ```

Cross-referencing to https://github.com/flatpak/flatpak/issues/6035 If we add a replacement for `flatpak override`, that would be a good opportunity to do this better.

This happens because the Flatpak portal `Spawn` method works by invoking `flatpak run` (which is why it requires the app to be installed), and it only checks that the command...