KarthikAbiram
KarthikAbiram
> > > > The best solution I can think of is to rework the bootloader so that it sets `sys._MEIPASS`, `PATH` and `LD_LIBRARY_PATH` to point to a predefined sub-directory...
> > > I would like to note that after I release 4.5, the plan is to work towards 5.0. Which can include as many breaking changes as we want....
I agree, making them flat would be a good idea to avoid breaching the 255 length limit. One thing to think about is, how would this change affect the previously...
Checking at all places would be ideal. Checking at Save VI be easier and would cover most common cases. As per [this stackexchange](https://unix.stackexchange.com/questions/32795/what-is-the-maximum-allowed-filename-and-folder-size-with-ecryptfs), > Linux has a maximum filename length...
@jasonmreding Thank you for your detailed response, this is very helpful. I was able to make the changes based on my understanding & I am able to see the generic...