mdh34 / elementary-indicators

An unofficial guide to restore indicator functionality on elementary OS
133 stars 8 forks source link

Indicators disappeared in latest batch of Elementary OS updates #10

Open kkinder opened 5 years ago

kkinder commented 5 years ago

Did anyone else notice that this week? After a fresh apt-get, this dpkg no longer restores the app indicators.

sjodiel commented 5 years ago

Upgrade the indicator-application.desktop file in .config/autostart/ to:

[Desktop Entry]
Type=Application
Name=Indicator Application
Exec=/usr/lib/x86_64-linux-gnu/indicator-application/indicator-application-service
StartupNotify=false
Terminal=false
OnlyShowIn=Unity;GNOME;Pantheon;
NotShowIn=ubuntu;
NoDisplay=true
AutostartCondition=GNOME3 unless-session gnome
kkinder commented 5 years ago

@sjodiel that resolved it.