KGmailNotifier

Email

Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

5
Become a Fan
6.5

Available as/for:
Description:
KGmailNotifier is a gmail notifier applet for KDE.

When new mail has arrived in your inbox a small window will popup, showing author and subject of the newest mail. The underlined link will take you right to your inbox with your preferred browser.

Bug reports, critic, compliments, suggestions, donations, etc. are highly welcome.


How to install:
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
make
make install (as root)

Currently, following languages have translation maintainers:
Dutch, Finnish, French, German, Slovak, Slovene, Spanish, Turkish
Last changelog:

Changelog from 0.5.1 to 0.5.2:
------------------------------
* Ported tray icon to status notifier item protocol
* Fix popup window positioning

Changelog from 0.5.0.2 to 0.5.1:
--------------------------------
* Improved KDE wallet handling

Changelog from 0.5.0.1 to 0.5.0.2:
----------------------------------
* More translation updates
* Dropped unmaintained translations

Changelog from 0.5.0 to 0.5.0.1:
--------------------------------
* Fixed i18n plural handling
* First translation updates

Changelog from 0.4.0-rc2 to 0.5.0:
----------------------------------
* Ported to KDE 4
* Rewrote popup animation code to work more smoothly under compositing window managers
* Various other improvements throughout the code


Ratings & Comments

148 Comments

LukasThyWalls

Hello Since i updated to Kubuntu 13.04 and using KGmailNotifier 0.5.2 (installed via Muon Package Manager) I have this window when checks the first time since i started KGmailNotifier (in spanish) http://img507.imageshack.us/img507/3011/grds.png Translated: You are about to log in to the site "mail.google.com" with the username "*****", but this website doesn't need authentication. It is possible that this is an attempt to deceive. Is "mail.google.com" the site that you want to visit? In the past, i don't see this window, What is producing this?

LukasThyWalls

Now, this isn't happen anymore. I hope it's fixed with some KDE update.

LukasThyWalls

Well, now is happening again. Something strange...

germanzorba

Hi, I'm using kgmailnotifier, whick works very well for me. The only problem comes when configuring konqueror instead of firefox as default browser. Whith firefox it works ok, but with konqueror it downloads a tmp file with the "...loading..." message of gmail, and opens it both with konqueror and firefox. Is that a bug of the app? Or have I made some mistake configuring konqeror as default browser? Thanks a lot.

marcel83

I can reproduce this behavior when Konqueror is set as default browser and KGmailNotifier is configured to use the default. It should work if you configure KGmailNotifier to use Konqueror explicitly. I'll try to fix this in the next release.

germanzorba

Thanks, it works.

wolftune

instead of clicking to get the popup, I'd like a setting that would make clicking go right to the website, so that is done in one click instead of two. Thanks!

lionhater

Otherwise: ERROR: cmake/modules/FindKDE4Internal.cmake not found in On another note, it doesn't work without kwallet running. I disable kwallet. Can it be free from it?

lionhater

Thanks for the gift though I haven't tried it yet. With a GTK applet, Checkgmail, one can perform some operations like "mark as read", "delete" etc. all without launching any external app, that is, through the applet itself. Though it consumed around 50 MB (no apparent CPU cycle) in Lubuntu, it's worth every bit of it as it's a very convenient feauter and RAM is cheap. Is this achiavable with your software without much trouble on your side?

dk0r

Depiction of problem: https://dl.dropbox.com/u/9408310/images/kgmailnotifier.png My system has three displays and I'm having trouble getting the yellow popup-window to appear above the system tray on my primary display. Despite configuring kgmailnotifier to 'Lock popup window to primary screen", the popup still appears on a non-primary display(screen). I cannot seem to use the settings for the horizontal or vertical offset to manualy position the popup. When I try to increase the offsets from a value of "0" the popup only moves left but I need the popup to move right towards my primary display. As such, in order to move the popup right I would need negative pixel values which the configuration does fields do not allow to be input.

marcel83

Thanks for the report. I just uploaded a small update. Does this fix your problem?

dk0r

[SOLVED] w/ 0.5.2 --Thank you!

dk0r

Depiction of problem: https://dl.dropbox.com/u/9408310/images/kgmailnotifier.png My system has three displays and I'm having trouble getting the yellow popup-window to appear above the system tray on my primary display. Despite configuring kgmailnotifier to 'Lock popup window to primary screen", the popup still appears on a non-primary display(screen). I cannot seem to use the settings for the horizontal or vertical offset to manualy position the popup. When I try to increase the offsets from a value of "0" the popup only moves left but I need the popup to move right towards my primary display. As such, in order to move the popup right I would need negative pixel values which the configuration does fields do not allow to be input.

