Add comment to clarify gio weirdness

This commit is contained in:
kramo
2023-08-27 14:01:34 +02:00
parent a1afb98b20
commit ed36feecaf

View File

@@ -168,6 +168,7 @@ class DesktopSourceIterable(SourceIterable):
flatpak_str = "flatpak-spawn --host /bin/sh -c " flatpak_str = "flatpak-spawn --host /bin/sh -c "
for command, full_path in commands: for command, full_path in commands:
# Even if `gio` is available, `gio launch` is only available on GLib >= 2.67.2
check_command = ( check_command = (
"gio help launch" "gio help launch"
if command == "gio launch" if command == "gio launch"