Valentin David
Valentin David
I was not intending to, unless nobody does it. Go ahead if you want.
I think creating a pgrp for the child process is better. To work around this issue I have created a small wrapper for my application: https://gitlab.com/valentindavid/flatpak-buildstream/-/blob/39705ab4451a20bf4caacf061f392beafddad040/files/bst-wrapper.py
I do not think this is the proper way to solve #369. We need to properly set the foreground process group.
> Is this PR still proposed or abandoned? I can rebase and take care of it a bit. But since there was no interaction from maintainers, then I am not...
> > In order to run on Ubuntu Core, upower and udisks2 snaps are also needed. polkit is not yet available. I have some snapcraft.yaml files for those snaps at:...
> Yeah if they can't install automatically, we probably need to also think about how we can show some messaging to users that they need to do something themselves to...
As a transition, we could have two `snapcraft.yaml`, one confined and one not. And they can be published in different channels. For example `confined/edge`.
I have noticed that fwupd tries to read `/etc/fwupd/redfish.conf`. Is this user configurable? If so we will have to generate it with a configure hook for `snap set`.
I also have no buttons working. I have tried to debug it. It seems that GetControllerState always set the VRControllerState_t structure to all zeroes, though it returns true (non zero...
I have found a bit more about the bug. When `GetControllerState` from the C API (through `FnTable`) does not work, while it does with the C++ API. I have opened...