jamke
jamke
In the topic there are 2 complains about `Xorg` and `at-spi2` processes consuming CPU. It's a different issue, the new ticket should be created by @UndeadDevel, @vzvva or somebody else...
Any information what stops key stroke from passing to the active qube in case of layout switch shortcut? Something in `dom0` that should pick up the shortcut and mark it...
I can try to make it if no one wants. But it will take a long time and can require my interaction with somebody from the Team.
There is already an example of implementation (maybe outdated, that was made 7 years ago by @jgriffiths): https://github.com/jgriffiths/qubes-completion His project looks very promising and interesting. I am not sure if...
@unman thanks for the link, but, as far as I understand, it's not what's needed from bash-completion. Does it provide proper completion for the first example with `qvm-ls --run` from...
@unman or you meant that you would want to implement completion and it will not take you too long? Maybe I misunderstood.
OK, now I'm starting to make an up to date and advanced bash completion for Qubes OS tools as I mentioned above. I am planning to make it secure and...
I am halfway of making a script for amazing qubes completion. The completion is already working for **29 Qubes OS tools** (it's more than a half of total amount of...
> * What is the latency like? Slow completion can be worse than no completion, as the shell is unresponsive while the completion code runs. I'm developing it in a...
> performance hint: list vms with `qvm-ls --raw-list` or `qvm-ls --raw-data --fields ...` (listing only necessary fields) - it's significantly faster; otherwise it fetches a lot of info for the...