Shutter 与 ~/Pictures 目录失去联系

Shutter 与 ~/Pictures 目录失去联系

Shutter 似乎与我的~/Pictures目录失去了联系。上次使用它时,它显示之前的照片。现在它什么都不显示。

当我从终端启动 Shutter 时,收到以下警告:

WARNING: gnome-web-photo is missing --> screenshots of websites will be disabled!
WARNING: Image::ExifTool is missing --> writing Exif information will be disabled!

我尝试移除并重新安装快门,但无济于事。

答案1

在我“升级”到 Ubuntu 21.04 后,Shutter 与目录失去联系~/Pictures,并在我升级到 Ubuntu 21.10 后仍然存在。“升级”的另一个副作用是 Thunderbird 丢失打开的窗口的问题。

解决 Thunderbird 问题也解决了 Shutter 问题。这似乎与 Ubuntu 21.04 使用的 Wayland 显示服务器协议无法正常工作有关。

答案 4,解决方案为了解决 Thunderbird 问题,禁用了 Wayland,从而允许其前身 Xorg 接管。这解决了 Thunderbird 问题,同时也解决了 Shutter 问题。

简而言之:

  • 类型sudo gedit /etc/gdm3/custom.conf
  • 查找行#WaylandEnable=false
  • 通过删除#
  • 节省
  • 重新开始

相关内容