Warning: session_start(): open(/tmp/sess_jhn0bsouf9pq4rrluh9n7ektg1, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
mhogomchungu's comments 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

-
- mhogomchungu's profile .- Fan of (1) .- CV  .- Friends  .- Content (1) .- Latest Comments (21) . 
Re: Re: Re: Re: Re: Works Well :)
Oct 25 2013  on content qCheckGMail


The git version now does this.The audio notification will be triggered only when there is a new email in an account.Will appreciate if you could test and comment if it works as you expect it to

.
Re: Re: Re: Re: Re: Works Well :)
Oct 24 2013  on content qCheckGMail


i cant seem to be able to add new comment at the end of this thread since the "reply to this" link is gone so i am adding it here,hope you can follow.

I just made a commit that will audio notify only if the number of new emails from just finished check is greater than the one from previous one.This check is easy to do and should do for now.

To account for a scenario where a user may read one email and get another to give different emails in their inbox but with the same number of email count will take some doing and its for another day.

If you are curious,the problem is two folds.

1. I will have to see a recognizable pattern from output returnd by google,you can see the output by running qCheckGMail from the terminal with "-d" option.

2.qCheckGMail handles arbitrary number of accounts with arbitrary number of labels.Keeping track of individual account state from previous check and compare them from current check may require a bit more effort.

The code from git should be sufficient for your use case for now.

.
Re: Re: Re: Re: Re: Works Well :)
Oct 24 2013  on content qCheckGMail


qCheckGMail does not pop up a message when new emails are found,it only changes its icon and plays a sound.A pop up bubble is produced only when a user mouse over the icon.

With my use case,i read email i get as soon as qCheckGMail notifies me of their presence and hence it currently doesnt account for noticing the same new email it noticed on the previous check.

Will add new code shortly to play a sound only when the number of new emails went up since last check.

.
Re: Re: Re: Works Well :)
Oct 24 2013  on content qCheckGMail

isnt that how its supposed to work?Your description is a bit ambiguous to me as i can read it to mean different things.

The icon and icon bubble reflects the state of the email account the last time the check was done.

If the state of the email account changes(eg new email arrived) and qCheckGMail does not reflect the change then there is a bug in it.What version of qCheckGMail are you using?

.
Re: Works Well :)
Oct 24 2013  on content qCheckGMail

thanks for the suggestions.I just made a commit to reflect them.

gmail-plasmoid was one of my favorite applications but it has a very annoying bug that freezes the desktop everytime my internet connection became shaky.I made a bug report and it went for a very long time without being fixed,it still isnt fixed as of this writing and i then decided to create this application to solve gmail-plasmoid problems i was having and i then decided to share the program with the community at large.

i am glad you have found my effort useful.

.
Re: open qcheckGmail with firefox
Aug 13 2013  on content qCheckGMail

qCheckGMail asks KDE to open a web browser and KDE does so using its default web browser.If you want firefox to be used instead,change KDE default browser to firefox.

you can change the setting at: "system settings->workspace appearance and behavior->default application->web browser"

.
Re: Re: Re: Re: Re: zulu* group
Jun 23 2013  on content qCheckGMail

just published a new version with the correction.Thanks for making me aware of this

.
Re: Re: Re: zulu* group
Jun 22 2013  on content qCheckGMail

aaah,ok.
Thanks for the report,i based the build process in this project from my other project and those just carried over.They are not even needed there and i just forgot about them.

Will remove them and make a new release shortly

.
Re: zulu* group
Jun 22 2013  on content qCheckGMail

I do not see how it is doing that,the build system is controlled by CMakeLists.txt file in the source folder and it doest not have any of those words and hence can not be responsible for creating them.You can look at the file from this link: https://github.com/mhogomchungu/qCheckGMail/blob/master/CMakeLists.txt

Do you have zuluCrypt installed?old version automatically created those groups,newest version does not.zuluCrypt is hosted at: http://code.google.com/p/zulucrypt/

.
Re: Re: Re: Re: Re: error when build
Jun 19 2013  on content qCheckGMail

open "CMakeLists.txt" file from the source folder,go to line 29 and then add "/lib64/libkdecore.so.5" next to "-lkwalletbackend"

The line should now read:

TARGET_LINK_LIBRARIES( qCheckGMail -L${KDE4_LIB_DIR} -L${QT_LIBRARY_DIR} -lkdeui -lkwalletbackend /lib64/libkdecore.so.5 )

try to build again.

.


Do you miss your friend here on the website?
Send an invitation email


Search people
Current visitors
New users
Birthdays
Most active users
Back



-



 
 
 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