Replies: 0 comments 1 reply
-
yes, this could be done - but first the module system has to be hacked to enable a download of packages. I recommend you start working on issue #64 and once this is completed this could be done. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently we open a shell within the container. This is very confusing, because the shell will behave differently compared to a shell that is opened from the start-up menu + in every package container the shell will behave a bit differently (depending on the environment, what tools are installed within the container, etc.)
I suggest that when clicking on the menu, VNM will open a regular shell (the same one that opens when the user clicks on the "terminal" icon in the toolbar) and just load the specific package clicked upon in the GUI. This will give the user a more consistent behaviour, and will also allow more experienced users to load additional containers (in the same shell session) if necessary.
Beta Was this translation helpful? Give feedback.
All reactions