-
-
Notifications
You must be signed in to change notification settings - Fork 489
Description
Describe the problem
When running the Arduino IDE for the first time it shows a white window with a "pulsing" Arduino logo in the middle.
From reading other complaints and comments online the program is supposed to be downloading library files and setting up for first run.
The interface does not communicate any of this to the user and as such the interface is "stupid by design" and should be improved.
The addition of a simple text box at the bottom of the window with some status information would help every single user to be patient and wait for the IDE to complete its tasks.
To reproduce
If needed uninstall Arduino and purge all old Arduino files.
Run the Arduino IDE for the first time.
Expected behavior
The program should start.
If the program needs to do stuff, then it should tell the user what it is doing.
This is interface design 101 guys, c'mon.
Arduino IDE version
Any
Operating system
N/A
Operating system version
Any
Additional context
Related
- As a gRPC consumer of the CLI, I need better error codes to distinguish between errors arduino-cli#1762
- IDE doesn't start when proxy configuration is required to access network #1438
- IDE won't start if proxy configuration is invalid #1692
- arduino stuck on splash screen if proxy environment variable is configured #2319
- IDE hangs on startup: "discovery builtin:serial-discovery not found" #2484
- IDE Hangs On Start: "Error: invalid path creating config dir...Access is denied" when home directory name different from username #2525
- IDE hangs on startup: "
connectex: A connection attempt failed because the remote host did not respond ...
" #2546 - https://forum.arduino.cc/t/rant-about-ide-2-x-proxy-issues-on-windows-but-also-on-linux-and-macos/1406669
Issue checklist
- I searched for previous reports in the issue tracker
- I verified the problem still occurs when using the latest nightly build
- My report contains all necessary details