No interactive terminal in SLED 15 #479

Open
opened 2018-11-03 17:10:10 +01:00 by calcium90 · 0 comments
calcium90 commented 2018-11-03 17:10:10 +01:00 (Migrated from github.com)

I compiled cool-retro-term in SUSE Linux Enterprise Desktop 15 having installed the dependency packages listed for openSUSE, however when running the application there is no interactive terminal, just a cursor in the corner.

The terminal output is:

user@pc:~/git/cool-retro-term> ./cool-retro-term
default KB_LAYOUT_DIR:  "/home/user/git/cool-retro-term/qmltermwidget/QMLTermWidget/kb-layouts"
QObject::connect: No such slot Konsole::TerminalDisplay_QML_165::close()
loadAllColorSchemes
file:///usr/lib64/qt5/qml/QtQuick/Dialogs/DefaultFileDialog.qml:210:25: QML ListView: Binding loop detected for property "model"
QSqlDatabase: QSQLITE driver not loaded
QSqlDatabase: available drivers: 
QSqlQuery::prepare: database not open
qrc:/Storage.qml:35: Error: Driver not loaded Driver not loaded
Both point size and pixel size set. Using pixel size.

Installed the package libQt5Sql5-sqlite to address the qsqlite error and re-launched. This resolved the issue.

I compiled cool-retro-term in SUSE Linux Enterprise Desktop 15 having installed the dependency packages listed for openSUSE, however when running the application there is no interactive terminal, just a cursor in the corner. The terminal output is: ``` user@pc:~/git/cool-retro-term> ./cool-retro-term default KB_LAYOUT_DIR: "/home/user/git/cool-retro-term/qmltermwidget/QMLTermWidget/kb-layouts" QObject::connect: No such slot Konsole::TerminalDisplay_QML_165::close() loadAllColorSchemes file:///usr/lib64/qt5/qml/QtQuick/Dialogs/DefaultFileDialog.qml:210:25: QML ListView: Binding loop detected for property "model" QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QSqlQuery::prepare: database not open qrc:/Storage.qml:35: Error: Driver not loaded Driver not loaded Both point size and pixel size set. Using pixel size. ``` Installed the package libQt5Sql5-sqlite to address the qsqlite error and re-launched. This resolved the issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

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