Announcement

Collapse
No announcement yet.

lightdm hide username after reboot

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

    lightdm hide username after reboot

    Hello together,
    I have one question (problem) with the lightdm after boot ...
    I would like to type in my username and password after every boot.
    Actually after every boot my username (lastlogin) is visible in the login screen.
    If it's possible that the Filed with the Username will be empty after a reboot?

    Thanks in advance and sorry for my poor English.
    dco10

    #2
    LIghtDM-KDE-Greeter

    Earlier: http://www.kubuntuforums.net/showthr...55-LightDM-KDE

    - The LIghtDM-KDE themes use the QML scripts.
    - The LIghtDM-KDE themes are in the /usr/share/kde4/apps/lightdm-kde-greeter/themes/


    One way to get the empty username after a reboot/logout

    1) Copy the /usr/share/kde4/apps/lightdm-kde-greeter/themes/classic/ to the another name. At this: /usr/share/kde4/apps/lightdm-kde-greeter/themes/classic-tampered/

    2) Edit the /usr/share/kde4/apps/lightdm-kde-greeter/themes/classic-tampered/theme.rc

    At this:
    Code:
    [theme]
    Name = Classic (Tampered)
    Description = A classic login prompt - without memory
    Version = 0.3
    Author = David Edmundson
    Homepage = http://kde.org
    3) Edit the /usr/share/kde4/apps/lightdm-kde-greeter/themes/classic-tampered/main.qml

    Comment the line 142 off.

    Code:
    text: greeter.lastLoggedInUser
    to
    Code:
    /*text: greeter.lastLoggedInUser*/


    4) Change the greeter theme to the your tampered theme. KDE System Settings > Login Screen (LightDM)




    Seems to work at here...




    Setting - Enable the clear button

    The /usr/share/kde4/apps/lightdm-kde-greeter/themes/TextField.qml tells:
    * bool clearButtonShown:
    Holds if the button to clear the text from TextField is visible.
    If the line 186 is
    Code:
        property bool clearButtonShown: true
    then the clear button will be visible.

    Last edited by OneLine; Oct 17, 2012, 07:20 AM.
    Have you tried ?

    - How to Ask a Question on the Internet and Get It Answered
    - How To Ask Questions The Smart Way

    Comment


      #3
      Thank's for the quick support, works perfekt!

      Regards
      dco70

      Comment

      Working...
      X