我无法打开Xubuntu 18.04中的菜单编辑器。通过设置管理器(如图所示)或终端(命令menulibre)

当我在终端中执行menulibre时,会收到以下错误消息:
ping: f6903536d567a64584e4a6331526f5a5652796458526f4f327077595474745a.sub.deliverycontent.online: Name or service not known
ping: 690157353162476c69636d56664d6934794c6a45374c32687662575576616e.sub.deliverycontent.online: Name or service not known
ping: 690242684c79356a59574e6f5a513d3d.sub.deliverycontent.online: Name or service not known
/home/jpa/.local/lib/python3.6/site-packages/requests/__init__.py:104: RequestsDependencyWarning: urllib3 (1.26.12) or chardet (5.0.0)/charset_normalizer (3.0.0) doesn't match a supported version!
RequestsDependencyWarning)
Traceback (most recent call last):
File "/usr/bin/menulibre", line 45, in <module>
menulibre.main()
AttributeError: module 'menulibre' has no attribute 'main' 我已经通过包管理器重新安装了menulibre,但是错误仍然存在。
如何再次运行菜单编辑器?
发布于 2022-11-19 13:58:37
作为一种转换解决方案,我找到了alacarte菜单编辑工具,它位于标准发行版存储库中。
我可以方便地用Synaptic Package Manager安装它,或者在终端中运行
sudo apt-get install alacarte它的功能不像menulibre那样完整,但至少我可以在GUI上编辑菜单。:)

https://askubuntu.com/questions/1441521
复制相似问题