如何在启用桌面图标时防止桌面图片变暗?

如何在启用桌面图标时防止桌面图片变暗?

我最近注意到,在Icons on desktop启用该功能时gnome-tweak-tool

在此处输入图片描述

我的桌面图像比禁用该功能时稍微暗一些,我多次测试过,打开和关闭该设置,它变暗,然后又恢复正常亮度,反复多次。但我不喜欢在启用该设置时它变暗,所以有没有什么方法可以让它在启用该设置时不会变暗,或者这只是一个内置的东西,我无法更改?

信息更新:

的输出gsettings list-recursively org.gnome.desktop.background为:

org.gnome.desktop.background picture-opacity 100
org.gnome.desktop.background secondary-color '#000000'
org.gnome.desktop.background show-desktop-icons false
org.gnome.desktop.background primary-color '#000000'
org.gnome.desktop.background color-shading-type 'solid'
org.gnome.desktop.background picture-options 'zoom'
org.gnome.desktop.background picture-uri 'file:///home/arthur-dent/Pictures/Wallpapers/Ionic_Charge.jpg'
org.gnome.desktop.background draw-background true

答案1

使用 sRGB JPG 时会出现此效果。将图像转换为 RGB JPG 或 PNG,此效果/错误便会消失。

相关内容