deliciouslytyped
deliciouslytyped
With regards to debugging, guided by the hint of https://unix.stackexchange.com/questions/314335/how-to-run-xvfb-without-root/316240 ( https://ericdraken.com/running-xvfb-on-a-shared-host-without-x/ ), which has the same error, but different goal - and from which as of yet I haven't...
TODO: figure out why Xvfb + x0vncserver had input issues. It's probably some mis- or lack of, configuration. Someone suggested that perhaps evdev isn't loaded by default.
TL;DR: wasted too much time thinking xkbcomp was even being run at all. After some more GDB shenanigans; it turns out x11 has it's own Popen function, which causing a...
Updated tut: - install nix-on-droid from fdroid - run `nix-shell x11.nix --run "myx :1"` where x11.nix is: ```nix with import {}; let id_c = writeText "id.c" '' #include #include int...
It could have been a bit of a shortcut to check the termux packaging, which in fact involves some similar patches: https://github.com/termux/x11-packages/blob/3dcfccb30af147709c1e650aec9926b87cb2336f/packages/xorg-server-xvfb/xorg-server-1.20.1_os_utils.c.patch#L26 - but this is obvious mainly in hindsight...
This can probably be closed after adding an overlay with the patches or something?
If anyone wants to pick my brain for clarifications please do so. but it's actually pretty simple once you get rid of all the "work in progress" cruft. There's two...
That's a very long thread - do you have any idea what they do?
Sorry, I don't have time to look into this right now, but that error message looks like it should give you a string to pull on. What nixpkgs version are...
For the inNixShell error, this looks relevant https://discourse.nixos.org/t/nix-shell-error-called-with-unexpected-argument-innixshell/20356 .