Re: [qubes-users] Force a flatpaked application to open attachments, links etc. in a dismVM?

2022-06-03 Thread 'Johannes Graumann' via qubes-users
On Mon, 2022-05-30 at 14:11 -0400, Demi Marie Obenour wrote: > On Sat, May 28, 2022 at 12:56:42PM +0200, Johannes Graumann wrote: > > On Tue, 2022-05-24 at 12:35 -0400, Demi Marie Obenour wrote: > > > On Tue, May 24, 2022 at 10:37:18AM +0200, Qubes OS Users Mailing > > > List > > > wrote: > > > >

Re: [qubes-users] Force a flatpaked application to open attachments, links etc. in a dismVM?

2022-05-28 Thread 'Johannes Graumann' via qubes-users
On Tue, 2022-05-24 at 12:35 -0400, Demi Marie Obenour wrote: > On Tue, May 24, 2022 at 10:37:18AM +0200, Qubes OS Users Mailing List > wrote: > > https://www.qubes-os.org/doc/how-to-use-disposables/#making-a-particular-application-open-everything-in-a-disposable > > states: > > >  To do this [make

Re: [qubes-users] Failing Salt code: out of ideas and wrong error

2022-05-28 Thread 'Johannes Graumann' via qubes-users
On Wed, 2022-05-25 at 15:08 +0100, 'unman' via qubes-users wrote: > On Tue, May 24, 2022 at 11:54:27PM +0200, 'Johannes Graumann' via > qubes-users wrote: > > Can any one point me to why the following fails? I have been > > banging my > > head against this for a whi

[qubes-users] Failing Salt code: out of ideas and wrong error

2022-05-24 Thread 'Johannes Graumann' via qubes-users
Can any one point me to why the following fails? I have been banging my head against this for a while ... --- SNIP --- create bind dirs config file: file.managed: - name: /rw/config/qubes-bind-dirs.d/50_user.conf - makedirs: True - mode: 644 - dir_mode: 755 {% set binddirs =

[qubes-users] Force a flatpaked application to open attachments, links etc. in a dismVM?

2022-05-24 Thread 'Johannes Graumann' via qubes-users
https://www.qubes-os.org/doc/how-to-use-disposables/#making-a-particular-application-open-everything-in-a-disposable states: > To do this [make a particular application open everything in a  > disposable VM], enable a service named app-dispvm.X in that qube,  > where X is the application ID. and

Re: [qubes-users] Circumventing autostart of apps when updating the appVM by `salt`?

2022-05-12 Thread 'Johannes Graumann' via qubes-users
On Thu, 2022-05-12 at 06:27 -0400, Demi Marie Obenour wrote: > On Thu, May 12, 2022 at 11:26:53AM +0200, Qubes OS Users Mailing List > wrote: > > I have a setup with appVMs that are configured to autostart a > > subset of > > apps when they get fired up - one example is `app-privcom` that > >

[qubes-users] Circumventing autostart of apps when updating the appVM by `salt`?

2022-05-12 Thread 'Johannes Graumann' via qubes-users
I have a setup with appVMs that are configured to autostart a subset of apps when they get fired up - one example is `app-privcom` that runs `evolution`, `signal-desktop` (from a user level installed flatpak just in that VM) and `liferea` (also a flatpak) when coming online. Given the user-level

Re: [qubes-users] Salt: Jinja Error in templates but NOT dom0!?

2022-05-03 Thread 'Johannes Graumann' via qubes-users
> On 03.05.2022 11:32 Frédéric Pierret wrote: > > > Hello, > > Just writing what I'm thinking (not Salt expert at all!), you are probably > missing default value in the .get(): .get('kernelrelease', SOMETHING_DEFAULT) > > Le 5/3/22 à 11:01, 'Johannes Grauma

[qubes-users] Salt: Jinja Error in templates but NOT dom0!?

2022-05-03 Thread 'Johannes Graumann' via qubes-users
I have the following `*.sls` in my `salt`setup: {% if salt['pkg.version_cmp'](salt['grains'].get('kernelrealease'), '5.12') < 0 %} move broken AX260 wifi blob out of the way:   file.rename:     - name: /usr/lib/firmware/iwlwifi-ty-a0-gf-ao.pnvm.xz.bak     - source:

Re: [qubes-users] Where to configure target dir of `qvm-move`/`qvm-copy` (`/home/user/QubesIncomming`)?

2022-04-13 Thread 'Johannes Graumann' via qubes-users
On Tue, 2022-04-12 at 15:10 +0200, Johannes Graumann wrote: > On Fri, 2022-04-08 at 04:45 +0200, airelemental via qubes-users > wrote: > > > > > > > See subject line - I'd like to remap the `/home/user` bit to > > > `/tmp` > > > to > > > enforce cleanup ... > > > > > > Thanks for any pointers.

Re: [qubes-users] Where to configure target dir of `qvm-move`/`qvm-copy` (`/home/user/QubesIncomming`)?

2022-04-12 Thread 'Johannes Graumann' via qubes-users
On Fri, 2022-04-08 at 04:45 +0200, airelemental via qubes-users wrote: > > > > See subject line - I'd like to remap the `/home/user` bit to `/tmp` > > to > > enforce cleanup ... > > > > Thanks for any pointers. > > > > Joh > > > In /rw/config/rc.local, you can create /tmp/QubesIncoming. Then

Re: [qubes-users] Strategy Question: salt & installation of 3rd party software from web scraped URL - impossible in no-web templates

2022-04-06 Thread 'Johannes Graumann' via qubes-users
On Tue, 2022-04-05 at 19:39 +0200, 'Johannes Graumann' via qubes-users wrote: > On Tue, 2022-04-05 at 19:37 +0200, David Hobach wrote: > > And the last time I tried Citrix on Qubes, I just installed it to > > the > > home directory (there was a tarball for download IIRC). >

Re: [qubes-users] Strategy Question: salt & installation of 3rd party software from web scraped URL - impossible in no-web templates

2022-04-06 Thread 'Johannes Graumann' via qubes-users
On Tue, 2022-04-05 at 20:16 +0200, David Hobach wrote: > > A related question: howto transfer a binary file (like the citrix > > tarball) to dom0 for integration into the salt setup? > > > > the `qvm-run` and `cat`-based version in the docs does not work in > > this > > case. > > Just pack it

Re: [qubes-users] Strategy Question: salt & installation of 3rd party software from web scraped URL - impossible in no-web templates

2022-04-05 Thread 'Johannes Graumann' via qubes-users
On Tue, 2022-04-05 at 19:39 +0200, 'Johannes Graumann' via qubes-users wrote: > On Tue, 2022-04-05 at 19:37 +0200, David Hobach wrote: > > And the last time I tried Citrix on Qubes, I just installed it to > > the > > home directory (there was a tarball for download IIRC). >

Re: [qubes-users] Strategy Question: salt & installation of 3rd party software from web scraped URL - impossible in no-web templates

2022-04-05 Thread 'Johannes Graumann' via qubes-users
On Tue, 2022-04-05 at 19:37 +0200, David Hobach wrote: > And the last time I tried Citrix on Qubes, I just installed it to the > home directory (there was a tarball for download IIRC). This is really exciting ... will try this ... the rpm puts it into `/opt` ... would remove the need for a

[qubes-users] Strategy Question: salt & installation of 3rd party software from web scraped URL - impossible in no-web templates

2022-04-05 Thread 'Johannes Graumann' via qubes-users
Hi, I'm maintaining my setup using salt. For work I need to use proprietary software (citrix client) - a picture perfect use case for a dedicated template/app vm combo (sadly there isn't a flatpak, which via user space-installation would allow me to bypass the dedicated template). Citrix now is

