[Touch-packages] [Bug 1758449] Re: skype snap does not work when home directory is not located in /home

2018-03-26 Thread Jamie Strandboge
*** This bug is a duplicate of bug 1620771 *** https://bugs.launchpad.net/bugs/1620771 This is a known issue. Please see: * https://forum.snapcraft.io/t/how-can-i-use-snap-when-i-dont-use-home-user/3352 * https://bugs.launchpad.net/snapcraft/+bug/1620771 ** Package changed: apparmor

[Touch-packages] [Bug 1758449] Re: skype snap does not work when home directory is not located in /home

2018-03-24 Thread Georges
I did the HOMEDIRS thing, still not working $ cat /etc/apparmor.d/tunables/home.d/my-homes # set to parent directory of your user's directories. Eg, if user's dir is /foo/bar/USER, # set this to /foo/bar/ @{HOMEDIRS}+=/data/home/ $ sudo service apparmor reload $ skype 2018/03/24

[Touch-packages] [Bug 1758449] Re: skype snap does not work when home directory is not located in /home

2018-03-23 Thread Christian Boltz
Just as a quick info - to get things working with non-default home directory locations, edit /etc/apparmor.d/tunables/home (or add a file to /etc/apparmor.d/tunables/home.d/) and add your custom path ("/data/home/") to the @{HOMEDIRS} variable. I'm not sure why read access to /data/ was requested