The removal of qt5ct causes QT applications to not be displayed in the theme set by the user. This includes the popular VLC media player and is especially annoying when using the dark mode. The qt5ct can be re-installed on Mint 22 without any issue. So why is it removed on the upgrade? @clefebvre ?
Introduced with commit: f239cde
After the upgrade without qt5ct:

After installing qt5ct again:

If there is a reason why qt5ct is removed, there are other possibilities to achieve the system theme on QT applications:
- installing
qt5-gtk2-platformtheme and set environment variable QT_QPA_PLATFORMTHEME=gtk2
- installing
qgnomeplatform-qt5 and set environment variable QT_QPA_PLATFORMTHEME=gnome
It would be nice to implement one of these possibilities to get a consistent look again over all applications.
The removal of
qt5ctcauses QT applications to not be displayed in the theme set by the user. This includes the popular VLC media player and is especially annoying when using the dark mode. The qt5ct can be re-installed on Mint 22 without any issue. So why is it removed on the upgrade? @clefebvre ?mintupgrade/usr/lib/linuxmint/mintupgrade/constants_mint.py
Line 56 in b9eb676
Introduced with commit: f239cde
After the upgrade without qt5ct:

After installing qt5ct again:

If there is a reason why qt5ct is removed, there are other possibilities to achieve the system theme on QT applications:
qt5-gtk2-platformthemeand set environment variableQT_QPA_PLATFORMTHEME=gtk2qgnomeplatform-qt5and set environment variableQT_QPA_PLATFORMTHEME=gnomeIt would be nice to implement one of these possibilities to get a consistent look again over all applications.