You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo rm -f /opt/kingsoft/wps-office/office6/wpscloudsvr #remove cloud and sign-in features - prevent this unnecessary background process
42
+
43
+
#remove firejail from .desktop files (backwards compatibility), use /usr/local/bin commands, and fix file opening argument for WPS Writer (it has %U but only %F works)
44
+
sudo sed -i 's|firejail --net=none --noblacklist=~/.local/share/Kingsoft --noblacklist=~/.config/Kingsoft ||g ;
Copy file name to clipboardExpand all lines: apps/WPS Office/uninstall
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,16 @@ if [ -d /opt/wps-office-chroot ];then
22
22
23
23
sudo rm -rf /opt/wps-office-chroot ||true#this may fail if the chroot is already mounted, but it doesn't matter as the folder is basically empty now and a reboot will handle the unmounting
24
24
25
+
else
26
+
#on 64-bit - remove files that were added by the install-64 script
0 commit comments