By the way, I don't have the problem when updating from 12.04 instead of installing 12.10 from CD.
Type: Posts; User: avli; Keyword(s):
By the way, I don't have the problem when updating from 12.04 instead of installing 12.10 from CD.
After carefully reading this bug report I've found a solution, that works for me. I've added the following code into /etc/rc.local script
sleep 1 && service lightdm restart
Don't forget check...
I solve the problem. Looks like backports reposity has lower priority, then other ones, so -t option should be used. In my case:
sudo apt-get install -t precise-backports qtcreator
I've turn on backports repositories, because I want the latest QtCreator, that is in Precise backports. I'm doing:
$ sudo apt-get update
$ sudo apt-get upgrade
but QtCreator version is...
Hi all,
I've heard a lot about smart package manager and know it can work with deb-packages. Smart package is in Ubuntu official repositories. The question is should I use smart as a replacement...