


Email by tonypizza 42 comments
~/.config/ImapQuickCheck/
Warning : as far as i remember, you need to recompile ImapQuickCheck with the modified python file in order to use it.
cheers - Nov 30 2010

Email by tonypizza 42 comments
Pretty strange I would say. Which imap server are you using ? Can it be accessed through SSL as well ?
Maybe the imap server has temporary problems. It will be probably better in a few days.
ImapQuickCheck uses Python's imap libraries to retrieve info from imap servers, and maybe it has problems getting info from slow answering ones.
I personally also may encounter the "fetch error" from time to time, but it rarely lasts long. It seems to affect particular servers more than others. Note this is note a "log-in error", proving that ImapQuickCheck is connected to the server but cannot retrieve info. To me, this is a Python problem. Note as rock solid as it should be.
regards/
- Nov 30 2010
If you're in the hurry, instructions to make translations work are the following :
1/ edit the .ts file according to your language. Leave it where it is (in the /ts folder).
2/ run "lrelease qclip.pro" from the command line : this will generate .qm files in the /ts folder.
3/ move the .qm file corresponding to your language either in "/usr/share/qlipper/translations/" or "/home/YourUserName/.config/Qlipper/"
4/ app should be translated next time you run it.
Regards/ - Jan 11 2010

Email by tonypizza 42 comments
I managed to print out the traceback (here enclosed) from sys.exc_info(). but output is unclear to me.
Can you draw any useful informations?
Thank you
---P
---- enc
('KeyError', '<no args>', [' File ".config/ImapQuickCheck/imap_check_sql_final.py", line 159, in imapMailboxChecker\n mailArray.append( [ extractDataNew(mesginfo[0][1], _keys_new[0]),\n', ' File ".config/ImapQuickCheck/imap_check_sql_final.py", line 91, in extractDataNew\n return htmlentities( filterHTML( _data[(_start+len(_currentKey)):_end].strip() ) )\n', ' File ".config/ImapQuickCheck/imap_check_sql_final.py", line 55, in htmlentities\n result.append(\'&%s;\' % codepoint2name[ord(c)])\n'])
sys.exc_info() <type 'exceptions.KeyError'>
------ enc enc
Hi,
this looks like a character encoding problem, which is hell in python. The function that is supposed to solve the problem is the one that appears to be failing here.
I don't have a clue, since you have one mailbox that does not meet this problem. And I don't have personnally the problem with 4 different mailboxes. At this point I do not have enough stuff to identify the source of the problem. - Jan 01 2010

Email by tonypizza 42 comments
The FETCH error means that the imap server was asked to retrieve unread mail, and that something went wrong doing that. This should not happen in the imap server is ok.
The LOGIN error means that the server rejected the login/password pair.
If it works for one account, it should do as well for the others.
One last thing that can be done is to check the contents of the database ('accounts.db') located in the folder where the python script was, and look for 'ghost characters' or something strange else.
regards
- Dec 30 2009

Email by tonypizza 42 comments
I also have Ubuntu Karmic and it works fine.
Check you have all these dependencies installed :
python-sqlite
python-pysqlite2
libqt4-sql
libqt4-sql-mysql
libqt4-sql-sqlite
libqt4-sql-sqlite2
Normally, libqt4-sql-sqlite2 and python-pysqlite2 should be enough.
You may also launch the python script in a terminal and see what it says. It is located in /home/<MyUserName>/.config/ImapQuickCheck/imap_check_sql_final.py
Also check in your account settings that port 993 is used (it should be by default).
There is no more, I guess, I could do to help you !
Good luck - Dec 29 2009

