You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched for my feature proposal and have not found a work-in-progress/duplicate/resolved/discarded issue.
This proposal is a completely new feature. If you want to suggest an improvement or an enhancement, please use this template.
Describe the new feature
For each package, one of the following options. Any of these would work, however C would work well with both of the others to make it more maintainable for the end-user.
A. add a custom prefix and suffix to the command to be run
B. location or content of a script that runs before updates
C. set custom environment variables such as PATH (and per-package-manager variables, though unigetui doesn't have to care what they are)
Describe how this new feature could help users
Cargo packages cannot all be installed with a singular default system environment; some packages need specific toolchains (nightly, stable), some need gcc (via msys2 or Cygwin), and some need Microsoft. Setting paths would allow the use of different binaries (unfortunately, gcc and Microsoft have different link.exe, so they can't share the same environment)
Some python packages have similar requirements for native dependencies, or the user may want to add a network host to download pre-built wheels from.
Ideally, there would be the ability to run the commands from inside specific msys2 environments, but I'm not sure if that's actually possible to do reliably for arbitrary commands (ie not just running pacman) without popping up a window on screen and monitoring output, given that it sets up the initial environment using a binary rather than a script, and that environment needs to then be further modified to add cargo to the path. If this is possible, it would probably also enable users to hack together some way to use WSL with UniGetUI.
The text was updated successfully, but these errors were encountered:
Please confirm these before moving forward.
Describe the new feature
For each package, one of the following options. Any of these would work, however C would work well with both of the others to make it more maintainable for the end-user.
A. add a custom prefix and suffix to the command to be run
B. location or content of a script that runs before updates
C. set custom environment variables such as PATH (and per-package-manager variables, though unigetui doesn't have to care what they are)
Describe how this new feature could help users
Cargo packages cannot all be installed with a singular default system environment; some packages need specific toolchains (nightly, stable), some need gcc (via msys2 or Cygwin), and some need Microsoft. Setting paths would allow the use of different binaries (unfortunately, gcc and Microsoft have different link.exe, so they can't share the same environment)
Some python packages have similar requirements for native dependencies, or the user may want to add a network host to download pre-built wheels from.
Ideally, there would be the ability to run the commands from inside specific msys2 environments, but I'm not sure if that's actually possible to do reliably for arbitrary commands (ie not just running pacman) without popping up a window on screen and monitoring output, given that it sets up the initial environment using a binary rather than a script, and that environment needs to then be further modified to add cargo to the path. If this is possible, it would probably also enable users to hack together some way to use WSL with UniGetUI.
The text was updated successfully, but these errors were encountered: