Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
Deepin 20登陆允许手动输入用户名的解决方法
Apps Section
1237
views ·
0
replies ·
To
floor
Go
zhren
deepin
2020-08-29 17:01
Author
本帖最后由 zhren 于 2020-8-29 11:18 编辑
ubuntu可以通过修改lightdm的相关设置,但是修改deepin的/etc/lightdm/lightdm.conf文件中
greeter-hide-users
=true;
greeter-show-manual-login
=true
但对于深度DDE桌面不起作用。
研究了半天,想到既然是深度自己DDE桌面,那就找到DDE配置文件。找了半天,终于找到了DDE配置文件了。
只要修改/usr/share/dde-session-ui/dde-session-ui.conf文件就可以实现登录可以手动输入用户名,修改如下:
[Power]
sleep=true
hibernate=true
[OS]
isDeepin=true
[General]
loginPromptAvatar=true
loginPromptInput=true
[Lock]
#[always | ondemand | disabled]
showSwitchUserButton=ondemand
Reply
Like 0
Favorite
View the author
All Replies
No replies yet
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
Personal Knowledge Assistant
minor bugs I found
Popular Events
More
ubuntu可以通过修改lightdm的相关设置,但是修改deepin的/etc/lightdm/lightdm.conf文件中greeter-hide-users=true;greeter-show-manual-login=true但对于深度DDE桌面不起作用。
研究了半天,想到既然是深度自己DDE桌面,那就找到DDE配置文件。找了半天,终于找到了DDE配置文件了。
只要修改/usr/share/dde-session-ui/dde-session-ui.conf文件就可以实现登录可以手动输入用户名,修改如下:
[Power]
sleep=true
hibernate=true
[OS]
isDeepin=true
[General]
loginPromptAvatar=true
loginPromptInput=true
[Lock]
#[always | ondemand | disabled]
showSwitchUserButton=ondemand