[qubes-users] how to add another language to write with and shortcut to switch languages

2019-08-12 Thread 'SideRealiq' via qubes-users
1) How can I add another language to write in the VMs? 2) Which shortcut can I use to switch between languages? If shortcut does not exist, how can I create it? -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and

[qubes-users] How to sync files from a file as block device attached to another qube?

2019-06-02 Thread 'SideRealiq' via qubes-users
If I create a loopback device in vm1 and attach it to vm2, any changes in vm1 device are not reflected in the attached vm2 device. Why is that and how can they be reflected/synced? Here is my test code: # in vm1 sudo losetup -f --show ~/loopfile.img ## result: /dev/loop2 sudo mkdir /mnt/loopmnt