mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 19:36:18 +01:00
a55bfeee41
Custom desktop file fields may be translated, but there is currently no non-hacky way to look up the localized value; fill get gap with a small wrapper around g_key_file_get_locale_string(). https://bugzilla.gnome.org/show_bug.cgi?id=779413
20 lines
492 B
Desktop File
20 lines
492 B
Desktop File
[Desktop Entry]
|
|
Type=Application
|
|
GenericName=generic-appinfo-test
|
|
Name=appinfo-test
|
|
Name[de]=appinfo-test-de
|
|
X-GNOME-FullName=example
|
|
X-GNOME-FullName[de]=Beispiel
|
|
Comment=GAppInfo example
|
|
Comment[de]=GAppInfo Beispiel
|
|
Exec=./appinfo-test --option %U %i --name %c --filename %k %m %%
|
|
Icon=testicon.svg
|
|
Terminal=true
|
|
StartupNotify=true
|
|
StartupWMClass=appinfo-class
|
|
MimeType=image/png;image/jpeg;
|
|
Keywords=keyword1;test keyword;
|
|
Categories=GNOME;GTK;
|
|
X-JunkFood=Burger
|
|
X-JunkFood[de]=Bratwurst
|