Honore Doktorr | 26 Mar 05:49
Picon

Current project maintainers: who?

I’ve completed a gnome 3 (fallback mode) port of the bubblemon panel applet, 
which I’d like to contribute back to the project, but haven’t been able to 
contact any of the project maintainers. Does anyone on this list know who 
maintains bubblemon now (or if it’s become unmaintained)?

_______________________________________________
Bubblemon-list mailing list
Bubblemon-list <at> nongnu.org
https://lists.nongnu.org/mailman/listinfo/bubblemon-list
Adam Sjøgren | 7 Dec 20:53
X-Face
Picon
Favicon
Gravatar

Lots of RAM, scale on water

  Hi.

I just upgraded to a new desktop machine which has loads of RAM (it's so
cheap these days).

This means that the water in bubblemon almost never rises above 1/20th
of the height, making boiling hard to see.

I was wondering whether this could be solved by using a logarithmic
water-scale, or something.

Has anyone played with/considered this?

  Best regards,

    Adam

--

-- 
 "I need someone to throw blue sky at me"                     Adam Sjøgren
                                                         asjo@...
sale | 15 Feb 06:19
Picon

Re:

Хотите чтобы к Вам пришли новые  покупатели?

Вы решили увеличить количество клиентов со
следующего месяца?

Вы хотите прорекламировать новую услугу или продукт
Вашей компании?

И не знаете как это можно сделать качественно, быстро 
и не дорого?

Тогда закажите рекламу в интернете.....Рассылку по e-mail...

www.8811.ws
_______________________________________________
Bubblemon-list mailing list
Bubblemon-list@...
http://lists.nongnu.org/mailman/listinfo/bubblemon-list
Marco Colombo | 2 Feb 13:05
Picon
Picon

Italian translation of bubblemon

yo!!!
I've updated the italian translation of bubblemon. I hope you will 
commit it into CVS, so that any newer release (or Debian updates) will 
sport it!
thank you very much!
ciao, marco
Attachment (bubblemon_2.0.2-1_it.po): text/x-pofile, 2062 bytes
_______________________________________________
Bubblemon-list mailing list
Bubblemon-list@...
http://lists.nongnu.org/mailman/listinfo/bubblemon-list
Joshua Crawford | 15 Jan 12:39
X-Face
Picon

Bottle patch

G'day,

The patch below (for 2.0.3) modifies the behaviour of the message bottle:

o When fresh new mail arrives, or the applet is started while mail is
  already present (new or not), drop a bottle.
o An unopened (mtime > atime) mailbox keeps the bottle floating, as before.
o An opened mailbox (atime >= mtime) makes the bottle sink to the bottom (and
  stay there).
o Only when the mailbox is actually empty (size == 0) or unreadable is no
  bottle shown.

I just started using bubblemon after the Freshmeat announcement a few days
ago and I think it's great (it even got a "Wow, that's cool!" from my
non-geek girlfriend). There's just a couple of things I'd like to see added,
which are a little beyond my knowledge: play a sound (plop) when new email
arrives, and run an application when the applet is clicked. If bubblemon did
these, I could remove Inbox Monitor from my panel.

