我已经安装了 indicator-sync (Universe) 但它没有出现在面板中。
我该如何修复它?
答案1
即使这可能是一个论坛僵尸 - 它也可能对某些人有所帮助。
这个问题来自一个同名用户在 launchpad 上提交的一个 bug,我猜是 Roman Yepishev 的 Ubuntu One Indicator Plugin 小程序(https://launchpad.net/indicator-ubuntuone) 就是这里的意思。
错误报告:https://bugs.launchpad.net/indicator-ubuntuone/+bug/1076056
解决方案:
只需将启动器复制到 Lubuntu 可以找到的文件夹即可:
cp /etc/xdg/autostart/indicator-ubuntuone.desktop .config/autostart/
请注意,此功能仅在新登录后才有效。如果您希望它立即生效,请使用以下命令行:
/usr/lib/indicator-ubuntuone/indicator-ubuntuone &
希望能帮助到你