Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gadfly pop up not working in Ubuntu - workaround #1619

Open
nomadbl opened this issue Jun 29, 2023 · 1 comment
Open

Gadfly pop up not working in Ubuntu - workaround #1619

nomadbl opened this issue Jun 29, 2023 · 1 comment

Comments

@nomadbl
Copy link

nomadbl commented Jun 29, 2023

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/
@Mattriks
Copy link
Member

Mattriks commented Jul 2, 2023

Also you can make Gadfly plots open in other software: https://discourse.julialang.org/t/can-i-choose-display-software/29510

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants