Hi, so I'm not entirely sure if this is an issue with the library; I suspect it's more of a side-effect, but when acquiring a ClipboardContext on macOS from a launchd process like
let mut clipboard: ClipboardContext = ClipboardProvider::new().unwrap();
my program panics with the error NSPasteboard#generalPasteboard returned null. The program works OK when I execute it directly.
Hi, so I'm not entirely sure if this is an issue with the library; I suspect it's more of a side-effect, but when acquiring a
ClipboardContext
on macOS from alaunchd
process likemy program panics with the error
NSPasteboard#generalPasteboard returned null
. The program works OK when I execute it directly.I am using the following daemon descriptor:
Apologies if this isn't strictly related to this library. Any insight would be greatly appreciated!