I just use dd -ip /dev/sda -op /dev/sdb to clone my old disk to new disk, and boot from my new disk.
All the things remain the same except that applications in Launcher changed back to default.
Why? And I cannot unlock from Launcher and lock to Launcher, it sucks, any help?
Asked
Active
Viewed 6,220 times
2
demonguy
- 231
1 Answers
2
I found that answer. But to be more helpfule, i will show you how to debug it.
- Since it's something related to Launcher, And i don't know how does Launcher work, so i just need to find something related to Launcher. Which is
Appearancein Dash.(I found this by Google). - Under
Behaviortab, I can't change everything, i can click the checkbox, but nothing happen. - So, now i think there should be some output information in terminal. So i need to know how to open
Appearancein terminal - Found
Appearancein/usr/share/applications, the command isunity-control-center appearance - Type
unity-control-center appearancein Terminal. And do the same thing as step 2. Terminal show output like this:dconf-WARNING **: failed to commit changes toconf:GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._g_2dfile_2derror_2dquark.Code17: Cannot open dconf database: invalid gvdb header
- Of course i don't know what the hell it is. But i now get some new key word to search on the Google! Yeah! I searched
Cannot open dconf database: invalid gvdb header - And I found solution, just remove
~/.config/dconf/(Of course backup first)
demonguy
- 231