How to give a Flatpak app access to a directory
up vote
0
down vote
favorite
I installed Elisa music player from Flathub, but it refuses to see my Music partition, so I can't add any music to it's library unless I copy it to /home/my_user/
.
Is there a way to give a Flatpak application permission to access non canonical addresses?
Aside from specifying it when compiling it...
permissions flatpak
add a comment |
up vote
0
down vote
favorite
I installed Elisa music player from Flathub, but it refuses to see my Music partition, so I can't add any music to it's library unless I copy it to /home/my_user/
.
Is there a way to give a Flatpak application permission to access non canonical addresses?
Aside from specifying it when compiling it...
permissions flatpak
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I installed Elisa music player from Flathub, but it refuses to see my Music partition, so I can't add any music to it's library unless I copy it to /home/my_user/
.
Is there a way to give a Flatpak application permission to access non canonical addresses?
Aside from specifying it when compiling it...
permissions flatpak
I installed Elisa music player from Flathub, but it refuses to see my Music partition, so I can't add any music to it's library unless I copy it to /home/my_user/
.
Is there a way to give a Flatpak application permission to access non canonical addresses?
Aside from specifying it when compiling it...
permissions flatpak
permissions flatpak
asked Oct 23 at 20:43
eridani
330215
330215
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
You can do this via the command line. The specific command you need is (it may need to be run as sudo):
flatpak override <package_name_here> --filesystem=<path_here>
If you have an odd path & it complains about an "unexpected filesystem suffix", just put the path part in quotes.
A more complete list of permissions commands is found here - http://docs.flatpak.org/en/latest/sandbox-permissions.html
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
You can do this via the command line. The specific command you need is (it may need to be run as sudo):
flatpak override <package_name_here> --filesystem=<path_here>
If you have an odd path & it complains about an "unexpected filesystem suffix", just put the path part in quotes.
A more complete list of permissions commands is found here - http://docs.flatpak.org/en/latest/sandbox-permissions.html
add a comment |
up vote
0
down vote
You can do this via the command line. The specific command you need is (it may need to be run as sudo):
flatpak override <package_name_here> --filesystem=<path_here>
If you have an odd path & it complains about an "unexpected filesystem suffix", just put the path part in quotes.
A more complete list of permissions commands is found here - http://docs.flatpak.org/en/latest/sandbox-permissions.html
add a comment |
up vote
0
down vote
up vote
0
down vote
You can do this via the command line. The specific command you need is (it may need to be run as sudo):
flatpak override <package_name_here> --filesystem=<path_here>
If you have an odd path & it complains about an "unexpected filesystem suffix", just put the path part in quotes.
A more complete list of permissions commands is found here - http://docs.flatpak.org/en/latest/sandbox-permissions.html
You can do this via the command line. The specific command you need is (it may need to be run as sudo):
flatpak override <package_name_here> --filesystem=<path_here>
If you have an odd path & it complains about an "unexpected filesystem suffix", just put the path part in quotes.
A more complete list of permissions commands is found here - http://docs.flatpak.org/en/latest/sandbox-permissions.html
answered Nov 21 at 19:03
Pockets
468
468
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1086529%2fhow-to-give-a-flatpak-app-access-to-a-directory%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown