customdisplayprofiles icon indicating copy to clipboard operation
customdisplayprofiles copied to clipboard

A command-line utility for setting ColorSync profiles for connected displays on OS X.

Results 5 customdisplayprofiles issues
Sort by recently updated
recently updated
newest added

Switched print function to Python 3. Added import of ColorSync framework module from pyobjc. Removed import of objc and deprecated parseBridgeSupport code. Cleaned up some formatting using PyCharm. To get...

Upon running customdisplayprofiles under Python 3.9.10, the following deprecation warning appears: ``` /path/to/customdisplayprofiles:26: DeprecationWarning: This function will be removed in PyObjC 9, switch to the modern metadata system objc.parseBridgeSupport(""" ```...

getting the below error when running "customdisplayprofiles current-path" on mac 10.14.1 Traceback (most recent call last): File "/usr/local/bin/customdisplayprofiles", line 219, in main() File "/usr/local/bin/customdisplayprofiles", line 183, in main current_profile_url =...

Traceback (most recent call last):\r File \"/Users/xxxx/Desktop/customdisplayprofiles-master/customdisplayprofiles\", line 11, in \r import objc\rImportError: No module named objc

I've added a `-j` option for the `info` and `displays` actions. This allows the output of the script to be effectively picked up by other tooling, including: * Parse with...