Running FDM inside Distrobox
Posted: Sat Jul 06, 2024 2:29 pm
When I try to run I get the following :
The Image uses Debian 12
Edit :
Installing the following packages
and configuring locales via and choose en-US.UTF-8. Fixed things.
Code: Select all
[ikel@debian ~]$ /opt/freedownloadmanager/fdm
Detected system locale encoding (ANSI_X3.4-1968, locale "") is not UTF-8.
Qt shall use a UTF-8 locale ("C.UTF-8") instead. If this causes problems,
reconfigure your locale. See the locale(1) manual for more information.
QSqlQuery::value: not positioned on a valid record
QSqlQuery::value: not positioned on a valid record
QSqlQuery::value: not positioned on a valid record
QSqlQuery::value: not positioned on a valid record
QSqlQuery::value: not positioned on a valid record
could not load multimedia backend "gstreamer"
QtMultimedia is not currently supported on this platform or compiler.
Aborted (core dumped)
The Image uses Debian 12
Edit :
Installing the following packages
Code: Select all
xdg-utils ffmpeg libgstreamer1.0-0 apt-get install libgstreamer-plugins-base1.0-0
and configuring locales via
Code: Select all
sudo dpkg-reconfigure locales