Skip to content

Instantly share code, notes, and snippets.

@Shoozza
Created April 13, 2026 21:19
Show Gist options
  • Select an option

  • Save Shoozza/6eae00eaf4a0d3249c0c55f6fd01b5eb to your computer and use it in GitHub Desktop.

Select an option

Save Shoozza/6eae00eaf4a0d3249c0c55f6fd01b5eb to your computer and use it in GitHub Desktop.
Lazarus.desktop file (install lazarus in distrobox - here with the name arch + copy lazarus.png to ~/.local/share/icons/hicolor/256x256/apps/lazarus.png)
#!/usr/bin/env xdg-open
[Desktop Entry]
Name=Lazarus (Distrobox arch)
Comment=Run Lazarus IDE from arch distrobox
Exec=sh -c "QT_SCALE_FACTOR=1.5 distrobox enter arch -- lazarus"
Icon=lazarus
Terminal=false
Type=Application
Categories=Development;IDE;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment