deeplow

Results 493 comments of deeplow

A discussion on the Qubes forum might provide some insights on how this may be acomplished. See it here: https://qubes-os.discourse.group/t/opening-more-programs-in-running-disposable-appvm/2389/4 This is a [related (community) documentation piece](https://github.com/Qubes-Community/Contents/blob/master/docs/common-tasks/opening-urls-in-vms.md)

Hi all! I've kept this on the back of my mind (it's more than a year later). But I think I've figured out how this can be done properly with...

Thanks @conorsch for taking a look and implementing it on a testing branch. Looking good! I'll just have to reconfigure the dev environment (as I've been out of touch with...

Not sure if the shipped templates include the [`x11-utils`](https://packages.debian.org/buster/x11-utils) package. But if it does, know how many windows exist could be as simple as: ``` n_open_programs=$(xlsclients | wc -l) if...

> For the Qubes AppMenu user testing, we'll be also testing the concept of giving users the option to open things within currently-running VMs. Great idea! Looking forward to any...

The implementation of this https://github.com/QubesOS/qubes-issues/issues/5557 will likely make the shutdown dynamic trivial to implement since opening applications in the same disposable qube will be natively supported.

From another [discussion](https://github.com/freedomofpress/securedrop-workstation/issues/100#issuecomment-1211353120): > Possibly relevant for future implementation efforts: https://www.qubes-os.org/news/2018/09/11/qubes-u2f-proxy/ There is a follow up to this. The new version changed name and architecture: https://www.qubes-os.org/doc/ctap-proxy/ There was also a...

I can confirm this is still a problem as of 1.0.0 / client 0.12.0

There is another middle-ground solution (not my idea) where instead of updating ir removing entirely, there could be some info+nudging about outdated templates and pointers on how to keep these...

:100: I should have clarified when I linked to the template upgrade scripts that my intention was to at most mention the existence of these to users in the docs...