Changes between Initial Version and Version 1 of Ticket #39613


Ignore:
Timestamp:
Jul 2, 2013, 9:43:43 PM (11 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39613

    • Property Owner changed from macports-tickets@… to elelay@…
  • Ticket #39613 – Description

    initial v1  
    11When 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:
    22
    3         <key>LSUIElement</key>
    4         <string>1</string>
     3{{{
     4<key>LSUIElement</key>
     5<string>1</string>
     6}}}
    57
    68This prevents the creation of the extra unused dock icon.