On Wed, 1 Jul 2026 15:27:37 -0600 "D. R. Evans" <[email protected]> wrote:
> On the machine where it works, I have VISUAL='/usr/bin/kate -b -n'... > and... if I do exactly the same on the machine that I just upgraded, > "crontab -e" suddenly works. Yay!!! Dark magic! Odd. According to apt-file, the executable for kate is where you show it, /usr/bin. There are plenty of other useful executables there. So that should be in your path. However, crontab may clear the path (or not inherit it). Have you exported it? In any case, using the fully qualified path is usualy a good practice. I'm glad that solved your problem. -- Does anybody read signatures any more? https://charlescurley.com https://charlescurley.com/blog/

