** 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
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.
** 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
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.c
** 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
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
h
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 PittMon, 22 Feb 2010 17:48:14 +0100
** Branch linked: lp:~ubu
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
Bugs, whic
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) => (unassig
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
Bugs, which is subscribed to Ubuntu.
--
ub
** 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
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://li
** 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
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://
** 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
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubu
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
Bugs, which is subscribed
** 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
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lis
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 va
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
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs
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
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lis
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 ba
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
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.co
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 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
https://bugs.launchpad.net/bugs
** 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
Bugs, which is subscribed to Ubun
** Tags added: patch
--
Support Application Indicators
https://bugs.launchpad.net/bugs/497870
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/list
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 ot
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 Indica
** 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
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
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 misleadin
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 ad
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
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubunt
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
** 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 notificatio
** 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: gnome
** 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: gnom
32 matches
Mail list logo