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
I Came here to document this problem and a workaround. The problem is not with Gadfly per se, but rather the way Gadfly interacts with applications by writing to /temp and then running that file through xdg-open (shell command).
The root of the problem is that in Ubuntu 22.04, the default way to use firefox is with snap packages that cannot access the /temp folder.
The work-around: set your temp folder to your home folder by adding this line to the end of your .bashrc file:
export TMPDIR=$HOME/temp/
The text was updated successfully, but these errors were encountered:
I Came here to document this problem and a workaround. The problem is not with Gadfly per se, but rather the way Gadfly interacts with applications by writing to
/temp
and then running that file throughxdg-open
(shell command).The root of the problem is that in Ubuntu 22.04, the default way to use firefox is with snap packages that cannot access the
/temp
folder.The work-around: set your temp folder to your home folder by adding this line to the end of your
.bashrc
file:The text was updated successfully, but these errors were encountered: