mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 00:18:44 +02:00
appinfo: Add some testcases for searching
https://bugzilla.gnome.org/show_bug.cgi?id=711557
This commit is contained in:
26
gio/tests/desktop-files/usr/applications/kde4/kate.desktop
Normal file
26
gio/tests/desktop-files/usr/applications/kde4/kate.desktop
Normal file
@@ -0,0 +1,26 @@
|
||||
[Desktop Entry]
|
||||
GenericName=Advanced Text Editor
|
||||
GenericName[ca]=Editor de text avançat
|
||||
GenericName[ca@valencia]=Editor de text avançat
|
||||
GenericName[en_GB]=Advanced Text Editor
|
||||
GenericName[pt]=Editor de Texto Avançado
|
||||
GenericName[pt_BR]=Editor de textos avançado
|
||||
Name=Kate
|
||||
Name[ca]=Kate
|
||||
Name[ca@valencia]=Kate
|
||||
Name[en_GB]=Kate
|
||||
Name[eo]=Kate
|
||||
Name[pt]=Kate
|
||||
Name[pt_BR]=Kate
|
||||
MimeType=text/plain;
|
||||
Exec=true -b %U
|
||||
X-KDE-StartupNotify=true
|
||||
X-KDE-HasTempFileOption=true
|
||||
Icon=kate
|
||||
X-DocPath=kate/index.html
|
||||
Type=Application
|
||||
Terminal=false
|
||||
InitialPreference=9
|
||||
X-DBUS-StartupType=Multi
|
||||
X-DBUS-ServiceName=org.kde.kate
|
||||
Categories=Qt;KDE;Utility;TextEditor;
|
Reference in New Issue
Block a user