OK
Pages: 1 2
Rating:
1.52
Thread Listing » AWN Applets
GMail Applet 2.0
#18428 by pavpanchekha (1.0000) posted on 4:13pm Wednesday, December 19th, 2007
UPDATE: Now called the "Mail Applet," has POP, will get IMAP, officially maintained only within awn-extras, get it from there.
[Q]



This post exploded while I was writing it, so unfortunately this will be terse:
[Q]



Get the new release here: http://www.mediafire.com/?9dhbdfagmrj
[Q]



New features:
Not buggy and non-functional
Prettier
Better error detection
Should work with GMail 2.0
No longer needs python-libgmail
[Q]



I will soon enough release 2.1, with more new features
[Q]



Please, comments and feedback. If possible, add error messages from the console to bugs.
[Q]



lagorgy: what is your Name/Email, so I can add you to copyright?
[Q]



Devs and AWN-Extras managers:
This applet meets the Applet Development Guidelines.
Please add this to AWN-Extras (unless there are a lot of bug reports here)
[Q]



AWN-Extras Packagers:
This applet no longer needs python-libgmail, so as soon as this is committed, you can remove that dependency. It now needs python-feedparser.
[Q]



*Edited at 7:54am, 04/25/08
Score: 0 points
Any particular reason?
#18431 by moonbeam (1.0000) posted on 4:50pm Wednesday, December 19th, 2007
( no avatar )
pavpanchekha said:
Devs and AWN-Extras managers:
This applet meets the Applet Development Guidelines.
Please add this to AWN-Extras (unless there are a lot of bug reports here)
[Q]



I'll put it in my branch tonight.
[Q]



Just drop a note in here when you are definite you want it pushed into trunk and I'll do so(assuming no one else does so first)
[Q]




Score: 0 points
Any particular reason?
#18432 by pavpanchekha (1.0000) posted on 4:57pm Wednesday, December 19th, 2007
moonbeam said:
I'll put it in my branch tonight.
[Q]



Thank you!
[Q]



moonbeam said:
Just drop a note in here when you are definite you want it pushed into trunk and I'll do so(assuming no one else does so first)
[Q]



Okay. I'll wait a day or two to make sure there aren't major bugs.
[Q]

Score: 0 points
Any particular reason?
#18433 by pavpanchekha (1.0000) posted on 5:36pm Wednesday, December 19th, 2007
A note about security:
This applet still doesn't offer any sort of good security.
The username AND password are both stored in memory.
Unfortunately, there is no good way to provide a secure environment from within Python. The only way I can see for that would be the gnome keychain, which has a 100% horrendous interface for python.
[Q]



This version does, however, rot13 the password. This is in no way an actual encryption. It is easily breakable (basically, rot13(rot13(x)) = x), however it is cursory protection against a simple memory scan (just go through the memory looking for something that looks like a password). Its not any serious protection, but I don't think AWN and Linux are popular enough that this is yet a problem.
[Q]



In general, its very hard to do security in Python, since you never really know when the garbage collector will decide to remove unused strings (possible containing i.e. passwords)
[Q]



Hope that clears things up a bit.
[Q]

Score: 0 points
Any particular reason?
#18441 by moonbeam (1.0000) posted on 6:22pm Wednesday, December 19th, 2007
( no avatar )



Did the makefiles (I hate makefiles) and did a brief test. Seems to be working well. I'll push once launchpad comes back up.
[Q]


Score: 0 points
Any particular reason?
#18444 by pavpanchekha (1.0000) posted on 6:53pm Wednesday, December 19th, 2007
moonbeam said:
Did the makefiles (I hate makefiles) and did a brief test. Seems to be working well. I'll push once launchpad comes back up.
[Q]



The makefiles are working well, or does that mean you've tried the applet itself?
[Q]

Score: 0 points
Any particular reason?
#18445 by moonbeam (1.0000) posted on 6:57pm Wednesday, December 19th, 2007
( no avatar )
pavpanchekha said:
The makefiles are working well, or does that mean you've tried the applet itself?
[Q]



Both.
[Q]


Score: 0 points
Any particular reason?
#18452 by lagorgy (0.7720) posted on 10:39pm Wednesday, December 19th, 2007
pavpanchekha said:
lagorgy: what is your Name/Email, so I can add you to copyright?
[Q]



