FS#65738 - [vte-common] tcsh VTE_VERSION: Undefined variable.
Attached to Project:
Arch Linux
Opened by Andreas Baumann (andreas_baumann) - Sunday, 08 March 2020, 08:20 GMT
Last edited by Balló György (City-busz) - Thursday, 08 June 2023, 23:57 GMT
Opened by Andreas Baumann (andreas_baumann) - Sunday, 08 March 2020, 08:20 GMT
Last edited by Balló György (City-busz) - Thursday, 08 June 2023, 23:57 GMT
|
Details
Description:
The problem is in /etc/profile.d/vte.csh: if ( ! $?prompt | ! $?tcsh | ! $?TERM | 0$VTE_VERSION < 3405) exit Additional info: * package version(s): 0.60.0-1 Steps to reproduce: open a tcsh |
This task depends upon
The better workaround might be:
if ( ! $?prompt | ! $?tcsh | ! $?TERM ) exit