Both Steam and VLC are broken on my Xubuntu 22.04 LTS machine. VLC gives the simplest error logs.
$ vlc 'myVideo.AVI'
VLC media player 3.0.16 Vetinari (revision 3.0.13-8-g41878ff4f2)
[00005555c60eb580] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
libGL error: did not find extension DRI_Mesa version 1
libGL error: failed to load driver: i965
libEGL fatal: did not find extension DRI_Mesa version 1
QObject::~QObject: Timers cannot be stopped from another thread
Segmentation fault (core dumped)
After reading some online discussion, I am confident that this Mesa package is at fault. However, I obviously can't uninstall my graphics drivers.
What options exist for people in my situation? That is, "a package that I must not uninstall is broken" situations? Currently, I'm thinking of seeing if moving to 23.04 will magically fix the problem, but this seems like an extreme solution for fixing exactly one package.
apt list --installed
showslibgl1-mesa-glx/lunar-updates,now 23.0.4-0ubuntu1~23.04.1 i386 [installed]
. – J. Mini Aug 26 '23 at 12:48