Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
WPS Office 2019 For Linux 安装后问题修复
Apps Section
1877
views ·
3
replies ·
To
floor
Go
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
Like 0
Favorite
View the author
All Replies
my1798
deepin
2019-04-04 01:19
#1
怎么你说的这些都有把锁,不能删的。。
Reply
Like 0
View the author
Comments
lyhdzxf
2019-04-04 01:34
右键点击上一层目录文件夹,选择“以管理员身份打开”
Lyvnee
deepin
2019-04-04 01:21
#2
https://bbs.deepin.org/user/129823
Reply
Like 0
View the author
rexlevin
deepin
2019-04-04 01:32
#3
https://bbs.deepin.org/post/176320
怎么你说的这些都有把锁,不能删的。。
需要提权。
sudo rm -f xxxx
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Events
More
自己发现了点,百度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系统,强迫症很难受。