Unable to launch python Gajim app on mac os x with info.plist file

Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

  • Unable to launch python Gajim app on mac os x with info.plist file

    I am trying to launch the Gajim app (a Jabber client based on Python) successless from the finder on Mac OS X 10.13.5 (dev.gajim.org/gajim/gajim/issues/9156). Unfortunately, the developer team doesn't have an Mac expert so that my problem is unsolved since months even if lot's of other people have the same issue.
    In the installation description (dev.gajim.org/gajim/gajim/wikis/help/gajimmacosx) we are expected to create the following info.plist file in Gajim.app/Contents folder:

    XML-Quellcode

    1. <?xml version="1.0" encoding="UTF-8"?>
    2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
    3. "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    4. <plist version="1.0">
    5. <dict>
    6. <key>CFBundleExecutable</key>
    7. <string>launch.py</string>
    8. <key>CFBundleIdentifier</key>
    9. <string>org.gajim.mac</string>
    10. <key>CFBundleInfoDictionaryVersion</key>
    11. <string>6.0</string>
    12. <key>CFBundleName</key>
    13. <string>Gajim</string>
    14. <key>CFBundlePackageType</key>
    15. <string>APPL</string>
    16. <key>CFBundleShortVersionString</key>
    17. <string>1.0.2</string>
    18. <key>CFBundleSignature</key>
    19. <string>DASH</string>
    20. <key>CFBundleSupportedPlatforms</key>
    21. <array>
    22. <string>MacOSX</string>
    23. </array>
    24. <key>CFBundleVersion</key>
    25. <string>1</string>
    26. <key>WorkingDirectory</key>
    27. <string>$APP_PACKAGE/Contents/MacOS</string>
    28. </dict>
    29. </plist>
    Alles anzeigen




    Unfortunately, it is not possible to launch the app from the finder. I figured out that by the command open -a Gajim you can launch the app from the terminal at least. Could you please help me to find out, how the info.plist file has to be adapted in order to be able to launch the app from the finder / dock?