Daniel Langbein

Results 20 comments of Daniel Langbein

> Maybe we should just follow the recommendations and replace those `GtkImageMenuItem`s with ordinary `GtkMenuItems`s (that don't show icons). Switching to `GtkMenuItem`s sounds good. But even with those one can...

> `user: "1000:1000"` is work, but if you meet any trouble you can do this manually: > > If you are using apache, you can adding environment value > >...

The problem is that `kgx` is not detected in `gdesktopappinfo.c`. But creating a symlink in `/usr/bin` to any of these terminal emulators should work: ```c if (check == NULL) check...

> Yeah, I've actually been using something similar for generating passwords on the fly without ever storing anything, but have been rethinking it lately - if a website asks you...

Seems like the bug `use of closed network connection while TCP accepting` still resides in version 1.2.0. Log from x86 Arch Linux - installed via flatpak ``` time="2022-04-16T21:50:30+02:00" level=info msg="[axolotl]...

### x86 Arch Linux - installed via flatpak I'm using XFCE4 with xorg. `uname -r`: `5.15.34-1-lts` `xfwm4 --version`: `4.16.1 (revision 5f61a84ad) for Xfce 4.16` ``` $HOME/.var/app/org.nanuc.Axolotl/data/vendor/electron-linux-amd64/electron https://github.com/nanu-c/axolotl/issues/433 ``` ![20220423_143248](https://user-images.githubusercontent.com/10504672/164894825-aaaf9a9f-0318-45b4-86e5-274cc50769ef.png) ###...

> Hey, this seems a little buggy because it is hardcoded and independent on the date locale. The format that should work is `YYYY-MM-DD HH:mm`. Example: 2021-10-10 14:11 > >...

A redirection from host `source.com` to `destination.com` can be configured as follows: --- Add both domains to the environment of your `destination.com` service. If you are using Docker Compose and...

> > Special symbols [ and { not working either. > > @fufesou confirm this please. Just speaking for myself, not for @fufesou: I installed v1.1.9 today and some non-ascii...

Linking the other issue which also covers the first two checkpoints: https://github.com/TandoorRecipes/recipes/issues/706