File indexing completed on 2025-02-02 03:54:47
0001 <!DOCTYPE html> 0002 <html><head> 0003 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> 0004 <title>test.desktop</title> 0005 <meta name="generator" content="KF5::SyntaxHighlighting - Definition (.desktop) - Theme (Breeze Light)"/> 0006 </head><body style="background-color:#ffffff;color:#1f1c1b"><pre> 0007 <span style="color:#898887"># test file for .dekstop syntax highlighting</span> 0008 <span style="font-weight:bold">[Desktop Entry]</span> 0009 <span style="color:#0057ae">GenericName</span>=Text Editor 0010 <span style="color:#0057ae">GenericName</span><span style="color:#b08000;font-weight:bold">[ar]</span>=محرّر نصوص 0011 <span style="color:#0057ae">Name</span>=KWrite 0012 <span style="color:#0057ae">Name</span><span style="color:#b08000;font-weight:bold">[ar]</span>=كاتبك 0013 <span style="color:#0057ae">Comment</span>=KDE Text Editor 0014 <span style="color:#0057ae">Comment</span><span style="color:#b08000;font-weight:bold">[ar]</span>=محرّر نصوص لكدي 0015 <span style="color:#0057ae">MimeType</span>=text/plain; 0016 <span style="color:#0057ae">Exec</span>=kwrite %U 0017 <span style="color:#0057ae">StartupNotify</span>=true 0018 <span style="color:#0057ae">Icon</span>=kwrite 0019 <span style="color:#0057ae">X-DocPath</span>=kwrite/index.html 0020 <span style="color:#0057ae">Type</span>=Application 0021 <span style="color:#0057ae">Terminal</span>=false 0022 <span style="color:#0057ae">InitialPreference</span>=8 0023 <span style="color:#0057ae">X-DBUS-StartupType</span>=Multi 0024 <span style="color:#0057ae">X-DBUS-ServiceName</span>=org.kde.kwrite 0025 <span style="color:#0057ae">Categories</span>=Qt;KDE;Utility;TextEditor; 0026 <span style="color:#0057ae">Actions</span>=new-window;new-tab; 0027 0028 <span style="color:#898887"># test folding: the header should not be</span> 0029 <span style="color:#898887"># part of the previous region.</span> 0030 <span style="color:#898887"># </span><span style="color:#81ca2d;background-color:#f7e6e6;font-weight:bold">NOTE</span><span style="color:#898887">: this options in Exec don't exist.</span> 0031 <span style="font-weight:bold">[Desktop Action new-window]</span> 0032 <span style="color:#0057ae">Name</span>=New Window 0033 <span style="color:#0057ae">Exec</span>=kwrite --new-window 0034 <span style="color:#0057ae">Icon</span>=kwrite 0035 0036 <span style="font-weight:bold">[Desktop Action new-tab]</span> 0037 <span style="color:#0057ae">Name</span>=New Tab 0038 <span style="color:#0057ae">Exec</span>=kwrite --new-tab 0039 <span style="color:#0057ae">Icon</span>=kwrite 0040 </pre></body></html>