n3rdopolis
n3rdopolis
hmm... I tried it right before posting, it did not appear to work, I could try again, I didn't get a crash it's just that nothing appeared on the host......
Hi. Is a feature like this still possible? Trying to run it under a fullscreen-shell I get ``` [W Orbital - unknown:0] == Cannot use weston_windowed_output_api ```
This seems to still happen on non-seat0 seats (It works on seat0 with or without TTYs) This is the stack trace ``` #0 wlr_addon_find (set=set@entry=0x5590c5a228f0, owner=owner@entry=0x5590c5aab720, impl=impl@entry=0x7fb232b8c010 ) at ../util/addon.c:42...
I would like to vote for this, would be useful for something like single-user mode or something
I already have Orbital, although not on the latest prerelease ISOs because it needs to be updated for Weston 2.0 I tried Maynard years ago, but it needs an older...
I think I get something like this if I `cage -- foot -- bash` and then in bash I `sleep inf` and then `exit` Foot becomes a zombie, and then...
I also like the commas better than spaces, I think that might make it easier for folks that might be `source`ing the file for whatever reason too...
Still seems to happen ``` #0 wlr_addon_find (set=set@entry=0x556bba4c25c0, owner=owner@entry=0x556bba4ca900, impl=impl@entry=0x7f3875b0af30 ) at ../util/addon.c:42 addon = 0x11 #1 0x00007f3875aa400c in wlr_output_layout_get ( layout=layout@entry=0x556bba4ca900, reference=reference@entry=0x556bba4c2350) at ../types/wlr_output_layout.c:221 l_output = 0x0 addon =...
Wait this is the weirdest thing, it seems to not like the `s` optimization, I was trying to get a better trace without all the `` in the trace if...
Yes, that sleep command is `sleep inf &` I forgot the `&` That gets the `foot` terminal to become a zombie, so the PID is still there, but it's waiting...