Bug 7753 - Our systemcheck Yes/no prompts doesn't proceed on "yes"
Summary: Our systemcheck Yes/no prompts doesn't proceed on "yes"
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Server Installer (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: MediumPrio
Assignee: Bugzilla mail exporter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-26 11:16 CEST by Samuel Mannehed
Modified: 2021-08-31 12:51 CEST (History)
0 users

See Also:
Acceptance Criteria:


Attachments

Description Samuel Mannehed cendio 2021-08-26 11:16:41 CEST
When prompting for installation of python3, PyGObject or GTK+ we print "(Y/n)?" and then only interpret 'ENTER', "y" or "Y" as a wish to proceed. If you answer with "Yes" or "yes", we will abort:

> [root@lab-213 tl-4.13.0-server]# ./install-server 
>
> Error: No Python 3.x interpreter found.
>
> A Python 3.x interpreter is required for ThinLinc.
> I was trying to use the Python interpreter '/usr/bin/python3'.
>
> To install Python, please run this command:
>
>    dnf install python3
>
> Would you like to run this command now?
>
> (Y/n)? yes
>
> Please try again once Python is installed.

This is very confusing.

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