I've recently installed Atom editor with gslapt and when I run it - it doesn't start.
To check what's going on I ran it in terminal. This is the output:
Code: Select all
exmachina[~]$ atom
exmachina[~]$ /usr/bin/atom: line 113: 1223 Aborted nohup "$ATOM_PATH" --executed-from="$(pwd)" --pid=$$ "$@" > "$ATOM_HOME/nohup.out" 2>&1
Fontconfig warning: FcPattern object size does not accept value 10(i)
Fontconfig warning: FcPattern object size does not accept value 10(i)
App load time: 490ms
[1223:1210/153941:FATAL:shared_memory_posix.cc(295)] This is frequently caused by incorrect permissions on /dev/shm. Try 'sudo chmod 1777 /dev/shm' to fix.
Failed to get crash dump id.
Report Id:
Code: Select all
sudo chmod 1777 /dev/shm
Is there a permanent fix to this? Thanks!