18 lines
411 B
Markdown
18 lines
411 B
Markdown
# Free desktop
|
|
|
|
<https://www.freedesktop.org/wiki/>
|
|
|
|
**🛠️ Create a .desktop file so the UI recognizes it as an application:**
|
|
|
|
*Example:*
|
|
|
|
```bash
|
|
[Desktop Entry]
|
|
Type=Application
|
|
Name=gĩt.limbosolutions.com
|
|
Comment=git.limbosolutions.com
|
|
Exec=flatpak run com.microsoft.Edge --app=https://git.limbosolutions.com # Yes !!! using edge as an example :)
|
|
Terminal=false
|
|
X-Desktop-File-Install-Version=0.27
|
|
```
|