Opened 11 years ago

Last modified 11 years ago

#39613 closed defect

gpodder +x11 needs LSUIElement=1 — at Initial Version

Reported by: rct@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc:
Port: gpodder

Description

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 (0)

Note: See TracTickets for help on using tickets.