trixon commented on issue #1406: [NETBEANS-2962] Make pinned snap startable in KDE's Plasma URL: https://github.com/apache/netbeans/pull/1406#issuecomment-519398246 > Also you can test your changes, just clone the repo, go into the netbeans_snap or netbeans-dev_snap directory and execute snapcraft to build that snap. when it is ready you can test it with: > snap install netbeans....snap --dangerous --classic > Also the dev version is built and uploaded on every Thursday so your changes would be there for test for "broader" audiance: snap install netbeans-dev --channel edge --classic Thanks @lkishalmi , I'll give it a go and test the snaps locally. As @neilcsmith-net said, it's really picky about the string content. I'm using 'xprop' to get the proper value, and as a side note, there used to be 'IDE' in there too. > WM_CLASS(STRING) = "sun-awt-X11-XFramePeer", "Apache NetBeans IDE 11.0" > WM_CLASS(STRING) = "sun-awt-X11-XFramePeer", "Apache NetBeans 11.1" I'm not sure but I think that renaming the desktop file(s) would fix it too, if the snap environment allows that that is. If this is part of a wider version management, how do I proceed with this PR?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- 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
