Results 21 comments of Víctor A. Rodríguez

@zelon88 Could you take a look, please 🙏

Steps to build the image using latest release : - Clone repository https://github.com/dwaaan/HRConvert2-Docker - Create 6 random number running Linux command `for __number in $(seq 1 6); do tr -dc...

One more step: forked repository HRconvert2-Docker, added script to build the image yourself and also choose HRConvert2 release. Self serve https://gitlab.com/the-automation-club/hrconvert2-docker

@gravelfreeman just added [a new issue to the project](https://gitlab.com/the-automation-club/hrconvert2-docker/-/issues/4) to reflect the previous request Please let me know what error pops up when using the current image

@gravelfreeman is ok to write down the error here in case you don't have and don't want to open a Gitlab account

@gravelfreeman I don't get the relationship between TrueNAS and HConvert2 image and how it contribute a to failure. The /var/run folder is created at build time inside HConvert2 docker image...

> I've checked the linked gitlab dockerfile and image, it looks perfectly fine and, in essence, k8s capable just-fine. And I also have my personal suspicions why custom-app might not...

+1 for "option to keep icon in systray even when window is not minimized"

Tryed to follow code at `convertCore.php` and seems the failing code is at [if (!in_array(strtolower($oldExtension), $pdf1array)) ](https://github.com/zelon88/HRConvert2/blob/master/convertCore.php#L1665). This evaluation results in false and thus no attempt to convert is made...