Actual behavior
For some reason, the workspace selection is buggy, when running the gui via ide gui. When selecting a project, and then switching to another workspace other than "main", the seletion field becomes empty, and when reselecting the drop-down, all entries are duplicated.
Reproduce
- Upgrade to latest snapshot
ide upgrade --mode=snapshot
- Run
ide gui
- Select a project, then select a workspace other than main.
Expected behavior
Should simply select the workspace as intended.
IDEasy status
IDE_ROOT is set to /Users/lukasfaber/projects
IDE_HOME is set to /Users/lukasfaber/projects/IDEasy
Your version of IDEasy is 2026.06.001-06_17_03-SNAPSHOT.
You are using a SNAPSHOT version of IDEasy. For stability consider switching to a stable release via 'ide upgrade --mode=stable'
Your are using the latest snapshot version of IDEasy and no update is available.
Your operating system is mac(26.1)@arm64 [Mac OS X@arm64]
You are online.
Found bash executable at: /bin/bash
Found git executable at: /usr/bin/git
Your settings are up-to-date.
Successfully completed ide (status)
Related/Dependent issues
#1987
Comments/Hints
What is very weird about this, is the fact, that this only happens when running the GUI via ide gui after downloading a snapshot version. I could not reproduce this behavior when running AppLauncher.main() from my IDE; in this case the selector works absolutely fine. In order to solve issues like this faster, the new --enableLogging flag from #1987 could be very helpful.
Actual behavior
For some reason, the workspace selection is buggy, when running the gui via
ide gui. When selecting a project, and then switching to another workspace other than "main", the seletion field becomes empty, and when reselecting the drop-down, all entries are duplicated.Reproduce
ide upgrade --mode=snapshotide guiExpected behavior
Should simply select the workspace as intended.
IDEasy status
Related/Dependent issues
#1987
Comments/Hints
What is very weird about this, is the fact, that this only happens when running the GUI via
ide guiafter downloading a snapshot version. I could not reproduce this behavior when running AppLauncher.main() from my IDE; in this case the selector works absolutely fine. In order to solve issues like this faster, the new--enableLoggingflag from #1987 could be very helpful.