我尝试了以下链接中可以找到的所有内容:
如何启用 Compose 密钥?
https://help.ubuntu.com/community/ComposeKey
https://wiki.ubuntu.com/ComposeKey
但是,我仍然无法在我新安装的 Ubuntu 20.04 上使用组合键。
我使用英语(美国)键盘布局,但我需要能够使用组合键输入变音符号。在 Ubuntu 18.04 和 16.04 中它工作得很好,我映射 set 并使用超级键没有任何问题。
在 20.04 中,我尝试了不同的键,但没有一个起作用。
的输出gsettings get org.gnome.desktop.input-sources是:
xkb-options ['compose:rwin', 'eurosign:e', 'esperanto:qwerty'],但是sudo vim /etc/dconf/db/local.d/00-input-sources包含compose:ralt...
keyboard-layout shortcut-keys gnome-tweak-tool compose-key 20.04
也许有人可以帮助我度过这个地狱:
当我遇到这个错误时,一切就开始了:https : //askubuntu.com/a/1034266/570817
我试图以某种方式删除ppa:jonathonf/python-3.6安装,但我首先做错了,只是删除了 python3 文件/usr/bin/python3*
然后我通过在其他类似帖子上尝试错误的不同提示,以持续的速度直奔地狱走得更远,现在我将从其中一些帖子中发布完整的输出:
首先我sudo apt-get remove python3...
然后我得到以下输出:
sudo dpkg --configure -a
dpkg: dependency problems prevent configuration of python3:
python3 depends on dh-python; however:
Package dh-python is not configured yet.
dpkg: error processing package python3 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of update-notifier-common:
update-notifier-common depends on python3:any; however:
Package python3 is not configured yet.
dpkg: error processing package update-notifier-common (--configure):
dependency problems - leaving …Run Code Online (Sandbox Code Playgroud)