• devuan-packages
  • slim
  • Issues
  • #14

Closed
Open
Opened 2016-07-16T18:16Z by Steve Litt @stevelitt

Add all special user names to login window

There are special login names that perform special functions, such as "halt", "reboot" and "console". All such special user names should be listed on the login window so that the user is aware of them.

Please solve the reCAPTCHA

We want to be sure it is you, please confirm you are not a robot.

  • Robert Storey
    Robert Storey @paraquat · 2016-07-17T23:58Z

    Agree entirely this should be done, and here is what I propose it should say:

    Special usernames (commands configurable in the config file):

    • console: start console login
    • exit: exit SLiM
    • halt: halt the system (root password required)
    • reboot: reboot the system (root password required)

    See /usr/share/doc/slim/README for details

  • golinux
    golinux @golinux · 2016-07-18T03:17Z

    Thanks for adding your voice to this idea.

    Did you see the email I sent earlier? The purpy login is installed in /usr/share/slim/themes/devuan-curve/slim.theme

    The panel is a narrow vertical strip. Everything entered on the panel is in pixels and absolute position. I've heard it has a mind of it's own.

    @hellekin - Any chance you can take a look at this request and also the one telling users to change DEs with F1?

  • hellekin @hellekin Mentioned in commit devuan-editors/devuan-art@2ae32ae4 · 2016-10-05T18:48Z

    Mentioned in commit devuan-editors/devuan-art@2ae32ae4

  • hellekin
    hellekin @hellekin · 2016-10-06T09:22Z

    See the commit above. I have a couple of problems with this approach: 1) it's a case of RTFM; 2) it only works for English speakers, so we should have a version in all languages supported by Devuan, which is a lot of extra work. That's the burden of using languages in images (even the "login" is problematic when you only understand "\xe0\xa4\xb2\xe0\xa4\x97 - \xe0\xa4\x87\xe0\xa4\xa8")

    Once we figured out the right placement forinput_name_yandusername_ywe can include it in theslimpackage.

  • hellekin
    hellekin @hellekin · 2016-10-06T12:13Z

    Another issue with adding special usernameconsoleis found in the source code:debian/README.Debian. The packages recommends xtermbutxtermmay not be installed, in which case enteringconsoleas the username will fail. This is non-trivial.

  • hellekin @hellekin Mentioned in commit devuan-editors/devuan-art@2a5de9e7 · 2016-10-06T13:59Z

    Mentioned in commit devuan-editors/devuan-art@2a5de9e7

  • hellekin @hellekin Mentioned in commit devuan-editors/devuan-art@d394201c · 2016-10-06T14:07Z

    Mentioned in commit devuan-editors/devuan-art@d394201c

  • golinux
    golinux @golinux · 2016-11-24T15:09Z

    @CenturionDan . . . this issue can be closed but I do not have authority to close issues here. hellekin and I added a reference on the login screen pointing to where additional commands can be found.