我以前在锁定第一个会话时能够使用另一个帐户登录。但是,自从我从 23.10 更新到 24.04 后,此选项就消失了。我只能看到这个屏幕:
这里可能发生了什么?我正在使用,lightdm
但也可以轻松使用gdm3
。
我知道在使用 ibus-libpinyin 时可以开始用全角字符书写,因为有时我是无意中做到的。现在我想故意这样做。我怎么做?什么是捷径?
我为我编写的一些包创建了 PPA 。然后我在我的机器中添加了它的密钥:
$ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 03BBACDA765F39D9A14EEDE4425F3F9343B40373
...
gpg: Número total processado: 1
gpg: importados: 1
然后我尝试添加 PPA 存储库,得到了这个:
$ sudo add-apt-repository ppa:brandizzi/ppa
...
Err:4 http://ppa.launchpad.net/brandizzi/ppa/ubuntu bionic InRelease
403 Forbidden [IP: ...]
...
E: The repository 'http://ppa.launchpad.net/brandizzi/ppa/ubuntu bionic InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
我知道我可以强制 APT 使用未签名的存储库,或者添加[trusted=yes]
我的本地source.list
文件,但我希望看到上面的命令在没有任何这些方法的情况下工作(这些方法看起来很笨拙并且不太安全。)
我应该在我的 PPA 中进行哪些更改以避免此错误?
通过 snap 安装的软件文件是只读的。然而,要配置 Eclipse,我们需要更改它的eclipse.ini
文件。如何做到这一点,当按下 Super 键并单击 Eclipse 的徽标时,它使用新配置?
我刚刚安装了 Ubuntu 16.10,但它无法在 Firefox 中播放来自 Twitter 的一些视频。相反,我收到一条消息,例如
此媒体无法复制。
如果我打开 Firefox 控制台,我会看到以下消息:
此页面上的视频无法播放。您的系统可能没有所需的视频编解码器:video/mp4;编解码器="avc1.42E01E mp4a.40.2"
当出现错误并重新启动时,我的系统正在升级。一旦我进入busybox,我必须运行fsck /dev/sda1
并确认每个更正。
到目前为止,一切都很好。当我恢复 Ubuntu 时,我试图让它继续更新。然后我得到了这个错误:
E: Sub-process /usr/bin/dpkg returned an error code (1)
Failed to perform requested operation on package. Trying to recover:
Configuring python3.5 (3.5.2-2~16.01) ...
Traceback (most recent call last):
File "/usr/lib/python3.5/py_compile.py", line 186, in <module>
sys.exit(main())
File "/usr/lib/python3.5/py_compile.py", line 178, in main
compile(filename, doraise=True)
File "/usr/lib/python3.5/py_compile.py", line 122, in compile
source_bytes = loader.get_data(file)
File "<frozen importlib._bootstrap_external>", line 818, in get_data
FileNotFoundError: [Errno 2] No such file or directory: '/usr/lib/python3.5/distutils/filelist.py'
dpkg: error processing package python3.5 (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of python3:
python3 depends on python3.5 (>= 3.5.1-2~); however:
Package python3.5 is not configured yet.
sudo dpkg --reconfigure python3.5
有同样的错误。sudo apt-get install --reinstall python3.5
导致
E: Internal Error, No file name for python3.5:amd64
我能做什么?
从昨天开始,我的键盘就停止工作了。我键入但文本输入中没有任何内容。例如,如果我在浏览器的地址栏上按“Enter”,则不会发出任何请求。鼠标工作正常,但我的笔记本键盘和我使用的 USB 键盘都无法工作。
它只发生在我的默认用户帐户上:如果我在我的机器上登录另一个帐户(带有 Unity 的 Ubuntu 14.04)它会工作;它也适用于 ttys。但是,如果我锁定我的默认帐户,键盘也无法在 Light DM 上使用。
注意:它可能发生在其他版本的 Ubuntu 上,无论是使用 Gnome 还是 Unity 或默认界面。已通过 20.04 验证 (!)。