hey thx!
[Q]



name: Andres Blanco Morales
email: andresbm84 _at_ gmail _dot_ com
[Q]



Score: 0 points
Any particular reason?
#18453 by gilir (0.9999) posted on 5:03am Thursday, December 20th, 2007
pavpanchekha said:
A note about security:
This applet still doesn't offer any sort of good security.
The username AND password are both stored in memory.
Unfortunately, there is no good way to provide a secure environment from within Python. The only way I can see for that would be the gnome keychain, which has a 100% horrendous interface for python.
[Q]



You can have a look to the screenlets gmail, which use gnome-keyring : https://code.launchpad.net/~screenlets-dev/screenlets/trunk
There is a test file and it's in Python :)
[Q]

Score: 0 points
Any particular reason?
#18498 by pavpanchekha (1.0000) posted on 4:18pm Saturday, December 22nd, 2007
Version 2.0.1:
No new features.
Rewritten with AWNLib
Fixes miscellaneous bugs.
[Q]




Score: 0 points
Any particular reason?
#18543 by yopnono (0.8779) posted on 5:43pm Sunday, December 23rd, 2007
( no avatar )
Ok latest ver dont open a browser window when you click open gmail, also it don't login to the mail, you need to enter pass/username at the gmail login page.
[Q]



Like to see a sound notify ans selectable time setting.
Also like to be able to save the pass/username, so I dont need to enter it everytime I start the awn/computer.
[Q]



Just this can be fixed by using the keyring.
[Q]



Also I think it's better to use xdg-open instead of gnome-open,
[Q]

Score: 0 points
Any particular reason?
#18546 by pavpanchekha (1.0000) posted on 6:11pm Sunday, December 23rd, 2007
yopnono said:
Ok latest ver dont open a browser window when you click open gmail, also it don't login to the mail, you need to enter pass/username at the gmail login page.
[Q]



Can you give me the terminal output if there is any? Its possible that you need to log in to gmail, since that may be how google's feed works.
[Q]



yopnono said:
Like to see a sound notify ans selectable time setting.
Also like to be able to save the pass/username, so I dont need to enter it everytime I start the awn/computer.
[Q]



Sound: Quite possible
Saving passwords: I'm looking in to keychain support
[Q]



yopnono said:
Also I think it's better to use xdg-open instead of gnome-open,
[Q]



I'll look into it, shouldn't be too hard to change
[Q]

Score: 0 points
Any particular reason?
#18560 by yopnono (0.8779) posted on 11:30pm Sunday, December 23rd, 2007
( no avatar )
pavpanchekha said:
Can you give me the terminal output if there is any? Its possible that you need to log in to gmail, since that may be how google's feed works.
[Q]



terminal output, there is none.
[Q]



Cant you pass the pass/user to the gmail login page using ssl?
[Q]



*Edited at 11:32pm, 12/23/07
Score: 0 points
Any particular reason?
#18564 by pavpanchekha (1.0000) posted on 6:13am Monday, December 24th, 2007
yopnono said:
Cant you pass the pass/user to the gmail login page using ssl?
[Q]



I can try. Before I was using libgmail, which did all that, but it doesn't work with the new GMail. The good thing about the feed is it should be more stable.
[Q]

Score: 0 points
Any particular reason?
#18908 by FWSquatch (0.1685) posted on 6:55pm Monday, January 07th, 2008
I also have the same problem as yopnono. My gmail applet can't seem to get a browser window open. When I run it in terminal, I do get an error message. It says:
[Q]



 
Traceback (most recent call last):
File "/home/fwsquatch/.config/awn/applets/gmail/gmail.py", line 225, in showGmail
os.system('gnome-open http://mail.google.com/mail/')
NameError: global name 'os' is not defined
[Q]





I know nothing about python, but this looks like an easy thing to fix. Any ideas?
[Q]



*Edited at 6:58pm, 01/07/08
Score: 0 points
Any particular reason?
#18909 by FWSquatch (0.1685) posted on 7:15pm Monday, January 07th, 2008
OK, so I guess I spoke too soon. It is an easy fix. I looked at the first version of the applet and then the second. The error I was getting was because the os wasn't defined. In Version 1, there is a line that says import os that is missing in Version 2 so, all you have to do to fix this problem is to go into the file /home/your_user/.config/awn/applets/gmail/gmail.py and add this:
[Q]



 
import os
[Q]



