补充资料。

Signed-off-by: rick.chan <cy@haoan119.com>
This commit is contained in:
rick.chan 2024-06-14 16:57:47 +08:00
parent bb0f5ec392
commit 3cfbd086e2
3 changed files with 14 additions and 0 deletions

View File

@ -38,6 +38,9 @@ mode=1024x600
[launcher]
icon=/usr/share/icons/locolor/32x32/apps/gvim.png
path=/usr/bin/weston-terminal
[autolaunch]
path=/usr/bin/weston-terminal
```
```weston.ini

View File

@ -23,3 +23,10 @@
| Commands | Description |
|--------------------------------|-------------|
| dpkg-deb -b \<source folder\> [target dir] | 安装软件包 |
## 4. dpkg-reconfigure 命令
```bash
# 切换 Display Manager
sudo dpkg-reconfigure gdm3
```

View File

@ -173,3 +173,7 @@ sudo systemctl disable mydemo
```bash
sudo systemctl mask getty@tty1.service
```
## 3. 外部参考资料
1. [Qt for Embedded Linux](https://doc.qt.io/qt-6/embedded-linux.html)