documentation refactoring
This commit is contained in:
17
docs/desktop-environments/free-desktop.md
Normal file
17
docs/desktop-environments/free-desktop.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user