我有 Chromebook Acer C7,我喜欢它。它很快等等。为了在它上面安装 *buntu linux,我确实使用了 Crouton。这是一个在 ChromeOS 上安装 *buntu 而不擦除原始系统的程序。
反正!我的键盘布局有问题。我有瑞典语键盘,但系统中的键盘布局是美式键盘。
我可以使用以下命令安装瑞典语键盘布局:
sudo dpkg-reconfigure keyboard-configuration
Run Code Online (Sandbox Code Playgroud)
之后,我有瑞典语键盘布局。但是在我重新启动后,我退回了美国键盘布局。
(precise)acer@localhost:~$ sudo dpkg-reconfigure keyboard-configuration
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "sv_SV.UTF-8",
LC_ALL = (unset),
LANG = "sv_SV.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such …Run Code Online (Sandbox Code Playgroud)