mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-06 09:26:17 +01:00
d50caa8fb9
There seems to be no reason to do so, and since the `appinfo` test was ported to use `G_TEST_OPTION_ISOLATE_DIRS`, it has been causing coredumps to accumulate. `gnome-terminal` was chosen as the terminal, but it couldn’t find its GSettings schemas due to all the XDG environment variables being cleared to `/dev/null` by `G_TEST_OPTION_ISOLATE_DIRS`. In order to keep using `gnome-terminal` as a subprocess in the tests, we’d need to explicitly set up its environment so it can load the right GSettings schemas. That’s a lot of work for not much gain. Signed-off-by: Philip Withnall <withnall@endlessm.com> Helps: #436
20 lines
513 B
Desktop File
20 lines
513 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=@installed_tests_dir@/appinfo-test --option %U %i --name %c --filename %k %m %%
|
|
Icon=testicon.svg
|
|
Terminal=false
|
|
StartupNotify=true
|
|
StartupWMClass=appinfo-class
|
|
MimeType=image/png;image/jpeg;
|
|
Keywords=keyword1;test keyword;
|
|
Categories=GNOME;GTK;
|
|
X-JunkFood=Burger
|
|
X-JunkFood[de]=Bratwurst
|