Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 871612 - app-shells/gentoo-bashcomp: Completion for display-manager service does not add a space to the end of the service name.
Summary: app-shells/gentoo-bashcomp: Completion for display-manager service does not a...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal trivial
Assignee: Gentoo Shell Tools project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-18 22:04 UTC by atosser
Modified: 2022-09-19 03:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description atosser 2022-09-18 22:04:12 UTC
If you use tab completion for the display manager init service:

rc-service display-manager

a space will not be inserted after the service name. This is inconsistent with other init services completions and really drives me crazy.

Reproducible: Always

Steps to Reproduce:
1. # rc-service displ<TAB>
Actual Results:  
Does not insert space after display-manager.

Expected Results:  
Insert a space after display manager maintaining consistency with other init services.
Comment 1 atosser 2022-09-18 22:34:52 UTC
Upon further investigation this appears to be an openrc bash completion bug. Will file with them.