darlinghq / darling

Darwin/macOS emulation layer for Linux
http://www.darlinghq.org
GNU General Public License v3.0
11.22k stars 426 forks source link

_NSWorkspaceScreensDidWakeNotification missing from AppKit #563

Open effeffe opened 4 years ago

effeffe commented 4 years ago

Hello everyone,

Today I've tried installing the xp-pen driver program for mac os, in particular the one for the star 06 wireless tablet. As expected, I've encountered an error which prevented the gui to show up, which I report here for developing purposes.

Darling [/home/filippo/]$ /Applications/PenTablet/PenTabletSetting.app/Contents/MacOS/PenTabletSetting dyld: Symbol not found: _NSWorkspaceScreensDidWakeNotification Referenced from: /Applications/PenTablet/PenTabletSetting.app/Contents/MacOS/PenTabletSetting (which was built for Mac OS X 10.8) Expected in: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit in /Applications/PenTablet/PenTabletSetting.app/Contents/MacOS/PenTabletSetting Abort trap: 6 (core dumped) Darling [/home/filippo/]$

I have installed the program using this: Darling [/home/filippo/]$ installer -pkg PenTabletDriver_xppen_19.8.30.pkg -target / installer: Package name is DISTRIBUTION_TITLE installer: Installing selected choice PenTabletPackage installer: Installing package com.mygreatcompany.pkg.PenTabletPackage version 1.0 (21139 KB) installer: Extracting files installer: Installing selected choice INSTALLER_CHOICE_1_TITLE installer: Installation complete

Thank you :)

powwu commented 4 years ago

As far as I'm aware, xp-pen provides native Linux drivers here.