emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#66295: closed ([DOCUMENTATION] guix shell with graphical software on


From: GNU bug Tracking System
Subject: bug#66295: closed ([DOCUMENTATION] guix shell with graphical software on Xorg)
Date: Thu, 26 Oct 2023 12:57:01 +0000

Your message dated Thu, 26 Oct 2023 14:55:48 +0200
with message-id <87msw5k0ff.fsf@gnu.org>
and subject line Re: bug#66295: [DOCUMENTATION] guix shell with graphical 
software on Xorg
has caused the debbugs.gnu.org bug report #66295,
regarding [DOCUMENTATION] guix shell with graphical software on Xorg
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
66295: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66295
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [DOCUMENTATION] guix shell with graphical software on Xorg Date: Sun, 1 Oct 2023 14:05:10 +0200 (CEST)
Hello,

I am a guix beginner, slowly learning to use the shell command to make containers.
I tried to use the command from the documentation (https://guix.gnu.org/manual/en/html_node/Invoking-guix-shell.html)  to launch chromium with the advised command
guix shell --container --network --no-cwd ungoogled-chromium \
  --preserve='^DISPLAY$' -- chromium
but with Xorg this does not seem to work due to permission error, the error is "Authorization required, but no authorization protocol specified".
I solved the problem by sharing .Xauthority and exposing the associated environment variable, and then it works:
guix shell --container --network --no-cwd ungoogled-chromium  \
--preserve='^DISPLAY$' --preserve='^XAUTHORITY$' --share=$HOME/.Xauthority -- chromium
I think this should be added to the documentation to help people that want to use guix shell with Xorg.

Best regards,
Timothée Mathieu




--- End Message ---
--- Begin Message --- Subject: Re: bug#66295: [DOCUMENTATION] guix shell with graphical software on Xorg Date: Thu, 26 Oct 2023 14:55:48 +0200 User-agent: Gnus/5.13 (Gnus v5.13)
Hello,

> I solved the problem by sharing .Xauthority and exposing the associated 
> environment variable, and then it works:
> guix shell --container --network --no-cwd ungoogled-chromium  \

Thanks for reporting! As there is no patch here I will close this
ticket, however ...

>   --preserve='^DISPLAY$' --preserve='^XAUTHORITY$' --share=$HOME/.Xauthority 
> -- chromium
> I think this should be added to the documentation to help people that want to 
> use guix shell with Xorg.

... that seems like a nice idea. If you can send a patch and open a new
ticket that would be great :).

Mathieu


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]