• cron@feddit.org
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 day ago

    I love the security aspects and it’s about time that desktop apps cannot access all your files & apps.

    But the implementation is IMO improveable. Maybe by the makers of flatpak, maybe by the app developers. A simple Error message like this one would have helped:

    Error: Cannot access directory /data, please grant the permission by following these steps (…)

    • penquin@lemm.ee
      link
      fedilink
      English
      arrow-up
      3
      ·
      20 hours ago

      Error: Cannot access directory /data, please grant the permission by following these steps (…)

      That would solve a ton of issues for new users. At least let them aware, instead of them scrambling for hours.

    • renzev@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      23 hours ago

      Maybe by the makers of flatpak, maybe by the app developers

      This falls on the app developers. They’re supposed to be using something called XDG desktop portals. It opens a filepicker window on the host, the user selects which file they want, and that specific file gets passed through into the sandbox automatically, no permissions needed. Though it’s not perfect either – AFAIK there’s no way to pass though a directory using XDG portal, and drag-and-drop is broken (at least on X11). For command-line apps (tho it’s not really what flatpak was designed for), the equivalent is the --file-forwarding option.