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
This commit is contained in:
parent
7bfbc6f11d
commit
e62827b8d3
@ -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…
Reference in New Issue
Block a user