You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to feature panorama in GNOME Software on Ubuntu, but unfortunately it seems broken currently.
Installed panorama on Ubuntu 18.04. Launching it results in:-
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
This is likely due to your launcher script not having all the necessary environment setup. I'd recommend adding after: [desktop-glib-only] to your part, and change the app launcher to use command: desktop-launch $SNAP/bin/panorama.
Happy to help test if you make that change & upload to the store.
The text was updated successfully, but these errors were encountered:
@popey From some research it appears to be some bug with how NVIDIA drivers handle symbolic links to some libraries. It'll be very helpful if you could provide what GPU you're using on your system.
Thank you so much for your time and for the detailed bug report!
We want to feature panorama in GNOME Software on Ubuntu, but unfortunately it seems broken currently.
Installed panorama on Ubuntu 18.04. Launching it results in:-
This is likely due to your launcher script not having all the necessary environment setup. I'd recommend adding
after: [desktop-glib-only]
to your part, and change the app launcher to usecommand: desktop-launch $SNAP/bin/panorama
.Happy to help test if you make that change & upload to the store.
The text was updated successfully, but these errors were encountered: