On 12/23/20 9:14 AM, haaber wrote:
On 12/22/20 10:18 PM, Jarrah wrote:

How do you disable the automatic screen lock? I have the screensaver
disabled and the lock screen option unchecked but it still locks after a
few minutes.


For me, there is a "presentation mode" on the battery icon (which shows
on both desktop and laptop) that disables the screen lock.

Also when using the screenshot function in system tools, is it possible to save to the AppVM file system you are currently using rather than to Dom0?
Or how do I access it once it is saved to Dom0?


You should be able to get them to your AppVM using `qvm-copy-to-vm <vm
name> <filename>`  from the terminal.

Better:  create in dom0 a file containing:

#!/bin/bash
qvm-copy-to-vm $(zenity --entry --title='Send to VM' --text='Destination
VM') "${BASH_ARGV[@]}"


Save that as an executable script, such as "~/.local/bin/send-to-vm.sh".
Then, open dom0 file manager, right click any png, click open with other
application, and under "use a custom command" enter "send-to-vm.sh %s".

When trying, it seems my Dom0 does not have a file manager in the menu. I had to run "thunar" manually from the terminal.

Also: Wouldn't qvm-move-to-vm be preferrable (also replacing "Send" with "Move")?

This "registers" the script in the application list.

Then, when you take a screenshot, instead of choosing "save", choose
"open with..." and see if your script shows up in the list of available
applications. If still not, you might have to write a simple .desktop
file in ~/.local/share/applications in order for it to show
up as an option.




--
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 this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/8a897236-c7da-4780-af9e-69e2900ad208%40rz.uni-regensburg.de.

Reply via email to