From abcb891359649559981d0ef522ed16ddf2b68908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20Mei=C3=9Felbach?= Date: Thu, 31 Oct 2019 21:40:32 +0100 Subject: Generate a spec-conformant "desktop file id" of each .desktop file and remove duplicates. This should process user-specific overrides properly #3 --- .../desktop-files/0/applications/minecraft-launcher.desktop | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/data/desktop-files/0/applications/minecraft-launcher.desktop (limited to 'tests/data/desktop-files/0/applications/minecraft-launcher.desktop') diff --git a/tests/data/desktop-files/0/applications/minecraft-launcher.desktop b/tests/data/desktop-files/0/applications/minecraft-launcher.desktop new file mode 100644 index 0000000..e2c464c --- /dev/null +++ b/tests/data/desktop-files/0/applications/minecraft-launcher.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Type=Application +Version=1.0 +Name=Minecraft Launcher +Comment=Official Minecraft Launcher +Exec=env GDK_BACKEND=x11 /opt/minecraft-launcher/minecraft-launcher +Path=/opt/minecraft-launcher/ +Icon=minecraft-launcher +Terminal=false +Categories=Game;Application; -- cgit v1.2.3