linux does not add an icon on conda create to the application menu

Issue #355 resolved
Reimar Bauer created an issue

If we do this with windows we got an icon on the desktop but didn't with linux

$ conda create -n mssenv mss python=3
$ source activate mssenv
$ mss

For linux we currently use a post_link.sh script which seems to become executed if we do

$ conda create -n mssenv python=3
$ source activate mssenv
$ conda install mss 
$ mss

Besides the activate feature both operation systems can start mss from the application manager

Comments (5)

  1. Reimar Bauer reporter

    If we do this with windows we got an icon on the desktop but didn't with linux

    $ conda create -n mssenv mss python=3
    $ source activate mssenv
    $ mss
    

    For linux we currently use a post_link.sh script which seems to become executed if we do

    $ conda create -n mssenv python=3
    $ source activate mssenv
    $ conda install mss 
    $ mss
    

    Besides the activate feature both operation systems can start mss from the application manager

  2. Log in to comment