rudrab / Shadow

Flat icons; Beautiful Linux
GNU General Public License v3.0
125 stars 19 forks source link

Icon Request : IntelliJ IDEA #87

Closed gauthiermartin closed 7 years ago

gauthiermartin commented 7 years ago

It would be nice to have an intelli j idea j icon

rudrab commented 7 years ago

hi, Thanks for your request. kindly add the corresponding .desktop file.

gauthiermartin commented 7 years ago

Here it is jetbrains-idea.desktop.zip

rudrab commented 7 years ago

hi, intellij IDEA is already themed. It does not work because the absolute path used in .desktop file: Icon=/opt/idea/bin/idea.png For this to work, kindly use this .desktop file in ~/.local/share/application jetbrains-idea.desktop

#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Type=Application
Name=IntelliJ IDEA
Icon=IntelliJ
Exec="/opt/idea/bin/idea.sh" %f
Comment=The Drive to Develop
Categories=Development;IDE;
Terminal=false
StartupWMClass=jetbrains-idea
gauthiermartin commented 7 years ago

Alright, Sorry for that ! Thank you

rudrab commented 7 years ago

You are welcome. Kindly let me know if this is working.

gauthiermartin commented 7 years ago

Yeah this is working perfectly ; -)