Email by tonypizza 42 comments
I just checked with a gmail account of mine (which I haven't been using for a long time) and ... it works !
It should work for you too, provided you have all the dependencies required (Qt4 including sql/sqlite module and python-pysqlite2).
The settings you use look correct (protocol : Imap SSL / host : imap.gmail.com) except for the user : remove the '@gmail.com' at the end.
What distro do you use ?
Regards/ - Dec 29 2009

Email by tonypizza 42 comments
regards/ - Sep 12 2009

Email by tonypizza 42 comments
All of your proposals are very interesting but i am afraid that i don't have that much time to develop an app as full featured as mail-notification for now.
Anyway, I can give you some kind of an answer to the following points :
1/ well, I quite agree, got to find a more suitable icon.
2/ the Qt4 showMessage() instruction used for the popup does not allow fancy stuff to display in. I could eventually replace it with a command like: kdialog -passivepopup
3/ I have wondered the question of displaying many messages in the popup too, but I finally found it very 'intrusive' : half your desktop is suddenly showing the unread messages. I personnally rather something more discrete. This could eventually be an option in the Settings panel.
4/ doubleclick assigned to Email Reader
middleclick assigned to Email composer
5/ well, this is a point of view
6/ this would involve deep changes and quite some time to code
7/ Imap protocol makes it easy to retrieve 'Unseen' mail. In the contrary, pop3 does not. Local mbox : i dont know. Gmail could be not that difficult to implement.
regards/ - Sep 10 2009

Email by tonypizza 42 comments
yes, it checks the INBOX folder on your imap server.
You may want to set an alternate inbox in the accounts settings dialog.
Setting various alternate inboxes is not currently supported, but this could be an idea for a future version.
regards/ - Sep 09 2009

Email by tonypizza 42 comments
Let me know if this now works (or not !) for you.
Regards/ - Sep 09 2009

Email by tonypizza 42 comments
You probably don't have the Sql module for Qt installed. Check the python-pysqlite2 package too.
regards/ - Sep 09 2009

System Software by tonypizza 15 comments
Please provide your e-mail, then i'll be able to send you the appropriate translation file to edit.
regards/
- Nov 06 2008
I checked MLT's installed files on my system and I found those :
mlt /usr/lib/mlt/libmltavformat.so
mlt /usr/lib/mlt/libmltcore.so
mlt /usr/lib/mlt/libmltdv.so
mlt /usr/lib/mlt/libmltfezzik.so
mlt /usr/lib/mlt/libmltgtk2.so
mlt /usr/lib/mlt/libmltinigo.so
mlt /usr/lib/mlt/libmltkdenlive.so
mlt /usr/lib/mlt/libmltoldfilm.so
mlt /usr/lib/mlt/libmltplus.so
mlt /usr/lib/mlt/libmltsdl.so
mlt /usr/lib/mlt/libmltsox.so
mlt /usr/lib/mlt/libmltvalerie.so
mlt /usr/lib/mlt/libmltvmfx.so
mlt /usr/lib/mlt/libmltvorbis.so
mlt /usr/lib/mlt/libmltwestley.so
So what kdenlive is complaining about ? - Oct 07 2008
I checked MLT's installed files on my system and I found those :
mlt /usr/lib/mlt/libmltavformat.so
mlt /usr/lib/mlt/libmltcore.so
mlt /usr/lib/mlt/libmltdv.so
mlt /usr/lib/mlt/libmltfezzik.so
mlt /usr/lib/mlt/libmltgtk2.so
mlt /usr/lib/mlt/libmltinigo.so
mlt /usr/lib/mlt/libmltkdenlive.so
mlt /usr/lib/mlt/libmltoldfilm.so
mlt /usr/lib/mlt/libmltplus.so
mlt /usr/lib/mlt/libmltsdl.so
mlt /usr/lib/mlt/libmltsox.so
mlt /usr/lib/mlt/libmltvalerie.so
mlt /usr/lib/mlt/libmltvmfx.so
mlt /usr/lib/mlt/libmltvorbis.so
mlt /usr/lib/mlt/libmltwestley.so
So what kdenlive is complaining about ? - Oct 07 2008
Gave a try to 0.7beta1. Compiled fine but i was not able to launch the program.
Console says :
kdenlive(19254) MainWindow::parseProfiles: RESULTING MLT PATH: "/usr/share/mlt/profiles/"
mlt_repository.c, mlt_repository_init: failed to dlopen /usr/lib/mlt/libmltsox.so
mlt_repository.c, mlt_repository_init: failed to dlopen /usr/lib/mlt/libmltsdl.so
KCrash: Application 'kdenlive' crashing...
sock_file=/root/.kde4/socket-carrouf-G1/kdeinit4__0
Bugtracker mentions a /opt/qt/lib/libqt-mt.so.3 file which is not a qt4 file, but a qt3 one (im my distro).
Any idea ?
thanks - Oct 06 2008

System Software by tonypizza 15 comments
There is no svn at the moment.
What I need more for now are suggestions for the future developments of archassistant.
Let me know if you have some ideas.
regards/ - May 26 2008

System Software by tonypizza 2 comments
Anyway you have to tell me more about the 'AsusLauncher' details.
regards/
- May 22 2008
I found that when listing files that are being checked, KPar2 does not show information about damages files such as 'Found 63 of 69 data blocks.'.
Is is possible to display this info in the list?
Thanks. - Jan 15 2008
I noticed that when you launch Kpar2 in Konqueror (right mouse button / Preview with Kpar2) the messages in the status bar (such as "Sources files verified" or "files repaired") remain after you press the Konqueror's "back" button.
You have to close to the current tab and reopen one to have the normal Konqueror's status bar messages restored.
Except this small disturbance, Kpar2 is really cool. Any plan to develop a KDE 4 version ?
- Dec 17 2007
FEATURES REQUEST :
- comment/uncomment block of text according to the selected syntax highlight
- indenting text with the TAB key : when you have selected a block of text and you press the TAB key, text should not be erased but should be indented instead.
- indenting text 'backwards' should be allowed with keys combination SHIFT+TAB.
- auto-indent text feature (behaviour should correspond to a preselected indent style such as style python, style c, style xml, style c...)
- markers : pressing CTRL+B should highlight permanently a particular line or block of lines in the editor.
- markers : a color marker should be presented in the right scroll slider as well.
- even more popular syntax highlights : css, javascript, xhtml, asp, jsp, java, ini files ...
Good work. - Nov 21 2007

Email by tonypizza 42 comments
I disabled the sorting functionality since it didn't do what expected. The sorting of the '#' column goes something like this : 1 10 100 1000 2 20 200 2000 3 30 ... This is an alphabetical sorting, not a numeric one. I did not find the trick to change this so I decided to keep things simple (not enabling sorting).
Sorry for the nuisance. - Nov 14 2007

Email by tonypizza 42 comments
both of your remarks are perfectly justified & pertinent. The features you ask should be available as an option somewhere in the Settings panel.
I'll be studying the inclusion of these points for future versions.
thanks for your interest/
- Sep 25 2007

Email by tonypizza 42 comments
you have to install the "pykde" or "python-kde" package (which are kde bindings for python) in your distro.
regards/ - Sep 22 2007

Email by tonypizza 42 comments
you have to install the "pykde" or "python-kde" package (which are kde bindings for python) in your distro.
regards/ - Sep 22 2007

Email by tonypizza 42 comments
Regards/ - Sep 22 2007

Email by tonypizza 42 comments
1/check if the following packages are actually installed in you distro : sqlite2, sqlite3, python-pysqlite.
2/check if there could be a confusion between python 2.4 & 2.5 installation.
3/directly modify the kpopassistant.py code from line 30 to 41 : erase all of these lines and just keep "from pysqlite2 import dbapi2 as sqlite" instead.
Good luck ! - Sep 21 2007

Email by tonypizza 42 comments
I'll check a little further. If it is not too complicated, i'll integrate this functionality in a future development.
regards/ - Sep 21 2007

Email by tonypizza 42 comments
regards/ - Sep 21 2007

Email by tonypizza 42 comments
I think I just forgot to update the 'About' dialog. The tarball online is version 0.2. Anyway if the app lets you set a POP3-SSL account, it means it is version 0.2.
Sorry for the nuisance. - Jul 24 2007

Email by tonypizza 42 comments
The error may be caused by some networking problem, or, - in your case - more probably by some specific charset decoding/encoding. I have to say that this is my worse nightmare in this project : handling specific charsets (.i.e. iso-8551, utf-8, etc.) in different languages. It seems I haven't found the perfect method yet.
Does this problem occur very often or just from time to time ?
Have you tried, eventually, to generate some more locales for your distro ?
Maybe you can try to preview your mail by pushing the "toggle view" button, this could help.
Let me kwnow. - May 09 2007

Email by tonypizza 42 comments
- Mar 14 2007

Email by tonypizza 42 comments
I guess not everybody needs such an app as a mailbox notifier, but people who use them know why.
First of all I did not invent this kind of app at all. You can see that there is a lot of them available for windows, for instance. I guess I went through this because I did not find what I exactly wanted for Linux/Kde.
The first purpose oh this apps is to notify in realtime people for new mail, without the need of having your email client opened, which is often a heavyweight application. But KPopAssistant has absolutly no intention of replacing a full featured email client.
From there one can imagine what to do when noticed about a new mail arrival (here, from a systray icon) : read it, delete it, reply, check for attachment or size. You can check the whole mailbox size and see if it is not 100% full. You may also look for spam mail and delete it. In that concern I'll be certainly programming an extended version with an automatic spam filter in a near future.
Finally you may use this program when you're not at home with your own computer, and still manage your mailbox without a full email client properly configured.
So, some people need it or just find it's cool or handy, and some others just don't. It's up to them.
- Mar 14 2007

Email by tonypizza 42 comments
This is one of the most full featured video player I've tried, and yet I did not test everything. Good job.
What could be improved :
. the volume slider does not change the right output channel : should be Master Volume instead of PCM one. But still the best to do with this is not to affect any of the channels, just mix SMPlayer's audio level within the global alsa sound system.
. Fullscreen mode : an on-screen menu should appear when the mouse is dragged, for example, to the bottom edge of the screen. This menu would integrate an audio level gadget, a fullscreen toggle mode, progress slidebar, next track buttons, etc.
- Mar 13 2007
-I.moc -I.ui -o .obj/preferencesdialog.o preferencesdialog.cpp
preferencesdialog.cpp: In constructor ‘PreferencesDialog::PreferencesDialog(QWidget*, const char*, bool, Qt::WFlags)’:
preferencesdialog.cpp:170: erreur: ‘priority_spacer’ was not declared in this scope
- Mar 12 2007
Just wondering if overall download speed over newsgroup could be a little faster. Anyway, as this is my first time with NzbPower, I guess I have to wait a few days before getting to any conclusion about this. - Aug 30 2006
/usr/include/libxml2/libxml/xmlerror.h:837: error: typedef ‘xmlGenericErrorFunc’ is initialized (use __typeof__ instead)
/usr/include/libxml2/libxml/xmlerror.h:868: error: function ‘void xmlParserError(void*, const char*, ...)’ is initialized like a variable
/usr/include/libxml2/libxml/xmlerror.h:872: error: function ‘void xmlParserWarning(void*, const char*, ...)’ is initialized like a variable
/usr/include/libxml2/libxml/xmlerror.h:876: error: function ‘void xmlParserValidityError(void*, const char*, ...)’ is initialized like a variable
/usr/include/libxml2/libxml/xmlerror.h:880: error: function ‘void xmlParserValidityWarning(void*, const char*, ...)’ is initialized like a variable
/usr/include/libxml2/libxml/valid.h:44: error: typedef ‘xmlValidityErrorFunc’ is initialized (use __typeof__ instead)
I tried to install the wired-libs 0.2 but it failed too. My distro is opensuse 10.1. - Jun 14 2006