Skip to content

Commit 006b6ec

Browse files
alcharkzhovner
authored andcommitted
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 d97c61b commit 006b6ec

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
@@ -221,6 +221,15 @@ actions:
221221
chroot: true
222222
command: chmod -R o+w /flipperone-testing
223223

224+
- action: download
225+
description: Download our patched Cog browser with support for seat selection
226+
url: https://dl-linux-images.flipp.dev/flipperone-deb/pool/main/c/cog/cog_0.18.4-1%2Bseat1_arm64.deb
227+
name: cog-seat
228+
229+
- action: install-deb
230+
description: Install the patched Cog package into the target
231+
origin: cog-seat
232+
224233
- action: pack
225234
description: Save a tarball of the root filesystem
226235
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)