[Newbies] 求助,自动截屏输出到/tmp/kwin_screenshot_*****.jpg
Tofloor
poster avatar
imeio
deepin
2022-04-13 23:06
Author

不知道哪个程序在自动截屏,输出到/tmp目录下,是不是有bingdu?

使用360杀毒没有任何异常提示,还是在自动截屏。

20220413150344.png

Reply Favorite View the author
All Replies
zccrs
deepin
2022-04-13 23:34
#1

持续在增加?

Reply View the author
learner
deepin
2022-04-13 23:50
#2

或许可以用 lsof | grep "/tmp/kwin_screenshot" 试一下,看看能不能找到是哪个软件在输出?

Reply View the author
imeio
deepin
2022-04-14 00:00
#3

我大体上看了下图片的内容,都是桌面窗口的截屏,只有3-4k大小,很模糊。

每打开一个新窗口,可能会触发。

持续不断的lsof,也没有抓到任何信息

for ((i=1;i<=j;i++))
do
echo $i
lsof +d /tmp | grep screenshot >> /home/imeio/bin/a.log 2>/dev/null
done

微信截图_20220413155532.png

Reply View the author
deepin-superuser
deepin
2022-04-14 05:45
#4

是这里的缩略图,鼠标移动过去就会生成一个

image.png

Reply View the author
imeio
deepin
2022-04-14 17:00
#5
deepin-superuser

是这里的缩略图,鼠标移动过去就会生成一个

image.png

试了一下,看起来果然是这样。能关闭截图吗?

Reply View the author