我在Ubuntu12.04上运行GTK 2.x+ --我在试验新的终端,搞砸了术语,我试着做sudo apt-get autoremove terminology思考,删除程序和设置,然后重新安装sudo apt-get install terminology,但是当我运行该程序时,如果通过另一个控制台运行,我会得到相同的问题和输出。
renamon@Gibson{~}:terminology
ERR<13620>:elementary elm_prefs.c:2139 _elm_prefs_init() prefs iface module could not be loaded, the prefs widget won't function
ERR<13620>:efreet_cache lib/efreet/efreet_cache.c:1108 on_send_register() org.freedesktop.DBus.Error.ServiceUnknown The name org.enlightenment.Efreet was not provided by any .service files
renamon@Gibson{~}:在这个问题上有什么帮助吗?如何重置术语优先级?这个应用程序甚至可以在Ubuntu中使用吗?
发布于 2018-08-09 19:35:31
sudo apt-get remove --purge terminologysudo apt autoremovefind $HOME -name "*erminology*"rm -r ~/.config/terminologysudo apt-get install terminologyPS.:
这个答案是基于这个AskUbuntu的答案的。
https://askubuntu.com/questions/436126
复制相似问题