[Bug 497870] Re: Support Application Indicators

2010-09-15 Thread Bug Watch Updater
** Changed in: gnome-power Importance: Unknown = Wishlist -- Support Application Indicators https://bugs.launchpad.net/bugs/497870 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-media in ubuntu. -- desktop-bugs mailing list

[Bug 497870] Re: Support Application Indicators

2010-09-05 Thread Bug Watch Updater
** Changed in: gnome-power Status: New = In Progress -- Support Application Indicators https://bugs.launchpad.net/bugs/497870 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-media in ubuntu. -- desktop-bugs mailing list

[Bug 497870] Re: Support Application Indicators

2010-04-16 Thread Bug Watch Updater
** Changed in: gnome-power Status: Unknown = New -- Support Application Indicators https://bugs.launchpad.net/bugs/497870 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-media in ubuntu. -- desktop-bugs mailing list

[Bug 497870] Re: Support Application Indicators

2010-02-22 Thread Jan Arne Petersen
Can we please reapply the patch to gnome-power-manager. The bug in application-indicator is fixed now. Thanks -- Support Application Indicators https://bugs.launchpad.net/bugs/497870 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 497870] Re: Support Application Indicators

2010-02-22 Thread Martin Pitt
Closing gnome-media task as per comment 2 (and obsolete) ** Changed in: gnome-media (Ubuntu) Status: In Progress = Invalid ** Changed in: gnome-media (Ubuntu) Milestone: lucid-alpha-3 = None ** Changed in: gnome-media (Ubuntu) Assignee: Jan Arne Petersen (jpetersen) =

[Bug 497870] Re: Support Application Indicators

2010-02-22 Thread Martin Pitt
Re-enabled in bzr, will upload once Seb uploads fixed i-a. ** Changed in: gnome-power-manager (Ubuntu) Status: Triaged = Fix Committed -- Support Application Indicators https://bugs.launchpad.net/bugs/497870 You received this bug notification because you are a member of Ubuntu Desktop

[Bug 497870] Re: Support Application Indicators

