-
Discovered when I was trying to configure my own internal configuration that when I clicked "OK" to save it I would get an error message saying it could not find the path. My work space was in the folder:
c:\Documents and Settings\user\workspace
When I moved the workspace to c:\user\workspace so the path did not contain any spaces, it worked fine.
2009-09-18 05:50:45 UTC in Eclipse Checkstyle Plug-in
-
Hi.
I've repackaged the existing source to use Ant to generate the jar, javadocs and distribution versions. The java source files themselves are completely unchanged, however they were separated into main and test sub-folders.
The ant build.xml file can also run the junit tests, after pulling down the junit library using Ivy.
Please see the attached zip file.
E.
2009-08-20 03:12:54 UTC in PrivilegedAccessor
-
I've run sh -xv, the output is in the attached text file. Looks okay to me.
File Added: sh_output.txt.
2009-03-02 22:22:29 UTC in Liferea
-
Liferea 1.4.26
openSUSE 11.1
KDE 3.x
Try running liferea-add-feed from a shell prompt, and it has no effect on the running liferea process.
If I run dbus-monitor while trying this, I get the following output:
signal sender=org.freedesktop.DBus -> dest=(null destination) path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
string ":1.48"
string "".
2009-02-25 15:49:22 UTC in Liferea
-
Well, you could keep the unreadCount checking, but if it actually going to perform an operation on the feedlist, then do the clearing of the updated status as well. Not quite as holistic, but gets the job done.
Otherwise, you probably need to implement an "updatedCount" tracker similar to the unreadCount so you can check this as well to see if the feed needs attention.
2008-02-21 23:58:50 UTC in Liferea
-
I'm finding a lot of my feeds get a lot of items with the updateStatus flag set. When you mark all items read, this flag is not cleared, which adds a lot of noise to my eye.
The included patch will clear the updateStatus flag at the same time it sets the readStatus flag to true.
The only drawback of this patch is that it disables the checking of the unreadCount for the node as I couldn't...
2008-02-02 05:54:22 UTC in Liferea
-
Would it be possible to add kget (KDE's mini-downloader) to the list of available enclosure downloaders.
Perhaps it would be better to be able to specify your own program - ultimate customability (is that a real word?)
2007-11-01 22:34:10 UTC in Liferea
-
It is possible to compile makensis and get it working under linux, so you can generate your windows installs of a cross-platform project from the one system.
It would be great if EclipseNSIS could work in the linux environment too!
2007-09-11 01:09:02 UTC in EclipseNSIS
-
> You need to install the python-devel package in addition to the python package.
That did the trick. Ta muchly.
2007-03-06 21:13:02 UTC in DenyHosts
-
Running python 2.5 on openSuse 10.2.
Downloaded and untarred DenyHosts-2.6.tar.gz.
From the DenyHosts-2.6 folder, I run "python setup.py install" and get the following error message:
running install
error: invalid Python installation: unable to open /usr/lib/python2.5/config/Makefile (No such file or directory)
I am not familiar enough with python to know what to do from here.
2007-03-06 01:34:59 UTC in DenyHosts