Skip to content

Commit

Permalink
[pycharm] fix desktop file
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Sep 12, 2024
1 parent 799f531 commit a34d99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycharm/pycharm-community_pycharm-community.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Version=1.0
Type=Application
Name=PyCharm Community Edition
Icon=/snap/pycharm-community/current/bin/pycharm.png
Exec=env BAMF_DESKTOP_FILE_HINT=~/.local/applications/pycharm-community_pycharm-community.desktop bash -c "shopt -s expand_aliases && source ~/.tue/setup.bash && pycharm-community %F"
Exec=env BAMF_DESKTOP_FILE_HINT=~/.local/share/applications/pycharm-community_pycharm-community.desktop bash -c "shopt -s expand_aliases && source ~/.tue/setup.bash && pycharm-community %F"
Comment=Python IDE for Professional Developers
Categories=Development;IDE;
Terminal=false
Expand Down

0 comments on commit a34d99b

Please sign in to comment.