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
When a user has both a deb and a snap installed, i.e. has the following setup:
$ which -a vlc
/usr/bin/vlc
/bin/vlc
/snap/bin/vlc
etrace should do the right thing and figure out that since there are variants of the snap on $PATH that are not actually a snap, we need to pass explicitly --use-snap-run too.
The text was updated successfully, but these errors were encountered:
When a user has both a deb and a snap installed, i.e. has the following setup:
etrace should do the right thing and figure out that since there are variants of the snap on $PATH that are not actually a snap, we need to pass explicitly
--use-snap-run
too.The text was updated successfully, but these errors were encountered: