Still have the same error with specifying --share=/tmp. Maybe I should add
something else?
```
kovalev@mirage ~$ guix shell --container --network --preserve="^DISPLAY$"
--no-cwd --share=/tmp ungoogled-chromium -- chromium
Authorization required, but no authorization protocol specified
[1:1:0416/103
Hi,
On lun., 06 mars 2023 at 15:07, "em...@msavoritias.me"
wrote:
> Next step would be documenting this in the manual.
Do you want to give a try in fixing the example provided by the manual? WDYT?
Cheers,
simon
The problem was that in xorg you need the specific option:
```
--share=/tmp
```
So the command would look like:
```
guix shell --container --network --share=/tmp --no-cwd icecat
--preserve='^DISPLAY$' -- icecat
```
While in wayland it works as is.
Next step would be documenting this in
Followed the manual for guix shell here:
https://guix.gnu.org/en/manual/devel/en/guix.html#Invoking-guix-shell
Initially I wanted to setup an icecat container so I just removed
chromium for icecat, I got this error:
```
guix shell --container --network --no-cwd icecat --preserve='^DISPLAY$'