Ubuntu安装向日葵远程控制、及必要的设置

官网下载,图形版本 https://sunlogin.oray.com/download/linux?type=personal 

先安装个依赖libgconf-2-4,否则可能安装失败

更新下,安装

sudo apt update
sudo apt install libgconf-2-4

之后安装下载的向日葵deb包即可。可以直接双击安装,若想命令行方式装

sudo dpkg -i 文件名.deb

之后进行必要的设置,否则开机后向日葵不一定自动启动

1、设置向日葵

 

主界面的识别码、长期验证码

 2、Ubuntu开机直接进入界面,不需要输入密码

查看自己的显示管理器(Display Manager)

cat /etc/X11/default-display-manager

会看到lightdm、gdm3、kdm、sddm之一

然后进行具体设置,对于lightdm 显示管理器

sudo vim /etc/lightdm/lightdm.conf

设置内容如下:

[Seat:*]             
autologin-guest=false
autologin-user=magiclen        #magiclen改成自己的登录用户名
autologin-user-timeout=0

对于gdm3 显示管理器

sudo vim /etc/gdm3/custom.conf

设置内容如下:

[daemon]             
AutomaticLoginEnable=true
AutomaticLogin=magiclen       #magiclen换成自己的登陆用户名

其他的显示管理器设置,参考 https://magiclen.org/linux-auto-login/

 

【对于arm开发板】

会一直卡在正在连接界面,原因是Todesk远程Ubuntu桌面系统100%但是进不去桌面_todesk连接100%后没反应-CSDN博客,目前没有找到办法。就用VNC吧。

 

【参考】

https://sunlogin.oray.com/download/linux?type=personal

https://blog.csdn.net/ANONYMOUSLAI/article/details/142547128

posted @ 2024-10-12 09:42  夕西行  阅读(1170)  评论(0编辑  收藏  举报