Fix gio shortcut trust

This commit is contained in:
crschnick
2025-07-16 04:28:24 +00:00
parent c13075ae3c
commit e348f097db
@@ -54,7 +54,7 @@ public class DesktopShortcuts {
// Mark shortcuts as trusted on gnome
LocalShell.getShell().command(CommandBuilder.of().add("gio", "set")
.addFile(file).addQuoted("metadata::trusted").add("yes"))
.addFile(file).addQuoted("metadata::trusted").add("true"))
.executeAndCheck();
return file;