Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
OMV系统安装kodi后没有关机菜单?如何解决,求助
deepin Talks
1521
views ·
0
replies ·
To
floor
Go
xiaogang89
deepin
2019-02-18 05:11
Author
本帖最后由 xiaogang89 于 2019-2-17 21:16 编辑
基于OMV+kodi的解决方案,参考https://post.smzdm.com/p/678921/一文!现在能够自动登录了,但是不能关机!一定要root登录后才会出现关机菜单,这个怎么解决啊?
安装X图形化界面 apt-get install xorg xfce4 xinit lightdm
安装Kodi本体 apt-get install kodi
设置中文环境 dpkg-reconfigure locales
设置自动启动 useradd -m -s /bin/bash kodiuser
创建一个名为kodiuser的用户,进入网页管理端,就能找到kodiuser了。
把kodiuser添加进audio和video用户组,并设置密码。
自动登录X界面 nano /etc/lightdm/lightdm.conf 修改配置文件,找到autologin一栏填上用户名kodiuser,用delete键删掉这行前面的#号
按CTRL-X后回答Y保存退出!
重启后就能直接跳出kodi界面。
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 Events
More
基于OMV+kodi的解决方案,参考https://post.smzdm.com/p/678921/一文!现在能够自动登录了,但是不能关机!一定要root登录后才会出现关机菜单,这个怎么解决啊?
安装X图形化界面 apt-get install xorg xfce4 xinit lightdm
安装Kodi本体 apt-get install kodi
设置中文环境 dpkg-reconfigure locales
设置自动启动 useradd -m -s /bin/bash kodiuser
创建一个名为kodiuser的用户,进入网页管理端,就能找到kodiuser了。
把kodiuser添加进audio和video用户组,并设置密码。
自动登录X界面 nano /etc/lightdm/lightdm.conf 修改配置文件,找到autologin一栏填上用户名kodiuser,用delete键删掉这行前面的#号
按CTRL-X后回答Y保存退出!
重启后就能直接跳出kodi界面。