Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start installer on Live CD with icon click #10519

Merged

Conversation

OleksandrOrlov
Copy link
Contributor

@OleksandrOrlov OleksandrOrlov commented Jun 15, 2020

On all architectures, except aarch64, start Installer Wizard by
clicking on the appropriate icon.

On aarch64 use x11_start_program instead due to sporadic issue when
mouse is hold too long, so that context pop-up is appeared.

The decision to revert the click on icon for other architectures was
made during discussion in PR#10474.

Related ticket: https://progress.opensuse.org/issues/66355
VR: https://openqa.opensuse.org/tests/1301282

@OleksandrOrlov OleksandrOrlov force-pushed the 66355_start_installer_aarch64 branch 3 times, most recently from be9c0d2 to e6f850a Compare June 15, 2020 14:17
if (is_aarch64) {
# On aarch64 there is sporadic issue when "Install" icon is clicked too long,
# so that context menu is called instead of opening the wizard.
x11_start_program('xdg-su -c "/usr/sbin/start-install.sh"', target_match => 'maximize');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we display a softfail here to know that this is not the expected user experience?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no ticket for this, so I cannot add soft-fail here. And I'm not sure if we need ticket for this at all, as it does not look like something we can fix.

@OleksandrOrlov OleksandrOrlov added the Ready Ready for review label Jun 15, 2020
On all architectures, except aarch64, start Installer Wizard by
clicking on the appropriate icon.

On aarch64 use x11_start_program instead due to sporadic issue when
mouse is hold too long, so that context pop-up is appeared.

The decision to revert the click on icon for other architectures was
made during discussion in PR#10474.

Related ticket: https://progress.opensuse.org/issues/66355
@rwx788 rwx788 merged commit 4e6dbe9 into os-autoinst:master Jun 15, 2020
@OleksandrOrlov OleksandrOrlov deleted the 66355_start_installer_aarch64 branch July 10, 2020 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready Ready for review
Projects
None yet
3 participants