ViViD said:
While Linux Mint is based on Ubuntu, it is not Ubuntu.
The PPA you are using is built with, by, and for Ubuntu. Personally, the current 1.2.0 has never crashed for me on Ubuntu 10.04, which probably means that you should rebuild this package for your distribution.
Since Mint is Debian based, 'apt-get source mangler && apt-get build-dep mangler' should pull and extract the Mangler source code with Debian based changes and install all of the necessary dependencies. From here you should be able to change to the extracted directory and issue the 'debuild -b' command to build a binary package for your system. (If debuild isn't available, try installing the devscripts package)
After this, if you are still getting crashes you should work to provide debugging information. Ekilfoil or like developers can aid you in this process.
It does use Ubuntu's repos so I have no idea where you've gotten your misinformation? Mangler has always worked fine for me until latest ppa update.
deathgasm@jupiter ~ $ sudo apt-get source mangler && apt-get build-dep mangler
Reading package lists… Done
Building dependency tree
Reading state information… Done
Skipping already downloaded file 'mangler_1.2.0~ppa0.tar.gz'
Skipping already downloaded file 'mangler_1.2.0~ppa0.dsc'
Need to get 0B of source archives.
Skipping unpack of already unpacked source in mangler-1.2.0~ppa0
E: Could not open lock file /var/lib/dpkg/lock – open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
deathgasm@jupiter ~ $ sudo apt-get source mangler && apt-get build-dep manglerReading package lists… Done
Building dependency tree
Reading state information… Done
Skipping already downloaded file 'mangler_1.2.0~ppa0.tar.gz'
Skipping already downloaded file 'mangler_1.2.0~ppa0.dsc'
Need to get 0B of source archives.
Skipping unpack of already unpacked source in mangler-1.2.0~ppa0
E: Could not open lock file /var/lib/dpkg/lock – open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
That didn't help much.