The test depends on the applications being installed and the path being correctly set. To make it more robust the path is set inside of the test and the files the test used are shipped with it.wilder-5.22
parent
2b07e0ce70
commit
af38078ecd
3 changed files with 37 additions and 5 deletions
@ -0,0 +1,15 @@ |
||||
# SPDX-FileCopyrightText: none |
||||
# SPDX-License-Identifier: CC0-1.0 |
||||
[Desktop Entry] |
||||
Name=Dolphin |
||||
Exec=dolphin %u |
||||
Icon=system-file-manager |
||||
Type=Application |
||||
X-DocPath=dolphin/index.html |
||||
Categories=Qt;KDE;System;FileTools;FileManager; |
||||
GenericName=File Manager |
||||
Terminal=false |
||||
MimeType=inode/directory; |
||||
InitialPreference=10 |
||||
X-DBUS-ServiceName=org.kde.dolphin |
||||
StartupWMClass=dolphin |
||||
@ -0,0 +1,15 @@ |
||||
# SPDX-FileCopyrightText: none |
||||
# SPDX-License-Identifier: CC0-1.0 |
||||
[Desktop Entry] |
||||
Type=Application |
||||
Exec=konversation -qwindowtitle %c %u |
||||
Icon=konversation |
||||
X-DocPath=konversation/index.html |
||||
MimeType=x-scheme-handler/irc;x-scheme-handler/ircs; |
||||
GenericName=IRC Client |
||||
Terminal=false |
||||
Name=Konversation |
||||
Categories=Qt;KDE;Network;IRCClient; |
||||
X-DBUS-StartupType=Unique |
||||
X-DBUS-ServiceName=org.kde.konversation |
||||
StartupNotify=true |
||||
Loading…
Reference in new issue