Skip to content

Commit bd2e1ca

Browse files
authored
README.desktop
1 parent ac43387 commit bd2e1ca

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

OldVersions/KDESKTOP/README.desktop

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Start of script
2+
# Sample KDE desktop entry
3+
[Desktop Entry]
4+
Type=Application
5+
Exec=your-app %u
6+
MimeType=application/x-your-mime-type;
7+
Icon=some-icon
8+
X-DocPath=yourapp/index.html
9+
Terminal=false
10+
Name=Your App
11+
GenericName=Some Generic Name
12+
Comment=Short Description Of Your App
13+
Categories=Qt;KDE;
14+
# File info
15+
# File type: KDE desktop file (*.desktop)
16+
# File version: 1 (2021, Tuesday, December 14th at 4:05 pm)
17+
# Line count (including blank lines and compiler line): 19
18+
# End of script

0 commit comments

Comments
 (0)