Better fix for the Restart action when running from the appimage - #351
Merged
Merged
Conversation
This reverts commit 541afff.
DetachHead
force-pushed
the
better-appimage-fix
branch
from
September 14, 2026 13:06
0296fb0 to
bebbcf0
Compare
…_CODE` instead. i think this is a better fix even though it requires me to write bash code instead of kotlin code because not only does it reduce the amount of changes required to the platform but i think it'll also be faster because it won't need to re-mount the appimage's filesystem on launch
DetachHead
force-pushed
the
better-appimage-fix
branch
from
September 14, 2026 14:01
bebbcf0 to
be72965
Compare
DetachHead
added a commit
that referenced
this pull request
Sep 14, 2026
) * Revert "fix restarting when using the appimage (#241)" This reverts commit 541afff. * fix restarting rebased from the appimage using `IDEA_RESTART_VIA_EXIT_CODE` instead. i think this is a better fix even though it requires me to write bash code instead of kotlin code because not only does it reduce the amount of changes required to the platform but i think it's also slightly faster because it doesn't need to re-mount the appimage's filesystem on launch --------- Co-authored-by: detachhead <detachhead@users.noreply.github.com> (cherry picked from commit a2a8868)
DetachHead
added a commit
that referenced
this pull request
Sep 16, 2026
) * Revert "fix restarting when using the appimage (#241)" This reverts commit 541afff. * fix restarting rebased from the appimage using `IDEA_RESTART_VIA_EXIT_CODE` instead. i think this is a better fix even though it requires me to write bash code instead of kotlin code because not only does it reduce the amount of changes required to the platform but i think it's also slightly faster because it doesn't need to re-mount the appimage's filesystem on launch --------- Co-authored-by: detachhead <detachhead@users.noreply.github.com> (cherry picked from commit a2a8868)
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.
i think this is a better fix even though it requires me to write bash code instead of kotlin code because not only does it reduce the amount of changes required to the platform but i think it's also slightly faster because it doesn't need to re-mount the appimage's filesystem on launch
credit to @uninstall-your-browser for the idea, see uninstall-your-browser/intellij-community-appimage#2 (comment)