Ubuntu 14.04 系统设置打不开,gnome-control-center 也无法启动

Ubuntu 14.04 系统设置打不开,gnome-control-center 也无法启动

有解决方法吗?我需要访问键盘设置并设置一些键映射

$ sudo gnome-control-center

(gnome-control-center.real:6589): Gdk-ERROR **: The program 'gnome-control-center.real' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadRequest (invalid request code or no such operation)'.
  (Details: serial 127 error_code 1 request_code 149 (RANDR) minor_code 8)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the GDK_SYNCHRONIZE environment
   variable to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

答案1

gksudo用(读取man gksudo)运行它gksudo gnome-control-center

相关内容