我想在登录屏幕上显示我选择的图像而不是我的用户名上方的灰色图标:
毫无疑问,在某处有一个设置,但到目前为止我还没有找到它。
如何更改 SDDM 迎宾器中的用户图像?
对测试很有用——您可以使用此命令预览登录屏幕而无需注销。
I'm using Ubuntu 12.04 . If more information is needed, please tell me. I Tried some guides to cature my login screen:
How can I take a screenshot of the login screen?
http://www.howtoforge.com/how-to-take-a-screenshot-of-your-login-screen
I tried the first one, but after running:
$ sudo bash /tmp/shot.sh >/tmp/shot.xwd
Run Code Online (Sandbox Code Playgroud)
I'm getting this:
No protocol specified
No protocol specified
xwd unable to open display ':0'
Run Code Online (Sandbox Code Playgroud)
and i'm getting an xwd file in my tmp folder. running the other commands giving errors.
tried the second …