[Ubuntu] 如何將 PyCharm 加入 shortcut ?

PyCharm 在 Ubuntu 底下時需使用執行 shell 來開啟應用程式,但這對使用者來說不太直覺,這邊分享一個方式製作 shortcut 的方法。

    1. 使用 vim 新增檔案至 /usr/share/applications/pycharm.desktop
      sudo vim /usr/share/applications/pycharm.desktop
    2. 檔案內容如下
      [Desktop Entry]
      Type=Application
      Name=Pycharm
      GenericName=Pycharm3
      Comment=Pycharm3:The Python IDE
      Exec="/opt/pycharm-2020.1/bin/pycharm.sh" %f
      Icon=/opt/pycharm-2020.1/bin/pycharm.png
      Terminal=pycharm
      Categories=Pycharm;
    3. 將上面的 ExecIcon 替換成你的 PyCharm 路徑
    4. 接著就可以在 launcher 內找到 icon 囉

 



這裡的資訊對您有用嗎?歡迎斗內給我