We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac43387 commit bd2e1caCopy full SHA for bd2e1ca
OldVersions/KDESKTOP/README.desktop
@@ -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