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

macOS needs to install nvidia card drivers if it is on a hackintosh, and there are many hacks around this after both nvidia and Apple officially dropped support for nvidia...

**Expected Result** type `darling shell` and get a responsive shell **Actual Result** output something like this: ```bash Bootstrapping the container with launchd... *** 1:1: dserver_rpc_explicit_checkin: BAD SEND STATUS: -2 ***...

Awaiting Response
darlingserver

**Expected Result** Python 3.10.5 installs successfully (worked previously with Darling using the LKM). **Actual Result** Installation fails with lots of "Resource Temporarily Unavailable" errors, followed by a Python stack trace....

Awaiting Response

![Screenshot from 2020-02-17 18-27-42](https://user-images.githubusercontent.com/17478432/74691993-3e091580-51b3-11ea-9782-08612dced462.png) Example Code: ```objc #include @interface Form : NSWindow { NSTabViewItem* tabPageRed; NSTabViewItem* tabPageGreen; NSTabViewItem* tabPageBlue; NSTabViewItem* tabPageYellow; NSTabView* tabControl; } - (instancetype)init; - (BOOL)windowShouldClose:(id)sender; @end @implementation...

**Expected Result** ``hdiutil`` successfully mounts the DMG. **Actual Result** It prints the targeted mount point, the hangs. **Steps To Reproduce** Download and attempt to mount https://www.macterm.net/updates/macterm-4.0.0.dmg. **System Information** Ubuntu 20.04...

This adds Bom framework stubs, generated on Catalina.

hi , this is not an issue , this is just a question. would like to ask since darling can't run xcode GUI but can run a command xcodebuild ,...

This issue documents how Cocotron's integration to lower API layers should work. ## Backends for X11 and Wayland * AppKit should do CGS* API calls to interface with the window...

Enhancement
Essential

**Expected Result** When you click ``Start``, the stopwatch will always start. **Actual Result** It doesn't always start, only sometimes. **Steps To Reproduce** ```objc #include @interface Window : NSWindow { NSTextField*...

Hello there! Thank you for the amazing effort in building this tool. I'm having some issues trying to run the application "Fantastical". I guess due to it being a graphical...

Frameworks
Good First Issue