[qubes-users] Where to configure target dir of `qvm-move`/`qvm-copy` (`/home/user/QubesIncomming`)?

2022-04-05 Thread 'Johannes Graumann' via qubes-users
See subject line - I'd like to remap the `/home/user` bit to `/tmp` to enforce cleanup ... Thanks for any pointers. Joh -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an

Re: [qubes-users] Qubes 4.1 on ThinkPad P15 Gen 2: Does not see ThinkPad USB-C Dock Gen. 2

2022-03-28 Thread 'Johannes Graumann' via qubes-users
> On 28.03.2022 15:06 'Johannes Graumann' via qubes-users > wrote: > > > > Please see subject line. The corresponding port on the ThnikPad and the cable > used are OK, as I can use them to hook up a USB keyboard, which is recognized > by my `sys-usb` VM and usable u

[qubes-users] Qubes 4.1 on ThinkPad P15 Gen 2: Does not see ThinkPad USB-C Dock Gen. 2

2022-03-28 Thread 'Johannes Graumann' via qubes-users
Please see subject line. The corresponding port on the ThnikPad and the cable used are OK, as I can use them to hook up a USB keyboard, which is recognized by my `sys-usb` VM and usable upon attaching it to a VM. It's also not the dock itself, as I have tried with an identical model that works

Re: [qubes-users] gnome flatpaks in VMs incompatible with nvidia/nouveau in dom0?

2022-03-28 Thread 'Johannes Graumann' via qubes-users
> On 26.03.2022 22:09 'Johannes Graumann' via qubes-users > wrote: > > > Hello, > > I recently switched my laptop/dom0 installation from the intel to the > nvidia/nouveau graphics card included. > > I have been running task/app dedicated VMs without hav

[qubes-users] gnome flatpaks in VMs incompatible with nvidia/nouveau in dom0?

2022-03-26 Thread 'Johannes Graumann' via qubes-users
Hello, I recently switched my laptop/dom0 installation from the intel to the nvidia/nouveau graphics card included. I have been running task/app dedicated VMs without having to install all software into the corresponding minimal templates by augmenting them with user-level flatpaks. For

