MSS
MSS copied to clipboard
MSS "menu entries" are not removed on Linux upon removing the outdated MSS environments
State:
I had several MSS environments for old versions.
I used conda env remove -n mss-X.Y.Z to remove the old versions.
The environment were removed.
The desktop file pointing to the old version was still in .local/share/applications
Desired state: The associated desktop file should be removed as well.
likly the pre-unlink.sh scripts are not collected and executed before purging the env https://github.com/conda-forge/mss-feedstock/blob/master/recipe/pre-unlink.sh
Needs a review when this is added https://github.com/Open-MSS/MSS/issues/2262