Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#62120 - [intellij-idea-community-edition] .desktop file uses PNG instead of SVG file as icon
Attached to Project:
Community Packages
Opened by Volkan Sagcan (volsa) - Saturday, 23 March 2019, 22:04 GMT
Last edited by Levente Polyak (anthraxx) - Monday, 01 April 2019, 19:41 GMT
Opened by Volkan Sagcan (volsa) - Saturday, 23 March 2019, 22:04 GMT
Last edited by Levente Polyak (anthraxx) - Monday, 01 April 2019, 19:41 GMT
|
DetailsThe 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.