Ubuntu Forums Archive Viewer

Reconstructor under Dapper?

Archived thread 328575 from Ubuntu Customization Guide. Markdown source: Ubuntu_Customization_Guide/thread_328575_Reconstructor_under_Dapper.md

Original URL About this archive
#1

There's a way to install reconstructor in Ubuntu 6.06 Dapper Drake. I've tried with the "all deb" package in the project's page but it ask me for a dependencie that isn't available for dapper. Someone knows anything?

#2

What dependency is it asking for?

#3

the usplash-dev package, that is only available for edgy and feisty as i can see (searching in the ubuntu package database). I've tried to install it on dapper and it ask me for some libs version that i've already have installed on my machine.

PD: And i don't find the source code of that package, instead of it i found the usplash source code, but that package is not the problem...

#4

I also had this problem and I solved by editing reconstructor.py and comment edgy dependencies lines check. Simply find and comment lines: 315, 316 and 317. And that's all.:p Regards

#5

Seee, I've realized that such dependency is not needed for dapper, the devs have to polish that disadvantage in the .deb package tough...

#6

@vlaktop:

thanks for the tip !