


Developers Apps by pynm0001 52 comments
Please confirm you have at least kdesvn-build 1.6.1 by running kdesvn-build --version to make sure you're not accidentally running an older version of kdesvn-build included on your system. - Jul 11 2008

Developers Apps by pynm0001 52 comments

Developers Apps by pynm0001 52 comments

Screensavers by pynm0001 25 comments
Try doing (from the same directory)
"./scons install" to run the local scons manually, that would hopefully work. - Mar 11 2006

Developers Apps by pynm0001 52 comments

Developers Apps by pynm0001 52 comments

Utilities by pynm0001 6 comments
Anyways, kde-config wasn't found, which is odd because it's kinda basic for a kde development environment.
Do you have all the appropriate kde development packages installed (e.g. kdelibs-dev)? - Oct 20 2005

Screensavers by pynm0001 25 comments
And yes, I always hated downloading packages that just wouldn't compile which is why I've tried to make it easy to build and install. It's a lot easier when you have SCons/bksys to help instead of the autotools though. ;) - Sep 17 2005

Developers Apps by pynm0001 52 comments

Developers Apps by pynm0001 52 comments

Developers Apps by pynm0001 52 comments

Developers Apps by pynm0001 52 comments

Developers Apps by pynm0001 52 comments

Developers Apps by pynm0001 52 comments
global
kdedir /usr
make-install-prefix sudo
...
end global
But you don't want to install directly in /usr, you want to install in something like /usr/local/kde, or /usr/kde, or /opt/kde, but don't dump everything in /usr. ;)
The make-install-prefix thing is to run "sudo make" instead of just "make" in order to get root permissions during the install procedure. This means that sudo should work without requiring a password if you want to go this route. - May 30 2005

Developers Apps by pynm0001 52 comments

Utilities by TheOneAndOnlyFoo 33 comments
You could get bonus points by popping up spyware sites randomly as well. ;) - Dec 28 2004
I will investigate solutions to allow abakus to compile with 3.1 and 3.2 but until then, an easy fix would be to change the setupGUI(...); call in mainwindow.cpp to be createGUI();
You will lose a little bit of functionality, but the program should still work. - Oct 16 2004
I like this idea, I'll have to see how hard it is to do.
> dcop-interface to submit an expression/get the result.
I think the whole point of abakus is to be compact enough to do that itself, but DCOP support is such a trivial thing to add that I can't see a reason not to.
> self-defined functions:
f(x)=x^2 + 2*x - 6 => (done)
f(4) => 18
I want to add this but I'll have to rearrange the parser. This is one of the areas where Ariya's SpeedCrunch *really* has abakus beat, since it's easier to form a parse tree with his parser.
> save history to file (txt)
Good idea.
> save defined function to file:
Also a good idea.
> set a list of function-sets which should be loaded automaticly on startup.
Well I figure if you define the function it will always be loaded automatically after that. - Oct 07 2004
The nice thing about this program is that it is GUI driven, making it even easier for people to install a CVS version of KDE. Beyond that I'm not sure, as I've never used it myself. - Sep 14 2004
$ tar xzvf archive-version.tar.gz
the files are extracted in the *current* directory instead of being extracted into the directory archive-version.
When you package your program, you should create a temporary directory, copy the files that will be in the package into this temporary directory, and then tar up the directory, not the files.
Example:
$ mkdir qbuildkde-0.6
$ cp source.* qbuildkde-0.6
$ tar czf qbuildkde-0.6.tar.gz qbuildkde-0.6
$ rm -r qbuildkde-0.6
Your archive is now contained within qbuildkde-0.6.tar.gz, and will not spill files all over a user's home directory when he extracts it. ;-) - Sep 10 2004

Utilities by meneerdik 6 comments
I guess that's how you select a range of tracks in mplayer? I was wondering why it was taking so long to encode the track... turns out I almost encoded the whole damn DVD. :-)
Guess it's time to upgrade mplayer. - Mar 29 2004

Utilities by meneerdik 6 comments
My version of mplayer only seems to want the dvd://$i option. I changed that and it seems to work fine so far. - Mar 29 2004

KDE 3.x Window Decorations by ceebx 78 comments

KDE 3.x Window Decorations by ceebx 78 comments