2

My computer shut down fine until I decided to install the Clementine music player. Now when I go to shut it down it first closes the Clementine window, and I have to go to the shut-down dialogue again. It does this about half the time, sometimes it shuts down immediately as it should.

Are there any shut down configs in the Gconf or Dconf editors that would solve this?

Its not a major issue, but still an annoyance.

1 Answers1

0

A system update or Clementine upgrade might fix the problem. From terminal try:

sudo apt-get update
sudo apt-get upgrade clementine

It's good practice to exit out of applications before powering off; I'd try that too. Next, you could try shutting down from terminal (what I do everytime with Ubuntu Server 12.04):

sudo poweroff now

Add the -f option to force it if that doesn't work. There's also a --verbose option that will help identify the problem. Lastly, you can kill the process(es).

musicman1979
  • 1,167
  • 1
  • 10
  • 26