darling icon indicating copy to clipboard operation
darling copied to clipboard

Darwin/macOS emulation layer for Linux

Results 224 darling issues
Sort by recently updated
recently updated
newest added

Currently our implementation of [NSPrintOperation](https://developer.apple.com/documentation/appkit/nsprintoperation?language=objc) in the Cocotron is missing several selectors and properties - most notably `jobTitle`.

Our implementation of NSScrollView in the Cocotron does not support magnification. Implementing [ScaleUnitSquaretoSize](https://developer.apple.com/documentation/appkit/nsview/1483721-scaleunitsquaretosize?language=objc) may help, see the [GNUStep](https://github.com/gnustep/libs-gui/blob/2be7334ce2944ee4988a94da54315ff072536df9/Source/NSView.m#L1575) implementation for inspiration.

This reverts commit 882fec31025fc56dc5ce0a1310bbeebc1453847e.

**Library** Metal, it seems to be lacking some symbols that the app needs. It's a 3D app, so maybe Darling's not supporting those yet. **Test Application** ShapeScript **Steps To Reproduce**...

Will be nice to start using with docker if push a version of jammy in hub.docker: ```sh docker pull darlinghq/darling docker run -it --rm darlinghq/darling echo Hello world ``` Make...

I suggest that as the gui implementation is in alpha, add code from GNUStep for better cocoa compatibility?

**Expected Result** atleast an error message from clang **Actual Result** ``Agreeing to the Xcode/iOS license requires admin privileges, please run “sudo xcodebuild -license” and then retry this command.`` **Steps To...

I want to install `Wechat`'s dmg file. I downloaded it from [https://dldir1.qq.com/weixin/mac/WeChatMac.dmg](https://dldir1.qq.com/weixin/mac/WeChatMac.dmg) But when I ran `hdiutil attach WeChatMac.dmg`, an error occurred. ```bash Will pass /home/kevin/.darling/Volumes/WeChatMac Error: Invalid run sector...

**Expected Result** container starting without spamming incorrectly escaped unimp messages, neofetch returning (atleast partial) hardware info. **Actual Result** ``` Unimplemented syscall (180) sys_proc_info(): Unsupported callnum: 1 ``` some software just...

For context, I am doing this issue mainly cause this is still the game I've seen get the closest to booting on Darling **Expected Result** What did you expect to...