Results 96 comments of Paul Delafosse

The older spec is the [Xembed](https://specifications.freedesktop.org/xembed-spec/xembed-spec-latest.html) protocol. For now the crate I made focus on the StatusNotifierItem spec only and I am not sure it's worth implementing xembed yet. I...

Alright I found out what was blocking the daemon but I am puzzled still. I have a systemd unit to automount an external NFS storage : ```systemd [Unit] Description=Automount shared...

Thank you, I might submit a PR to improve the doc next week, i have no time to do it right now.

Thank you for the corrections, I am also not a native speaker obviously :)

Hello, I started to explore sozu today, and this might be a good issue for me to start contributing. Just to be clear I would do this on my spare...

I am not shure if this is possible : markdown is converted to html and rendered by [webkit](https://webkit.org/). The only way I see would be to open `xdg-default-browser` from the...

Seems Webkit cannot load css from user dir with `...`. For now we just copy the stylesheet but it might be better to use [this](https://webkitgtk.org/reference/webkit2gtk/stable/webkit2gtk-4.0-WebKitUserContent.html#WebKitUserStyleSheet)

This should work when #192 is merged. I plan to work on cocogitto again around september. Thanks for your patience :)

This is now in main branch and needs to be tested before releasing. @xmlking If you wish you can install latest upstream with the following : ```shell cargo install --git...

Just released [5.2.0](https://github.com/cocogitto/cocogitto/releases/tag/5.2.0). Signed commit should be considered unstable but i'd be glad to have your feedback.