31 lines
779 B
Markdown
31 lines
779 B
Markdown
---
|
|
status: "4-Done"
|
|
type: "kanbn"
|
|
created: "2024-01-06T01:22:07.435Z"
|
|
updated: "2024-01-06T01:22:07.435Z"
|
|
---
|
|
|
|
# install-ubuntu-frame
|
|
|
|
```bash
|
|
apt-get install links unzip net-tools -y
|
|
snap install dashkiosk
|
|
timedatectl set-timezone America/Phoenix
|
|
snap restart dashkiosk
|
|
snap install ubuntu-frame wpe-webkit-mir-kiosk
|
|
snap set wpe-webkit-mir-kiosk daemon=true
|
|
snap set wpe-webkit-mir-kiosk url=http://localhost:9400/receiver
|
|
wpe-webkit-mir-kiosk.cog http://localhost:9400/receiver
|
|
/snap/wpe-webkit-mir-kiosk/current/bin/setup.sh
|
|
wpe-webkit-mir-kiosk.cog http://localhost:9400/receiver
|
|
snap set ubuntu-frame daemon=true
|
|
```
|
|
|
|
- [Alternate to Frame](https://thepcspy.com/read/building-a-kiosk-computer-ubuntu-1404-chrome/)
|
|
|
|
## Sub-tasks
|
|
|
|
- [ ] phares3757
|
|
- [x] unity4
|
|
- [x] unity5
|