https://github.com/JuliaLang/julia
Raw File
Tip revision: 1cafb1b324941d82b088eefd088ed09b1a1c5e5e authored by Nathan Daly on 18 September 2023, 23:06:53 UTC
Fix bug in gc snapshot: record paths from all roots, not only the first one
Tip revision: 1cafb1b
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