Files: Provide a Flatpak manifest

Created on 20 Oct 2020  路  3Comments  路  Source: elementary/files

Most helpful comment

I tend to prefer the dolphin implementation over nautilus here

Yeah, well we don't really get a choice 馃槢

Dolphin's seems more restrictive because it uses the KIO bus. KIO is a daemon which essentially provides a file manager backend and Dolphin is just the user interface to that.

In theory, you can do that to some extent with gvfs, but I don't find it particularly weird that a file manager would ask for permissions to access the entire filesystem.

All 3 comments

I guess this will need a pretty porous sandbox :stuck_out_tongue:

Nautilus uses

    "finish-args": [
        "--share=ipc", "--socket=x11",
        "--socket=wayland",
        "--talk-name=org.gnome.OnlineAccounts",
        "--talk-name=org.freedesktop.Tracker1",
        "--filesystem=host",
        "--talk-name=org.gtk.vfs", "--talk-name=org.gtk.vfs.*",
        "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
    ],

But Dolphin has more restrictive access to the filesystem for some reason

    "finish-args": [ "--device=dri",
                     "--share=ipc",
                     "--share=network",
                     "--socket=x11",
                     "--socket=wayland",
                     "--filesystem=home",
                     "--filesystem=/run/media",
                     "--talk-name=org.kde.kiod5",
                     "--talk-name=org.kde.JobViewServer",
                     "--talk-name=org.kde.kpasswdserver",
                     "--system-talk-name=org.freedesktop.UDisks2" ],

I tend to prefer the dolphin implementation over nautilus here

I tend to prefer the dolphin implementation over nautilus here

Yeah, well we don't really get a choice 馃槢

Dolphin's seems more restrictive because it uses the KIO bus. KIO is a daemon which essentially provides a file manager backend and Dolphin is just the user interface to that.

In theory, you can do that to some extent with gvfs, but I don't find it particularly weird that a file manager would ask for permissions to access the entire filesystem.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Gabriel-p picture Gabriel-p  路  6Comments

apcamargo picture apcamargo  路  5Comments

mdalch picture mdalch  路  5Comments

tintou picture tintou  路  6Comments

marbetschar picture marbetschar  路  6Comments