0

I cloned my hdd with 14.04 on it to an ssd (to use the ssd as new sytem disk). During cloning, the ssd was mounted as /dev/sdb1 at the point /media/backup . Once cloned, I replaced the hdd by the ssd. Ubuntu starts, but now the keyboard is in qwerty instead of azerty, and the Amazon search add keeps showing in the launcher after restart, even after removing it. How do I change the keyboard layout ( currently I cannot select a layout) and how do I remove the Amazon add ?

EDIT: Amazon removed. But still problems with keyboard: In keyboard layout I cannot select any option, and I have this bug: the language symbols in right top of screen appears as"Fr" when asking password at startup, and the keyboard is in French. Once logged, "Fr" symbol vanishes and keyboard is in qwerty.

Gonzague
  • 91
  • 2
  • 2
  • 9

2 Answers2

1

I finally found that the problem was due to a corrupted file. The answer is given in:

How to fix Unity locked disabled settings?

It prefectly solved the problem.

Gonzague
  • 91
  • 2
  • 2
  • 9
0

To remove amazon shopping use sudo apt-get remove unity-lens-shopping

To get azerty keyboard layout use setxkbmap fr in your terminal, or loadkeys fr if on a console

Papa Casper
  • 905
  • 1
  • 7
  • 23