I have set up sssd and joined my 18.04 LTS workstation to the company domain. Most things work OK except for a couple of snap applications. When trying to run them I get errors creating files in ~/snap.
:~$ skype cannot create user data directory: /home/[domain]/[user]/snap/skype/48: Permission denied
Skype works if I run it as root, however I would prefer not to do that.
The mail app hiri however refuses to let me write in it even if I club it with chmod -R 777
~$ hiri cannot create user data directory: /home/[domain]/[user]/snap/hiri/55: Permission denied
What am I missing?
[domain]and[user]actually there, ,[]and all, or is this an obfuscation? – waltinator Aug 10 '18 at 05:31pathlldscript will show you more information. https://github.com/waltinator/pathlld.git - Bash script to answer "Why can't I read/write that file?" – waltinator Aug 10 '18 at 05:33thanks for the respone. [doman] and [user] are indeed obfuscations. Perhaps I'm being overly cautious there?
Output: https://pastebin.com/WZYstUb6
– Paul O'Rorke Aug 10 '18 at 21:28Does anyone know how to fix this? Am I the only one with this issue?
– Paul O'Rorke Aug 30 '18 at 21:07