Comment 7 for bug 1866855

Revision history for this message
Ionized Girl (ionizedgirl) wrote :

Workaround: before running app (in this case wickrme) but after snapd creates the relevant tmpfs in
the app's fsns /usr/lib/x86_64-linux-gnu, run the following:

sudo snap run --shell wickrme -c 'ln -s /var/lib/snapd/hostfs/usr/lib/x86_64-linux-gnu/nvidia /usr/lib/x86_64-linux-gnu/nvidia'

(replace wickrme with app name as needed)

Surely this could be done automatically in in the gl slot plug thing?