如何禁用访客?
Tofloor
poster avatar
jianglihen
deepin
2013-10-15 01:56
Author
如题,如何禁用访客功能!PS:刚使用了下人脸识别,功能很赞!
Reply Favorite View the author
All Replies
136******54
deepin
2013-10-15 02:29
#1
人脸识别在哪?
Reply View the author
jianglihen
deepin
2013-10-15 03:21
#2
人脸识别在哪?
在账户设置里
Reply View the author
cxbii
deepin
2013-10-15 05:47
#3
楼主,你看,我们都这么长见面了,一手交钱,一手交货好么?
方法我找到了,但是嘛....我的文件被我实验错了,出了点小问题要你帮忙....

方法是终端执行:
  1. sudo gedit /etc/lightdm/lightdm.conf
Copy the Code
在这个配置文件最后加上下面的内容
allow-guest=false

保存退出,重起  lightdm生效
  1. sudo restart lightdm
Copy the Code

但是你改前麻烦把你的/etc/lightdm/lightdm.conf内容复制一份给我!!
坑爹啊!

方法是网上来的,直接搜索lightdm 禁止来宾用户
Reply View the author
jhkwei
deepin
2013-10-15 06:47
#4
cat /etc/lightdm/lightdm.conf

[SeatDefaults]
autologin-guest=false
autologin-user=your-name
autologin-user-timeout=0
autologin-session=lightdm-autologin
greeter-session=deepin-greeter
user-session=deepin
Reply View the author
jianglihen
deepin
2013-10-15 16:33
#5
楼主,你看,我们都这么长见面了,一手交钱,一手交货好么?
方法我找到了,但是嘛....我的文件被我实验错了,出了点小问题要你帮忙....

方法是终端执行:
  1. sudo gedit /etc/lightdm/lightdm.conf
Copy the Code
在这个配置文件最后加上下面的内容
[quote]allow-guest=false

保存退出,重起  lightdm生效
  1. sudo restart lightdm
Copy the Code

但是你改前麻烦把你的/etc/lightdm/lightdm.conf内容复制一份给我!!
坑爹啊!

方法是网上来的,直接搜索lightdm 禁止来宾用户[/quote]
  辛苦了!!我的/etc/lightdm/lightdm.conf内容是:
[SeatDefaults]
greeter-session=deepin-greeter
user-session=deepin
Reply View the author
electricface
deepin
2013-10-15 17:17
#6
禁用访客模式的需求已经报告bug管理#2700
Reply View the author
cxbii
deepin
2013-10-15 18:12
#7
@jhkwei
@jianglihen

THX
Reply View the author