One important thing that really keeps me back from totally converting to qubes is the inability to create documents with screenshots. On a windows pc I can of course do a screen print, then quickly crop the image and paste it right in a document.
This seems extremely difficult in qubes. I do see someone created some image copy/paste between domains here: http://jrruethe.github.io/blog/2015/09/17/screenshots-in-qubes/
Am I missing something basic or will I need to do something like that?
Thanks,
Patrick
--
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+unsubscribe@googlegroups.com.
To post to this group, send email to qubes...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/dd2a1ce9-f912-41bb-a1f1-7f30cbef3003%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On Wednesday, February 8, 2017 at 12:45:53 PM UTC-5, Francesco wrote:
> I have it muy simple:
>
> echo "digit name of the VM to which send snapshots"
> read nameVM
> qvm-copy-to-vm $nameVM ~/Pictures/
> rm ~/Pictures/*.*
>
>
>
>
>
>
> but you can use only the last but one line if you want it even simplier. The other lines are only to speed it up.
>
> Best
>
> Fran
>
>
>
>
>
>
>
> On Wed, Feb 8, 2017 at 2:30 PM, Patrick Bouldin <pat...@runthisproject.com> wrote:
> Hi everyone,
>
>
>
> One important thing that really keeps me back from totally converting to qubes is the inability to create documents with screenshots. On a windows pc I can of course do a screen print, then quickly crop the image and paste it right in a document.
>
>
>
> This seems extremely difficult in qubes. I do see someone created some image copy/paste between domains here: http://jrruethe.github.io/blog/2015/09/17/screenshots-in-qubes/
>
>
>
> Am I missing something basic or will I need to do something like that?
>
>
>
> Thanks,
>
> Patrick
>
>
>
> --
>
> 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...@googlegroups.com.
Thank you but I'm pretty new with Linux. Do I add this as a script in dom0? How would I invoke it after a screenshot? Can you please provide full context on how to use this?
To unsubscribe from this group and stop receiving emails from it, send an email to qubes-users+unsubscribe@googlegroups.com.
To post to this group, send email to qubes...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/5611a751-42e6-426b-90e5-f0a32e9bfb2c%40googlegroups.com.
On Wed, Feb 8, 2017 at 2:49 PM, Patrick Bouldin <pat...@runthisproject.com> wrote:Thank you but I'm pretty new with Linux. Do I add this as a script in dom0? How would I invoke it after a screenshot? Can you please provide full context on how to use this?
ok. you have to create a file called for example snapshot.sh where you write the above. For doing that I use:vim snapshot.shthen digit "i" that allows me to insert the above textat the end ":x" to saveafter that
sh snapshot.sh to executegood luckFran
--
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+unsubscribe@googlegroups.com.
To post to this group, send email to qubes...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/96724731-7267-43c0-b41b-d1c94bee4c3d%40googlegroups.com.
Hi, yes I may have not used vi right, but think I have it now (google is my friend):)
As mentioned earlier, I can't interpret the next steps in Eva's post and had some specific questions.
Thanks,
Patrick
Hello,
Download it.Move to dom0 chmod +x qvm-screenshot.sh Then you can use it :)
I tried to install the screenshot-tool as mentioned in the howto:https://github.com/evadogstar/qvm-screenshot-tool
To summarize:, the requirements in dom0: