mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-01-18 12:15:27 +00:00
5 lines
138 B
Bash
Executable File
5 lines
138 B
Bash
Executable File
#!/bin/bash
|
|
#This is a workaround for an ubuntu specific problem with appmenu-qt5.
|
|
QT_QPA_PLATFORMTHEME=
|
|
qmlscene -I imports app/main.qml
|