bug-guix
[Top][All Lists]
Advanced

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

bug#61697: Chromium with guix shell container from the manual doesn't wo


From: address@hidden
Subject: bug#61697: Chromium with guix shell container from the manual doesn't work.
Date: Mon, 6 Mar 2023 15:07:04 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.2

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 the manual.






reply via email to

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