Debian Bullseye installation dependencies missing #715

Open
opened 2022-04-18 06:14:17 +02:00 by seanfdnn · 1 comment
seanfdnn commented 2022-04-18 06:14:17 +02:00 (Migrated from github.com)

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
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 ```
craig commented 2022-05-30 23:19:55 +02:00 (Migrated from github.com)

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

FYI, this seems to be fixed; "apt install cool-retro-term" works out of the box.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: seeseemelk/cool-retro-term#715
No description provided.