Skip to content

Instantly share code, notes, and snippets.

@dzanaga
Created March 17, 2023 10:01
Show Gist options
  • Select an option

  • Save dzanaga/ae393dbd3b8e8375ee85bd3c702c7ad5 to your computer and use it in GitHub Desktop.

Select an option

Save dzanaga/ae393dbd3b8e8375ee85bd3c702c7ad5 to your computer and use it in GitHub Desktop.
Use Evince to annotate pdfs as anonymous user
Create a new user 'anon' or similar.
Copy the pdf to the user home
open terminal as the main user and run evince as the anon user:
```
xhost +SI:localuser:anon
sudo -u anon DISPLAY=:0 evince /home/anon/my.pdf
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment