Nautilus doesn't launch on Ubuntu [duplicate]
ps awx | grep nautilus
find the process using nautilus
in my case it was
1869 ? Sl 0:01 nautilus -n
then kill process
sudo kill -TERM 1869
do not forget to use the same number
ps awx | grep nautilus
find the process using nautilus
in my case it was
1869 ? Sl 0:01 nautilus -n
then kill process
sudo kill -TERM 1869
do not forget to use the same number