noson-app
noson-app copied to clipboard
Unable to start app
Hi,
Whenever I try to start noson, I get the following error:
$ noson-app
Signal handler is enabled.
"using file ':/i18n/noson_en.qm ' for translations."
QQmlApplicationEngine failed to load component
qrc:/controls2/noson.qml:25:1: plugin cannot be loaded for module "NosonApp": Cannot load library /usr/lib/noson/NosonApp/libNosonApp.so: (libFLAC.so.8: cannot open shared object file: No such file or directory)
Failed to load QML
Signal handler is destroyed.
I'm using manjaro linux and installed noson from AUR.
Seems the build of the app your are using requires libFLAC. So install libFLAC and it should work.
Unfortunately that isn't it. LibFLAC is installed.
$ pacman -Q --info flac
Name : flac
Version : 1.4.2-1
Description : Free Lossless Audio Codec
Architecture : x86_64
URL : https://xiph.org/flac/
Licenses : BSD GPL
Groups : None
Provides : libFLAC.so=12-64 libFLAC++.so=10-64
Depends On : gcc-libs libogg
Optional Deps : None
Required By : gst-plugins-good lib32-flac libopenmpt libsndfile noson-app sdl_sound tracker-miners
Optional For : cmus vlc
Conflicts With : None
Replaces : None
Installed Size : 1127.30 KiB
Packager : Jan Alexander Steffens (heftig) <[email protected]>
Build Date : Sa 22 Okt 2022 19:48:12
Install Date : Mo 19 Dez 2022 14:03:07
Install Reason : Installed as a dependency for another package
Install Script : No
Validated By : Signature
The weird thing is that noson was running without any issue for a long time. Just recently it fails to start.