GNU bug report logs - #66295
[DOCUMENTATION] guix shell with graphical software on Xorg

Previous Next

Package: guix-patches;

Reported by: Timothee Mathieu <timothee.mathieu <at> inria.fr>

Date: Sun, 1 Oct 2023 12:49:04 UTC

Severity: normal

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Timothee Mathieu <timothee.mathieu <at> inria.fr>
To: 66295 <at> debbugs.gnu.org
Subject: [bug#66295] [DOCUMENTATION] guix shell with graphical software on Xorg
Date: Sun, 1 Oct 2023 14:05:10 +0200 (CEST)
[Message part 1 (text/plain, inline)]
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 | 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 



[Message part 2 (text/html, inline)]

This bug report was last modified 1 year and 265 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.