What would you like to see improved in Qubes OS?

I am not anti-sudo. I am anti-sudo-by-default.

I agree.

The corresponding topic:

3 Likes

Yes, with that pull request the Domains widget would show the outdated volume status for all disposables - same as Qube Manager. IMO it’s important to pass this information to the user, e.g. consider a browsing session in a disp1234 disposable that hasn’t picked up a security patch for the browser.

Maybe there’s a better icon for something being outdated/stale/old than :repeat:? Something that doesn’t imply a restart. (Although even with the PR, the Domains widget still wouldn’t offer the Restart action for disp1234 disposables - same as Qube Manager again.)

3 Likes

It is possible to exclude unnamed dips* qubes via something like:

if vm.klass == "DispVM" and vm.auto_cleanup:
    # do not show icon code here

Overall. this is a mildly debated issue which is hard to keep everyone satisfied. Power users are usually comfortable with this since they properly understand the under-hood mechanism with or without the icon. Let’s see what decision the core team takes on this.

1 Like

My understanding, from the Qubes Summit, is that additional templates, packages, and VMs could potentially bloat an already large ISO. That is why additions like extra templates and specific AppVMs are best provided through Salt scripts from external, trusted sources like FPF.

2 Likes

Back to KDE.

I think KDE Activities is a more convenient way to handle Qubes’s compartmentalization.

It’s a pain having to install with XFCE and then install KDE.

At least there should be the option to choose between XFCE or KDE during installation.

1 Like

you can create in memory disk, templates and appvms.
Create a RAM drive on startup, give it a btrfs filesystem, create a sub volume on it, set up a storage pool and clone template to the ram disk and then create appvm. Everything is now on RAm for that vm. copy the file system to use in
reboot script. QubesVM manager will pick it up as son as it’s all copied back in. (sounds complex but it’s no different to adding a new drive)