https://github.com/JuliaLang/julia
Raw File
Tip revision: bd47eca2c8aacd145b6c5c02e47e2b9ec27ab456 authored by Kristoffer Carlsson on 01 March 2024, 10:14:14 UTC
set VERSION to 1.10.2 (#53489)
Tip revision: bd47eca
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