[RFC] [cinnamon-screensaver] Add a toggle for shade_wallpaper #1113
Replies: 2 comments
-
|
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.
-
|
Bumping this thread, as I stumbled upon this once again after upgrading to Linux Mint 22.3. It looks like there are people that could benefit from that addition. |
Beta Was this translation helpful? Give feedback.
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_wallpaperfunction inmonitorView.py:The line responsible for shading is
cr.set_source_rgba(0.0, 0.0, 0.0, 0.7). By changing the value0.7to0.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.screensaverfield 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.pyafter 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