FS#62120 - [intellij-idea-community-edition] .desktop file uses PNG instead of SVG file as icon
Attached to Project:
Community Packages
Opened by Volkan (volsa) - Saturday, 23 March 2019, 22:04 GMT
Last edited by Levente Polyak (anthraxx) - Monday, 01 April 2019, 19:41 GMT
Opened by Volkan (volsa) - Saturday, 23 March 2019, 22:04 GMT
Last edited by Levente Polyak (anthraxx) - Monday, 01 April 2019, 19:41 GMT
|
Details
The current .desktop file uses the PNG file located at
/usr/share/idea/bin instead of the SVG file. As a side
effect the icon looks quite blurry in the task switcher
(GNOME 3). Funnily enough the locally generated .desktop
file uses the SVG file which looks way sharper. Hence
replacing the line "Icon=idea" with
"Icon=/usr/share/idea/bin/idea.svg" seems to fix the issue.
Any thoughts?
|
This task depends upon
Closed by Levente Polyak (anthraxx)
Monday, 01 April 2019, 19:41 GMT
Reason for closing: Fixed
Additional comments about closing: 2:2019.1-1
Monday, 01 April 2019, 19:41 GMT
Reason for closing: Fixed
Additional comments about closing: 2:2019.1-1
It would better to copy the SVG icon into '/usr/share/icons/hicolor/scalable/apps/idea.svg', and it will be picked up.