-
-
Notifications
You must be signed in to change notification settings - Fork 188
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
Authorization required, but no authorization protocol specified #823
Comments
There is an assumption that execution fails at |
Most likely, the problem is related to the icewm session. |
@Doncuppjr I don't quite understand what you mean.
|
That’s where the host name is being changed. Either set a host name string
without the *, or update the code for better logic.
|
@Doncuppjr The fact is that this also happens when calling |
For the sake of experiment, I deleted the script and called
Most likely a question for the |
Try the latest commit.
|
@Doncuppjr With these edits, it was possible to assemble an image. Now IceWM does not crash. But, as I understand it, the problem in IceWM still persists. |
It's not limited to icewm. Could possibly do something with the Xauthority file, but just not changing the hostname should be fine.
|
The IceWM session starts after authorization via xdm. Accordingly, somewhere in the intermediate stage, most likely, it is necessary to somehow throw in the settings or updates of the session? |
I run several utilities from under
icewm-session
instartup
, including 'nm-applet'. As soon as I try to manually connect vianm-applet
to a wi-fi network, any GUI applications stop opening for me. They seem to loseDISPLAY
and cannot be rendered on the desktop, while the error in the logs is `Authorization required, but no authorization protocol specified'.2024-05-06_02-22-01.mp4
At the same time, as you can see, the
hostname
changes after connecting to a wi-fi network.An Internet search gave the following result:
The problem with opening windows was avoided. But the
hostname
does not change. Accordingly, when connecting, something happens that breaks the user environment.As I understand it, neither
polkit
nor anything else will help here. How can this problem be fixed?The text was updated successfully, but these errors were encountered: