How to get access to USB-storage from the application installed as Snap?Firefox Quantum installed but doesn't see internal or external storage driveslsd from snap not workingGitKraken access to /disk2/ missingHow to get snap installed SimpleScreenRecorder to save output file to removable media?Several programs can't access files on NTFS volume (VLC, Discord)Snap permissions problemsUbuntu Software apps cannot access non-system diskssnap/kodi:apparmor blocks dvdPrograms from snap do not work with ntfs-3gDeadbeef player doesn't access my storage hddShould I remove Ubuntu 18.04 and install Lubuntu 18.10?grub-efi-amd64-signed update issueCan't open shared libraries (snap)Booting problems after automatic software update: TPM error and Recovering journalHow to set read+executable permission in internal drive when chmod 777 * is not working?
Why should you have travel insurance?
7 speed cassette on a Kickr Core
Can a human colony survive on a 'hot' world?
Why don't all States switch to all postal voting?
Advent of Code 2019: Day 4
Is rotating a pawn so that it faces a different direction and then moves in that direction technically permitted according to the 2018 FIDE Laws?
Can I leave my car sitting outside for about 5 years?
By what means does the King wage war?
How to teach children Santa is not real, while respecting other kids beliefs?
Play Big 2 by yourself, as fast as you can
How do I calculate my AC for this character?
Is it safe to drink the water from the fountains found all over the older parts of Rome?
Can I be fired the same day that I hand in my notice?
Is using Swiss Francs (CHF) cheaper than Euros (EUR) in Switzerland?
Do QFT Fields Constitute an Ether?
Monthly budget screen - need to take into account whether it's early/late in the month
What specifically can swap do that RAM can't
Does T have to be a complete type to be used in `std::declval<T>`?
Simulating these special dice on more regular dice
What are the different universes mentioned in Crisis on Infinite Earth?
Was there really a shuttle toilet training device with a "boresight camera"?
Why is "runway behind you" useless?
SOLIDWORKS - 3D Sketch of Trombone
Are these homebrew attempts at recreating the Isaac's Missile Storm spells from NWN2 balanced for 5e?
How to get access to USB-storage from the application installed as Snap?
Firefox Quantum installed but doesn't see internal or external storage driveslsd from snap not workingGitKraken access to /disk2/ missingHow to get snap installed SimpleScreenRecorder to save output file to removable media?Several programs can't access files on NTFS volume (VLC, Discord)Snap permissions problemsUbuntu Software apps cannot access non-system diskssnap/kodi:apparmor blocks dvdPrograms from snap do not work with ntfs-3gDeadbeef player doesn't access my storage hddShould I remove Ubuntu 18.04 and install Lubuntu 18.10?grub-efi-amd64-signed update issueCan't open shared libraries (snap)Booting problems after automatic software update: TPM error and Recovering journalHow to set read+executable permission in internal drive when chmod 777 * is not working?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I have Ubuntu 18.04 LTS installed.
I inserted USB-flash to my laptop. It was automounted to /media/username/DISKLABEL and opened in Nautilus. I can read and write objects to it.
How can I access it from the application, which is installed as Snap?
I tried snaps of the following applications such as gedit
, arduino-mhall119
, organize-my-files
. All them show me errors if I navigate to /media folder:
Output of active Snap interfaces is below:
$ snap interfaces | grep -v ".*-$"
Slot Plug
:browser-support organize-my-files
:core-support core:core-support-plug
:cups-control gedit
:desktop gedit,organize-my-files
:desktop-legacy gedit,organize-my-files
:gsettings gedit,organize-my-files
:home arduino-mhall119,gedit,organize-my-files
:network arduino-mhall119,gedit,organize-my-files,pulsemixer
:opengl organize-my-files
:pulseaudio organize-my-files,pulsemixer
:unity7 arduino-mhall119,gedit,organize-my-files
:wayland gedit
:x11 arduino-mhall119,organize-my-files,pulsemixer
gnome-3-26-1604:gnome-3-26-1604 gedit
gtk-common-themes:gtk3-themes gedit
gtk-common-themes:icon-themes gedit
gtk-common-themes:sound-themes gedit
- arduino-mhall119:serial-port
- gedit:avahi-observe
- gedit:mount-observe
Updates:
- connecting mount-observe to Gedit with
snap connect gedit:mount-observe
does not help. - it seems that we need special Snap with support of
removable-media
interface.
permissions usb-drive 18.04 snap usb-storage
add a comment
|
I have Ubuntu 18.04 LTS installed.
I inserted USB-flash to my laptop. It was automounted to /media/username/DISKLABEL and opened in Nautilus. I can read and write objects to it.
How can I access it from the application, which is installed as Snap?
I tried snaps of the following applications such as gedit
, arduino-mhall119
, organize-my-files
. All them show me errors if I navigate to /media folder:
Output of active Snap interfaces is below:
$ snap interfaces | grep -v ".*-$"
Slot Plug
:browser-support organize-my-files
:core-support core:core-support-plug
:cups-control gedit
:desktop gedit,organize-my-files
:desktop-legacy gedit,organize-my-files
:gsettings gedit,organize-my-files
:home arduino-mhall119,gedit,organize-my-files
:network arduino-mhall119,gedit,organize-my-files,pulsemixer
:opengl organize-my-files
:pulseaudio organize-my-files,pulsemixer
:unity7 arduino-mhall119,gedit,organize-my-files
:wayland gedit
:x11 arduino-mhall119,organize-my-files,pulsemixer
gnome-3-26-1604:gnome-3-26-1604 gedit
gtk-common-themes:gtk3-themes gedit
gtk-common-themes:icon-themes gedit
gtk-common-themes:sound-themes gedit
- arduino-mhall119:serial-port
- gedit:avahi-observe
- gedit:mount-observe
Updates:
- connecting mount-observe to Gedit with
snap connect gedit:mount-observe
does not help. - it seems that we need special Snap with support of
removable-media
interface.
permissions usb-drive 18.04 snap usb-storage
add a comment
|
I have Ubuntu 18.04 LTS installed.
I inserted USB-flash to my laptop. It was automounted to /media/username/DISKLABEL and opened in Nautilus. I can read and write objects to it.
How can I access it from the application, which is installed as Snap?
I tried snaps of the following applications such as gedit
, arduino-mhall119
, organize-my-files
. All them show me errors if I navigate to /media folder:
Output of active Snap interfaces is below:
$ snap interfaces | grep -v ".*-$"
Slot Plug
:browser-support organize-my-files
:core-support core:core-support-plug
:cups-control gedit
:desktop gedit,organize-my-files
:desktop-legacy gedit,organize-my-files
:gsettings gedit,organize-my-files
:home arduino-mhall119,gedit,organize-my-files
:network arduino-mhall119,gedit,organize-my-files,pulsemixer
:opengl organize-my-files
:pulseaudio organize-my-files,pulsemixer
:unity7 arduino-mhall119,gedit,organize-my-files
:wayland gedit
:x11 arduino-mhall119,organize-my-files,pulsemixer
gnome-3-26-1604:gnome-3-26-1604 gedit
gtk-common-themes:gtk3-themes gedit
gtk-common-themes:icon-themes gedit
gtk-common-themes:sound-themes gedit
- arduino-mhall119:serial-port
- gedit:avahi-observe
- gedit:mount-observe
Updates:
- connecting mount-observe to Gedit with
snap connect gedit:mount-observe
does not help. - it seems that we need special Snap with support of
removable-media
interface.
permissions usb-drive 18.04 snap usb-storage
I have Ubuntu 18.04 LTS installed.
I inserted USB-flash to my laptop. It was automounted to /media/username/DISKLABEL and opened in Nautilus. I can read and write objects to it.
How can I access it from the application, which is installed as Snap?
I tried snaps of the following applications such as gedit
, arduino-mhall119
, organize-my-files
. All them show me errors if I navigate to /media folder:
Output of active Snap interfaces is below:
$ snap interfaces | grep -v ".*-$"
Slot Plug
:browser-support organize-my-files
:core-support core:core-support-plug
:cups-control gedit
:desktop gedit,organize-my-files
:desktop-legacy gedit,organize-my-files
:gsettings gedit,organize-my-files
:home arduino-mhall119,gedit,organize-my-files
:network arduino-mhall119,gedit,organize-my-files,pulsemixer
:opengl organize-my-files
:pulseaudio organize-my-files,pulsemixer
:unity7 arduino-mhall119,gedit,organize-my-files
:wayland gedit
:x11 arduino-mhall119,organize-my-files,pulsemixer
gnome-3-26-1604:gnome-3-26-1604 gedit
gtk-common-themes:gtk3-themes gedit
gtk-common-themes:icon-themes gedit
gtk-common-themes:sound-themes gedit
- arduino-mhall119:serial-port
- gedit:avahi-observe
- gedit:mount-observe
Updates:
- connecting mount-observe to Gedit with
snap connect gedit:mount-observe
does not help. - it seems that we need special Snap with support of
removable-media
interface.
permissions usb-drive 18.04 snap usb-storage
permissions usb-drive 18.04 snap usb-storage
edited May 9 '18 at 13:51
N0rbert
asked May 9 '18 at 12:57
N0rbertN0rbert
36.3k10 gold badges85 silver badges169 bronze badges
36.3k10 gold badges85 silver badges169 bronze badges
add a comment
|
add a comment
|
3 Answers
3
active
oldest
votes
So we need special prepared Snap with support of removable-media
interface/plugin.
Below is a list of Snap with removable-media plug described in YAML-manifest :
- vlc - VLC
- firefox - Firefox
- gimp - GIMP
- mdl - Markdown lint tool
- offlineimap - OfflineIMAP
- magic-wormhole - Magic Worm Hole
- mattermost-desktop - Mattermost
- storjshare-gui - Storj
- opentoonz - OpenToonz
- opentoonz-morevna - OpenToonz - Morevna Edition
- obs-studio - OBS Studio
- steamforwindows - Steam for Windows under Wine
One can find other Snaps released by SnapCrafters with the following GitHub search link.
So if the application does not have auto-connect of removable-media
we need to connect it manually with:
snap connect some-snap-name:removable-media
But not all applications have this plug/interface in YAML-manifest.
It is hard to find packages by supported plugs - so I created issue "Add ability for parametric Snap search with filters (plugs, such as removable-media
and so on)" about snapcraft.io site.
The bug about snap
command named "snap
should provide functionality to find packages with needed plug or connector" was filed to launchpad as bug 1776938.
The correct command is:snap connect some-snap-name:removable-media
– Zygmunt Krynicki
May 25 '18 at 15:06
@ZygmuntKrynicki of course. Thank you, I fixed this silly typo.
– N0rbert
May 25 '18 at 15:10
The bug which is cited in the last two paragraphs is truly annoying, but a simple workaround for it if the snap package is already installed issnap interfaces some-snap-name
– karel
Jun 15 '18 at 12:55
@karel, right. Thank you! I have this command already in question. The main problem is to determine plugs of non-installed Snap.
– N0rbert
Jun 15 '18 at 12:56
1
The bug which is cited in the last two paragraphs is truly annoying, but a simple workaround for it if the snap package is already installed issnap connections some-snap-name
This is an update of my previous comment.
– karel
Jul 30 at 18:03
|
show 1 more comment
The interface which needs to be connected is removable-media
.
Can access files from removable media in /media and /run/media. This can be used to give an app access to mounted USB sticks and external hard drives on a desktop.
The mount-observe
interface only lets you view what is mounted, not access mounts:
Can query system mount information. This is restricted because it gives privileged read access to mount arguments and should only be used with trusted apps.
Neither of these two interfaces will auto-connect. From https://github.com/snapcore/snapd/wiki/Interfaces#removable-media
I don't know. It seems obs-studio does, but I only found it due to it mentioning the interface in the description of the app for how to access external storage. I don't know how to query the store for specific interfaces in snaps. If a specific snap doesn't support the interface, it will presumably need to be rebuilt to support it.
– dobey
May 9 '18 at 13:58
add a comment
|
The Ubuntu Software program will now show a Permissions button on the page of each Snap program you have installed.
Click on Permissions, and a pop-up window gives you the option 'Read/write files on removable storage devices', with a button to the right that you click to turn this on.
You need to activate each program one by one this way, but there is nothing special to remember, other than that the button exists.
Please add screenshot of "Click on Permissions, and a pop-up window" to the answer.
– N0rbert
Jul 14 at 17:37
@N0rbert Done...
– kim holder
Jul 17 at 21:22
add a comment
|
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
So we need special prepared Snap with support of removable-media
interface/plugin.
Below is a list of Snap with removable-media plug described in YAML-manifest :
- vlc - VLC
- firefox - Firefox
- gimp - GIMP
- mdl - Markdown lint tool
- offlineimap - OfflineIMAP
- magic-wormhole - Magic Worm Hole
- mattermost-desktop - Mattermost
- storjshare-gui - Storj
- opentoonz - OpenToonz
- opentoonz-morevna - OpenToonz - Morevna Edition
- obs-studio - OBS Studio
- steamforwindows - Steam for Windows under Wine
One can find other Snaps released by SnapCrafters with the following GitHub search link.
So if the application does not have auto-connect of removable-media
we need to connect it manually with:
snap connect some-snap-name:removable-media
But not all applications have this plug/interface in YAML-manifest.
It is hard to find packages by supported plugs - so I created issue "Add ability for parametric Snap search with filters (plugs, such as removable-media
and so on)" about snapcraft.io site.
The bug about snap
command named "snap
should provide functionality to find packages with needed plug or connector" was filed to launchpad as bug 1776938.
The correct command is:snap connect some-snap-name:removable-media
– Zygmunt Krynicki
May 25 '18 at 15:06
@ZygmuntKrynicki of course. Thank you, I fixed this silly typo.
– N0rbert
May 25 '18 at 15:10
The bug which is cited in the last two paragraphs is truly annoying, but a simple workaround for it if the snap package is already installed issnap interfaces some-snap-name
– karel
Jun 15 '18 at 12:55
@karel, right. Thank you! I have this command already in question. The main problem is to determine plugs of non-installed Snap.
– N0rbert
Jun 15 '18 at 12:56
1
The bug which is cited in the last two paragraphs is truly annoying, but a simple workaround for it if the snap package is already installed issnap connections some-snap-name
This is an update of my previous comment.
– karel
Jul 30 at 18:03
|
show 1 more comment
So we need special prepared Snap with support of removable-media
interface/plugin.
Below is a list of Snap with removable-media plug described in YAML-manifest :
- vlc - VLC
- firefox - Firefox
- gimp - GIMP
- mdl - Markdown lint tool
- offlineimap - OfflineIMAP
- magic-wormhole - Magic Worm Hole
- mattermost-desktop - Mattermost
- storjshare-gui - Storj
- opentoonz - OpenToonz
- opentoonz-morevna - OpenToonz - Morevna Edition
- obs-studio - OBS Studio
- steamforwindows - Steam for Windows under Wine
One can find other Snaps released by SnapCrafters with the following GitHub search link.
So if the application does not have auto-connect of removable-media
we need to connect it manually with:
snap connect some-snap-name:removable-media
But not all applications have this plug/interface in YAML-manifest.
It is hard to find packages by supported plugs - so I created issue "Add ability for parametric Snap search with filters (plugs, such as removable-media
and so on)" about snapcraft.io site.
The bug about snap
command named "snap
should provide functionality to find packages with needed plug or connector" was filed to launchpad as bug 1776938.
The correct command is:snap connect some-snap-name:removable-media
– Zygmunt Krynicki
May 25 '18 at 15:06
@ZygmuntKrynicki of course. Thank you, I fixed this silly typo.
– N0rbert
May 25 '18 at 15:10
The bug which is cited in the last two paragraphs is truly annoying, but a simple workaround for it if the snap package is already installed issnap interfaces some-snap-name
– karel
Jun 15 '18 at 12:55
@karel, right. Thank you! I have this command already in question. The main problem is to determine plugs of non-installed Snap.
– N0rbert
Jun 15 '18 at 12:56
1
The bug which is cited in the last two paragraphs is truly annoying, but a simple workaround for it if the snap package is already installed issnap connections some-snap-name
This is an update of my previous comment.
– karel
Jul 30 at 18:03
|
show 1 more comment
So we need special prepared Snap with support of removable-media
interface/plugin.
Below is a list of Snap with removable-media plug described in YAML-manifest :
- vlc - VLC
- firefox - Firefox
- gimp - GIMP
- mdl - Markdown lint tool
- offlineimap - OfflineIMAP
- magic-wormhole - Magic Worm Hole
- mattermost-desktop - Mattermost
- storjshare-gui - Storj
- opentoonz - OpenToonz
- opentoonz-morevna - OpenToonz - Morevna Edition
- obs-studio - OBS Studio
- steamforwindows - Steam for Windows under Wine
One can find other Snaps released by SnapCrafters with the following GitHub search link.
So if the application does not have auto-connect of removable-media
we need to connect it manually with:
snap connect some-snap-name:removable-media
But not all applications have this plug/interface in YAML-manifest.
It is hard to find packages by supported plugs - so I created issue "Add ability for parametric Snap search with filters (plugs, such as removable-media
and so on)" about snapcraft.io site.
The bug about snap
command named "snap
should provide functionality to find packages with needed plug or connector" was filed to launchpad as bug 1776938.
So we need special prepared Snap with support of removable-media
interface/plugin.
Below is a list of Snap with removable-media plug described in YAML-manifest :
- vlc - VLC
- firefox - Firefox
- gimp - GIMP
- mdl - Markdown lint tool
- offlineimap - OfflineIMAP
- magic-wormhole - Magic Worm Hole
- mattermost-desktop - Mattermost
- storjshare-gui - Storj
- opentoonz - OpenToonz
- opentoonz-morevna - OpenToonz - Morevna Edition
- obs-studio - OBS Studio
- steamforwindows - Steam for Windows under Wine
One can find other Snaps released by SnapCrafters with the following GitHub search link.
So if the application does not have auto-connect of removable-media
we need to connect it manually with:
snap connect some-snap-name:removable-media
But not all applications have this plug/interface in YAML-manifest.
It is hard to find packages by supported plugs - so I created issue "Add ability for parametric Snap search with filters (plugs, such as removable-media
and so on)" about snapcraft.io site.
The bug about snap
command named "snap
should provide functionality to find packages with needed plug or connector" was filed to launchpad as bug 1776938.
edited May 22 at 20:42
answered May 9 '18 at 14:08
N0rbertN0rbert
36.3k10 gold badges85 silver badges169 bronze badges
36.3k10 gold badges85 silver badges169 bronze badges
The correct command is:snap connect some-snap-name:removable-media
– Zygmunt Krynicki
May 25 '18 at 15:06
@ZygmuntKrynicki of course. Thank you, I fixed this silly typo.
– N0rbert
May 25 '18 at 15:10
The bug which is cited in the last two paragraphs is truly annoying, but a simple workaround for it if the snap package is already installed issnap interfaces some-snap-name
– karel
Jun 15 '18 at 12:55
@karel, right. Thank you! I have this command already in question. The main problem is to determine plugs of non-installed Snap.
– N0rbert
Jun 15 '18 at 12:56
1
The bug which is cited in the last two paragraphs is truly annoying, but a simple workaround for it if the snap package is already installed issnap connections some-snap-name
This is an update of my previous comment.
– karel
Jul 30 at 18:03
|
show 1 more comment
The correct command is:snap connect some-snap-name:removable-media
– Zygmunt Krynicki
May 25 '18 at 15:06
@ZygmuntKrynicki of course. Thank you, I fixed this silly typo.
– N0rbert
May 25 '18 at 15:10
The bug which is cited in the last two paragraphs is truly annoying, but a simple workaround for it if the snap package is already installed issnap interfaces some-snap-name
– karel
Jun 15 '18 at 12:55
@karel, right. Thank you! I have this command already in question. The main problem is to determine plugs of non-installed Snap.
– N0rbert
Jun 15 '18 at 12:56
1
The bug which is cited in the last two paragraphs is truly annoying, but a simple workaround for it if the snap package is already installed issnap connections some-snap-name
This is an update of my previous comment.
– karel
Jul 30 at 18:03
The correct command is:
snap connect some-snap-name:removable-media
– Zygmunt Krynicki
May 25 '18 at 15:06
The correct command is:
snap connect some-snap-name:removable-media
– Zygmunt Krynicki
May 25 '18 at 15:06
@ZygmuntKrynicki of course. Thank you, I fixed this silly typo.
– N0rbert
May 25 '18 at 15:10
@ZygmuntKrynicki of course. Thank you, I fixed this silly typo.
– N0rbert
May 25 '18 at 15:10
The bug which is cited in the last two paragraphs is truly annoying, but a simple workaround for it if the snap package is already installed is
snap interfaces some-snap-name
– karel
Jun 15 '18 at 12:55
The bug which is cited in the last two paragraphs is truly annoying, but a simple workaround for it if the snap package is already installed is
snap interfaces some-snap-name
– karel
Jun 15 '18 at 12:55
@karel, right. Thank you! I have this command already in question. The main problem is to determine plugs of non-installed Snap.
– N0rbert
Jun 15 '18 at 12:56
@karel, right. Thank you! I have this command already in question. The main problem is to determine plugs of non-installed Snap.
– N0rbert
Jun 15 '18 at 12:56
1
1
The bug which is cited in the last two paragraphs is truly annoying, but a simple workaround for it if the snap package is already installed is
snap connections some-snap-name
This is an update of my previous comment.– karel
Jul 30 at 18:03
The bug which is cited in the last two paragraphs is truly annoying, but a simple workaround for it if the snap package is already installed is
snap connections some-snap-name
This is an update of my previous comment.– karel
Jul 30 at 18:03
|
show 1 more comment
The interface which needs to be connected is removable-media
.
Can access files from removable media in /media and /run/media. This can be used to give an app access to mounted USB sticks and external hard drives on a desktop.
The mount-observe
interface only lets you view what is mounted, not access mounts:
Can query system mount information. This is restricted because it gives privileged read access to mount arguments and should only be used with trusted apps.
Neither of these two interfaces will auto-connect. From https://github.com/snapcore/snapd/wiki/Interfaces#removable-media
I don't know. It seems obs-studio does, but I only found it due to it mentioning the interface in the description of the app for how to access external storage. I don't know how to query the store for specific interfaces in snaps. If a specific snap doesn't support the interface, it will presumably need to be rebuilt to support it.
– dobey
May 9 '18 at 13:58
add a comment
|
The interface which needs to be connected is removable-media
.
Can access files from removable media in /media and /run/media. This can be used to give an app access to mounted USB sticks and external hard drives on a desktop.
The mount-observe
interface only lets you view what is mounted, not access mounts:
Can query system mount information. This is restricted because it gives privileged read access to mount arguments and should only be used with trusted apps.
Neither of these two interfaces will auto-connect. From https://github.com/snapcore/snapd/wiki/Interfaces#removable-media
I don't know. It seems obs-studio does, but I only found it due to it mentioning the interface in the description of the app for how to access external storage. I don't know how to query the store for specific interfaces in snaps. If a specific snap doesn't support the interface, it will presumably need to be rebuilt to support it.
– dobey
May 9 '18 at 13:58
add a comment
|
The interface which needs to be connected is removable-media
.
Can access files from removable media in /media and /run/media. This can be used to give an app access to mounted USB sticks and external hard drives on a desktop.
The mount-observe
interface only lets you view what is mounted, not access mounts:
Can query system mount information. This is restricted because it gives privileged read access to mount arguments and should only be used with trusted apps.
Neither of these two interfaces will auto-connect. From https://github.com/snapcore/snapd/wiki/Interfaces#removable-media
The interface which needs to be connected is removable-media
.
Can access files from removable media in /media and /run/media. This can be used to give an app access to mounted USB sticks and external hard drives on a desktop.
The mount-observe
interface only lets you view what is mounted, not access mounts:
Can query system mount information. This is restricted because it gives privileged read access to mount arguments and should only be used with trusted apps.
Neither of these two interfaces will auto-connect. From https://github.com/snapcore/snapd/wiki/Interfaces#removable-media
answered May 9 '18 at 13:51
dobeydobey
35.1k3 gold badges44 silver badges88 bronze badges
35.1k3 gold badges44 silver badges88 bronze badges
I don't know. It seems obs-studio does, but I only found it due to it mentioning the interface in the description of the app for how to access external storage. I don't know how to query the store for specific interfaces in snaps. If a specific snap doesn't support the interface, it will presumably need to be rebuilt to support it.
– dobey
May 9 '18 at 13:58
add a comment
|
I don't know. It seems obs-studio does, but I only found it due to it mentioning the interface in the description of the app for how to access external storage. I don't know how to query the store for specific interfaces in snaps. If a specific snap doesn't support the interface, it will presumably need to be rebuilt to support it.
– dobey
May 9 '18 at 13:58
I don't know. It seems obs-studio does, but I only found it due to it mentioning the interface in the description of the app for how to access external storage. I don't know how to query the store for specific interfaces in snaps. If a specific snap doesn't support the interface, it will presumably need to be rebuilt to support it.
– dobey
May 9 '18 at 13:58
I don't know. It seems obs-studio does, but I only found it due to it mentioning the interface in the description of the app for how to access external storage. I don't know how to query the store for specific interfaces in snaps. If a specific snap doesn't support the interface, it will presumably need to be rebuilt to support it.
– dobey
May 9 '18 at 13:58
add a comment
|
The Ubuntu Software program will now show a Permissions button on the page of each Snap program you have installed.
Click on Permissions, and a pop-up window gives you the option 'Read/write files on removable storage devices', with a button to the right that you click to turn this on.
You need to activate each program one by one this way, but there is nothing special to remember, other than that the button exists.
Please add screenshot of "Click on Permissions, and a pop-up window" to the answer.
– N0rbert
Jul 14 at 17:37
@N0rbert Done...
– kim holder
Jul 17 at 21:22
add a comment
|
The Ubuntu Software program will now show a Permissions button on the page of each Snap program you have installed.
Click on Permissions, and a pop-up window gives you the option 'Read/write files on removable storage devices', with a button to the right that you click to turn this on.
You need to activate each program one by one this way, but there is nothing special to remember, other than that the button exists.
Please add screenshot of "Click on Permissions, and a pop-up window" to the answer.
– N0rbert
Jul 14 at 17:37
@N0rbert Done...
– kim holder
Jul 17 at 21:22
add a comment
|
The Ubuntu Software program will now show a Permissions button on the page of each Snap program you have installed.
Click on Permissions, and a pop-up window gives you the option 'Read/write files on removable storage devices', with a button to the right that you click to turn this on.
You need to activate each program one by one this way, but there is nothing special to remember, other than that the button exists.
The Ubuntu Software program will now show a Permissions button on the page of each Snap program you have installed.
Click on Permissions, and a pop-up window gives you the option 'Read/write files on removable storage devices', with a button to the right that you click to turn this on.
You need to activate each program one by one this way, but there is nothing special to remember, other than that the button exists.
edited Jul 17 at 21:22
answered Jul 13 at 21:03
kim holderkim holder
4194 silver badges17 bronze badges
4194 silver badges17 bronze badges
Please add screenshot of "Click on Permissions, and a pop-up window" to the answer.
– N0rbert
Jul 14 at 17:37
@N0rbert Done...
– kim holder
Jul 17 at 21:22
add a comment
|
Please add screenshot of "Click on Permissions, and a pop-up window" to the answer.
– N0rbert
Jul 14 at 17:37
@N0rbert Done...
– kim holder
Jul 17 at 21:22
Please add screenshot of "Click on Permissions, and a pop-up window" to the answer.
– N0rbert
Jul 14 at 17:37
Please add screenshot of "Click on Permissions, and a pop-up window" to the answer.
– N0rbert
Jul 14 at 17:37
@N0rbert Done...
– kim holder
Jul 17 at 21:22
@N0rbert Done...
– kim holder
Jul 17 at 21:22
add a comment
|
Highly active question. Earn 10 reputation in order to answer this question. The reputation requirement helps protect this question from spam and non-answer activity.
Highly active question. Earn 10 reputation in order to answer this question. The reputation requirement helps protect this question from spam and non-answer activity.
Highly active question. Earn 10 reputation in order to answer this question. The reputation requirement helps protect this question from spam and non-answer activity.
Highly active question. Earn 10 reputation in order to answer this question. The reputation requirement helps protect this question from spam and non-answer activity.