Michaël

Results 181 comments of Michaël

Hello! In Evince (Document Viewer), there is work in progress to support markdown files (via md -> html -> pdf conversion; see https://gitlab.gnome.org/GNOME/evince/-/merge_requests/391). I think the build option CMARK_EXE is...

@jgm: I now build with '-BUILDDIR=build' option in the json file, but '-DCMAKE_INSTALL_PREFIX=/app' does not work. However, if I edit the Makefile by removing the '?' after 'INSTALL_PREFIX' and by...

Perhaps it is necessary to determine if Flatpak requires changes so that any tools limiting file access can limit it to Flatpak apps? Additionally, reading the use case of disallowing...

I can't reproduce the RAM bug with xdg-desktop-portal 1.18.2 (Fedora 39, GNOME). I monitored that with System Monitor from GNOME. However, I am able to reproduce the high disk write...

Better with numbers. OS: Fedora Linux 39, GNOME 45.1, xdg-desktop-portal 1.18.2. I used System Monitor from GNOME to monitor memory usage of xdg-permission-store. I used the following commands, two times:...

Do you have `xdg-desktop-portal-gtk` installed?

Hello ! It is also needed for playing external audio files (and maybe video files) linked to PDFs (software use here: GNOME Document Viewer [Evince]) in full sandboxing.

@hadess: Assuming the goal is to at least always read files, isn't it safe to automatically allow apps to only read files? Isn't the problem in writing files?

@ssokolow : Of course, there's the case for write access, but if it's possible to not ask the user to read files, that's better. I mean regular users expect to...

@rusty-snake Here, read-only access is default (no checkbox needed) and write access is essentially handled. Revoking read access is to prevent the application from automatically re-reading files when reopened. It's...