Announcement

Collapse
No announcement yet.

I dislike the SDDM logoff screen

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    I dislike the SDDM logoff screen

    I recently installed Kubuntu 16.10, which installed SDDM. I do not care for the logoff screen at all, but cannot figure out how to change it. I did find some different screens for the login, but these do not alter the logoff.

    Does anyone have an idea on this?

    Thank you,
    Monon

    #2
    system setting -> start up / shutdown -> sddm theme to change the theme.

    if you dont' want to see the extra prompt to ask if you want to shutdown / logoff. you can disable this in

    system settings -> start up / shutdown ->desktop session -> confirm logout / offer shutdown options
    Mark Your Solved Issues [SOLVED]
    (top of thread: thread tools)

    Comment


      #3
      Originally posted by monon View Post
      I recently installed Kubuntu 16.10, which installed SDDM. I do not care for the logoff screen at all, but cannot figure out how to change it. I did find some different screens for the login, but these do not alter the logoff.

      Does anyone have an idea on this?

      Thank you,
      Monon
      KDE Plasma Look and Feel



      The logoff/logout screens are not part of the SDDM. They are part of the plasma look and feel theme.

      The Look and Feel themes are installed to:

      System: /usr/share/plasma/look-and-feel/
      User: ~/.local/share/plasma/look-and-feel/



      The logout screen is qml scrip at .../plasma/look-and-feel/<THEME_NAME>/contents/logout/...



      and as 'sithlord48 ' wrote, user can disable the logout screen.

      Qt SDDM



      SDDM wiki: https://en.wikipedia.org/wiki/Simple...isplay_Manager
      Simple Desktop Display Manager (SDDM) is a display manager (a graphical login program and session manager) for the X11 and Wayland windowing systems.SDDM was written from scratch in C++11 and supports theming via QML...
      The SDDM themes are installed at /usr/share/sddm/themes/...



      The KDE plasma has a kcm module to select and configure the SDDM. It will edit the SDDM configuration files.

      Code:
      $ kcmshell5 --list | grep sddm
      kcm_sddm                         - Select login theme
      man sddm.conf

      Code:
      SDDM.CONF(5)                               sddm                               SDDM.CONF(5)
      
      NAME
             sddm.conf - sddm display manager configuration
      
      SYNOPSIS
                /etc/sddm.conf
      
      DESCRIPTION
             This  file  configures  various parameters of the sddm display manager sddm(1).  If
             this file is not available, default values are used...
      Last edited by Rog131; Nov 25, 2016, 10:27 AM.
      Before you edit, BACKUP !

      Why there are dead links ?
      1. Thread: Please explain how to access old kubuntu forum posts
      2. Thread: Lost Information

      Comment

      Working...
      X