Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete existing screenshot when option is enabled #3936

Closed
VariableDeclared opened this issue Apr 23, 2022 · 4 comments
Closed

Delete existing screenshot when option is enabled #3936

VariableDeclared opened this issue Apr 23, 2022 · 4 comments
Labels
enhancement New feature or request
Milestone

Comments

@VariableDeclared
Copy link

Hi,

I had a quick search of open issues and could not see one that matched up; so here's the feature request.

When using UTM; UTM is periodically taking screenshots of the VM display, and, if the VM is shut down, that preview will remain. This is a privacy concern for users of UTM if the VM manager is effectively displaying their last activity, including open browsers, names, etc clearly displayed.

This request is to add an option disabling VM preview in the VM manager screen.

Many thanks,
VD

@VariableDeclared VariableDeclared added the enhancement New feature or request label Apr 23, 2022
@VariableDeclared
Copy link
Author

VariableDeclared commented Apr 23, 2022

Okay, so I did some digging, there's an option "Do not save VM screenshot to disk".

Screenshot 2022-04-23 at 19 07 47

Enabling this will achieve the desired result but it will not remove screenshots that already exist. So I found a workaround -:

  1. Open your favourite terminal
  2. USER=$USER_MACOS_USERNAME
  3. cd /Users/$USER/Library/Containers/com.utmapp.UTM/Data/Documents
  4. ls and note you should see your VMs in this folder. Ending .utm. These are folders, cd into your target VM
  5. Once in the VM you can run rm screenshot.png
  6. Exit UTM
  7. Reopen - the screenshot was removed for me.

I think I can close this issue for now; given that I have provided a workaround for screenshot purging,

Cheers,
VD

@VariableDeclared VariableDeclared changed the title [Privacy] Add option to disable VM Previews [Privacy] How to disable and purge screenshots Apr 23, 2022
@osy
Copy link
Contributor

osy commented Apr 23, 2022

Would it be useful if we delete the last saved screenshot the next time a VM is launched after “do not save screenshots” is checked?

@VariableDeclared
Copy link
Author

hey @osy yes, I think after enabling the feature purging should occur,

VD

@osy osy reopened this Apr 24, 2022
@osy osy changed the title [Privacy] How to disable and purge screenshots Delete existing screenshot when option is enabled Apr 24, 2022
@osy osy added this to the v3.2 milestone Apr 24, 2022
@VariableDeclared
Copy link
Author

hey @osy I created a draft which might be suitable for addressing this issue, let me know what you think,

@osy osy closed this as completed in e958cc4 Apr 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants