Opened 11 years ago

Closed 11 years ago

#39613 closed defect (fixed)

gpodder +x11 needs LSUIElement=1

Reported by: rct@… Owned by: elelay (Eric Le Lay)
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc:
Port: gpodder

Description (last modified by larryv (Lawrence Velázquez))

When I install gpodder with the x11 variant (variant -quartz), launching it creates an X11 window, which gets grouped into the X11 (or XQuartz) dock icon. However, it also creates its own dock icon, which bounces up and down indefinitely because it never sees its window. The solution I found is to add the following to gPodder.app's Info.plist:

<key>LSUIElement</key>
<string>1</string>

This prevents the creation of the extra unused dock icon.

With the +quartz variant, the dock icon should be created as normal.

Change History (3)

comment:1 Changed 11 years ago by larryv (Lawrence Velázquez)

Description: modified (diff)
Owner: changed from macports-tickets@… to elelay@…

Thanks for the ticket. In the future, please Cc relevant port maintainers.

comment:2 Changed 11 years ago by elelay (Eric Le Lay)

Cool! I didn't know about that and had been annoyed by the jumping icon as well.

However I don't have access to my mac until August. I'll do it then.

Thanks,
Eric

comment:3 Changed 11 years ago by elelay (Eric Le Lay)

Resolution: fixed
Status: newclosed

applied in r109002

Thanks!

Note: See TracTickets for help on using tickets.