Bug 1215817 - tcsh completion for 'ln' is incorrect
Summary: tcsh completion for 'ln' is incorrect
Status: RESOLVED FIXED
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Dr. Werner Fink
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-28 16:30 UTC by Jim Henderson
Modified: 2023-10-12 17:54 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jim Henderson 2023-09-28 16:30:16 UTC
When entering 'ln -s' and hitting tab to get a list of directories, I'm prompted for a <link_name> instead of getting completion from the filesystem. A comparison with the upstream project shows that their pattern in /etc/profile.d/complete.tcsh works, whereas what we have doesn't.

I originally reported this issue upstream as I missed the differences between upstream's version of the file and ours.  Using their file didn't work as-is (not sure why), but replacing our entry for 'ln' with theirs did.

The upstream reported bug confirmed that it's an issue in our setup.  That bug is at https://github.com/tcsh-org/tcsh/issues/80

This has been a longstanding issue, and I know it also exists in Leap (all versions, including 15.6 alpha).
Comment 1 OBSbugzilla Bot 2023-10-09 10:33:51 UTC
This is an autogenerated message for OBS integration:
This bug (1215817) was mentioned in
https://build.opensuse.org/request/show/1116393 Factory / tcsh
Comment 2 Jim Henderson 2023-10-12 17:54:18 UTC
Thanks, this seems to be resolved with the update installed on 10 October.