the launcher do not appear

Asked by ERIC

After upgrade 12.04 to 12.10, the behaviour of launcher(dash) is set to hide automaticly, but when move the mouse pointer close to the left of screen,the launcher(dash) do not appear. the appear sensitivity is set to high !thank you!

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu unity Edit question
Assignee:
No assignee Edit question
Solved by:
N1ck 7h0m4d4k15
Solved:
Last query:
Last reply:
Revision history for this message
Best N1ck 7h0m4d4k15 (nicktux) said :
#1

Hi ,

open a terminal and apply bellow commands , one line at time

~$ sudo apt-get install dconf-tools
~$ dconf reset -f /org/compiz/
~$ unity --reset-icons
~$ setsid unity

Then install and open ccsm

~$ sudo apt-get install compizconfig-settings-manager
~$ ccsm

And in Unity Plugin search and find Launcher sensitivity and change it from there.

Thanks

Revision history for this message
ERIC (wangxurong) said :
#2

Thanks Nik.Th., that solved my question.