Comment 2 for bug 1611063

Revision history for this message
Bruno Nova (brunonova) wrote :

Yes, the problem is probably that the launcher script in /snap/bin/ doesn't create that directory.
Maybe the description of the bug should be changed?

The launcher scripts needs to include these lines, I think:
if [ ! -d "$SNAP_USER_COMMON" ]; then
   mkdir -p "$SNAP_USER_COMMON"
fi