On 2/2/24 6:59 PM, Clément Lassieur wrote:
On Fri, Feb 02 2024, em...@msavoritias.me wrote:
Tried to write a system declaration that includes a prosody server.
This bug aims to collect some bugs that were found and some features
that were needed during writing.
1. The opaque-prosody
Tried to write a system declaration that includes a prosody server.
This bug aims to collect some bugs that were found and some features
that were needed during writing.
1. The opaque-prosody-configuration as used in this example
https://guix.gnu.org/en/manual/devel/en/guix.html#index-prosod
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$'