锁屏界面左下角的水印怎么去掉呢
Tofloor
poster avatar
Luors
deepin
2020-10-17 06:31
Author

Reply Favorite View the author
All Replies
asen2017
deepin
2020-10-17 06:47
#1


我是进入桌面右下角都有,不知道哪个产品经理不经过大脑就决定的
回收站也不给取消显示
Reply View the author
残念
deepin
2020-10-17 07:10
#2
用deepin
回收站图标可以删掉啊
水印:https://bbs.deepin.org/post/203493
Reply View the author
神末shenmo
deepin
Spark-App
Q&A Team
2020-10-17 08:30
#3
alai13 发表于 2020-10-16 22:47
我是进入桌面右下角都有,不知道哪个产品经理不经过大脑就决定的
回收站也不给取消显示
...

右下角请论坛搜索UOS水印
Reply View the author
Luors
deepin
2020-10-17 23:27
#4
https://bbs.deepin.org/post/203941
我是进入桌面右下角都有,不知道哪个产品经理不经过大脑就决定的
回收站也不给取消显示
...

右下角的我已经删除掉了,但是锁屏界面的水印一时还没有找到它的文件夹
Reply View the author
Shinglee
deepin
2020-10-17 23:38
#5
https://bbs.deepin.org/post/203941
右下角的我已经删除掉了,但是锁屏界面的水印一时还没有找到它的文件夹 ...

   知道了右下角的文件名,通过find查询文件关键字+通配符,应该能find出来的
Reply View the author
Luors
deepin
2020-10-19 04:16
#6
https://bbs.deepin.org/post/203941
知道了右下角的文件名,通过find查询文件关键字+通配符,应该能find出来的 ...

还是没找到
Reply View the author
Shinglee
deepin
2020-10-19 04:59
#7
本帖最后由 shinglee 于 2020-10-18 21:02 编辑

  你把桌面右下角的logo文件名和路径贴给我,我写个find命令给你
Reply View the author
Luors
deepin
2020-10-19 19:10
#8
https://bbs.deepin.org/post/203941
你把桌面右下角的logo文件名和路径贴给我,我写个find命令给你

就在/usr/share/deepin下面,是个.svg,我已经删了,其实find命令我用过很多遍了,尝试了各种写法,还是没找到左下角的水印,我怀疑这个水印是不是编译到程序里边了
Reply View the author
Shinglee
deepin
2020-10-19 19:23
#9
https://bbs.deepin.org/post/203941
就在/usr/share/deepin下面,是个.svg,我已经删了,其实find命令我用过很多遍了,尝试了各种写法,还是 ...

sudo find /usr/ -type f -name '*.svg' 2>/dev/null
sudo find /etc/ -type f -name '*.svg' 2>/dev/null
Reply View the author