| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
Uncategorized Entries with no category
 |
Posted 12-09-2012 at 07:40 AM by dr_agon
Updated 12-09-2012 at 07:44 AM by dr_agon
applies to: linux, KMail, Opera, Balsa, Claws
Recently I got sick of new KMail. I tried to be patient and after upgrading to new KDE4 (together with Kubuntu 12.04, which is "Long Term Support", so it was ment to be "stable") I ran trough all pains with migrating my e-mails and configuring it together with Akonadi, Nepomuk, and Virtuoso. I hoped to get the whole KDE-PIM usable again. Now, after half a year, I gave up and searched for replacement.
I needed Mail User...
|
Member
|
|
Views 610
Comments 0
|
 |
Posted 03-06-2011 at 06:34 AM by dr_agon
After switching to KDE4 I was little confused with its new philosophy of Plasma containers and activities. As it looked interesting, I tried to find more information. Now, there are some nice posts showing how to use it, but I couldn't find the answer for a simple question: where the information about desktop icons is stored on a disk?
Just for the record, in KDE 4.4.5 it is in
'~/.kde/share/config/plasma-desktop-appletsrc'
|
Member
|
|
Views 1862
Comments 0
|
 |
Posted 02-20-2011 at 04:30 PM by dr_agon
applies to: linux, find, xargs, convert, image processing
' convert' command, which is a part of ImageMagick package can be used for image resizing, but it lacks ability to process multiple files (in version of ImageMagick 6.5.7-8 2010-12-02). Instead of writing a shell script you can use find and xargs commands to collect filenames and invoke convert with one filename at a time, like this:
Code:
find -iname "*.jpg" -printf "%f\0" \
| xargs -0 -I {} convert
...
|
Member
|
|
Views 2001
Comments 0
|
 |
Posted 12-02-2008 at 03:53 PM by dr_agon
applies to OpenOffice.org, Linux, Windows, Python, XML
Recently I try to develop modules for already existing, big project using Python and OpenOffice.org. The application is meant to work both under Linux and Windows. Unfortunately, it is not easy. - Python-UNO bridge to OpenOffice, which is part of OO suite, is different. Under Linux it works flawlessly with the fairly new Python v. 2.5. Under Windows it works only with supplied Python v. 2.3.4. It wouldn't be so bad if recent wxWidgets
...
|
Member
|
|
Views 1827
Comments 0
|
 |
Posted 11-28-2008 at 08:23 PM by dr_agon
applies to: Python, wxPython (v.2.8), wxWidgets, wx.PrintPreview, wx.Printout
When creating wx.PrintPreview class, you must pass 2 parameters of wxPrintout class (see doc)
If someone (like me) gets a silly idea of passing the same instance of wxPrintout class as both parameters, on closing the preview frame he will get segmentation fault or double free error.
Example ( don't do this!):
Code:
class MyPrintout(wx.Printout):
#rest of code
...
|
Member
|
|
Views 1708
Comments 0
|
All times are GMT -5. The time now is 09:05 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|