unity-api-bugs team mailing list archive
-
unity-api-bugs team
-
Mailing list archive
-
Message #04752
[Bug 1330302] Re: Indicator is not autostared in Gnome Flashback session
** Patch added: "gnome_autostart_fix.patch"
https://bugs.launchpad.net/indicator-power/+bug/1330302/+attachment/4132115/+files/gnome_autostart_fix.patch
--
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
References