On Fri, Jan 07, 2022 at 01:26:22PM -0500, Lee wrote: > so what are the downsides, if any, to replacing > /usr/bin/xfce4-terminal with the one I build from the xfce4-terminal > 0.9.1 source tarball?
The biggest obvious flaw in doing this is that your custom local version will be overwritten the next time the xfce4-terminal package is updated. It would be better to put your custom local version in /usr/local/bin instead. This should be before /usr/bin in the PATH variable, so your local version will be preferred by anything that doesn't use an explicit path. That said, I'm not an XFCE user, so I don't know how XFCE launches the terminal. If there are pieces of XFCE that use "/usr/bin/xfce4-terminal" instead of "xfce4-terminal" to run the terminal, then that will cause an issue.