Cinnamon crashes into fallback mode [Solved]

Please post suggestions for improvement of Cinnamon on:
https://github.com/linuxmint/Cinnamon
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
marlar
Level 2
Level 2
Posts: 72
Joined: Thu Dec 10, 2009 9:30 am

Cinnamon crashes into fallback mode [Solved]

Post by marlar »

I recently upgraded from Mint 17.3 to 18.3. Everything has worked out fine except that Cinnamon now very often crashes to fallback mode, especially when I close windows.

It is most likely not a driver problem since another user account I created afterwards never crashes. So probably Cinnamon's settings has gone wrong.

Another thing I have noticed is that the other user account is more responsive. It is ready 1-2 seconds after login whereas my usual account takes 15 secs or so. And windows open and close faster in the other account.

I would like to delete Cinnamon's settings. When I search for cinnamon I find several folders. Where is Cinnamon's settings stored?

Or should I just run apt-get install --reinstall cinnamon ?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Cosmo.
Level 24
Level 24
Posts: 22968
Joined: Sat Dec 06, 2014 7:34 am

Re: Cinnamon crashes into fallback mode

Post by Cosmo. »

Right click the panel on an empty place -> trouble shooting -> reset Cinnamon to default.
marlar
Level 2
Level 2
Posts: 72
Joined: Thu Dec 10, 2009 9:30 am

Re: Cinnamon crashes into fallback mode

Post by marlar »

Thanks!!!!!

Some times the right answer is ridiculously simple.

So far I have not had a single crash of Cinnamon.
Deuxis

Re: Cinnamon crashes into fallback mode [Solved]

Post by Deuxis »

How can one do this if Cinnamon crashes *every* time and there's no panel one can click on? I'm fairly sure it's some settings' or cache's fault since it started when I restarted NetworkManager.service while Cinnamon was running.
dcardinale

Re: Cinnamon crashes into fallback mode [Solved]

Post by dcardinale »

Deuxis wrote: Wed Dec 05, 2018 10:54 am How can one do this if Cinnamon crashes *every* time and there's no panel one can click on? I'm fairly sure it's some settings' or cache's fault since it started when I restarted NetworkManager.service while Cinnamon was running.
I am having the same issue and I am at a loss as to where to click on a panel as it falls back to mate in 18.3.
Dan
mrdanne

Re: Cinnamon crashes into fallback mode [Solved]

Post by mrdanne »

Hi,

Just had the same issue after updated kernel and Mesa. My solution was to change the display driver to another, in my case an open source version, and back to Nvidia again.
Osmair Coelho
Level 1
Level 1
Posts: 1
Joined: Fri May 01, 2020 8:23 am

Re: Cinnamon crashes into fallback mode [Solved]

Post by Osmair Coelho »

I followed this site and worked for me perfect

https://github.com/linuxmint/cinnamon/w ... gs-(dconf)


To backup:

From a terminal, run:

To backup:

From a terminal, run:

Code: Select all

dconf dump /org/cinnamon/ > backup_of_my_cinnamon_settings
save the

Code: Select all

 backup_of_my_cinnamon_settings
file somewhere for later

To reset to defaults:

Code: Select all

dconf reset -f /org/cinnamon/
Note, cinnamon may freeze or crash doing this

To restore all your settings:

Code: Select all

dconf load /org/cinnamon/ < backup_of_my_cinnamon_settings
Again, cinnamon may freeze crash after this (recommend at least logging out/back in)

Code: Select all

dconf dump /org/cinnamon/ > backup_of_my_cinnamon_settings
save the backup_of_my_cinnamon_settings file somewhere for later

To reset to defaults:

Code: Select all

dconf reset -f /org/cinnamon/
Note, cinnamon may freeze or crash doing this

To restore all your settings:

Code: Select all

dconf load /org/cinnamon/ < backup_of_my_cinnamon_settings
Again, cinnamon may freeze crash after this (recommend at least logging out/back in)
Locked

Return to “Cinnamon”