Fails to install on Linux Mint 17 Qiana
Bug #1363526 reported by
Jesse Hein
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Magick Rotation |
New
|
Undecided
|
Unassigned |
Bug Description
On trying to run MAGICK-INSTALL is stops with the error "No pacakge managers compatible with this installer." (It also gives and error about magic_roataion.
This is caused by using the deprecated FetchProgress api in the python apt.progress package. The newer versions use apt.progress.old but that interface has been removed now.
The solution is to change to package apt.progress.gtk2 and change FetchProgress to GOpProgress and InstallProgress to GInstallProgress (in file apt_installprog
Patch attached. After the change it installed and ran fine.
To post a comment you must log in.