我如何找回它们?
[编辑:错别字]
#1 楼
遗憾的是,由于Loki对基于Ayatana Indicators的系统任务栏图标的支持已被废弃,并最终在Juno中删除。我发现了一篇不错的文章,提供了一种解决方法(在我的PC上经过测试)。
以下是基本步骤:
使
indicator-application
识别Pantheon
:mkdir -p ~/.config/autostart
cp /etc/xdg/autostart/indicator-application.desktop ~/.config/autostart/
sed -i 's/^OnlyShowIn.*/OnlyShowIn=Unity;GNOME;Pantheon;/' ~/.config/autostart/indicator-application.desktop
下载
wingpanel-indicator-ayatana
的最新可用版本:wget http://ppa.launchpad.net/elementary-os/stable/ubuntu/pool/main/w/wingpanel-indicator-ayatana/wingpanel-indicator-ayatana_2.0.3+r27+pkg17~ubuntu0.4.1.1_amd64.deb
您可能想看看
http://ppa.launchpad.net/elementary-os/stable/ubuntu/pool/main/w/wingpanel-indicator-ayatana/
中的所有软件包,然后为您的体系结构选择正确的软件包。 /> 安装它:
sudo dpkg -i wingpanel-indicator-ayatana_2.0.3+r27+pkg17~ubuntu0.4.1.1_amd64.deb
注销/登录(可能不需要,但以防万一)。
#2 楼
看起来@szx想知道如何删除图标之间的空间。我希望可以在这里回答。创建文件〜/ .config / gtk-3.0 / gtk.css
在此文本:
/* source: https://github.com/mdh34/elementary-indicators/issues/1 */
.composited-indicator {
padding: 0 2px;
}
注销,然后重新登录。
评论
太棒了,看起来很棒!
– phrogg
19年5月21日在19:28
感谢这篇文章,有什么办法可以减少图标之间的空间?由于某种原因,它们彼此相距很远
– szx
19年5月25日在15:00
在我身上工作。谢谢..
– Hasan Suryaman
19年11月9日在10:56