-
-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't use display because xauth not working after setupTermuxArch r
refresh
#241
Comments
This TermuxArch/TermuxArch#9 should probably fix the issue. After making all the files in the home directory of the user it's respective owner, xorg and xauth began to work flawlessly again. |
Thanks! It's fixed now. Another very important thing to note is that the |
Please see Sudo is non functional #4
|
I guess it can safely be considered necessary as disabling it breaks a lot of things. |
used to resolve:
It is amazing how this project is flux. Upstream and downstream and within the projects itself changes that at present seem to have this project working as expected; Thank you once again🥇 |
This should give some insight #228 (comment)
I'll expand it here :
I refreshed my install to keep up with the updates(on the previous installation). After many hours of looking up and checking conflicting packages/configs, I wasn't able to resolve it so I decided to go for the reinstallation.
Now, on this installation, the issue reappeared after refreshing and it was clear that it was the refresh which was causing this issue.
Note that this does not affect the root user (which is why I was able to check if Firefox ran).
It only affected the standard user (Also, I'm able to install aur packages right after copying makepkg.diff because fakeroot was working. Great work!).
Then I tried again after creating a new user with addauser but get the same errors in it again.
Assuming that it might be a problem with copying configs and desperate to keep the installation, I proceeded to create a user with the useradd command.
Unfortunately, I got the same error on it too (
xauth: error in locking authority file /home/deepit/.Xauthority
).I don't want to reinstall arch again because setting up packages and my personal configurations take a lot of time. Any idea how I can fix this?
This isn't an issue with vnc but xauth itself.
keys
orpci
doesn't work in users anymore either.A temporary work around to this issue is logging in using
startarch c su user
instead ofstartarch l user
.I thought this was due to zsh not loading
.profile
and.bashrc
but it didn't fix it either.After some searching, I figured that copying from root profile to user home profile messed up owners (even though It did show the user)
Running these commands successfully fixed the issue :
Lets discuss the consequences of this fix.
The text was updated successfully, but these errors were encountered: