Jorilx

Results 7 issues of Jorilx

**Operating system**: Devuan 3 (similar to Debian 10) **wxPython version & source**: 4.1.0 from https://extras.wxpython.org/wxPython4/extras/linux/gtk3/debian-10 **Python version & source**: 2.7.16 from distro If you create a HyperTreeList with `TR_ELLIPSIZE_LONG_ITEMS` and...

Created new sysvinit scripts by using the systemd unit files as guide. Since every unit file follows the same template, I've written a `service-template` and a `gen.sh` to allow for...

Hi everyone, I'm trying to setup Alignak on a Devuan machine and I've come upon [this README](https://github.com/Alignak-monitoring/alignak/tree/develop/bin/systemV) that says ``` # Do not use these scripts as is... please log...

When a user password expires, the process that allows to set a new one shows messages that are not translated according to the system locale. Even though the rest of...

Confirmed

Hello, since normally VMs have poor sources of entropy, would it be possible to add support for virtio-rng to LCMC? A "enable virtio-rng" flag would be enough, I think. (Source...

Hi everyone, when Forge Adventure generates a reward it doesn't check if the requested card(s) editions are permitted by `restrictedEditions`/`allowedEditions`, so if someone is building a new world that's initially...

Adventure
keep

I'm trying out pyerl to do a simple RPC call (mnesia:info() ), but when I try to print the result, I get a segfault... Am I doing something wrong? Here's...