Commit Graph

7 Commits (master)

Author SHA1 Message Date
Dustin dfe6bc6ef6 Hide the mouse cursor 2025-08-01 18:06:37 -05:00
Dustin 7a2220ed36 Install fonts
It turns out, `WebKitWebProcess` was aborting (with no error message or
anything) because it couldn't find any fonts.  I was only able to
determine this after attaching a remote debugger to it and getting a
backtrace.  I had to wrap the `WebKitWebProcess` executable with a
script that launched it with `gdbserver`, and then connect to that
server from my development system.
2025-08-01 18:04:35 -05:00
Dustin 0b187ba019 Install nsenter, setpriv
These will be useful for inspecting with the graphical environment where
the kiosk browser is running, with the same privileges as the GUI
applications.
2025-08-01 18:03:49 -05:00
Dustin 91df57a18d Install gdb{,server}
The best way to debug is to run `gdbserver` on the target system and
connect to it from a special `gdb` on the host that supports the target
architecture.

https://buildroot.org/downloads/manual/manual.html#_using_literal_gdb_literal_in_buildroot
2025-08-01 18:00:42 -05:00
Dustin 77994bc4e0 Install systemd-coredump 2025-08-01 17:59:55 -05:00
Dustin 166ae7e592 Add kioskbrowser 2025-08-01 09:08:57 -05:00
Dustin 829017b3ef Initial commit 2025-08-01 08:54:45 -05:00