cool-retro-term icon indicating copy to clipboard operation
cool-retro-term copied to clipboard

Debian Bullseye installation dependencies missing

Open seanfdnn opened this issue 2 years ago • 1 comments

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

  • qml-module-qtquick-controls
  • qml-module-qtquick-layouts

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

seanfdnn avatar Apr 18 '22 04:04 seanfdnn

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

craig avatar May 30 '22 21:05 craig