#2206: Fix IDEasy title not properly shown on macOS - #2315
Open
Ali-Shariati-Najafabadi wants to merge 6 commits into
Open
#2206: Fix IDEasy title not properly shown on macOS#2315Ali-Shariati-Najafabadi wants to merge 6 commits into
Ali-Shariati-Najafabadi wants to merge 6 commits into
Conversation
Collaborator
Coverage Report for CI Build 32151631791Coverage increased (+0.04%) to 72.945%Details
Uncovered ChangesNo uncovered changes found. Coverage Regressions17 previously-covered lines in 1 file lost coverage.
Coverage Stats💛 - Coveralls |
laim2003
reviewed
Aug 17, 2026
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


This PR fixes #2206
Implemented changes:
ide guinow launches the JavaFX process through a symlink namedIDEasythat points to the realjavaexecutable, instead of exec-ingjavadirectly. macOS derives the Dock/menu bar title from the launched executable's filename (this GUI has no native app bundle), so this makes the title read "IDEasy" instead of "java". No-op on Windows/Linux.System.setProperty("apple.awt.application.name", "IDEasy")inApp.javawas tried and verified (by building and running the GUI locally) to have no effect, since this GUI is pure JavaFX (Glass toolkit) and that property is only read by AWT's toolkit.Testing instructions
ide gui(or build theguimodule and runcom.devonfw.ide.gui.AppLaunchervia the sameexec:execMaven invocation used by theguicommandlet).com.devonfw.tools.ide.tool.gui.GuiTestcover the executable resolution: a symlink namedIDEasyis created and used on macOS, while Windows/Linux keep using the plainjavaexecutable unchanged.Checklist for this PR
mvn clean testlocally all tests pass and build is successful#«issue-id»: «brief summary».In Progressand assigned to you or there is no issue (might happen for very small PRs)internalpom.xmlfiles or otherwise if runtime dependencies changed, you have updated our LICENSE.asciidoc