unity-api-bugs team mailing list archive
-
unity-api-bugs team
-
Mailing list archive
-
Message #04751
[Bug 1330302] [NEW] Indicator is not autostared in Gnome Flashback session
Public bug reported:
Indicator autostarted in Unity & Xfce session but not in Gnome Flashback
which uses same indicator. Other indicator start with start up like:
indicator-sound, indicator-datetime, ...
Here's its .desktop file:
[Desktop Entry]
Type=Application
Name=Indicator Power
Exec=/usr/lib/x86_64-linux-gnu/indicator-power/indicator-power-service
NotShowIn=Unity;
NoDisplay=true
StartupNotify=false
Terminal=false
Like other indicators setup, Removed:
NoDisplay=true
and added following line fixed it:
OnlyShowIn=Unity;XFCE;GNOME;
AutostartCondition=GNOME3 unless-session gnome
** Affects: indicator-power
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Unity API
bugs, which is subscribed to indicator-power.
https://bugs.launchpad.net/bugs/1330302
Title:
Indicator is not autostared in Gnome Flashback session
Status in The Power Indicator:
New
Bug description:
Indicator autostarted in Unity & Xfce session but not in Gnome
Flashback which uses same indicator. Other indicator start with start
up like: indicator-sound, indicator-datetime, ...
Here's its .desktop file:
[Desktop Entry]
Type=Application
Name=Indicator Power
Exec=/usr/lib/x86_64-linux-gnu/indicator-power/indicator-power-service
NotShowIn=Unity;
NoDisplay=true
StartupNotify=false
Terminal=false
Like other indicators setup, Removed:
NoDisplay=true
and added following line fixed it:
OnlyShowIn=Unity;XFCE;GNOME;
AutostartCondition=GNOME3 unless-session gnome
To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-power/+bug/1330302/+subscriptions
Follow ups
References