1

Standard shortcut Ctrl + Alt + T to open terminal doesn't work anymore. Custom shortcut Super + E to open Nautilus doesn't work anymore.

Both worked fine until a reboot. The only thing I did in between is messing with my display resolution:

  • created new cvt line
  • added resolution via xrandr
  • applied resolution

I did this before, restarted in between. No problem. The only new thing I did this time was:

Other shortcuts, like Alt + f4 are still working. I also tried to assign a new shortcut to those to "launch" operations but they didn't work as well.

Probably not a keyboard hardware related issue, as it's neither working on the notebook's internal keyboard nor an external one.

LL_
  • 11
  • Which DE? May be an issue with the DE – Ceda EI Oct 28 '16 at 12:37
  • Unity. One more thing I noticed are dual menu bars in several programs (in the windows title bar (as set in the global Appearance settings) as well as an extra one in the program window. Some programs like the terminal won't let me even turn the extra one off. Also the GUI of some programs, QGIS for instance looks different now. More blocky. – LL_ Nov 03 '16 at 08:45

1 Answers1

0

sudo rm -rf ~/.config

seems like a temporary (hardcore) solution to the problem. It deletes all desktop settings.

This works, but the problem reappeared after a failed attempt to change the resolution again as mentioned above. As long as I don't choose a display resolution which fails to be set, the problem doesn't reappear.

LL_
  • 11
  • Removing the monitors.xml from the .config dir only works as well, while preserving a lot of other configurations – LL_ Dec 14 '16 at 09:49