bug#61697:

2023-04-23 Thread Виталий Ковалев
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

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

2023-04-11 Thread Simon Tournier
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

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

2023-03-06 Thread em...@msavoritias.me
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

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

2023-02-23 Thread em...@msavoritias.me
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$'