Created
April 13, 2026 21:19
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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