Hacker News new | ask | show | jobs
by nerdbaggy 2210 days ago
One of my big things with snap is how it locks the snap into the home directory. I get why they do that but it would be nice to override[1]. In my case I want to play audio files outside of my home directory but VLC doesn’t have access. And VLC now only updates the snaps and not it’s repos so you have to use the snaps.[2]

[1]https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1643706

[2]https://www.videolan.org/vlc/download-ubuntu.html

2 comments

The website you linked (https://www.videolan.org/vlc/download-ubuntu.html) says:

> If you wish to install the traditional deb package, it is available as usual via APT, with all security and critical bug fixes. However, there will be no major VLC version updates until the next Ubuntu release.

This is in line with Ubuntu (and Debian) repo policies. You do not get major software updates in between distribution updates unless you use a third party repository. You do get bug fixes and security fixes, and/or can track unstable if you need the bleeding edge.

Ohh yeah I misread that
>> In my case I want to play audio files outside of my home directory but VLC doesn’t have access

You can try using soft links as a work around.

Is this possible? Softlinks is just an indication of where to look for the file, but if the process can't see the file, a softlinks won't help.

A hard link should be able to see the file, but they need to be in the same file system, and I don't know much about ubuntu's default partition scheme to say if it's doable for most of the users.