Swordfish90 / cool-retro-term

A good looking terminal emulator which mimics the old cathode display...
22.34k stars 851 forks source link

Installation fails on Ubuntu 10.17 #385

Closed jeffehobbs closed 7 years ago

jeffehobbs commented 7 years ago

Installation fails on ubuntu 10.17 with this error:

Package libqt5qml-graphicaleffects is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source

What's the best way to satisfy that dependency?

badp commented 7 years ago

Is it possible that that package is now qml-module-qtgraphicaleffects?

jeffehobbs commented 7 years ago

Maybe? That seemed promising until actually installing cool-retro-term, then the error becomes:


Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 cool-retro-term : Depends: libqt5qml-graphicaleffects but it is not installable
                   Depends: qtdeclarative5-dialogs-plugin but it is not installable
E: Unable to correct problems, you have held broken packages.```
badp commented 7 years ago

Well, yes, qml-module-qtgraphicaleffects is sufficient to build from source, but the .deb package is still referencing a package that doesn't exist.

jeffehobbs commented 7 years ago

Yes! After installing qml-module-qtgraphicaleffects, downloading and building from source works perfectly. Thanks very much!