Re: [qubes-users] Qubes 4.1 & ThinkPad P15 Gen 2 (type 20YQ): Help in Remedying Reduced Functionality?

2022-03-24 Thread 'Johannes Graumann' via qubes-users
> On Thu, Mar 24, 2022 at 02:38:16PM +0100, 'Johannes Graumann' via qubes-users > wrote: > > > On 24.03.2022 13:39 'Johannes Graumann' via qubes-users > > > wrote: > > > > > > > > > > > > > > > >

Re: [qubes-users] Qubes 4.1 & ThinkPad P15 Gen 2 (type 20YQ): Help in Remedying Reduced Functionality?

2022-03-24 Thread 'Johannes Graumann' via qubes-users
> On 24.03.2022 13:39 'Johannes Graumann' via qubes-users > wrote: > > > > > > On 24.03.2022 12:16 'Johannes Graumann' via qubes-users > > wrote: > > ... > > As the laptop's HDMI port also does not work (likely due to being hardwired > &g

Re: [qubes-users] Qubes 4.1 & ThinkPad P15 Gen 2 (type 20YQ): Help in Remedying Reduced Functionality?

2022-03-24 Thread 'Johannes Graumann' via qubes-users
> On 24.03.2022 12:16 'Johannes Graumann' via qubes-users > wrote: > ... > As the laptop's HDMI port also does not work (likely due to being hardwired > to the NVDIA card), I currently have no means of setting up multiple screens. > > I want to use Qubes and this machi

[qubes-users] Qubes 4.1 & ThinkPad P15 Gen 2 (type 20YQ): Help in Remedying Reduced Functionality?

2022-03-24 Thread 'Johannes Graumann' via qubes-users
Hi, I got a new ThinkPad P15 Gen 2: 1x 11th Generation Intel® Core™ i7-11800H Processor(Core™ i7-11800H) 1x Bluetooth® 5.0 or above; Intel® Wi-Fi 6E AX210 2x2 AX 1x Ethernet; Combo audio/microphone jack; HDMI 2.0; 1 Power button; 2x TBT (DP 1.4 USB 3.2 Gen2); 2 USB 3.2 Gen 2 (Type A); SIM Card

Re: [qubes-users] Qubes 4.1: How to set private storage max size using SALT?

2022-03-24 Thread 'Johannes Graumann' via qubes-users
> On 24.03.2022 10:42 'Johannes Graumann' via qubes-users > wrote: > > > > On 24.03.2022 09:53 'Johannes Graumann' via qubes-users > > wrote: > > > > > > > On 22.03.2022 17:22 unman wrote: > > > > > > &g

Re: [qubes-users] Qubes 4.1: How to set private storage max size using SALT?

2022-03-24 Thread 'Johannes Graumann' via qubes-users
> On 24.03.2022 09:53 'Johannes Graumann' via qubes-users > wrote: > > > > On 22.03.2022 17:22 unman wrote: > > > > > > You have to include a call to qvm-volume in your state file. > > > > 'qvm-volume extend QUBE:private 50G': > >

Re: [qubes-users] How to properly and entirely revert the GUI VM setup?

2022-03-24 Thread 'Johannes Graumann' via qubes-users
> On 19.03.2022 17:30 'awokd' via qubes-users > wrote: > > > 'Johannes Graumann' via qubes-users: > > Hello, > > > > I have been playing around with the GUI VM setup and it works on my machine > > (didn't manage to have network, but didn't look into

Re: [qubes-users] Qubes 4.1: How to set private storage max size using SALT?

2022-03-24 Thread 'Johannes Graumann' via qubes-users
> On 22.03.2022 17:22 unman wrote: > > > You have to include a call to qvm-volume in your state file. > > 'qvm-volume extend QUBE:private 50G': > cmd.run Super! Thank you! -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe

[qubes-users] Qubes 4.1: How to set private storage max size using SALT?

2022-03-21 Thread 'Johannes Graumann' via qubes-users
Hi, Please see subject line ;) Thanks for any pointers. Joh -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to qubes-users+unsubscr...@googlegroups.com. To view

[qubes-users] How to properly and entirely revert the GUI VM setup?

2022-03-15 Thread 'Johannes Graumann' via qubes-users
Hello, I have been playing around with the GUI VM setup and it works on my machine (didn't manage to have network, but didn't look into that, see next), but the necessity to set a new password for user every time it is fired up renders it's use so impractical, I will refrain for now. The

[qubes-users] modeles & firmware packages for the kernel-latest packages?

2022-03-11 Thread 'Johannes Graumann' via qubes-users
Hi, The wireless card in my new machine (AX260) is reported to only start working with kernel 5.12, which means the stable kernel is not enough, but the kernel-latest package (now 5.16 in security-testing) should be fine. I am wondering though where to get the appropriate firmware and modules