From e62827b8d3cab782b65722b717469ebdff261521a9b385efd8664540f12e317f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 22 Apr 2021 08:27:36 +0000 Subject: [PATCH] Accepting request 887211 from home:xiaoguang_wang:branches:GNOME:Factory - Update set_trusted.sh: Use the right value in gio command (bsc#1185026). OBS-URL: https://build.opensuse.org/request/show/887211 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=340 --- nautilus.changes | 6 ++++++ set_trusted.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/nautilus.changes b/nautilus.changes index 6e1e717..f258322 100644 --- a/nautilus.changes +++ b/nautilus.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 21 01:25:24 UTC 2021 - Xiaoguang Wang + +- Update set_trusted.sh: Use the right value in gio command + (bsc#1185026). + ------------------------------------------------------------------- Sat Mar 20 16:45:16 UTC 2021 - Dominique Leuenberger diff --git a/set_trusted.sh b/set_trusted.sh index c850433..e5024bb 100644 --- a/set_trusted.sh +++ b/set_trusted.sh @@ -4,7 +4,7 @@ DIR=$HOME/Desktop for f in $(ls $DIR) do - gio set -t string $DIR/$f "metadata::trusted" yes + gio set -t string $DIR/$f "metadata::trusted" true done if [ -f $HOME/.config/autostart/set_trusted.desktop ]; then