Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Community Discussions > The Community Cafe
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

The Community Cafe
The Community Chat area is for lighthearted and enjoyable discussions, like you might find around a water cooler at work.

Almost any non-tech-support topic may be discussed here. Discussions on religion and politics are not allowed, except for politics directly related to free and open source issues. Any topic or discussion that causes problems or drama will be closed. This area is intended for fun and community building, not arguments. Please take those elsewhere. Thanks!

 
Thread Tools Display Modes
Old April 25th, 2009   #1
defreng
First Cup of Ubuntu
 
Join Date: Nov 2008
Beans: 1
Ubuntu 9.04 Jaunty Jackalope
Arrow Ubuntu 9.04 integrated GMail Notifier

Hey guys,
I saw those nice new Ubuntu 9.04 features like those polished notifications and the indicator applet and thought that an integrated gmail-notifier would be very nice. Because I didn't found any I decided to write one:

13.04.2009: New Version 0.9 out!
14.04.2009: Major Bug fixed. Please update to ~ppa3!
https://launchpad.net/gm-notify
-> Screenshots and release announcement on http://bleedingpaper.com

greetings
Alex

Last edited by defreng; May 14th, 2009 at 04:51 PM.. Reason: new release
defreng is offline   Reply With Quote
Old April 25th, 2009   #2
danielrmt
Dark Roasted Ubuntu
 
Join Date: Nov 2008
Location: Here, There, Everywhere
Beans: 1,027
Re: Ubuntu 9.04 integrated GMail Notifier

I use the mail-notification package. You need to change something in the gconf-editor for it to work with the new jaunty notifications. I don't know if it works with the indicator applet, as I don't use it.
I'll look into your new notifier today.
danielrmt is online now   Reply With Quote
Old April 25th, 2009   #3
gnomeuser
Dark Roasted Ubuntu
 
gnomeuser's Avatar
 
Join Date: Jul 2006
Location: Århus, Denmark
Beans: 1,022
Ubuntu Karmic Koala (testing)
Re: Ubuntu 9.04 integrated GMail Notifier

Reading the source code over quickly it does seem to touch some important corners such as safely storing the password and account information in the keyring.

Could you perhaps expand this into proper GMail integration into GNOME. Such that enabling this would also set the default mail application to xdg-open + urlmagic and give some integrated UI to set account information.

Aside that this is really a life saver in terms of bringing integration with the most commonly used webmail services further.

In the same vein, would you be open to expanding this into a framework for supporting additional webmails in such a way. I imagine my fiancée who uses Yahoo! mail might be inclined to enjoy better integration for her mail as well.
__________________
No further posts will be made, no bug reports replied to, no code written, no support given till Canonical apologizes for it's treatment of contributors as a result of YahooGate.

gnomeuser is offline   Reply With Quote
Old April 25th, 2009   #4
defreng
First Cup of Ubuntu
 
Join Date: Nov 2008
Beans: 1
Ubuntu 9.04 Jaunty Jackalope
Re: Ubuntu 9.04 integrated GMail Notifier

yes, you're right. The program itself is missing some functionality, espacially a config interface to enter the credentials. I just followed the "release early, release often" strategy and published what I already had including a simple script to set the account data, but I'm already working on a graphical configuration.

To be true my first aim is to complete this as a notification application for gmail-accounts. The GMail integration into GNOME could be a thing I could tackle when I finished the notification part to my satisfaction. Maybe you could add a blueprint into launchpad which describes in detail what you mean?

greetings
Alex
defreng is offline   Reply With Quote
Old April 25th, 2009   #5
defreng
First Cup of Ubuntu
 
Join Date: Nov 2008
Beans: 1
Ubuntu 9.04 Jaunty Jackalope
Arrow Re: Ubuntu 9.04 integrated GMail Notifier

and hey - that's it

A brand new release of the gm-notify is out. Version 0.7 including a graphical configuration tool and the possibility to play a sound when a new mail arrives.

Download it at https://launchpad.net/gm-notify/0.x/0.7

I hope you enjoy it!

UPDATE: You can find some screenshots again at www.bleedingpaper.com

Last edited by defreng; April 25th, 2009 at 06:45 PM..
defreng is offline   Reply With Quote
Old April 25th, 2009   #6
Saint Angeles
Quad Shot of Ubuntu
 
Saint Angeles's Avatar
 
