Could you give the link for your patch? I will try to apply it for backports.
1 Like
I could get it working from command line, but not able to figure out how to do it via desktop file. I copied the desktop file from /usr/share/applications to .local/share/applications and edited Exec line to /home/user/bin/clapper and in ~/bin/clapper I have,
#!/bin/sh
export MESA_GLES_VERSION_OVERRIDE=3.2
clapper "$@"
But when starting clapper by clicking on the icon and entering a URL it crashes - passing url from command line works (I have added this variable in ~/.bashrc also).
3 Likes
So, I applied the mentioned merge request to mesa 24.3.2
and it did the job! Clapper 0.8.0
works fine with Byzantium backports and MESA_GLES_VERSION_OVERRIDE=3.2
.
3 Likes
Byz too old, Crim please.
1 Like