-
Notifications
You must be signed in to change notification settings - Fork 18
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
User Information Dialog Quits upon Data Entry at Full Name Form Field #60
Comments
Interesting. I have never seen that in my testing but, to your point, it may only happen in certain circumstances which I am not triggering. Thanks for being willing to dive in and take a look at it. If you have any questions on Calamares as you look into it, feel free to PM me on the forum if I can help in any way. |
From my own experience, such things happen if using ISO writing tools like rufus or ventoy and others. In case, usb device not fully synced. Or using something that is changing the boot process of the hybrid ISO file (archiso). Thats the only time i was able to reproduce this issue back one day. Only to mention my research on that issue. |
|
I've been familiarizing with the CMakeLists.txt and I do see now that the pkgbuild is a perfect guide for driving the CMake process - thanks Joe! |
There is no right way to develop but I use Qt Creator for Calamares work. It can open the cmakelists directly and provide a full IDE including an interactive debugger. That makes troubleshooting the partition module a lot easier for me. |
Hi, something appears possibly amiss in calamares/src/modules/users/Config.cpp: Notice in void Config::setFullName(), the first if statement checks name.isEmpty( ) and then does several things with it if it's empty as opposed to non-empty. I'm also not sure why (in that same code area) host name and login name would be set from full name or even set from an empty full name. |
While it isn't the most readable code in the world, I think it is correct. In Pseudo-code: |
This is a known issue and has been reported by me and other(s).
Form quits at Full Name field
The User Information dialog (not sure Dialog actual name) quits upon typing data at the Full Name form field. It's peculiar because other fields don't have this problem.
IMPORTANT: This errant behavior only happens under specific circumstances, so some users may never have a problem with it. For example, I noticed it after I had used PartitionManager. (I don't know if using gparted also causes it.) Other times, e.g. upon fresh boot, when I restarted the installation without using PartitionManager (because partitions already configured), the Full Name field caused no problems.
I'm working on the partition area now. I'll also look for this issue, so this bug may be assigned to me if you'd like.
The text was updated successfully, but these errors were encountered: