-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix shortcut paths to point to the exe launchers instead of the cmd files #24
Comments
lazka
added a commit
to lazka/msys2-installer
that referenced
this issue
Aug 15, 2022
Instead of calling msys2_shell.cmd call the respective launchers. This unifies the way MSYS2 is started for most users and allows them to set launch variables in the launcher .ini files. While at it also rename the shortcuts to reference the environment names instead of describing the environment. Not everyone might care or know what these mean, so just unify them with the MSYSTEM env var which is shown when starting bash right after. Fixes msys2#24
lazka
added a commit
that referenced
this issue
Aug 15, 2022
Instead of calling msys2_shell.cmd call the respective launchers. This unifies the way MSYS2 is started for most users and allows them to set launch variables in the launcher .ini files. While at it also rename the shortcuts to reference the environment names instead of describing the environment. Not everyone might care or know what these mean, so just unify them with the MSYSTEM env var which is shown when starting bash right after. Fixes #24
sorry for the delay, will be in the next version |
hey @julianxhokaxhiu , yeah, I also faced one where setting up So, other than those 2, I'd be interested in knowing what are other usability issues? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I was quite confused when trying to configure my MSYS2 environment after i edited the relative ini files. Upon launching manually the
msys2.exe
files the ini file was inherited, then upon launching start menu shortcuts it wasn't.To my surprise I noticed the created shortcuts were pointing to the cmd files which are not considering the ini file somehow. Can you please fix the shortcuts to just use the
.exe
launchers respectively?This would solve ton of usability issues against MSYS2.
Thank you in advance,
Julian
The text was updated successfully, but these errors were encountered: