Skip to content

Commit

Permalink
Fix WPS issue with no launch
Browse files Browse the repository at this point in the history
  • Loading branch information
Botspot authored Jan 9, 2024
1 parent 1ce56ef commit e419e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/WPS Office/install-64
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ fi
install_packages "$firejail_package" "https://wps-linux-personal.wpscdn.cn/wps/download/ep/Linux2019/$(echo $version | sed 's/.*\.//g')/wps-office_${version}_arm64.deb" || exit 1

#Prevent application from connecting to the internet
sudo sed -i 's|^Exec=|Exec=firejail --net=none --noblacklist=~/.local/share/Kingsoft --noblacklist=~/.config/Kingsoft|g' /usr/share/applications/wps*.desktop
sudo sed -i 's|^Exec=|Exec=firejail --net=none --noblacklist=~/.local/share/Kingsoft --noblacklist=~/.config/Kingsoft |g' /usr/share/applications/wps*.desktop

0 comments on commit e419e62

Please sign in to comment.