Jeremy Huddleston Sequoia
Jeremy Huddleston Sequoia
**Describe the bug** I'm building with `-Wl,-rpath,/opt/X11/lib/asan` in LDFLAGS. During build, this is passed as expected and the resulting binary has the correct LC_RPATH load command. When I install, the...
**Describe the bug** cc.get_define uses $CFLAGS with -E. That is not legal. You should only be using $CPPFLAGS when using $CC -E. Using $CFLAGS causes configure to fail when building...
Please define the struct in the header. Failure to do so results in build failures in clients such as Wayland: ``` ../src/event-loop.c:261:20: error: variable has incomplete type 'struct itimerspec' struct...
If you copy out of MacDown's editor, the content is put onto the pasteboard as `public.utf8-plain-text`, eg: ``` Item 789514: public.utf8-plain-text: {length = 25, bytes = 0x23232320 48656164 65720a0a 54686973...
This handles a corner case in which [NSRunningApplication runningApplicationsWithBundleIdentifier:bundleIdentifier] returns us an instance in which the bundle path contains "Contents/MacOS/" by ignoring those trailing path components. Fixes #2725
### Description of the problem Sparkle does not restart app after update completes. ### Do you use Sandboxing in your app? My app is sandboxed. It has SUEnableInstallerLauncherService=true set in...