PDA

View Full Version : Request: Taskjuggler


greenrenault
November 22nd, 2005, 05:07 AM
Can we get Taskjuggler made available for Ubuntu?

http://www.taskjuggler.org/

Thanks!

MartinG
November 22nd, 2005, 05:35 AM
You can always install it via Klik, while waiting:

http://klik.atekon.de/

23meg
November 22nd, 2005, 06:06 AM
The klik version seems to be waiting for approval at the moment. BTW, the app isn't in Dapper.

greenrenault
November 23rd, 2005, 03:43 PM
I found that using alien I could convert the rpm into a deb and install from there.

Instructions here on how to do this:
http://ubuntu.wordpress.com/2005/09/23/installing-using-an-rpm-file/

Also taskjuggler requires libpng3 libraries to be installed.

Then to list the contents of the deb to find out what the program filename is use:
dpkg -c taskjuggler-kde_2.2.0_beta2-0.1_i386.deb

Which shows that TaskJugglerUI is the command to execute.
/opt/kde3/bin/TaskJugglerUI

Thanks for the above help!