I put mine on line 27, but I'm sure that is flexible. After that, save it, close AWN and then restart it. Worked like a charm after that!
[Q]



*Edited at 7:15pm, 01/07/08
Score: 0 points
Any particular reason?
#18913 by pavpanchekha (1.0000) posted on 9:54am Tuesday, January 08th, 2008
Yep, I have that fixed in the newer version, but unfortunately I'm caught up with a lot of work and thus haven't had time to finish it up and release it. The "import os" line should go right after the license notice at the top.
[Q]

Score: 0 points
Any particular reason?
#19157 by outlive (0.1704) posted on 3:06pm Monday, January 21st, 2008
( no avatar )
Very nice and useful app. I thought the icons were kind of simple so I edited them to go better with the app itself. I would share the icons, but don't know how.
[Q]



[Q]



If anyone is interested I'm sure there is some way to send/share them.
[Q]

Score: 0 points
Any particular reason?
#19160 by pavpanchekha (1.0000) posted on 4:15pm Monday, January 21st, 2008
Nice! Send them to me (pavpanchekha _at_ gmail _dot_ com) and O'll ship them with the next version (whenever that is). Next version will have selectable themes. So your theme will be one of the choices!
[Q]

Score: 0 points
Any particular reason?
#19172 by outlive (0.1704) posted on 3:42am Tuesday, January 22nd, 2008
( no avatar )
Awesome, sent.
[Q]

Score: 0 points
Any particular reason?
#19181 by pavpanchekha (1.0000) posted on 4:18pm Tuesday, January 22nd, 2008
Thanks! As soon as the new version comes knocking on my door, I'll have your icons in it!
[Q]

Score: 0 points
Any particular reason?
#19193 by sandorf (0.1689) posted on 4:14am Wednesday, January 23rd, 2008
( no avatar )
Hi, I cannot use this applet and the terminal output here indicated a HTTP 302 error. I don't what that is. I also get a error complaining 'global name msgs undefined'. I added a 'msgs = []' line to the module level and the error is gone, but don't know if that was right.
[Q]



 

/usr/lib/awn/applets/gmail/gmail.py:147: GtkWarning: gtk_table_resize: assertion `n_rows > 0 && n_rows < 65536' failed
innerlyt.resize(len(msgs), 2)
/usr/lib/awn/applets/gmail/gmail.py:150: GtkWarning: gtk_table_set_col_spacing: assertion `column < table->ncols' failed
innerlyt.set_col_spacing(1, 80)
Showing
[Q]



** (gmail.py:8635): WARNING **: Invalid borders specified for theme pixmap:
/home/fang/.themes/Mac4Lin_GTK_v0.4/gtk-2.0/Buttons/button-default.png,
borders don't fit within the image
HTTP Error 302: The HTTP server returned a redirect error that would lead to an infinite loop.
The last 30x error message was:
Moved Temporarily
No messages found
No messages found
Traceback (most recent call last):
File "/usr/lib/awn/applets/gmail/gmail.py", line 188, in submit_pwd
self.mail.check()
File "/usr/lib/awn/applets/gmail/gmail.py", line 252, in check
self.ms = self.ga.getunreadInfo()
File "/usr/lib/awn/applets/gmail/libgmail.py", line 526, in getunreadInfo
return self.inboxunread[0][:1]
TypeError: 'NoneType' object is unsubscriptable
Showing
HTTP Error 302: The HTTP server returned a redirect error that would lead to an infinite loop.
The last 30x error message was:
Moved Temporarily
No messages found
No messages found
Traceback (most recent call last):
File "/usr/lib/awn/applets/gmail/gmail.py", line 188, in submit_pwd
self.mail.check()
File "/usr/lib/awn/applets/gmail/gmail.py", line 252, in check
self.ms = self.ga.getunreadInfo()
File "/usr/lib/awn/applets/gmail/libgmail.py", line 526, in getunreadInfo
return self.inboxunread[0][:1]
TypeError: 'NoneType' object is unsubscriptable
[Q]

