We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I have a Silverblue machine I want to access via SSH and start X11 applications on for local display.
X11 forwarding works fine in the main shell, but when I toolbox enter it doesn't work.
toolbox enter
Steps how to reproduce the behaviour
firefox
sudo dnf install firefox
PuTTY X11 proxy: Unsupported authorisation protocol
Error: cannot open display: localhost:10.0
Expected behaviour firefox and other X11 applications should work inside the toolbox in the same way that the work outside.
Actual behaviour PuTTY X11 proxy: Unsupported authorisation protocol Error: cannot open display: localhost:10.0
Output of toolbox --version (v0.0.90+) toolbox version 0.0.99.4
toolbox --version
toolbox version 0.0.99.4
Toolbox package info (rpm -q toolbox) toolbox-0.0.99.4-1.fc38.x86_64
rpm -q toolbox
toolbox-0.0.99.4-1.fc38.x86_64
Output of podman version e.g.,
podman version
Client: Podman Engine Version: 4.5.1 API Version: 4.5.1 Go Version: go1.20.4 Built: Fri May 26 18:58:48 2023 OS/Arch: linux/amd64
Podman package info (rpm -q podman) podman-4.5.1-1.fc38.x86_64
rpm -q podman
podman-4.5.1-1.fc38.x86_64
Info about your OS Fedora Silverblue 38
Additional context Might be related to #1290
The text was updated successfully, but these errors were encountered:
Finally figured it out. The problem is that the hostname changes in the toolbox, so it can't find the right xauth magic cookie.
hostname
xauth
Two workarounds:
xauth list
toolbox
sudo hostname <actual host>
Sorry, something went wrong.
I'm experiencing the same issue, would be nice to have it resolved or at least have some permanent workaround/script to patch it.
No branches or pull requests
Describe the bug
I have a Silverblue machine I want to access via SSH and start X11 applications on for local display.
X11 forwarding works fine in the main shell, but when I
toolbox enter
it doesn't work.Steps how to reproduce the behaviour
firefox
. Observe that the Firefox window appears on the local machine.toolbox enter
sudo dnf install firefox
(to get it installed in the toolbox)firefox
.PuTTY X11 proxy: Unsupported authorisation protocol
Error: cannot open display: localhost:10.0
Expected behaviour
firefox
and other X11 applications should work inside the toolbox in the same way that the work outside.Actual behaviour
PuTTY X11 proxy: Unsupported authorisation protocol
Error: cannot open display: localhost:10.0
Output of
toolbox --version
(v0.0.90+)toolbox version 0.0.99.4
Toolbox package info (
rpm -q toolbox
)toolbox-0.0.99.4-1.fc38.x86_64
Output of
podman version
e.g.,
Podman package info (
rpm -q podman
)podman-4.5.1-1.fc38.x86_64
Info about your OS
Fedora Silverblue 38
Additional context
Might be related to #1290
The text was updated successfully, but these errors were encountered: