https://github.com/JuliaLang/julia
Raw File
Tip revision: 0804296f72c572eda078ae9b4ce069ed6199cc45 authored by Martin Holters on 21 July 2023, 11:40:41 UTC
Workaround triggering #50617
Tip revision: 0804296
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