From ed36feecaf965ce1a22298cc2baa8ffe0a9161c9 Mon Sep 17 00:00:00 2001 From: kramo Date: Sun, 27 Aug 2023 14:01:34 +0200 Subject: [PATCH] Add comment to clarify gio weirdness --- src/importer/sources/desktop_source.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/importer/sources/desktop_source.py b/src/importer/sources/desktop_source.py index 007fbb1..1d11507 100644 --- a/src/importer/sources/desktop_source.py +++ b/src/importer/sources/desktop_source.py @@ -168,6 +168,7 @@ class DesktopSourceIterable(SourceIterable): flatpak_str = "flatpak-spawn --host /bin/sh -c " for command, full_path in commands: + # Even if `gio` is available, `gio launch` is only available on GLib >= 2.67.2 check_command = ( "gio help launch" if command == "gio launch"