sconosciuto

Hi. I noticed that KGmailNotifier doesn't let my soundcard go into powersave mode if sounds are enabled. Disabling them while KGmailNotifier is running it's not enough, I have to restart it. I also noticed that when I start it, it always disables the powersave mode. With "lsof | grep /dev/snd" I found out that KGmailNotifier is always using the pcm device. I solved this problem commenting out "m_audioPlayer = new AudioPlayer();" and replacing "m_audioPlayer->play();" with that: http://doc.qt.nokia.com/latest/phonon-overview.html#playback. However I don't know anything of C++ and I hope that someone else will solve this problem. I also noticed that shell commands are not allowed to turn on/off the led. Why don't you replace in ledHandler.cpp "ledProc << m_ledOffCommand;" with "ledProc.setShellCommand(m_ledOffCommand);"? Thanks.

sconosciuto

I've updated the it.po file in the unmaintained folder, but I noticed that fabrizio2210 had already done it (http://kde-apps.org/content/show.php?content=55375&forumpage=7#c340186 ). If you need it let me know.

tomasz77

I've made some changes in source code. I've added little feature - when option "Display number ..." is selected and you'll get connection error number of unread messages will remain on tray icon. Other changes is setting SIGIGN for segmentation fault signal and one other change - it helps with app crash I've gotten before (little workaround - I haven't noticed any side effect of this crash except annoing communication). I think it should help for problem described by EagleScreen. http://pastebin.com/efKLLmah

foggybrain

Could you please make changes so this app works ok with vlc-phonon, as I keep getting crash reports on quiting the app. Thanks

EagleScreen

Hello, I am suffering on crashes very often in KDE 4.5. I have obtained a backtrace from kcrash and KGmail notifier is crashing in main.cpp line 44: KGmailNotifier *kgmailnotifier = new KGmailNotifier(); My operating system is Kubuntu 10.10. Please take a look at the full backtrace here: http://pastebin.ca/1980478

EagleScreen

You can see the full backtrace in this Launchpad report: https://bugs.launchpad.net/ubuntu/+source/kgmailnotifier/+bug/671258 The backtrace link: http://launchpadlibrarian.net/58661474/kgmailnotifier-20101103-105147.kcrash

LinuxFanatic

Kgmailnotifier is very useful for me. Because usually I use Kontact/Kmail as E-Mail client. But when I'm out for business than I'm not able to sync all my mail stuff between desktop-pc and laptop. So I use kgmailnotifier on my notebook - it's more flexible for me (I use an IMAP account ... :-) ) Regards, Gürkan

mkengel

Personally, I would prefer if KGmailNotifier could check the ALL Mail instead of the Inbox - as many messages are never seeing the inbox. (On Ubuntu 9.10, I do not get the sound notification to work, no idea why.) Thank you for your consideration. Michael

foggybrain

I would be really good if the icon only appeared when emails are there. At present it just takes up room in my system tray. Is there something I can change in the code ? Thanks Tim

palirohar

In gmail I set up filters which automatically move some messages to imap subfolder (archive message and add label). This messages are still unread (I see this in kmail), but this app doesnt show this new messages. It is possible to show unread messages in other imap subfolder (they are archived unread messages with label)?

palirohar

Ok, with google I fond atom feed for all unread messages: https://mail.google.com/mail/feed/atom/unread So I changed line in src/account.cpp from: m_atomFileUrl->setPath("/mail/feed/atom"); to: m_atomFileUrl->setPath("/mail/feed/atom/unread"); and this apps show me new messages. It is possible add this fix to new version?

Psyduckogl

Are you sure this is correct installation guide? mkdir build && cd build cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .. make make install (as root) (What type of dots after --prefix?) I couldn't install it on my openSuse 11.2 Is the a rmp-based pack?

Pling
0 Affiliates
Details
license
version 0.5.2
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 2

Other Email:

Gemini
intellegit
last update date: 20 years ago

Score 4.4

ExMailChecker
haymant
last update date: 21 years ago

Score 5.0

LHMail
iwaszlefthand
last update date: 20 years ago

Score 5.0

KMailApplet
ichigo663
last update date: 9 years ago

Score 5.0

E-mail Notifier
ymget
last update date: 14 years ago

Score 5.7

FastMail
sophyn
last update date: 19 years ago

Score 5.0



System Tags