WPS Office 2019 For Linux 安装后问题修复
Tofloor
poster avatar
rexlevin
deepin
2019-04-03 23:33
Author
本帖最后由 rexlevin 于 2019-4-4 09:27 编辑

自己发现了点,百度linux吧里更详细。
不废话,直接上内容。
这三个文件直接删掉:
/etc/cron.d/wpsupdatetask
/etc/logrotate.d/wpsupdatelog
/etc/xdg/autostart/wps-office-update.desktop

有兴趣的,可以在删除前看一下/etc/xdg/autostart/wps-office-update.desktop的内容,如下:
[Desktop Entry]
Type=Application
Name=WPS Update
Name[zh_CN]=WPS 自动更新
Exec=/home/gaoyalong/workspace_0313/wps/build_debug/WPSOffice/office6/wtool/wpsupdate /from:manual
NoDisplay=true

那个Exec还是固定写死的,linux吧里推测这是开发者自己的home目录。是不是应该上班bug?


嗯,又学到了点经验,下来学习下这几个目录。
另外,新的wps不能使用系统的窗口装饰了,我是ubuntu系统,强迫症很难受。

Reply Favorite View the author
All Replies
avatar
my1798
deepin
2019-04-04 01:19
#1
怎么你说的这些都有把锁,不能删的。。
Reply View the author
Comments
lyhdzxf
2019-04-04 01:34
右键点击上一层目录文件夹,选择“以管理员身份打开”
avatar
Lyvnee
deepin
2019-04-04 01:21
#2
Reply View the author
avatar
rexlevin
deepin
2019-04-04 01:32
#3
https://bbs.deepin.org/post/176320
怎么你说的这些都有把锁,不能删的。。

需要提权。
sudo rm -f xxxx
Reply View the author