Recreating PyCharm launcher in Ubuntu

后端 未结 17 1077
一向
一向 2021-01-30 06:16

I installed pycharm normally via bin/pycharm.sh, but the mistake I made was doing bash pycharm.sh while the pycharm directory has inside the D

17条回答
  •  不知归路
    2021-01-30 06:56

    First start pyCharm from it's bin folder via command line

    $ ./pycharm.sh

    Then, goto

    Tools -> Create Desktop Entry.

    It will create a correct Desktop file in the correct place. Afterward you can initiate it from the menu and pin the icon or drag and drop it to the bar. This way, you don't have to deal with .desktop files and mumbo jumbo..

提交回复
热议问题