parent
bb0f5ec392
commit
3cfbd086e2
|
@ -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
|
||||
|
|
|
@ -23,3 +23,10 @@
|
|||
| Commands | Description |
|
||||
|--------------------------------|-------------|
|
||||
| dpkg-deb -b \<source folder\> [target dir] | 安装软件包 |
|
||||
|
||||
## 4. dpkg-reconfigure 命令
|
||||
|
||||
```bash
|
||||
# 切换 Display Manager
|
||||
sudo dpkg-reconfigure gdm3
|
||||
```
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue