Bounty: 50
I need to have modern LibreOffice 7 on my Ubuntu 16.04.7 LTS system with full its integration to the system.
I have installed it with snap install libreoffice
.
What is strange it can’t access the files on my NTFS volume which is mounted via line in the /etc/fstab
:
$ cat /etc/fstab | grep Windows
UUID=66DE0665334C2F51 /home/norbert/Windows/DATA ntfs-3g users,defaults 0 4
$ mount | grep Windows
/dev/sdb5 on /home/norbert/Windows/DATA type fuseblk (rw,nosuid,nodev,noexec,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
Of course I know about :removable-media
and it is connected:
$ snap list | grep -i libreoffice
libreoffice 7.0.2.2 196 latest/stable canonical* -
$ snap interfaces | grep -v ".*-$" | grep -i libreoffice
'snap interfaces' is deprecated; use 'snap connections'.
:audio-playback libreoffice,zoom-client
:cups-control libreoffice
:desktop freeplane-mindmapping,libreoffice,zoom-client
:desktop-legacy freeplane-mindmapping,libreoffice
:gsettings libreoffice
:home freeplane-mindmapping,libreoffice,mdl,zoom-client
:network freeplane-mindmapping,libreoffice,zoom-client
:network-bind libreoffice,zoom-client
:opengl libreoffice,zoom-client
:pulseaudio libreoffice
:removable-media libreoffice,mdl,zoom-client
:screen-inhibit-control libreoffice,zoom-client
:unity7 libreoffice,zoom-client
:wayland libreoffice,zoom-client
:x11 freeplane-mindmapping,libreoffice,zoom-client
gnome-3-28-1804:gnome-3-28-1804 libreoffice
gtk-common-themes:gtk-3-themes libreoffice
gtk-common-themes:icon-themes libreoffice
gtk-common-themes:sound-themes libreoffice
- libreoffice:bluez
I get the following while accessing file inside the /home/norbert/Windows/DATA
folder:
What should I do to allow Snap’ed LibreOffice to access the normally mounted internal fixed drive?