ubuntu设定lightdm
时间: 2023-09-12 21:11:43 浏览: 136
要设置Ubuntu的LightDM,你可以按照以下步骤进行操作:
1. 打开终端并输入以下命令以编辑LightDM GTK欢迎界面的配置文件:
```
sudo nano /etc/lightdm/lightdm-gtk-greeter.conf
```
2. 在打开的文件中,找到`background`一行,并将其设置为你想要的背景图片路径,例如:
```
background=/usr/share/lubuntu/wallpapers/lubuntu-default-wallpaper.png
```
这将设置为Lubuntu默认壁纸。
3. 保存文件并关闭编辑器。
4. 要将LightDM设置为默认显示管理器,你需要运行以下命令:
```
sudo dpkg-reconfigure lightdm
```
这将打开一个配置界面,你可以选择LightDM作为默认显示管理器。
5. 按照提示选择LightDM作为默认显示管理器,并按回车键确认你的选择。
6. 重新启动你的系统:
```
sudo reboot
```
这样,你就成功地设置了Ubuntu的LightDM。请注意,LightDM的配置文件包括 `/usr/share/lightdm/lightdm.conf.d/*.conf`、`/etc/lightdm/lightdm.conf.d/*.conf` 和 `/etc/lightdm/lightdm.conf`。你可以根据需要对这些文件进行配置。<span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* *2* *3* [Lightdm Ubuntu轻量级桌面显示管理器配置](https://blog.csdn.net/qq_43332081/article/details/129932775)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_1"}}] [.reference_item style="max-width: 100%"]
[ .reference_list ]
阅读全文