How to add the Ubuntu image's running user to groups? #5981
Avasam
started this conversation in
Image configuration
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
During install, the python module
keyboardrunsdumpkeysto extract all key names.This fails unless the user running the command is in the
inputandttygroups.https://github.com/Toufool/Auto-Split/runs/7551506003?check_suite_focus=true#step:6:54
I cannot simply run
sudo usermod -a -G tty,input $USERas the groups aren't updated for the current session.I cannot run pip as root (
sudo pip install ...) because this messes up packages installs in a way that breaks bothPyrightandPyInstaller.Is there any solution?
Beta Was this translation helpful? Give feedback.
All reactions