[RFC] [cinnamon-screensaver] Add a toggle for shade_wallpaper #1113
Kotbenek
started this conversation in
Pull requests
Replies: 1 comment
-
Came here tonight to say exactly this! I'd love it to be a field in dconf: Reason being is Im setting up quite a few new customer-facing machines at work and the screensavers are on a rotating image display. When they dim the photos look... dim. Im running a script now that changes |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
After upgrading to Linux Mint 22.2 Zara, my manual changes to cinnamon-screensaver I already forgot about were undone, and that brought me here, to ask for comments.
I have the following use case:
I have a single image wallpaper on my desktop, that is a photo. When I lock the screen, the wallpaper gets darker, making the photo - well - too dark. The shading is done by
shade_wallpaper
function inmonitorView.py
:The line responsible for shading is
cr.set_source_rgba(0.0, 0.0, 0.0, 0.7)
. By changing the value0.7
to0.0
, the wallpaper is no longer being shaded on the lock screen.The question is - is it acceptable to add an additional
org.cinnamon.desktop.screensaver
field that controls the shading (with default set to true, to preserve current behavior)? I am aware of linuxmint/mint22.1-beta#4 (comment) - that is why I want to gather the comments before starting any work. To provide a proof of demand, I can show the following forum threads:The first thread, from March 2019, shows both the need and the solution - manually editing
/usr/share/cinnamon-screensaver/monitorView.py
after each cinnamon update. The second thread, few months later, mentions the first thread as the solution. This means, there probably are some users that could benefit from this change.This change seems relatively simple and should not add much maintenance costs.
If there are any alternative ideas, I will be also happy to hear about them.
Beta Was this translation helpful? Give feedback.
All reactions