vikdevelop/timer

libGL error on Time on Fedora 35 (flatpak version)

Closed this issue · 3 comments

taw00 commented
[todd@localhost ~]$ flatpak run com.github.vikdevelop.timer 
libEGL warning: MESA-LOADER: failed to retrieve device information

libEGL warning: DRI2: could not open /dev/dri/card0 (No such file or directory)
libGL error: MESA-LOADER: failed to retrieve device information
Timer is running ...
No provider of glGetShaderiv found.  Requires one of:
    Desktop OpenGL 2.0
    OpenGL ES 2.0

Try allow in Flatseal "GPU acceleration" (device=dri). Or enter command in terminal

flatpak run com.github.vikdevelop.timer --device=dri
taw00 commented

flatpak run --device=dri com.github.vikdevelop.timer

Apparently, the order matters. That worked.

I then install installed flatseal (which I had never heard of) and flipped that switch.

Thanks for the response. -t

I'll add this permission to Flathub manifest to make work Timer without this and similarly problems.