diff -upPr bubblemon-2.0.3.old/src/bubblemon.c bubblemon-2.0.3/src/bubblemon.c
--- bubblemon-2.0.3.old/src/bubblemon.c	2005-01-09 20:58:06.000000000 +1100
+++ bubblemon-2.0.3/src/bubblemon.c	2005-01-15 18:10:20.000000000 +1100
@@ -456,17 +456,20 @@ static void bubblemon_updateBottle(int m
     physics.bottle_y < MIN(physics.waterLevels[bubblePic.width / 2].y,
 			   bubblePic.height - msgInBottle.height / 2);

-  if (youveGotMail) {
-    if (physics.bottle_state == GONE) {
-      // Drop a new bottle
-      physics.bottle_y = bubblePic.height + msgInBottle.height;
(Continue reading)

Joshua Crawford | 15 Jan 12:41
X-Face
Picon

Bottle patch

(I sent this a moment ago from the wrong address. My apologies to anyone who
sees it twice)

G'day,

The patch below (for 2.0.3) modifies the behaviour of the message bottle:

o When fresh new mail arrives, or the applet is started while mail is
  already present (new or not), drop a bottle.
o An unopened (mtime > atime) mailbox keeps the bottle floating, as before.
o An opened mailbox (atime >= mtime) makes the bottle sink to the bottom (and
  stay there).
o Only when the mailbox is actually empty (size == 0) or unreadable is no
  bottle shown.

I just started using bubblemon after the Freshmeat announcement a few days
ago and I think it's great (it even got a "Wow, that's cool!" from my
non-geek girlfriend). There's just a couple of things I'd like to see added,
which are a little beyond my knowledge: play a sound (plop) when new email
arrives, and run an application when the applet is clicked. If bubblemon did
these, I could remove Inbox Monitor from my panel.

diff -upPr bubblemon-2.0.3.old/src/bubblemon.c bubblemon-2.0.3/src/bubblemon.c
--- bubblemon-2.0.3.old/src/bubblemon.c	2005-01-09 20:58:06.000000000 +1100
+++ bubblemon-2.0.3/src/bubblemon.c	2005-01-15 18:10:20.000000000 +1100
@@ -456,17 +456,20 @@ static void bubblemon_updateBottle(int m
     physics.bottle_y < MIN(physics.waterLevels[bubblePic.width / 2].y,
 			   bubblePic.height - msgInBottle.height / 2);

-  if (youveGotMail) {
(Continue reading)

Dave Demmer | 4 Jan 04:11

bubblemon 2.0.2 dies with Fedora Core 3

I have used bubblemon way back with Redhat 7, and was trying to get it going again with Fedora 3. Everything
seems to go OK, but trying to load it I get a message that the application unexpectdedly quit.

I have tried running with gdb and this is the output I get:

(gdb) run
Starting program: /usr/libexec/bubblemon-gnome2
[Thread debugging using libthread_db enabled]
[New Thread -151140672 (LWP 23266)]
/home/ddemmer/.gtkrc-2.0:47: Unable to locate image file in pixmap_path: "stock_go-back.svg"
/home/ddemmer/.gtkrc-2.0:48: Unable to locate image file in pixmap_path: "stock_go-forward.svg"
/home/ddemmer/.gtkrc-2.0:49: Unable to locate image file in pixmap_path: "stock_go-up.svg"
/home/ddemmer/.gtkrc-2.0:50: Unable to locate image file in pixmap_path: "stock_home.svg"
/home/ddemmer/.gtkrc-2.0:52: Unable to locate image file in pixmap_path: "stock_refresh.svg"
/home/ddemmer/.gtkrc-2.0:53: Unable to locate image file in pixmap_path: "stock_stop.svg"

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -151140672 (LWP 23266)]
0x00a085eb in glibtop_get_netload_s () from /usr/lib/libgtop-2.0.so.4

I have looked for these *.svg files, and sure enought they are nowhere to be found. Any help would be appreciated.

---------------------
David Demmer
demmerd@...

Remove the ZZSPAM to reply.
navigator_ai | 1 Nov 10:01
Picon
Favicon

出会いサイトリンク集


‚â‚Á‚Ï‚èo‰ï‚¢‚̈ê•à‚̓TƒCƒg‘I‚Ñ‚©‚çB
o‰ï‚¢ƒTƒCƒg‚Ì‚¨Š©‚ߏî•ñ‚ª‚¢‚Á‚Ï‚¢‚ÌƒŠƒ“ƒN‚ðW‚߂܂µ‚½B
«Ú×‚̓Rƒ`ƒ‰‚©‚火
http://www.i67.jp/~link/
Picon

未承諾広告※

<事業者><送信者>
有限会社 ラセーヌ
〒640-0413 和歌山県貴志川局内神戸862-7
TEL:0736(64)6132

ご不要な方は、
stop-mail@...
にメールアドレスを送信してください。

◆◆◆◆◆◆◆『YY-NET』会員制ご案内◆◆◆◆◆◆◆◆

確かな出逢いをお約束いたします。
創業39年の伝統と実績のある会社です。
幸せな交際・結婚へ私たちは、応援いたします。
今ならあなたのご希望に合った方を1名無料で紹介します!
入会資格は、18歳以上で日本在住の方です。
堅苦しい結婚紹介でなく、ごく自然にお付き合いを希望さ
れている方におすすめです。
くわしくはホームページをご覧ください。

☆ホームページ http://www.yy-net.co.jp 

◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆

Gnome2 SRC RPM?

Howdy,

Would it be possible for me to get the Gnome2 SRC RPM from you so that I
can recompile it for Fedora 2 Core?

The tarball from that I got from the Gnome2 site that you have via your
web page works but when you lock, unlock or move it in the Gnome Panel
it crashes and has to be restarted.

Thanks,

Pete
James G. Sack | 4 Jul 23:31
Picon

segfault on time set (back)

I can reliably cause the bubblemon 2.0.1 panel-applet to segfault
by setting the system clock BACK.

..jim

Gmane