Swordfish90 / cool-retro-term

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

Debian Bullseye installation dependencies missing #715

Open seanfdnn opened 2 years ago

seanfdnn commented 2 years ago

The instructions for building on Debian Bullseye are missing two dependencies from the apt-get install:

Without these, you will see the following error:

QQmlApplicationEngine failed to load component
qrc:/main.qml:148:5: Type SettingsWindow unavailable
qrc:/SettingsWindow.qml:68:17: Type SettingsGeneralTab unavailable
qrc:/SettingsGeneralTab.qml:249:26: Type FileDialog unavailable
file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Dialogs/DefaultFileDialog.qml:42:1: module "QtQuick.Controls" version 1.2 is not installed
Cannot load QML interface
craig commented 2 years ago

FYI, this seems to be fixed; "apt install cool-retro-term" works out of the box.