opened 12:33PM - 12 Dec 25 UTC
C: core
ux
P: default
### The problem you're addressing (if any)
When using a lot of unnamed disposab…les, I sometimes find myself wondering where I should paste some text, copy some file, etc. : is it *disp3027*? *disp111*? *disp4186*?...
### The solution you'd like
I would like a way to give an "alias" ("name" or "label" are currently used terms) to unnamed disposables.
This is what I want to do in the end:
* When switching between windows, I want to see some title like `[disp1234-download-pdf]`, `[disp1234%download-pdf]` or `[disp1234 "download-pdf"]` or something else, where `disp1234` is the name of the disposable and `download-pdf` is my custom "alias".
* When looking for files in `~/QubesIncoming`, I would like to see a folder name like `disp1234-download-pdf` (in that case, I think that using a space could be painful?)
* When opening the Qubes Domain widget, I want to see the qube as `disp1234-download-pdf` or `disp1234 (download-pdf)`
* Same thing in qube listed in Qubes Device widget, in Qubes Appmenu, in the policy pop-up asking to choose a qube, in `Qubes Backup tool`
* Qubes Manager, `qvm-ls` could use a new "alias" column
* It could be nice to be able to use the "alias" in `qvm-` tools instead of `dispXXXX` but it might be difficult to handle duplicates ([as pointed out by alimirjamali](https://github.com/QubesOS/qubes-issues/issues/10462#issuecomment-3640827904))
### The value to a user and who that user might be
* Less cognitive load
* Lowering the risk of mistakes between unnamed disposables (resulting in security or privacy issues)
### Completion criteria checklist
(This section is for developer use only. Please do not modify it.)
### Note
A first version of this feature request was proposed as #10462. This version takes into account the comments made by @alimirjamali