mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-04 03:40:32 +00:00
Fix gio shortcut trust
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user