Join Date: Oct 2007
Location: Los Angeles, CA
Beans: 422
Ubuntu 9.04 Jaunty Jackalope
Send a message via AIM to Saint Angeles Send a message via Skype™ to Saint Angeles
Re: Ubuntu 9.04 integrated GMail Notifier

im really impressed!

i'm gonna mess around with this and let you know how it goes. thanks a lot!!
Saint Angeles is offline   Reply With Quote
Old April 25th, 2009   #7
gnomeuser
Dark Roasted Ubuntu
 
gnomeuser's Avatar
 
Join Date: Jul 2006
Location: Århus, Denmark
Beans: 1,022
Ubuntu Karmic Koala (testing)
Re: Ubuntu 9.04 integrated GMail Notifier

To simplify the UI for the configuration, you can use libcanberra to interact with the standard sound theme. this will also give you the consistent sounds with the rest of the desktop.

Then that becomes "Play sound when mail arrives [x]"

You should also give an indication of the measurement you use for the check interval.. 90 what. Mins, secs, hours, months? Additionally here I believe Google requests that the lowest check rate be 15 mins so maybe if the user selects something below 15 mins either reject it with that reason or allow it with a warning asking them politely not to abuse googles free service in according to the terms of use.

And for the next time, can you please provide screenshots in US English, it makes it easier to assess the dialog texts and such.
__________________
No further posts will be made, no bug reports replied to, no code written, no support given till Canonical apologizes for it's treatment of contributors as a result of YahooGate.

gnomeuser is offline   Reply With Quote
Old April 25th, 2009   #8
s_spiff
Way Too Much Ubuntu
 
s_spiff's Avatar
 
Join Date: Dec 2005
Location: Mumbai, India
Beans: 251
Ubuntu 9.04 Jaunty Jackalope
Send a message via MSN to s_spiff Send a message via Yahoo to s_spiff
Re: Ubuntu 9.04 integrated GMail Notifier

Ok, tried it. Seemed to install smooth. Only thing is Jaunty rpos could not find python-indicator.
Anyways, when I configure and run I get this:

Quote:
gm-notify.py
Traceback (most recent call last):
File "/usr/local/bin/gm-notify.py", line 22, in <module>
import pynotify, indicate, urllib2
ImportError: No module named indicate
any ideas?
__________________
“Computers in the future may weigh no more than 1.5 tons.” –Popular Mechanics,1949
__________________________________________________ _______________________
Get Fusion-Icon on Gutsy x64 | Other HowTo's for x64 Newbs
s_spiff is offline   Reply With Quote
Old April 26th, 2009   #9
defreng
First Cup of Ubuntu
 
Join Date: Nov 2008
Beans: 1
Ubuntu 9.04 Jaunty Jackalope
Re: Ubuntu 9.04 integrated GMail Notifier

@s_spiff:
damn, I'm sorry. This is a typo: The package is named python-indicate.

@gnomeuser:
The integration with libcanberra sounds quite good to me.
And at least 15min checkinterval is very long! Do you have a source for this (I hope it is not correct )?

@Saint Angeles
thx
defreng is offline   Reply With Quote
Old April 26th, 2009   #10
gnomeuser
Dark Roasted Ubuntu
 
gnomeuser's Avatar
 
Join Date: Jul 2006
Location: Århus, Denmark
Beans: 1,022
Ubuntu Karmic Koala (testing)
Re: Ubuntu 9.04 integrated GMail Notifier

Quote:
Originally Posted by defreng View Post
@gnomeuser:
The integration with libcanberra sounds quite good to me.
And at least 15min checkinterval is very long! Do you have a source for this (I hope it is not correct )?
It used to be part of the terms of service you signed, as well as in their documentation for developers. Even if they now long express a set interval limit, you should consider the abuse clause and disallow checking below some reasonable limit say 10 mins. It is a free service and they will terminate accounts due to abuse.

I hope you will still address the other concerns I put up.

*edit*

also I used rosetta to translate this sucker into danish, your strings aren't as translator friendly as they could be. As 1.0 approaches I would love to work with you to enhance that situation.
__________________
No further posts will be made, no bug reports replied to, no code written, no support given till Canonical apologizes for it's treatment of contributors as a result of YahooGate.


Last edited by gnomeuser; April 26th, 2009 at 05:29 AM..
gnomeuser is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:53 PM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry