Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Welcome Wizard: Should automatically advance after hitting enter #846

Closed
bhdouglass opened this issue Sep 1, 2018 · 11 comments
Closed

Welcome Wizard: Should automatically advance after hitting enter #846

bhdouglass opened this issue Sep 1, 2018 · 11 comments
Labels
enhancement hacktoberfest https://hacktoberfest.digitalocean.com/
Milestone

Comments

@bhdouglass
Copy link
Member

bhdouglass commented Sep 1, 2018

When entering the "Preferred Name" into the welcome wizard, if the user hits the enter button it would be nice if it advanced to the next page automatically. Currently hitting the enter button just closes the keyboard. This also happens when inputting a password.

@bhdouglass bhdouglass changed the title Welcome Wizard: Should automatically advance after inputting name Welcome Wizard: Should automatically advance after hitting enter Sep 1, 2018
@UniversalSuperBox UniversalSuperBox added hacktoberfest https://hacktoberfest.digitalocean.com/ and removed help wanted labels Oct 5, 2018
@UniversalSuperBox
Copy link
Member

UniversalSuperBox commented Oct 5, 2018

This issue should be fairly easy to fix if you have an Ubuntu Touch device. Even if you don't and have some QML know-how, you can get through this.

Check out 60-account.qml in Unity8. The textField where you enter your username has an accepted signal which is fired when the user presses Return on their keyboard. Hook that signal (onAccepted:) up to the next() signal on the pageStack to complete this task.

You can edit this QML directly on your device if you want. Mount the rootfs read-write and then edit the file (I think it's in /usr/share/unity8/Wizard/Pages/). To run through the wizard, run rm .config/ubuntu-system-settings/wizard-has-run and then restart unity8.

If you're taking this on, please add a comment here to say so.

@nikalon
Copy link

nikalon commented Oct 13, 2018

Would you mind if I take this? This will give me an excuse to start hacking on Ubuntu Touch :D

@UniversalSuperBox
Copy link
Member

Of course! Just let me know if you have any questions

@nikalon
Copy link

nikalon commented Oct 14, 2018

I don't know if I should link here but here's the PR: ubports/unity8#79

@UniversalSuperBox
Copy link
Member

Fixed by ubports/unity8#79

Thanks @nikalon!

@UniversalSuperBox
Copy link
Member

Note for QA:

You can re-run the Welcome Wizard once per session (reboot) by running truncate -s 0 .config/ubuntu-system-settings/wizard-has-run in the device terminal or via adb shell.

@3arn0wl
Copy link

3arn0wl commented Nov 27, 2018

:) Hey! Thanks for this. Is there a way to run the code which tells us about swiping?

@UniversalSuperBox
Copy link
Member

Sorry, I had the wrong command. rm .config/ubuntu-system-settings/wizard-has-run runs the wizard which is used in this case.

@3arn0wl, I'm not sure how to re-run the tutorial.

@3arn0wl
Copy link

3arn0wl commented Nov 28, 2018

Thanks Dalton. :)

@cibersheep
Copy link

This is fixed in 2018-W48 on m10 HD
I get the menu until the welcome but tapping on introduction takes a long time and closes the wizard.

@MEstner
Copy link

MEstner commented Dec 2, 2018

Fixed in 2018-w48 on m10 FHD

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement hacktoberfest https://hacktoberfest.digitalocean.com/
Projects
None yet
Development

No branches or pull requests

7 participants