Skip to content

Commit d19d667

Browse files
committed
Move cog's input to seat1
Add our custom patched version of cog with support of seat selection (also submitted upstream as PR 779), and assign Flipper One keys to seat1 to avoid leaking keypresses into a graphical DE session. Link: Igalia/cog#779 Signed-off-by: Alexey Charkov <alchark@flipper.net>
1 parent bcd4077 commit d19d667

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

debian-rk3576-ospack.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,15 @@ actions:
231231
chroot: true
232232
command: chmod -R o+w /flipperone-testing
233233

234+
- action: download
235+
description: Download our patched Cog browser with support for seat selection
236+
url: https://dl-linux-images.flipp.dev/flipperone-deb/pool/main/c/cog/cog_0.18.4-1%2Bseat1_arm64.deb
237+
name: cog-seat
238+
239+
- action: install-deb
240+
description: Install the patched Cog package into the target
241+
origin: cog-seat
242+
234243
- action: pack
235244
description: Save a tarball of the root filesystem
236245
file: debian-ospack.tar.gz
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
SUBSYSTEM=="drm", ENV{ID_FOR_SEAT}=="drm-platform-2acf0000_spi-cs-0", ENV{ID_SEAT}="seat1"
2+
SUBSYSTEM=="input", ATTRS{phys}=="flipper-one-input/input0", ENV{ID_SEAT}="seat1"

0 commit comments

Comments
 (0)