2010-02-22 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-power-manager - 2.29.2-0ubuntu7 --- gnome-power-manager (2.29.2-0ubuntu7) lucid; urgency=low * Re-enable appindicator, indicator-application was fixed. (LP: #497870) -- Martin Pitt martin.p...@ubuntu.com Mon, 22 Feb 2010 17:48:14 +0100 **

[Bug 497870] Re: Support Application Indicators

2010-02-20 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/gnome-power-manager -- Support Application Indicators https://bugs.launchpad.net/bugs/497870 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-media in ubuntu. -- desktop-bugs mailing list

[Bug 497870] Re: Support Application Indicators

2010-02-19 Thread Jan Arne Petersen
The crash is fixed in indicator-application trunk. So the patch should work as soon as indicator-application package is updated. -- Support Application Indicators https://bugs.launchpad.net/bugs/497870 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 497870] Re: Support Application Indicators

2010-02-19 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/indicator-application/ubuntu -- Support Application Indicators https://bugs.launchpad.net/bugs/497870 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-media in ubuntu. -- desktop-bugs mailing

[Bug 497870] Re: Support Application Indicators

2010-02-19 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/indicator-application -- Support Application Indicators https://bugs.launchpad.net/bugs/497870 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-media in ubuntu. -- desktop-bugs mailing list

[Bug 497870] Re: Support Application Indicators

2010-02-18 Thread Jan Arne Petersen
** Project changed: gnome-media = gnome-power -- Support Application Indicators https://bugs.launchpad.net/bugs/497870 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-media in ubuntu. -- desktop-bugs mailing list

[Bug 497870] Re: Support Application Indicators

2010-02-17 Thread Martin Pitt
This g-p-m patch now causes a crash at startup, bug 523041. -- Support Application Indicators https://bugs.launchpad.net/bugs/497870 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-media in ubuntu. -- desktop-bugs mailing list

[Bug 497870] Re: Support Application Indicators

2010-02-17 Thread Martin Pitt
This patch should be written more robustly. It initializes icon-priv-app_indicator = app_indicator_new() without ever checking for success, or NULL, and all the new code which accesses this does not do anything like g_assert() or g_return_if_fail() if the indicator is NULL. It should just fall

[Bug 497870] Re: Support Application Indicators

2010-02-17 Thread Jan Arne Petersen
app_indicator_new() never fails, so it does not make sense to check it. -- Support Application Indicators https://bugs.launchpad.net/bugs/497870 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-media in ubuntu. -- desktop-bugs

[Bug 497870] Re: Support Application Indicators

2010-02-17 Thread Ken VanDine
It would fail if the indicator-applet isn't loaded and indicator- application-service isn't running. -- Support Application Indicators https://bugs.launchpad.net/bugs/497870 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-media in

[Bug 497870] Re: Support Application Indicators

2010-02-17 Thread Jan Arne Petersen
app_indicator_new() just calls g_object_new and there is no special constructor set in AppIndicator, so it will only fails in OOM condition which we usually do not check for. Sure there is a bug somewhere in indicator-application, but it does not make sense to check for something which is always

[Bug 497870] Re: Support Application Indicators

2010-02-16 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-power-manager - 2.29.2-0ubuntu4 --- gnome-power-manager (2.29.2-0ubuntu4) lucid; urgency=low * debian/patches/12-add-appindicators.patch - Adds support for application indicators (LP: #497870) * debian/rules - Enable appindicator

[Bug 497870] Re: Support Application Indicators

2010-02-11 Thread Jorge O. Castro
** Bug watch added: GNOME Bug Tracker #609654 https://bugzilla.gnome.org/show_bug.cgi?id=609654 ** Also affects: gnome-media via https://bugzilla.gnome.org/show_bug.cgi?id=609654 Importance: Unknown Status: Unknown -- Support Application Indicators

[Bug 497870] Re: Support Application Indicators

2010-02-10 Thread Jan Arne Petersen
** Patch added: Additional patch to disable the debug/error status icon. http://launchpadlibrarian.net/39004539/gpm-remove-debug-status-icon.diff ** Changed in: gnome-power-manager (Ubuntu) Status: In Progress = Fix Committed ** Changed in: gnome-power-manager (Ubuntu) Assignee:

[Bug 497870] Re: Support Application Indicators

2010-02-10 Thread Ken VanDine
I just update the wiki page with a better example of the autotools bits needed. Specifically to allow developers/packages to disable appindicator support even if they have it installed. https://wiki.ubuntu.com/DesktopExperienceTeam/ApplicationIndicators#Automake fu -- Support Application

[Bug 497870] Re: Support Application Indicators

2010-02-10 Thread Ken VanDine
I think the patch looks good, just modify the autotools bits like i posted on the wiki. There is a problem with the icon, which we think needs to be fixed in the theme. The battery icon is scaled down to much, can you please file a bug against the humanity icon theme for that? Unless you have

[Bug 497870] Re: Support Application Indicators

2010-02-10 Thread Brian Murray
** Tags added: patch -- Support Application Indicators https://bugs.launchpad.net/bugs/497870 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-media in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com

[Bug 497870] Re: Support Application Indicators

2010-02-10 Thread Jan Arne Petersen
** Patch added: Patch with updated autotools logic. http://launchpadlibrarian.net/39031915/gpm-app-indicator2.diff -- Support Application Indicators https://bugs.launchpad.net/bugs/497870 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed

[Bug 497870] Re: Support Application Indicators

2010-02-09 Thread Jan Arne Petersen
Patch against upstream git. ** Patch added: Patch to add application indicator support to gnome-power-manager http://launchpadlibrarian.net/38928229/gpm-app-indicator.diff ** Changed in: gnome-media (Ubuntu) Assignee: Conor Curran (cjcurran) = Jan Arne Petersen (jpetersen) ** Changed

[Bug 497870] Re: Support Application Indicators

2010-02-09 Thread Jan Arne Petersen
The gnome-media part is bug 519345 now -- Support Application Indicators https://bugs.launchpad.net/bugs/497870 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-media in ubuntu. -- desktop-bugs mailing list

[Bug 497870] Re: Support Application Indicators

2010-02-09 Thread Jan Arne Petersen
This patch uses an AppIndicator instead of the GtkStatusIcon. There is a second GtkStatusIcon only shown when the display server is broken (blanking problem). I cannot replace it with an AppIndicator because currently only one AppIndicator is supported per application. So that will require some

[Bug 497870] Re: Support Application Indicators

2010-02-09 Thread Chris Coulson
Personally, I would just get rid of the status icon that indicates a blanking problem. It seems to appear when there isn't really an issue (eg, if gpm is not on the active console) If there is a real issue with display blanking, users will notice it anyway and report a bug. The message is

[Bug 497870] Re: Support Application Indicators

2010-02-09 Thread Jan Arne Petersen
Yes, that is my proposed solution also. I will attach a separate patch for that issue so that it is easier to get the main application indicator patch upstream. -- Support Application Indicators https://bugs.launchpad.net/bugs/497870 You received this bug notification because you are a member of

[Bug 497870] Re: Support Application Indicators

2010-02-05 Thread Jan Arne Petersen
** Changed in: gnome-power-manager (Ubuntu) Assignee: Ted Gould (ted) = Jan Arne Petersen (jpetersen) ** Changed in: gnome-power-manager (Ubuntu) Status: Triaged = In Progress -- Support Application Indicators https://bugs.launchpad.net/bugs/497870 You received this bug notification

[Bug 497870] Re: Support Application Indicators

2010-01-20 Thread David Barth
** Changed in: gnome-media (Ubuntu) Importance: Wishlist = Medium ** Changed in: gnome-media (Ubuntu) Milestone: None = lucid-alpha-3 ** Changed in: gnome-media (Ubuntu) Assignee: Canonical Desktop Experience Team (canonical-dx-team) = Conor Curran (cjcurran) ** Changed in:

[Bug 497870] Re: Support Application Indicators

2010-01-14 Thread Pedro Villavicencio
** Changed in: gnome-power-manager (Ubuntu) Importance: Undecided = Wishlist ** Changed in: gnome-power-manager (Ubuntu) Status: New = Triaged ** Changed in: gnome-media (Ubuntu) Assignee: (unassigned) = Canonical Desktop Experience Team (canonical-dx-team) ** Changed in: