Working on making fvwm-crystal to run fine with freebsd. I saw that when I am into a terminal,
If I run
As a workaround, I put into the main fvwm-crystal file that call fvwm with the fvwm-crystal config, before that call:
That imply that fvwm and all the software launched from it will use it. Is it a better or safer alternative to do that? I would prefer to change a system option into freebsd, so I can remove that workaround and not have to add more complexity into the already relatively complex intermediate functions in fvwm-crystal.
urxvt -e mc try to run urxvt, but fail to run the command and exit. In the user environment, SHELL is defined as /bin/sh.If I run
SHELL=sh urxvt -e mc, it succeed. Fvwm-crystal can use several terminals with different internal functions, and as different terminals are using different syntax to run commands, it is a few intermediate functions that make the whole thing to work. The issue is that this $SHELL issue break that.As a workaround, I put into the main fvwm-crystal file that call fvwm with the fvwm-crystal config, before that call:
Code:
SHELL="sh"
export SHELL
That imply that fvwm and all the software launched from it will use it. Is it a better or safer alternative to do that? I would prefer to change a system option into freebsd, so I can remove that workaround and not have to add more complexity into the already relatively complex intermediate functions in fvwm-crystal.
Last edited by a moderator: