Re: [debian] openmoko-panel-plugin 0.4

2008-10-25 Thread Joachim Breitner
Hi,

Am Donnerstag, den 02.10.2008, 18:32 +0200 schrieb Fox Mulder:
 I previously posted a note that the actual 0.4 package misses quite some
 icons. So to get it to work you just have to put the missing icons back
 to /usr/share/pixmaps/openmoko-panel-plugins.
 You can get the icons from
 http://www.ohli.de/download/openmoko-panel-plugin_0.4.orig.tar.gz
 
 It misses the following icons:
 brightness.png
 usb_drive.png
 usb_host.png
 usb_net.png
 gsm_000.png
 gsm_020.png
 gsm_040.png
 gsm_060.png
 gsm_080.png
 gsm_100.png

Sorry for taking so long to react, but I finally noticed that there
should be more icons that I saw :-)

New version 0.8-1.2 uploaded to the pkg-fso repository.

Sebastian, here is the relevant patch:

--- openmoko-panel-plugin-0.4.orig/setup.py
+++ openmoko-panel-plugin-0.4/setup.py
@@ -21,6 +21,8 @@
 
 from distutils.core import setup
 import os
+from glob import glob
+
 
 setup(name='openmoko-panel-plugin',
 description='Panel Plugin to display the openmoko FR powerstates',
@@ -29,9 +31,14 @@
 version='0.4',
 license='GPL_v2',
 scripts=['openmoko-panel-plugin'],
-data_files=[('/usr/share/pixmaps/openmoko-panel-plugin', 
['pixmaps/battery_000.png', 'pixmaps/battery_000_charging.png', 
'pixmaps/battery_010.png', 'pixmaps/battery_010_charging.png', 
'pixmaps/battery_020.png', 'pixmaps/battery_020_charging.png', 
'pixmaps/battery_030.png', 'pixmaps/battery_030_charging.png', 
'pixmaps/battery_040.png', 'pixmaps/battery_040_charging.png', 
'pixmaps/battery_050.png', 'pixmaps/battery_050_charging.png', 
'pixmaps/battery_060.png', 'pixmaps/battery_060_charging.png', 
'pixmaps/battery_070.png', 'pixmaps/battery_070_charging.png', 
'pixmaps/battery_080.png', 'pixmaps/battery_080_charging.png', 
'pixmaps/battery_090.png', 'pixmaps/battery_090_charging.png', 
'pixmaps/battery_100.png', 'pixmaps/battery_100_charging.png', 
'pixmaps/bt_0.png', 'pixmaps/bt_1.png', 'pixmaps/gps_0.png', 
'pixmaps/gps_1.png', 'pixmaps/gsm_0.png', 'pixmaps/gsm_1.png', 
'pixmaps/matchbox-keyboard_0.png', 'pixmaps/matchbox-keyboard_1.png', 
'pixmaps/wifi_0.png', 'pixmaps/wifi_1.png',]),
-('/usr/share/applications', 
['openmoko-panel-plugin.desktop']),
-],
+data_files=[
+('/usr/share/pixmaps/openmoko-panel-plugin',
+glob('pixmaps/*.png')
+),
+('/usr/share/applications',
+['openmoko-panel-plugin.desktop']
+),
+],
 )
 
and this got rid or warnings in some occations (although there are more
gsmstate-related bugs present)

--- openmoko-panel-plugin-0.4.orig/openmoko-panel-plugin
+++ openmoko-panel-plugin-0.4/openmoko-panel-plugin
@@ -650,7 +650,7 @@
 try:
 self.dbusgsmstate = Interface(self.resources_proxy[GSMVALS], 
org.freesmartphone.GSM.Network).GetStatus()
 except:
-self.dbusgsmstate = None
+self.dbusgsmstate = {}

 try:
 self.brightness = 
dbus_object.device_display_iface.GetBrightness();



Greetings,
Joachim

-- 
Joachim nomeata Breitner
Debian Developer
  [EMAIL PROTECTED] | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: [EMAIL PROTECTED] | http://people.debian.org/~nomeata


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [debian] openmoko-panel-plugin 0.4

2008-10-07 Thread Christian Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

moinmoin

there will be a new .deb once we manage to setup panel- 
plugin.projects.openmoko.org properly ..

(and there are many things (features, bug-fixes) in my queue waiting  
to be done)


ciao, morlac

