It uses Growl UDP notifications (not a problem with GFW -- I'm just mentioning this).
It has a message limit of just below 8192 bytes. A message larger than this gets silently dropped (because the entire message packet isn't read, the checksum fails, and so mumbles thinks that the message is invalid/has a bad password). I haven't bothered to see if that's a Growl UDP protocol limitation, or if that's a mumbles bug.
It needs tweaking to work. It contains hard-coded paths to python (which can be incorrect for Ubuntu), and makes assumptions as to where it's installed (e.g., /usr/share/mumbles).
I did tweak the popup display code, but I've forgotten if the changes were necessary. I don't remember why I made them, and looking at the diffs doesn't trigger any memories. I do have a bug where un-timed-out/un-acknowledged popups will simply scroll off the top of the screen, instead of wrapping around into multiple vertical columns. I haven't checked to see if I introduced that bug or not. Because of this, I do have to periodically restart mumbles. I just keep a terminal window around where I run mumbles in the foreground; then, periodically, I just Ctrl-C and restart it. Ugly, but it works for me.
mumrah
unread,
Apr 26, 2013, 8:36:11 AM4/26/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to growl-fo...@googlegroups.com
Thanks for the response Brian.
I'll try to get this installed and working and let you know.