https://github.com/JuliaLang/julia
Raw File
Tip revision: a7e1ec0dc4519f9f196e4b7f13bae7e538872319 authored by KristofferC on 12 May 2023, 10:57:45 UTC
ensure zones are reallocated in new processes
Tip revision: a7e1ec0
julia.desktop
# To use uxterm, change to these values.
#
# Exec=uxterm -e julia
# Terminal=false
#
# To use a .png icon specify the full path and file extension.
#
# Icon=/usr/share/icons/hicolor/48x48/apps/julia.png
#
[Desktop Entry]
Name=Julia
Comment=High-performance language for technical computing
Exec=julia
Icon=julia
Terminal=true
Type=Application
Categories=Development;
back to top