Unity Launcher 不记得收藏夹

mpa*_*965 6 icons unity launcher

我已经看过类似的问题,但没有一个解决方案对我有用。基本上,我可以在会话中很好地编辑和删除图标,但是下次我登录时,它们会重置为默认值。

更令人费解的是这个。如果我启动 dconf-editor,并导航到桌面>统一>启动器,它会显示应该在那里的收藏夹,但默认的仍然在启动器中。

我已经尝试过sudo apt-get purge unity然后sudo apt-get install unity从 GNOME 会话中尝试,但无济于事。有什么建议?

编辑:我也尝试运行gksudo dconf-editor以提升权限运行程序。我再次导航到桌面>统一>启动器。这次默认字符串在那里,但是当我尝试编辑它时,它不会更改为我键入的内容。

小智 2

这里再次通知,安装 dconf-tools、libdconf-dbus-1-0、libdconf0 后一切顺利:

sudo apt-get install dconf-tools libdconf0 libdconf-dbus-1-0
Run Code Online (Sandbox Code Playgroud)

我在为同理心提交的错误中发现了这一点,该错误未保存设置。


小智 0

您是否也收到错误消息

\n\n
GLib-GIO-Message: Using the \'memory\' GSettings backend. Your settings will not be saved or shared with other applications.\n
Run Code Online (Sandbox Code Playgroud)\n\n

你什么时候做gsettings monitor com.canonical.Unity.Launcher favorites

\n\n

这将是一个类似于https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/620733的错误,您可以通过安装 dconf、libdconf0 和 libdconf-dbus-1-0 包来解决它

\n\n

至少,当我的启动器不记得收藏夹时,\xe2\x80\x99 对我有用。

\n