Closed dipisoft closed 1 month ago
Thanks for reporting. At some point we added a condition to our inputbox function to require some input, which we previously handled around the function call in various cases. We missed to adjust the call in this case.
For now, you can either adjust CONFIG_PROXY_USERNAME
and CONFIG_PROXY_PASSWORD
and re-apply settings by opening that menu and just select "Ok", or you edit the actual login script which applies the proxy settings: /etc/bashrc.d/dietpi-proxy.sh
I'll implement proper handling for variable inputbox conditions now.
This should solve it: https://github.com/MichaIng/DietPi/commit/f7096ee
If you want to test, you can switch to dev
branch this way:
G_DEV_BRANCH dev
And to revert
G_DEV_BRANCH master
Wow, what a responsiveness! 😮
Thank you very much! I'll try to test this tomorrow and get back to you.
Tested and it works, except in one particular case: if the content of the field started with space(s) then emptying the field is not taken into account. You have to operate in two steps: remove the space(s), validate, re-edit the field to remove the rest of the characters, validate. Only then will the field be truly emptied.
Creating a bug report/issue
Required Information
Linux DietPi 6.1.0-23-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.99-1 (2024-07-15) x86_64 GNU/Linux
Additional Information (if applicable)
Steps to reproduce
Expected behaviour
Actual behaviour