Hope, I have chosen correct category
I changed my device some times ago and I discovered there are problems with snapped apps on AMD GPU. All of them cannot access /usr/share/libdrm/amdgpu.ids file. I unsquashed one of (https://github.com/altair-graphql/altair/issues/1969) app and added path /usr/share/libdrm/ to the LD_LIBRARY_PATH. It resolved the problems, but problem is global, and a lot of applications cannot access this file. Can you propose some solution for that avoid changing all snaps manually?
I also see this problem. This problem should be solved globally and not by every single snap package.
For me this problem occurs for the snap packages:
slack
IntelliJ
bitwarden
I was forced to uninstall these snap packages because they were not usable in this state. I manually needed to install the .deb packages from vendor site. But this way no auto update is possible.
Would love to see a global solution.
Is there a way to create a feature request for this?
to get rid of this message there’s a workaround for core22+gtk apps snap disconnect yourapp:opengl
p.s. not sure about perfomance a gtk snap without opengl but it works
Hi.
Just to let you know that I solved this issue by uninstalling the snap version and installing via apt instead: sudo apt install vlc.
I’m not sure why there should be a difference between the two but it would be nice if they were validated before being released.
Cheers.