Accepting request 887506 from GNOME:Factory

- Update set_trusted.sh: Use the right value in gio command
  (bsc#1185026). (forwarded request 887211 from xiaoguang_wang)

OBS-URL: https://build.opensuse.org/request/show/887506
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nautilus?expand=0&rev=185
This commit is contained in:
Dominique Leuenberger 2021-04-24 21:07:00 +00:00 committed by Git OBS Bridge
commit cce0829d8c
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 21 01:25:24 UTC 2021 - Xiaoguang Wang <xiaoguang.wang@suse.com>
- Update set_trusted.sh: Use the right value in gio command
(bsc#1185026).
-------------------------------------------------------------------
Sat Mar 20 16:45:16 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -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