我重新安装了ElementaryOS 5.0 Juno(以前是在0.4.1 Loki上运行的),除了一件事以外,其他所有东西似乎都可以正常工作。这些程序在运行时,连接,铃铛和电源按钮曾经是Steam和Discord的图标,但现在它们却没有。在“ ch”之前没有显示图标

我如何找回它们?

[编辑:错别字]

#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


注销/登录(可能不需要,但以防万一)。


评论


太棒了,看起来很棒!

– phrogg
19年5月21日在19:28

感谢这篇文章,有什么办法可以减少图标之间的空间?由于某种原因,它们彼此相距很远

– szx
19年5月25日在15:00

在我身上工作。谢谢..

– Hasan Suryaman
19年11月9日在10:56

#2 楼

看起来@szx想知道如何删除图标之间的空间。我希望可以在这里回答。

创建文件〜/ .config / gtk-3.0 / gtk.css
在此文本:

/* source: https://github.com/mdh34/elementary-indicators/issues/1 */
.composited-indicator {
    padding: 0 2px;
}


注销,然后重新登录。