View previous topic :: View next topic |
Author |
Message |
kaput Apprentice

Joined: 23 May 2003 Posts: 197
|
Posted: Mon Jun 28, 2004 12:49 pm Post subject: Sweet! GNOME GMail tray utility! -> Gtray |
|
|
Just saw this over at gnomedesktop.org. Apprently its a tool to keep track of the status of your Gmail inbox! I was hoping somebody would do this. Now we just need to serve up ebuilds!  |
|
Back to top |
|
 |
shm Advocate


Joined: 09 Dec 2002 Posts: 2380 Location: Atlanta, Universe
|
Posted: Mon Jun 28, 2004 1:40 pm Post subject: |
|
|
For us KDE users, there is also a KDE equivalent _________________ what up |
|
Back to top |
|
 |
Lowspirit Apprentice


Joined: 31 Jul 2002 Posts: 258 Location: Northern Sweden
|
Posted: Mon Jun 28, 2004 4:53 pm Post subject: |
|
|
Being an avid GMail fan I find this most excellent, looking forward to see it mature in future versions. _________________ Gentoo | AMD X2 3800+ 2GB RAM | Kernel 2.6.30 . ReiserFS . CFQ . GCC4.3.3 | Firefox 3.5 | Gnome 2.26 w/ Compiz-Fusion
"Penguins are the only fish that can fly" |
|
Back to top |
|
 |
cron0 Tux's lil' helper


Joined: 05 Jan 2004 Posts: 132 Location: Montreal, Quebec
|
Posted: Mon Jun 28, 2004 4:58 pm Post subject: |
|
|
I tried it, it didn't work really well...
First of all I couldn't find the HTTPS Ruby bindings (ruby-libopenssl?)
Then when I run it, it always says I have 7000 new messages...
Any clues? |
|
Back to top |
|
 |
Lowspirit Apprentice


Joined: 31 Jul 2002 Posts: 258 Location: Northern Sweden
|
Posted: Mon Jun 28, 2004 5:49 pm Post subject: |
|
|
I'm having similar issues, I've surely screwed something up because after talking to the dev this is NOT how it is supposed to work =)
v1.1 is out now with notification, icon turns into a red envelope type looking thing when new unread messages are in your inbox, and he is looking into more type of notifications (like presenting number of new msgs in trayicon etc). _________________ Gentoo | AMD X2 3800+ 2GB RAM | Kernel 2.6.30 . ReiserFS . CFQ . GCC4.3.3 | Firefox 3.5 | Gnome 2.26 w/ Compiz-Fusion
"Penguins are the only fish that can fly" |
|
Back to top |
|
 |
jrz Apprentice


Joined: 19 Mar 2003 Posts: 272 Location: Sacramento, CA USA
|
Posted: Mon Jun 28, 2004 7:52 pm Post subject: |
|
|
any ebuilds yet? _________________ Press F1 for Help. |
|
Back to top |
|
 |
pagal n00b

Joined: 17 Feb 2003 Posts: 59
|
Posted: Tue Jun 29, 2004 6:40 am Post subject: |
|
|
can anyone make an ebuild of it?
thanks. |
|
Back to top |
|
 |
Lowspirit Apprentice


Joined: 31 Jul 2002 Posts: 258 Location: Northern Sweden
|
Posted: Sat Jul 03, 2004 8:37 pm Post subject: |
|
|
Until this project matures may I suggest a neat gdesklet :
http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=171
Peek at my screenshot link in my signature to see it in action. _________________ Gentoo | AMD X2 3800+ 2GB RAM | Kernel 2.6.30 . ReiserFS . CFQ . GCC4.3.3 | Firefox 3.5 | Gnome 2.26 w/ Compiz-Fusion
"Penguins are the only fish that can fly" |
|
Back to top |
|
 |
oberyno Guru

Joined: 15 Feb 2004 Posts: 467 Location: /bin/zsh
|
|
Back to top |
|
 |
kaput Apprentice

Joined: 23 May 2003 Posts: 197
|
Posted: Sun Jul 04, 2004 3:45 pm Post subject: |
|
|
That's a nice little desklet. However, I edited the XML file to remove the image and shrink the width. It fits nicely and unobtrusively in the corner that way.  |
|
Back to top |
|
 |
_danno n00b


Joined: 08 Nov 2003 Posts: 17 Location: Michigan, USA
|
Posted: Tue Jul 06, 2004 5:22 am Post subject: |
|
|
I downloaded the ebuilds from breakmygentoo and just put them in the overlay, but after emerging gtray doesn't appear in any menus to add to the panel... does anybody know where it needs to be for that? |
|
Back to top |
|
 |
oberyno Guru

Joined: 15 Feb 2004 Posts: 467 Location: /bin/zsh
|
Posted: Tue Jul 06, 2004 5:54 am Post subject: |
|
|
Quote: | I downloaded the ebuilds from breakmygentoo and just put them in the overlay, but after emerging gtray doesn't appear in any menus to add to the panel... does anybody know where it needs to be for that? |
You need to manually add gtray to your .xinitrc or wherever applications start up with your window manager.
You can make sure gtray itself is working by typing gtray in a terminal. |
|
Back to top |
|
 |
_danno n00b


