Add comment to clarify gio weirdness
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user