Re: Mac/PMU Gnome 3 Battery Applet

2015-04-09 Thread Bill Chatfield
which would just be different set of xpm files installed in the correct place. - Original Message - From: "ch...@chriswareham.net" To: "debian-powerpc@lists.debian.org" ; Bill Chatfield Cc: Sent: Thursday, April 9, 2015 8:57 AM Subject: Re: Mac/PMU Gnome 3 Batter

Re: Mac/PMU Gnome 3 Battery Applet

2015-04-09 Thread ch...@chriswareham.net
On 08 April 2015 at 20:03 Bill Chatfield wrote: > > Yes, I will compile it. Thanks! I actually have a C version for Gtk3/Gnome3 at > https://github.com/gungwald/mac-battery-applet. But it is a bit different and > does not include some of the code you translated, which will be useful. The > main di

Re: Mac/PMU Gnome 3 Battery Applet

2015-04-08 Thread Bill Chatfield
Wednesday, April 8, 2015 3:53 PM Subject: Re: Mac/PMU Gnome 3 Battery Applet Also do you have the module pmu_battery loaded? On my iBook G4 running MATE I need to manually load and add it to /etc/modules for my battery indicator to work. On Wed, Apr 8, 2015 at 1:27 PM, ch...@chriswareham

Re: Mac/PMU Gnome 3 Battery Applet

2015-04-08 Thread Herminio Hernandez, Jr.
Also do you have the module pmu_battery loaded? On my iBook G4 running MATE I need to manually load and add it to /etc/modules for my battery indicator to work. On Wed, Apr 8, 2015 at 1:27 PM, ch...@chriswareham.net < ch...@chriswareham.net> wrote: > On 08 April 2015 at 16:10 Bill Chatfield wrot

Re: Mac/PMU Gnome 3 Battery Applet

2015-04-08 Thread ch...@chriswareham.net
On 08 April 2015 at 16:10 Bill Chatfield wrote: > > Here is a gtk2 version that works with Mate: > https://github.com/gungwald/mac-battery-applet-gtk2 > I guess a better solution would be to add PMU support to the existing > Gnome/Mate battery applets. But, I still need to figure out how to check

Re: Mac/PMU Gnome 3 Battery Applet

2015-04-08 Thread Bill Chatfield
appropriate icons. - Original Message - From: "ch...@chriswareham.net" To: "debian-powerpc@lists.debian.org" ; Bill Chatfield Cc: Sent: Wednesday, April 8, 2015 2:27 PM Subject: Re: Mac/PMU Gnome 3 Battery Applet On 08 April 2015 at 16:10 Bill Chatfield wrote: > &

Re: Mac/PMU Gnome 3 Battery Applet

2015-04-08 Thread Bill Chatfield
Here is a gtk2 version that works with Mate: https://github.com/gungwald/mac-battery-applet-gtk2 I guess a better solution would be to add PMU support to the existing Gnome/Mate battery applets. But, I still need to figure out how to check out the right code (deb source or upstream) and then sub

Re: Mac/PMU Gnome 3 Battery Applet

2015-04-05 Thread Riccardo Mottola
Hi, On 04/05/15 01:15, Bill Chatfield wrote: I have written a battery applet for Gnome 3 that reads the battery status from /proc/pmu. https://github.com/gungwald/mac-battery-applet Currently the install is done with "make install". I don't yet have the knowledge to build a Debian package an