Missing dependency "qt6-graphs" causes crash on launch
Description:
Easy Effects crashes because of missing module "QtGraphs". It appears the package qt6-graphs was mistakenly removed from the required dependencies of easyeffects.
% easyeffects
QQmlApplicationEngine failed to load component
qrc:/qt/qml/ee/ui/contents/ui/Main.qml:214:5: Type PreferencesSheet unavailable
qrc:/qt/qml/ee/ui/contents/ui/PreferencesSheet.qml:1:1: module "QtGraphs" is not installed
terminate called after throwing an instance of 'std::runtime_error'
what(): Failed to load QML UI
zsh: IOT instruction (core dumped) easyeffects
Additional info:
% pacman -Q easyeffects
easyeffects 8.0.8-2
Steps to reproduce:
-
Ensure
qt6-graphsis not installedsudo pacman -R qt6-graphs -
Run Easy Effects to see the crash
easyeffects -
Manually install
qt6-graphsand observe that it launches successfully.