Joined: 08 Nov 2003 Posts: 17 Location: Michigan, USA
|
Posted: Tue Jul 06, 2004 7:45 pm Post subject: |
|
|
thanks oberyno, that was simple enough! |
|
Back to top |
|
 |
allucid Veteran

Joined: 02 Nov 2002 Posts: 1314 Location: atlanta
|
Posted: Sat Jul 10, 2004 9:11 am Post subject: |
|
|
Are there any other apps besides Gtray and the desklet for checking gmail? I don't really like either one all too much. |
|
Back to top |
|
 |
oberyno Guru

Joined: 15 Feb 2004 Posts: 467 Location: /bin/zsh
|
Posted: Sat Jul 10, 2004 9:27 am Post subject: |
|
|
I think kde has a gtray equivalent app. Just curious though, what exactly do you want the mail checker to do?
Play a sound? If you're using gtray you can modify TrayIcon.rb in /usr/lib/gtray to look something like this:
Code: | if new_messages > 0 then
@icon.set("gmail.png")
IO.popen("echo Mail >| /dev/speech")
else
|
Or use something like ogg123 /mnt/music/your_favorite_mail_tune in place of the echo speech thing.
That being said, I wouldn't mind if gtray was written in python or some other language that I already had on my computer. I think its the only ruby app I have. |
|
Back to top |
|
 |
allucid Veteran

Joined: 02 Nov 2002 Posts: 1314 Location: atlanta
|
Posted: Sat Jul 10, 2004 10:02 am Post subject: |
|
|
no. sounds are bad.
I just was scared off by all the ruby dependencies. it seems like such a simple app...can't really justify installing all the dependencies for one little mail checker that only checks gmail accounts.
[edit] ok i gave in and installed it for now.
I did a 'emerge -p gtray > gtray.deps' before hand so if I uninstall it in the future I can remove all those ruby deps. |
|
Back to top |
|
 |
oberyno Guru

Joined: 15 Feb 2004 Posts: 467 Location: /bin/zsh
|
Posted: Sat Jul 10, 2004 10:47 am Post subject: |
|
|
Yeah, it is a simple app. When I get better at python I might rewrite it. But don't hold your breath, I'm bad at coding and will probably take a long time if I ever start, let alone finnish.
Edit: And I've just started learning python. But I will look at it. I wasn't happy with all the dependencies either. |
|
Back to top |
|
 |
DraGoNsLaYeR n00b

Joined: 14 Jul 2004 Posts: 3
|
Posted: Fri Jul 16, 2004 11:47 pm Post subject: |
|
|
I get this
bash-2.05b$ python KNewGmail.py
Traceback (most recent call last):
File "KNewGmail.py", line 18, in ?
from kdecore import KApplication, KIconLoader, KIcon, KConfigSkeleton
ImportError: No module named kdecore
I am running KDE but I don't know where I should I put the files. |
|
Back to top |
|
 |
oberyno Guru

Joined: 15 Feb 2004 Posts: 467 Location: /bin/zsh
|
Posted: Sat Jul 17, 2004 7:56 am Post subject: |
|
|
Do you have pykde? I'm not a kde person, but I would think that's where kdecore would be. |
|
Back to top |
|
 |
thedumbkid n00b

Joined: 13 Dec 2003 Posts: 72
|
Posted: Sat Jul 24, 2004 4:12 pm Post subject: |
|
|
hey ppl, sorry I want to bring up this thread again I didn't know there's gtray until 2 days ago
I quickly got something working w/ gtk and curl last night...
I didn't like all that ruby dependency...
I already have curl for electronicsheep so I don't mind that
download here if you want to check it out, and if you don't mind point out any mistakes I make:
http://s92717864.onlinehome.us/gmailtray.tar.gz
like I said, you need USE="ssl" emerge curl
note that it's very barebone right now, I have exams in a week so one night is as much as I can spend on this for the time being
read README file
edit gmailtray.c to include your username and password...
and edit stuff in main() if you want to change the time interval... |
|
Back to top |
|
 |
pazz Apprentice


Joined: 01 Dec 2002 Posts: 283
|
|
Back to top |
|
 |
viperlin Veteran

Joined: 15 Apr 2003 Posts: 1319 Location: UK
|
Posted: Fri Aug 20, 2004 5:48 pm Post subject: |
|
|
what we really need is a gkrellm plugin for gmail support
gtray emerged from breakmygentoo 1.1-r1 both with and without ssl enabled with USE decides my username and password are wrong :-\ weird. going to try and find an ebuild or something for that one posted above
the gdesklets sucked and only updated once then froze.... :-\ |
|
Back to top |
|
 |
oberyno Guru

Joined: 15 Feb 2004 Posts: 467 Location: /bin/zsh
|
Posted: Fri Aug 20, 2004 11:37 pm Post subject: |
|
|
viperlin wrote: |
gtray emerged from breakmygentoo 1.1-r1 both with and without ssl enabled with USE decides my username and password are wrong :-\ weird. going to try and find an ebuild or something for that one posted above | Google changed something in their mail settings about a week and a half ago, so gtray and the one posted above haven't worked since. They both worked flawlessly before that. |
|
Back to top |
|
 |
viperlin Veteran

Joined: 15 Apr 2003 Posts: 1319 Location: UK
|
Posted: Fri Aug 20, 2004 11:42 pm Post subject: |
|
|
ah, i'll wait for the update |
|
Back to top |
|
 |
|