id summary reporter owner description type status priority milestone component version resolution keywords cc port 40110 app portgroup have x11 application not bounce indefinitely elelay ryandesign "(Following #39613) There is an option that can be set in the Info.plist so that no dock icon is created for a graphical application: {{{ LSUIElement 1 }}} This is useful when building x11 gtk apps because they never signal the windowing system that they have launched and the associated icon keeps bouncing forever. It would be nice to generate this into the plist depending on a boolean option of the app portgroup. Otherwise I add following code in my Portfile: {{{ if {![variant_isset quartz]} { reinplace -E {s|(APPL)|\1 LSUIElement1|} \ ""${destroot}${applications_dir}/Quodlibet.app/Contents/Info.plist"" } }}}" enhancement closed Normal ports 2.2.0 fixed cooljeanius ctreleaven mojca kencu