Score: 0 points
Any particular reason?
#19204 by pavpanchekha (1.0000) posted on 8:25am Wednesday, January 23rd, 2008
Upgrade to the newer version. That is the old version of the GMail applet; It does not work with GMail2, which is what you are using.
[Q]






Put the extrtacted files into ~/.config/awn/applets and select the GMail applet from the applet list (there will be two, select the one that isn't the one that is currently added.
[Q]

Score: 0 points
Any particular reason?
#19273 by pavpanchekha (1.0000) posted on 6:43pm Friday, January 25th, 2008
I is with joy that I announce GMail Applet 2.2!
http://www.mediafire.com/?eq41yb
[Q]



This applet takes full advantage of AWNLib and the awesome features it provides.
Newest features:
[Q]



* Notifications
* Themes
* Different Backends (Why not Yahoo Mail, or Evolution?)
* Store your usr/pwd in Gnome-Keyring
* Store settings in gConf/AWNConfigClient
[Q]



Overall, joy and happiness!
[Q]



So come on, get it while its hot!
[Q]



BTW, this will be committed to awn-extras-testing fairly soon.
[Q]

Score: 0 points
Any particular reason?
#19279 by yopnono (0.8779) posted on 3:51am Saturday, January 26th, 2008
( no avatar )
pavpanchekha said:
I is with joy that I announce GMail Applet 2.2!
http://www.mediafire.com/?eq41yb
[Q]



The link dont work.
[Q]

Score: 0 points
Any particular reason?
#19282 by pavpanchekha (1.0000) posted on 6:53am Saturday, January 26th, 2008
Darn. I'm sorry. Reuploading as soon as I can (away from computer ATM).
[Q]



Also, the applet should now be in awn-extas-testing.
[Q]

Score: 0 points
Any particular reason?
#19296 by pavpanchekha (1.0000) posted on 4:32pm Saturday, January 26th, 2008
Score: 0 points
Any particular reason?
#19301 by xoom (0.1693) posted on 7:04pm Saturday, January 26th, 2008
( no avatar )
Probably a long shot but any way this app can be modified so I can use my domain (using google apps)? It's gmail but not quite.
[Q]

Score: 0 points
Any particular reason?
#19302 by pavpanchekha (1.0000) posted on 7:22pm Saturday, January 26th, 2008
xoom said:
Probably a long shot but any way this app can be modified so I can use my domain (using google apps)? It's gmail but not quite.
[Q]



Sure, in fact its insanely easy.
[Q]



Open mail.py in your favourite editor.
Scroll all the way down to the bottom, then up until you see the "class Backends:" line
Look for the url (its in the url function) in the GMail class (look for the line after "def url(self):"
replace the relevant parts of the url with the correct url. In particular open the googleapps gmail and look for the rss icon in your browser. When you click it, copy the url and put everything after the http:// after the @ in the url in the program.
[Q]



To make things shorter:
[Q]



replace line 322 with:
[Q]



 

return "https://%s:%s@[the url of my feed]" % \
[Q]



where the url of the feed is found as above
[Q]



If you really want, you can copy the entire GMail class to a new copy (call it GoogleApps) in the Backends Class and replace the url in there. Then you can choose the backend in preferences.
[Q]



*Edited at 7:23pm, 01/26/08
Score: 0 points
Any particular reason?
#19371 by pavpanchekha (1.0000) posted on 2:44pm Tuesday, January 29th, 2008
Link Has been updated! Redownload. Sorry.
[Q]



New version that fixes a stupid error on my part.
http://www.mediafire.com/?5dxvveqc2we
[Q]



Thank you blackvd for pointing out the problem.
[Q]



This will fix problems you probably had with the trunk version of awn.
[Q]



*Edited at 3:01pm, 01/29/08
Score: 0 points
Any particular reason?
#19441 by rooofsycorax (0.1704) posted on 5:03pm Thursday, January 31st, 2008
( no avatar )
Hello there, just wanted to ask if this applet automatically checks for new mail after a set number of minutes. If so, where can I change it, and if not, how can I make it do that?
[Q]



Thanks for your time.
[Q]

Score: 0 points
Any particular reason?
#19442 by pavpanchekha (1.0000) posted on 5:14pm Thursday, January 31st, 2008
It should check every 15 seconds. Apparently some people have problems with it.
[Q]



You'd have to go into the code to do that.
[Q]



The refresh button is just if you HAVE to refresh it THIS MOMENT.
[Q]

Score: 0 points
Any particular reason?
#19468 by rooofsycorax (0.1704) posted on 6:55pm Friday, February 01st, 2008
( no avatar )
Okay, well I am one of those people having problems with the refresh. It doesn't refresh at all unless I hit the refresh button twice. Any fix for this? It's a nice little app, but useless if it doesn't check for mail automatically.
[Q]



Thanks.
[Q]

Score: 0 points
Any particular reason?
#19478 by pavpanchekha (1.0000) posted on 1:29pm Saturday, February 02nd, 2008
I know, I'm working on finding the bug. Its quite annoying, there is so much that could be going wrong. I'm aware of the problem, and will release a new version as soon as it is fixed.
[Q]

Score: 0 points
Any particular reason?
#19635 by pavpanchekha (1.0000) posted on 11:46am Tuesday, February 05th, 2008
Next release. Seems to fix the issue with crashes and loss of update. However, that may also have to do with changes Moonbeam made to awn-core-testing. So I really have no idea of whether it will work on trunk. I'm optimistic though.
[Q]






If anything goes wrong, tell me here.
[Q]

Score: 0 points
Any particular reason?
#19638 by jelly (0.1750) posted on 12:26pm Tuesday, February 05th, 2008
( no avatar )
I have a simple question about your applet how do you install/ run it? I can't find it in the wiki, some other applets use the awn applet package this is more user friendly. Is there going to be a gmail awn applet package or is the install/running quite simple?smile
[Q]

Score: 0 points
Any particular reason?
#19639 by malept (1.0000) posted on 12:30pm Tuesday, February 05th, 2008
( no avatar )
jelly said:
I have a simple question about your applet how do you install/ run it? I can't find it in the wiki, some other applets use the awn applet package this is more user friendly. Is there going to be a gmail awn applet package or is the install/running quite simple?smile
[Q]



Two options:
[Q]



* Install awn-extras
[Q]



* Download the .awn file from the mediafire link and install from awn-manager.
[Q]
Score: 0 points
Any particular reason?
#19640 by jelly (0.1750) posted on 12:40pm Tuesday, February 05th, 2008
( no avatar )
I get it , just added the tar.gz, but there doesn't appear a appelt, is there a dependence problem? I have isntalled python feeder, gconf Gnome keyring manager is installed, it's running. Maybe a reboot will help
[Q]



*Edited at 12:59pm, 02/05/08
Score: 0 points
Any particular reason?
#19641 by malept (1.0000) posted on 12:42pm Tuesday, February 05th, 2008
( no avatar )
that's probably the old applet which requires python-libgmail...
[Q]
Score: 0 points
Any particular reason?
#19642 by pavpanchekha (1.0000) posted on 1:00pm Tuesday, February 05th, 2008
If you already have awn-extras, there will also be an old gmail applet. Make sure that you choose the new one. It will be called "Mail Applet", not GMail applet. Also, as you've discovered, .tar.gz is the same as .awn
[Q]



Its just easier not to rename it.
[Q]

Score: 0 points
Any particular reason?
#19656 by jelly (0.1750) posted on 10:09am Wednesday, February 06th, 2008
( no avatar )
Well it still doesn't run, this is what my terminal says:
File "/home/jelle/.config/awn/applets/mail/mail.py", line 459, in <module>
applet = Applet()
File "/home/jelle/.config/awn/applets/mail/mail.py", line 50, in __init__
self.awn.settings["backend"] = "GMail"
File "/home/jelle/.config/awn/applets/mail/AWNLib.py", line 305, in __setitem__
self.set(key, value, t)
File "/home/jelle/.config/awn/applets/mail/AWNLib.py", line 282, in set
self.new(key, value, type)
File "/home/jelle/.config/awn/applets/mail/AWNLib.py", line 311, in new
self.client.new(key, value, type)
File "/home/jelle/.config/awn/applets/mail/AWNLib.py", line 336, in new
func(os.path.join(self.folder, key), value)
gobject.GError: Foutieve sleutel of mapnaam: `mail/backend': Moet beginnen met een schuine streep (/)
[Q]



The last sentence is in Dutch, it says wrong key or directory name must start with a "/"
[Q]



Score: 0 points
Any particular reason?
#19657 by pavpanchekha (1.0000) posted on 10:39am Wednesday, February 06th, 2008
Can you try the newest version? I may have fixed that
[Q]

Score: 0 points
Any particular reason?
#19682 by jelly (0.1750) posted on 11:55am Wednesday, February 06th, 2008
( no avatar )
I use the last version of your applet, i have downloaded it form this link http://www.mediafire.com/?3bl4wu59hur
[Q]

Score: 0 points
Any particular reason?
#19687 by pavpanchekha (1.0000) posted on 2:32pm Wednesday, February 06th, 2008
Do you have GConf installed?
[Q]



Please do the following:
run gconf-editor
# If that doesn't exist, please compile a version of AWN without GConf
[Q]



go to apps/a-w-n/applets/mail
# That doesn't exist, tell me
[Q]



Tell me what fields are there on the right
[Q]

Score: 0 points
Any particular reason?
#19692 by Kanji_Man (0.1965) posted on 9:31pm Wednesday, February 06th, 2008
First of all thank you for continuing to develop this applet, I look forward to the day when I can completely replace checkgmail with it.
[Q]



While I have had many problems with earlier versions of this applet, I am currently using the version provided at:
http://www.mediafire.com/?5dxvveqc2we
and it is working well after hammering out the python dependencies and manually unpacking the tar.gz into ~/.config/awn/applets and restarting awn.
[Q]



I wanted to report that I have tried to update to the ?3bl4wu59hur version however I am encountering the same set of errors that jelly posted above. I reverted back to the ?5dxvveqc2we version and all is working well again.
[Q]

Score: 0 points
Any particular reason?
#19693 by pavpanchekha (1.0000) posted on 3:27am Thursday, February 07th, 2008
Can you do the same as I posted above? Run gconf-editor and go to apps/[a-w-n]/applets/mail
[Q]



Sorry for the problems. Hopefully I can get them fixed soon. By the way, you don't have to manually unpack the tarball. You can drag and drop to the applet pane in awn0manager
[Q]

Score: 0 points
Any particular reason?
#19694 by jelly (0.1750) posted on 5:27am Thursday, February 07th, 2008
( no avatar )
I have did what you asked here is a screenshot of my gconf
Link http://s237.photobucket.com/albums/ff178/jelly-linux/
I will try the method of kanji_man and it works (version ?5dxvveqc2we) Thanks for the nice applet i don't have to use the ubuntu toolbar any more:P
[Q]



*Edited at 5:30am, 02/07/08
Score: 0 points
Any particular reason?
#19695 by pavpanchekha (1.0000) posted on 5:40am Thursday, February 07th, 2008
What branch of AWN do you use? I'll release a debug version sometime today that'll dump more to the console so I can figure out what's wrong.
[Q]

Score: 0 points
Any particular reason?
#19698 by jelly (0.1750) posted on 6:24am Thursday, February 07th, 2008
( no avatar )
I use version 0.2.0-bzr155-1 from download.tuxfamily.org repository for ubuntu gutsy. It works fine now the older version. Thanks for your applet if you need some info a will give it to you!
[Q]

Score: 0 points
Any particular reason?
#19700 by Kanji_Man (0.1965) posted on 10:58am Thursday, February 07th, 2008

I am currently using avant-window-navigator-bzr 0.2.0-bzr151-1 from the repository at http://download.tuxfamily.org/syzygy42 on ubuntu gutsy 64bit.
[Q]

Score: 0 points
Any particular reason?
#19701 by pavpanchekha (1.0000) posted on 12:33pm Thursday, February 07th, 2008
Can you try the new version once more? (Now that the keys are there if it works that really helps narrow down the problem)
[Q]

Score: 0 points
Any particular reason?
#19734 by Kanji_Man (0.1965) posted on 7:44pm Saturday, February 09th, 2008
As requested I tried to load the ?3bl4wu59hur version once again but it still does not work. Here is the relevant portion of terminal spam:
[Q]



Traceback (most recent call last):
File "/home/user/.config/awn/applets/mail/mail.py", line 459, in <module>
applet = Applet()
File "/home/user/.config/awn/applets/mail/mail.py", line 50, in __init__
self.awn.settings["backend"] = "GMail"
File "/home/user/.config/awn/applets/mail/AWNLib.py", line 305, in __setitem__
self.set(key, value, t)
File "/home/user/.config/awn/applets/mail/AWNLib.py", line 282, in set
self.new(key, value, type)
File "/home/user/.config/awn/applets/mail/AWNLib.py", line 311, in new
self.client.new(key, value, type)
File "/home/user/.config/awn/applets/mail/AWNLib.py", line 336, in new
func(os.path.join(self.folder, key), value)
gobject.GError: Bad key or directory name: "mail/backend": Must begin with a slash (/)
[Q]

Score: 0 points
Any particular reason?
#19744 by pavpanchekha (1.0000) posted on 7:37am Sunday, February 10th, 2008
I'm looking at various fixes, but I think I may have it. Will post new version today or tomorrow.
[Q]

Score: 0 points
Any particular reason?
#19747 by pavpanchekha (1.0000) posted on 9:29am Sunday, February 10th, 2008



Try this one. Contains a one-line fix in AWNLib that seems to be the problem.
[Q]

Score: 0 points
Any particular reason?
#19781 by Kanji_Man (0.1965) posted on 1:02am Monday, February 11th, 2008
Thank you for your continued development of this applet. I can confirm that this new ?8inndummigt version works, and better than previous releases. You may want to update the first post to reflect the new download location.
[Q]



When the mail icon is clicked, and the summary balloon appears. If the user then clicks the first icon to go to their gmail mailbox it would be nice if the user was automatically logged into their account. Other applets such as checkgmail and google talk do this.
[Q]



However the main issue was functionality. Many previous versions of this applet simply would not run for me but this new one runs very well
[Q]

Score: 0 points
Any particular reason?
#19783 by pavpanchekha (1.0000) posted on 3:27am Monday, February 11th, 2008
Kanji_Man said:
When the mail icon is clicked, and the summary balloon appears. If the user then clicks the first icon to go to their gmail mailbox it would be nice if the user was automatically logged into their account. Other applets such as checkgmail and google talk do this.
[Q]



I can try. Can you please open a bug on launchpad? This is pretty complex, however, as the google servers are quite fickle about what constitutes a login (for good reason).
[Q]

Score: 0 points
Any particular reason?
#19836 by nullgel (0.1704) posted on 8:20am Tuesday, February 12th, 2008
I like the option to hide the icon when no new mail is available in version 8inndummigt. This app is really tightening up nicely. I really appreciate the work!
[Q]

Score: 0 points
Any particular reason?
#19842 by pavpanchekha (1.0000) posted on 10:11am Tuesday, February 12th, 2008
nullgel said:
I like the option to hide the icon when no new mail is available in version 8inndummigt. This app is really tightening up nicely. I really appreciate the work!
[Q]



Thanks, and thanks to moonbeam for suggesting that.
[Q]

Score: 0 points
Any particular reason?
#19986 by xecure (0.1975) posted on 8:11am Friday, February 15th, 2008
( no avatar )
Ok, I have downloaded the tar.gz file and I have put it in my "/usr/share/awn-extras-applets" directory. I have no idea what to do after this.
[Q]



edit: I added the applet via "applets" on awn manager and "Mail Applet" Shows up on the list of applets available, but when I add it to the active applets list it does not show up. Not even a white line.
[Q]



*Edited at 8:37am, 02/15/08
Score: 0 points
Any particular reason?
#19990 by pavpanchekha (1.0000) posted on 10:00am Friday, February 15th, 2008
xecure: You can remove it from /usr/share, what you need to do is to drag and drop the tarfile (not extracted) into AWN-Manager on the right side of the applets window (or click the plus sign and select the tarfile). That should install it.
[Q]



If it does not work after that, please post terminal output here.
[Q]

Score: 0 points
Any particular reason?
Pages: 1 2
Thread Listing » AWN Applets » GMail Applet 2.0

Post A Reply:

Anonymous posting has been disabled. Please register first before attempting to post.
Powered by Metaforum ©2004-2010
Get your own Free AJAX Forum Messageboard by visiting the offical site.
.