fonsp / Pluto.jl

🎈 Simple reactive notebooks for Julia
https://plutojl.org/
MIT License
4.96k stars 286 forks source link

suppress output of xdg-open #2736

Closed Pangoraw closed 10 months ago

Pangoraw commented 10 months ago

GTK warnings can be confusing, let's redirect the output of xdg-open to devnull.

github-actions[bot] commented 10 months ago

Try this Pull Request!

Open Julia and type:

  julia> import Pkg
  julia> Pkg.activate(temp=true)
  julia> Pkg.add(url="https://github.com/fonsp/Pluto.jl", rev="xdg_open_devnull")
  julia> using Pluto