Am 02.10.2008 um 18:15 schrieb [EMAIL PROTECTED]:

 Sebastian Ohl
 [EMAIL PROTECTED] writes:

 Im having difficulty getting this working. Version 0.3 worked briefly.
 Any chance of a new deb?

 Hi gents,

 some words of what this is(as it produced some confusion last time:
 The openmoko-panel-plugin is a gtk based plugin that draws the
 powerstate of some FR hardware devices(i.e. gsm, gps) to a gtk based
 panel. theses panels are used i.e. in xfce4. so you can enable or
 disable the state of your gps receiver.

 See a screenshot here: http://www.ohli.de/download/openmoko-panel.png


 i just uploaded a new release (0.4) to my server. it can be  
 downloaded
 from:
 http://www.ohli.de/download/openmoko-panel- 
 plugin_0.4-1_all.debhttp://www.ohli.de/download/openmoko-panel- 
 plugin_0.4-1_amd64.changes
 http://www.ohli.de/download/openmoko-panel- 
 plugin_0.4-1.diff.gzhttp://www.ohli.de/download/openmoko-panel- 
 plugin_0.4-1.dsc
 http://www.ohli.de/download/openmoko-panel-plugin_0.4.orig.tar.gz

 Changelog:
   * fixed many debianizing errors.
   * adding more dependencies
   * fixed problems with different versions on my laptop :-(
   * the menu entry should reappear
   * click opens a context menu to toggle the powerstate
   * removed some icons until they are finaly working

 the credit for the code changed goes to morlac.

 thank you for the big feature requests in the last mails. some of  
 them
 are already integrated into the code. but the code needs a big  
 cleanup.
 so please be patient. i think i will need a weekend to integrate  
 all your
 suggestions *g*

 Cu
  Sebastian


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 -- 
 Joakim Verona


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

- --
- -BEGIN CONTACT BLOCK-
   eMail:   [EMAIL PROTECTED]
   Jabber:  [EMAIL PROTECTED]
- --END CONTACT BLOCK--

- -BEGIN GEEK CODE BLOCK-
Version: 3.1
GCS$/IT;d-;s:;a?;C++(+++);UL;P++(+++);
L++(+++);E---;W++;N(+);o?;K?;!w;!O;!M+;!V;PS(+);PE;
Y+;PGP++;t+(++);5(+)++;X(+);R*;tv-+;b++(+++);DI++;
D++(+++);G(+)++;e;h-()++;r++;y++;
- --END GEEK CODE BLOCK--

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (Darwin)

iD8DBQFI6ydKr81gVylJyzERAkpuAKDJJzBbJlfpHtNTI/ShMJ9+gekC6gCfYSBT
31qMvtM8Xp+XdtxCA0R2hrI=
=X9Tl
-END PGP SIGNATURE-

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [debian] openmoko-panel-plugin 0.4

2008-10-04 Thread Fox Mulder
[EMAIL PROTECTED] wrote:
 My .deb doesnt appear to miss these icons, except brightness.png.
 I cant find the brightness.png file in the src tgz.

When i take a look at the .deb with dpkg-deb -c
openmoko-panel-plugin_0.4-1_all.deb i can see that all my mentioned
icons are missing. But maybe there is a newer version out which solves this.
I use brightness.png from an unofficial pre-0.4 version and i attached
it to this mail. Just copy it to the right folder and the icon appears
and you can change the brightness. :)

arne anka wrote:
 My .deb doesnt appear to miss these icons, except brightness.png.
 I cant find the brightness.png file in the src tgz.

 now that you mention it -- wifi is not shown.
 i get the brightness dialog randomly and though it was a second
 functionality of the battery icon ...

You have to enable it in the openmoko-panel-plugin file. Just set
'self.wifiIconShow = False;' to true and the wlan icon appears again.
The developer disabled it because wlan reassociation doesn't work
reliably for many users. But i had no problems so far with reassociation
to my AP after disabling wlan and reenabling it.

Ciao,
 Rainer
inline: brightness.png___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [debian] openmoko-panel-plugin 0.4

2008-10-04 Thread arne anka
 You have to enable it in the openmoko-panel-plugin file. Just set

ah, thanks a lot.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [debian] openmoko-panel-plugin 0.4

2008-10-03 Thread joakim
Fox Mulder [EMAIL PROTECTED] writes:

 I previously posted a note that the actual 0.4 package misses quite some
 icons. So to get it to work you just have to put the missing icons back
 to /usr/share/pixmaps/openmoko-panel-plugins.
 You can get the icons from
 http://www.ohli.de/download/openmoko-panel-plugin_0.4.orig.tar.gz

 It misses the following icons:
 brightness.png
 usb_drive.png
 usb_host.png
 usb_net.png
 gsm_000.png
 gsm_020.png
 gsm_040.png
 gsm_060.png
 gsm_080.png
 gsm_100.png

My .deb doesnt appear to miss these icons, except brightness.png.
I cant find the brightness.png file in the src tgz.


 Ciao,
  Rainer

 [EMAIL PROTECTED] wrote:
 Sebastian Ohl
 [EMAIL PROTECTED] writes:
 
 Im having difficulty getting this working. Version 0.3 worked briefly.
 Any chance of a new deb?
 
 Hi gents,

 some words of what this is(as it produced some confusion last time:
 The openmoko-panel-plugin is a gtk based plugin that draws the
 powerstate of some FR hardware devices(i.e. gsm, gps) to a gtk based
 panel. theses panels are used i.e. in xfce4. so you can enable or
 disable the state of your gps receiver.

 See a screenshot here: http://www.ohli.de/download/openmoko-panel.png

 i just uploaded a new release (0.4) to my server. it can be downloaded
 from:
 http://www.ohli.de/download/openmoko-panel-plugin_0.4-1_all.debhttp://www.ohli.de/download/openmoko-panel-plugin_0.4-1_amd64.changes
  
 http://www.ohli.de/download/openmoko-panel-plugin_0.4-1.diff.gzhttp://www.ohli.de/download/openmoko-panel-plugin_0.4-1.dsc
  http://www.ohli.de/download/openmoko-panel-plugin_0.4.orig.tar.gz
 Changelog:
   * fixed many debianizing errors. 
   * adding more dependencies
   * fixed problems with different versions on my laptop :-(
   * the menu entry should reappear
   * click opens a context menu to toggle the powerstate
   * removed some icons until they are finaly working

 the credit for the code changed goes to morlac.

 thank you for the big feature requests in the last mails. some of them 
 are already integrated into the code. but the code needs a big cleanup. 
 so please be patient. i think i will need a weekend to integrate all your 
 suggestions *g*  

 Cu
  Sebastian


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
-- 
Joakim Verona


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [debian] openmoko-panel-plugin 0.4

2008-10-03 Thread arne anka
 My .deb doesnt appear to miss these icons, except brightness.png.
 I cant find the brightness.png file in the src tgz.

now that you mention it -- wifi is not shown.
i get the brightness dialog randomly and though it was a second  
functionality of the battery icon ...

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [debian] openmoko-panel-plugin 0.4

2008-10-02 Thread joakim
Sebastian Ohl
[EMAIL PROTECTED] writes:

Im having difficulty getting this working. Version 0.3 worked briefly.
Any chance of a new deb?

 Hi gents,

 some words of what this is(as it produced some confusion last time:
 The openmoko-panel-plugin is a gtk based plugin that draws the
 powerstate of some FR hardware devices(i.e. gsm, gps) to a gtk based
 panel. theses panels are used i.e. in xfce4. so you can enable or
 disable the state of your gps receiver.

 See a screenshot here: http://www.ohli.de/download/openmoko-panel.png


 i just uploaded a new release (0.4) to my server. it can be downloaded
 from:
 http://www.ohli.de/download/openmoko-panel-plugin_0.4-1_all.debhttp://www.ohli.de/download/openmoko-panel-plugin_0.4-1_amd64.changes
 http://www.ohli.de/download/openmoko-panel-plugin_0.4-1.diff.gzhttp://www.ohli.de/download/openmoko-panel-plugin_0.4-1.dsc
 http://www.ohli.de/download/openmoko-panel-plugin_0.4.orig.tar.gz

 Changelog:
   * fixed many debianizing errors. 
   * adding more dependencies
   * fixed problems with different versions on my laptop :-(
   * the menu entry should reappear
   * click opens a context menu to toggle the powerstate
   * removed some icons until they are finaly working

 the credit for the code changed goes to morlac.

 thank you for the big feature requests in the last mails. some of them 
 are already integrated into the code. but the code needs a big cleanup. 
 so please be patient. i think i will need a weekend to integrate all your 
 suggestions *g*  

 Cu
  Sebastian


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
-- 
Joakim Verona


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [debian] openmoko-panel-plugin 0.4

2008-10-02 Thread Fox Mulder
I previously posted a note that the actual 0.4 package misses quite some
icons. So to get it to work you just have to put the missing icons back
to /usr/share/pixmaps/openmoko-panel-plugins.
You can get the icons from
http://www.ohli.de/download/openmoko-panel-plugin_0.4.orig.tar.gz

It misses the following icons:
brightness.png
usb_drive.png
usb_host.png
usb_net.png
gsm_000.png
gsm_020.png
gsm_040.png
gsm_060.png
gsm_080.png
gsm_100.png

Ciao,
 Rainer

[EMAIL PROTECTED] wrote:
 Sebastian Ohl
 [EMAIL PROTECTED] writes:
 
 Im having difficulty getting this working. Version 0.3 worked briefly.
 Any chance of a new deb?
 
 Hi gents,

 some words of what this is(as it produced some confusion last time:
 The openmoko-panel-plugin is a gtk based plugin that draws the
 powerstate of some FR hardware devices(i.e. gsm, gps) to a gtk based
 panel. theses panels are used i.e. in xfce4. so you can enable or
 disable the state of your gps receiver.

 See a screenshot here: http://www.ohli.de/download/openmoko-panel.png


 i just uploaded a new release (0.4) to my server. it can be downloaded
 from:
 http://www.ohli.de/download/openmoko-panel-plugin_0.4-1_all.debhttp://www.ohli.de/download/openmoko-panel-plugin_0.4-1_amd64.changes
 http://www.ohli.de/download/openmoko-panel-plugin_0.4-1.diff.gzhttp://www.ohli.de/download/openmoko-panel-plugin_0.4-1.dsc
 http://www.ohli.de/download/openmoko-panel-plugin_0.4.orig.tar.gz

 Changelog:
   * fixed many debianizing errors. 
   * adding more dependencies
   * fixed problems with different versions on my laptop :-(
   * the menu entry should reappear
   * click opens a context menu to toggle the powerstate
   * removed some icons until they are finaly working

 the credit for the code changed goes to morlac.

 thank you for the big feature requests in the last mails. some of them 
 are already integrated into the code. but the code needs a big cleanup. 
 so please be patient. i think i will need a weekend to integrate all your 
 suggestions *g*  

 Cu
  Sebastian


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [debian] openmoko-panel-plugin 0.4

2008-09-26 Thread Fox Mulder
I installed the new 0.4 and the notifications are quite cool. :)

But i had the problem, that the gsm, usb and brightness icon wasn't
shown anymore. After a bit investigation i found out that the new 0.4
deb package misses quite some icons.

It misses the following icons:
brightness.png
usb_drive.png
usb_host.png
usb_net.png
gsm_000.png
gsm_020.png
gsm_040.png
gsm_060.png
gsm_080.png
gsm_100.png

After i copied them from the original.tar.gz everything works good. :)

Ciao,
 Rainer

Sebastian Ohl wrote:
 Hi gents,
 
 some words of what this is(as it produced some confusion last time:
 The openmoko-panel-plugin is a gtk based plugin that draws the
 powerstate of some FR hardware devices(i.e. gsm, gps) to a gtk based
 panel. theses panels are used i.e. in xfce4. so you can enable or
 disable the state of your gps receiver.
 
 See a screenshot here: http://www.ohli.de/download/openmoko-panel.png
 
 
 i just uploaded a new release (0.4) to my server. it can be downloaded
 from:
 http://www.ohli.de/download/openmoko-panel-plugin_0.4-1_all.deb
 http://www.ohli.de/download/openmoko-panel-plugin_0.4-1_amd64.changes
 http://www.ohli.de/download/openmoko-panel-plugin_0.4-1.diff.gz
 http://www.ohli.de/download/openmoko-panel-plugin_0.4-1.dsc
 http://www.ohli.de/download/openmoko-panel-plugin_0.4.orig.tar.gz
 
 Changelog:
   * fixed many debianizing errors. 
   * adding more dependencies
   * fixed problems with different versions on my laptop :-(
   * the menu entry should reappear
   * click opens a context menu to toggle the powerstate
   * removed some icons until they are finaly working
 
 the credit for the code changed goes to morlac.
 
 thank you for the big feature requests in the last mails. some of them 
 are already integrated into the code. but the code needs a big cleanup. 
 so please be patient. i think i will need a weekend to integrate all your 
 suggestions *g*  
 
 Cu
  Sebastian
 
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


[debian] openmoko-panel-plugin 0.4

2008-09-24 Thread Sebastian Ohl
Hi gents,

some words of what this is(as it produced some confusion last time:
The openmoko-panel-plugin is a gtk based plugin that draws the
powerstate of some FR hardware devices(i.e. gsm, gps) to a gtk based
panel. theses panels are used i.e. in xfce4. so you can enable or
disable the state of your gps receiver.

See a screenshot here: http://www.ohli.de/download/openmoko-panel.png


i just uploaded a new release (0.4) to my server. it can be downloaded
from:
http://www.ohli.de/download/openmoko-panel-plugin_0.4-1_all.deb
http://www.ohli.de/download/openmoko-panel-plugin_0.4-1_amd64.changes
http://www.ohli.de/download/openmoko-panel-plugin_0.4-1.diff.gz
http://www.ohli.de/download/openmoko-panel-plugin_0.4-1.dsc
http://www.ohli.de/download/openmoko-panel-plugin_0.4.orig.tar.gz

Changelog:
  * fixed many debianizing errors. 
  * adding more dependencies
  * fixed problems with different versions on my laptop :-(
  * the menu entry should reappear
  * click opens a context menu to toggle the powerstate
  * removed some icons until they are finaly working

the credit for the code changed goes to morlac.

thank you for the big feature requests in the last mails. some of them 
are already integrated into the code. but the code needs a big cleanup. 
so please be patient. i think i will need a weekend to integrate all your 
suggestions *g*  

Cu
 Sebastian


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community