neilcsmith-net commented on issue #4881: URL: https://github.com/apache/netbeans/issues/4881#issuecomment-1296319911
They're inside `core.startup` so of less use for a desktop file - https://github.com/apache/netbeans/tree/master/platform/core.startup/src/org/netbeans/core/startup I think an SVG might be a better option in a desktop file? Although possibly with a PNG option. Depends if you're installing them or providing a file path. I think they need to be added alongside the existing icon in NetBeans distribution though. There's a fixed up SVG and a 48x48 PNG in NBPackage used for creating DEB, etc. - https://github.com/apache/netbeans-tools/tree/master/nbpackage/src/main/resources/org/apache/netbeans/nbpackage The SVG needed proportions fixing and comments removing to work properly on Gnome. I have a feeling that the XDG spec says a 48x48 icon is the minimum that must be provided if installing as icons, hence the DEB provides that plus SVG. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
