https://bugs.kde.org/show_bug.cgi?id=455757

            Bug ID: 455757
           Summary: Please allow WallpaperFader to be disabled for Breeze
                    theme in both SDDM and Lockscreen.
           Product: Breeze
           Version: 5.25.1
          Platform: Archlinux Packages
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: plasma-b...@kde.org
          Reporter: hugh.ga...@tutamail.com
                CC: uhh...@gmail.com
  Target Milestone: ---

SUMMARY

Currently the breeze theme provides no way to disable the WallpaperFader (ie
the blurry fog) when entering passwords in both the SDDM theme and on the
LockScreen.

Not everyone wants this blurry fog and an option to disable it seems
reasonable, especially considering how easy it is to do.

All that is needed is for WallpaperFader.visible to be set to false in two
locations, one in the SDDM breeze theme and the breeze theme lockscreen.

SDDM:
/usr/share/sddm/themes/breeze/Main.qml ... line 110

When enabled:

        WallpaperFader {
            visible: config.type === "image"

When disabled:
        WallpaperFader {
        //    visible: config.type === "image"
            visible: false

Breeze Lockscreen:
/usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/lockscreen/LockScreenUi.qml
...  line 219

When enabled:

        WallpaperFader {
            visible: true

When disabled:

        WallpaperFader {
            visible: false

A Breeze theme UI change and Breeze SDDM theme UI change would also be required
to toggle and persist this setting.

Presumably a logout and login after setting is changed may be required to
effect the new setting.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Arch Linux
(available in About System)
KDE Plasma Version: 5.25.1
KDE Frameworks Version: 5.95
Qt Version: 5.15.5

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to