Warning: session_start(): open(/tmp/sess_bh125j7573vo6afuiq4e5osd20, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
KGmailNotifier openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (5) . 

KGmailNotifier

   0.5.2  

KDE Mail Application

Score 85%
KGmailNotifier
zoom


Link:  http://
Downloads:  9466
Submitted:  Mar 29 2007
Updated:  Jul 9 2012

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




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




LicenseGPL
Donate
Send to a friend
Subscribe
Other  Content  from marcel83
Report inappropriate content



goto page: prev  ... 2  3  4  5  6  7  8  9  10  11 

-

 Italian translation

 
 by sconosciuto on: Aug 12 2011
 
Score 50%

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.


Reply to this

-

 Sound card powersave issue and suggestions

 
 by sconosciuto on: Aug 19 2011
 
Score 50%

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.


Reply to this

-
.

 Trouble w/ Multiple Displays

 
 by dk0r on: Jul 9 2012
 
Score 50%

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.


Reply to this

-
.

 Trouble w/ Multiple Displays

 
 by dk0r on: Jul 9 2012
 
Score 50%

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.


Reply to this

-

 Re: Trouble w/ Multiple Displays

 
 by marcel83 on: Jul 9 2012
 
Score 63%

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


Reply to this

-
.

 Re: Re: [SOLVED] Trouble w/ Multiple Displays

 
 by dk0r on: Jul 15 2012
 
Score 50%

[SOLVED] w/ 0.5.2 --Thank you!


Reply to this

-

 Like Checkgmail?

 
 by lionhater on: Oct 5 2012
 
Score 50%

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?


Reply to this

-

 kdelibs5-dev needed for compiling in kubuntu 12.10

 
 by lionhater on: Oct 11 2012
 
Score 50%

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?


Reply to this

goto page: prev  ... 2  3  4  5  6  7  8  9  10  11 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team