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:
commit
cce0829d8c
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user