Changes

Jump to navigation Jump to search

Installation on other distributions

46 bytes added, 09:17, 18 May 2021
m
Add syntaxhighlight to memory file
The shared memory file will be located in /dev/shm/looking-glass and will need to be created on every boot otherwise it will have incorrect permissions. Looking glass will not be able to run unless it has permissions to this file. You can create the shared memory file automatically by adding the following config file:
<codesyntaxhighlight lang=bash>
touch /etc/tmpfiles.d/10-looking-glass.conf
</codesyntaxhighlight>
Add the following content to the file:
<codesyntaxhighlight lang=cfg><nowiki>#</nowiki>Type Path Mode UID GID Age Argument
f /dev/shm/looking-glass 0660 user kvm -
</codesyntaxhighlight>
Be sure to set the UID to your local user. (Replace "user" with your user name)
99

edits

Navigation menu