Skip to content

Commit

Permalink
Merge pull request #81 from shenqingyi9/patch-1
Browse files Browse the repository at this point in the history
fixed icon paths of rustrover, pycharm, gateway and intellij
  • Loading branch information
JonasGroeger authored Jan 9, 2025
2 parents 4949ddb + a695fbd commit 58959aa
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Name=IntelliJ IDEA Community
Comment=Java, Groovy, Scala and Android development.
Exec=intellij-idea-community %u
Icon=/opt/intellij-idea-community/bin/intellij-idea-community.svg
Icon=/opt/intellij-idea-community/bin/idea.svg
Terminal=false
Type=Application
Categories=Development;IDE;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Name=IntelliJ IDEA Ultimate
Comment=Web, mobile and enterprise development.
Exec=intellij-idea-ultimate %u
Icon=/opt/intellij-idea-ultimate/bin/intellij-idea-ultimate.svg
Icon=/opt/intellij-idea-ultimate/bin/idea.svg
Terminal=false
Type=Application
Categories=Development;IDE;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Name=JetBrains Gateway
Comment=JetBrains Gateway is a lightweight launcher that connects a remote server with your local machine.
Exec=jetbrains-gateway %u
Icon=/opt/jetbrains-gateway/bin/jetbrains-gateway.svg
Icon=/opt/jetbrains-gateway/bin/gateway.svg
Terminal=false
Type=Application
Categories=Development;IDE;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Name=PyCharm Community Edition
Comment=Lightweight IDE for Python & Scientific development
Exec=pycharm-community %u
Icon=/opt/pycharm-community/bin/pycharm-community.svg
Icon=/opt/pycharm-community/bin/pycharm.svg
Terminal=false
Type=Application
Categories=Development;IDE;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Name=PyCharm Education Edition
Comment=Easy and Professional Tool to Learn & Teach Programming with Python
Exec=pycharm-education %u
Icon=/opt/pycharm-education/bin/pycharm-education.svg
Icon=/opt/pycharm-education/bin/pycharm.svg
Terminal=false
Type=Application
Categories=Development;IDE;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Name=PyCharm Professional Edition
Comment=Full-featured IDE for Python & Web development
Exec=pycharm-professional %u
Icon=/opt/pycharm-professional/bin/pycharm-professional.svg
Icon=/opt/pycharm-professional/bin/pycharm.svg
Terminal=false
Type=Application
Categories=Development;IDE;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Name=RustRover EAP
Comment=Full-featured IDE for Rust (EAP)
Exec=rustrover-eap %u
Icon=/opt/rustrover-eap/bin/rustrover-eap.svg
Icon=/opt/rustrover-eap/bin/rustrover.svg
Terminal=false
Type=Application
Categories=Development;IDE;
Expand Down

0 comments on commit 58959aa

Please sign in to comment.