Bug 8351 - Misguiding tab completion for commands that don't accept arguments
Summary: Misguiding tab completion for commands that don't accept arguments
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Other (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: LowPrio
Assignee: Bugzilla mail exporter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-21 15:34 CEST by Samuel Mannehed
Modified: 2024-06-17 13:07 CEST (History)
0 users

See Also:
Acceptance Criteria:


Attachments

Description Samuel Mannehed cendio 2024-05-21 15:34:00 CEST
There are 4 ThinLinc commands that do not accept any arguments, these should have tab completion disabled. Currently, you get the default file completer which is misguiding.

These are the scripts:

* tl-desktop-restore
* tl-disconnect
* tl-sso-update-password
* tl-show-licenses
Comment 1 Samuel Mannehed cendio 2024-05-21 15:40:33 CEST
Note that we might also want to disable completion for the command "tl-gen-auth". It is possible to send a password as an argument on the commandline (tl-gen-auth <password>), but it is probably a better user experience to disable completion there.

Note You need to log in before you can comment on or make changes to this bug.