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
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jan Alexander Steffens (heftig)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

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

Closed by  Balló György (City-busz)
Thursday, 08 June 2023, 23:57 GMT
Reason for closing:  Fixed
Comment by Andreas Baumann (andreas_baumann) - Sunday, 08 March 2020, 09:15 GMT
For tcsh it's enough to just comment out that line.
Comment by Jan Alexander Steffens (heftig) - Sunday, 08 March 2020, 11:25 GMT Comment by Andreas Baumann (andreas_baumann) - Monday, 09 March 2020, 06:01 GMT
Did that, see https://gitlab.gnome.org/GNOME/vte/issues/217

The better workaround might be:

if ( ! $?prompt | ! $?tcsh | ! $?TERM ) exit
Comment by Balló György (City-busz) - Thursday, 08 June 2023, 23:57 GMT
The fix was committed 3 years ago, so I assume it is fixed now.

Loading...