bug#68894: Prosody guix service required fixes.

2024-02-02 Thread em...@msavoritias.me
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

bug#68894: Prosody guix service required fixes.

2024-02-02 Thread em...@msavoritias.me
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

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 in

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$'