1# test file for .dekstop syntax highlighting
2[Desktop Entry]
3GenericName=Text Editor
4GenericName[ar]=محرّر نصوص
5Name=KWrite
6Name[ar]=كاتبك
7Comment=KDE Text Editor
8Comment[ar]=محرّر نصوص لكدي
9MimeType=text/plain;
10Exec=kwrite %U
11StartupNotify=true
12Icon=kwrite
13X-DocPath=kwrite/index.html
14Type=Application
15Terminal=false
16InitialPreference=8
17X-DBUS-StartupType=Multi
18X-DBUS-ServiceName=org.kde.kwrite
19Categories=Qt;KDE;Utility;TextEditor;
20Actions=new-window;new-tab;
21
22# test folding: the header should not be
23# part of the previous region.
24# NOTE: this options in Exec don't exist.
25[Desktop Action new-window]
26Name=New Window
27Exec=kwrite --new-window
28Icon=kwrite
29
30[Desktop Action new-tab]
31Name=New Tab
32Exec=kwrite --new-tab
33Icon=kwrite
34