Created
March 17, 2023 10:01
-
-
Save dzanaga/ae393dbd3b8e8375ee85bd3c702c7ad5 to your computer and use it in GitHub Desktop.
Use Evince to annotate pdfs as anonymous user
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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