Skip to content

Commit

Permalink
Fixing desktop shortcut trusted issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kalxas committed Jan 5, 2021
1 parent aaa7375 commit ec4a68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install_icons_and_menus.sh
Expand Up @@ -255,7 +255,7 @@ done

#### Set all desktop files as trusted for LXQt
for file in *.desktop ; do
gio set $file "metadata::trusted" yes
gio set $file "metadata::trusted" true
done

#### move desktop icons to subfolders
Expand Down

0 comments on commit ec4a68e

Please sign in to comment.