Hi everyone, I have a Dell-Inspiron and as I just wrote, when i turn off my computer it seems to be stuck, precisely it remains on the loading desktop for 3,4 min [or I just simply using the “ON/OFF” botton]. It happens some times not always. The only thing that I can include is that I’ve installed Ubuntu before Ubuntu Mate and this “problem” didn’t happen. Now i don’t know if that is a real problem, but is better to ask and to figure out my doubt.
Possibly one of your startup processes is not shutting down correctly. Open a virtual terminal and go there when you shutdown, activate ‘top’ and see if you can spot any errant process. Also check you logs for any hints of trouble.
I would say you have a broken install?, assuming your are you using 15.10?, try running the following terminal commands (Ctrl + Alt + t) and restarting (If you are running 16.04 beta, you can use the repair options in “Welcome” too!):
sudo apt-get --fix-missing install
The above command downloads and installs any missing packages on your system.
sudo apt-get --fix-broken install
The above command downloads and installs any broken dependencies on your system.
I have Ubuntu 15.10, and after that I’ve installed Ubuntu Mate (Mate desktop Enviroment 1.12.1. I’ll try what you say.
Thank you all for the support =)!
Nothing to fix or nothing that is missing, both commands say the same thing:“0 updated, 0 installed, 0 not installed and 0 to remove”. I’ve only removed with the command: “sudo apt-get autoremove” some useless file yesterday, and after that the problem has not yet submitted. It is hiding
I think that is better to reinstall Ubuntu Mate from zero. Just to be sure.