Update README.md

This commit is contained in:
Ben Reaves
2020-10-24 17:21:05 -05:00
committed by GitHub
parent 6a20ac5932
commit 3f573c6d61

View File

@@ -248,7 +248,7 @@ The older xkb shortcut method info can be read about in ticket [#125](https://gi
## How to Upgrade Kinto ## How to Upgrade Kinto
Simply bring down the latest in either the master branch or dev, but dev is sometimes in flux as new features are being developed. Then you can re-run the setup.py installer, it will stop the service and re-install Kinto. Simply bring down the latest then you can re-run the setup.py installer, it will stop the service and re-install Kinto.
Note: If you have made any custom changes to ~/.config/kinto then you will need to backup or rename those directories before running an update. Note: If you have made any custom changes to ~/.config/kinto then you will need to backup or rename those directories before running an update.
@@ -300,14 +300,11 @@ To disable keyboard mapping:
### Does not start when you log in or after you reboot? ### Does not start when you log in or after you reboot?
Kinto
You may need to manually set your DISPLAY in the systemd service file. Normally it pulls in the proper DISPLAY value but if it doesn't you can try this. You may need to manually set your DISPLAY in the systemd service file. Normally it pulls in the proper DISPLAY value but if it doesn't you can try this.
Another possibility is the SELinux could be enabled and needs to be set to permissive. (aka /etc/selinux/config) Another possibility is the SELinux could be enabled and needs to be set to permissive. (aka /etc/selinux/config)
To reset the display variable
You may need to manually set your DISPLAY in the systemd service file. Normally it pulls in the proper DISPLAY value but if it doesn't you can try this.
``` ```
echo $DISPLAY echo $DISPLAY