Skip to content

unimplemented stubs in Inkscape's Platypus wrapper #1594

@Lazerbeak12345

Description

@Lazerbeak12345

Expected Result
What did you expect to happen?

The wrapper should be able to launch Inkscape (and then be able to forward the events)

Actual Result
What did happen?

The app exits gracefully, and these stubs are logged:

STUB: InitCursor called
STUB: AEInstallEventHandler called
STUB: AEInstallEventHandler called
STUB: AEInstallEventHandler called
STUB: AEInstallEventHandler called
STUB: GetApplicationEventTarget called
STUB: InstallEventHandler called
STUB: CreateNibReference
STUB: SetMenuBarFromNib
STUB: DisposeNibReference
STUB: AECreateDesc called
STUB: OpenDefaultComponent called
STUB: RunApplicationEventLoop called
  • InitCursor
  • AEInstallEventHandler
  • GetApplicationEventTarget
  • InstallEventHandler
  • CreateNibReference
  • SetMenuBarFromNib
  • DisposeNibReference
  • AECreateDesc
  • OpenDefaultComponent
  • RunApplicationEventLoop

Steps To Reproduce
If possible, what steps can you take to reproduce the issue?

  1. Get Inkscape-0.92.2-1-x11-10.7-x86_64.dmg from the official release here. Be advised that this version is not the latest version of Inkscape, and is outdated. I'm using it for testing purposes only (and because it's FOSS).
  2. Install the dmg in the usual fashion
  3. Run this: STUB_VERBOSE=1 /Applications/Inkscape.app/Contents/MacOS/Inkscape

Other applications also using the platypus wrapper likely also exibit this behavior.

System Information
What system are you using?

Software Version
Linux Kernel 6.12.27-1-lts
Darling b7a59db

This is a follow-up to #1590

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions