Zaz Brown
Zaz Brown
Currently, `file_mode: keep` does not work for SALT's `file.recurse`. I believe that may be fixed if we were to preserve the mode [when copying files](https://github.com/QubesOS/qubes-mgmt-salt/blob/c5a8a5ade740eff1a507a65f8b89bfc7ea9dd573/qubessalt/__init__.py#L182). Is that a possibility? This...
I had the same issue for the second time today (4.2.4). Photo of journalctl attached.  [Related Qubes Forum post](https://forum.qubes-os.org/t/qubes-installer-stuck-at-configuring-alsa-sof-firmware-noarch-for-last-8-hours/29577) and [possibly related Reddit post](https://www.reddit.com/r/Qubes/comments/1bxf9ys/qubes_os_installation_stuck_on_this_every_time_i/?rdt=39800).
Perhaps for now we just add a note to [the docs](https://www.qubes-os.org/doc/salt/#top-files) that it is important to include `^` and `$` in the VM name not only to restrict the match,...
I think @iacore's last comment is right. Here are the locations that likely need changed: [qubes-gui-daemon/gui-daemon/xside.c **process_xevent_motion**](https://github.com/QubesOS/qubes-gui-daemon/blob/main/gui-daemon/xside.c#L2177-L2193) [qubes-gui-agent-linux/gui-agent/vmside.c **handle_motion**](https://github.com/QubesOS/qubes-gui-agent-linux/blob/216a615ec5a2ac245433424066a2b071e8c865d3/gui-agent/vmside.c#L1816-L1838) [qubes-gui-agent-linux/xf86-input-mfndev/src/qubes.c **process_request** case 'M'](https://github.com/QubesOS/qubes-gui-agent-linux/blob/main/xf86-input-mfndev/src/qubes.c#L718-L719) And for reference, the X11 code that...
@DemiMarie I don't have enough familiarity that it would be easy for me. I'd be willing to help. The gist is to [allow relative input to the X driver](https://github.com/QubesOS/qubes-gui-agent-linux/compare/main...zaz:qubes-gui-agent-linux:patch-1), then...
This works great for me! And when I disabled LSP, I didn't notice any non-graceful failure. Syntax highlighting worked as expected. If there's anything I can do to help, please...
@lenianiva It doesn't cause any obvious errors either way for me. You might want to replace the tab indentation with spaces because that is the convention. Thanks for putting this...
# Workaround 1. Plug in a separate USB mouse 2. Click "No" if asked if you want to use it as an input device `qubes.InputMouse` 3. Attach it as USB...
If I understand correctly, this bug is calling to allow a VM to request to lock the cursor in-place (for whatever reason), whereas #7316 is calling to have dom0 forward...
@maltfield dom0. You can use `xrandr` and should see something like `1920 x 1080`, in which case you divide by two. Or you can search your model of screen. By...