Home › Forums › General Discussion › DisplayCAL is dead, time to move on, what alternative you choosed?
- This topic has 200 replies, 40 voices, and was last updated 7 months, 3 weeks ago by
Raj S.
-
AuthorPosts
-
2024-10-13 at 0:39 #142016
Python 3.12 did have problems in windows. Try python 3.11. [#370] Updated
README.mdwith a cleaner installation instructions f… · eoyilmaz/displaycal-py3@b00ae16 · GitHub This was older for a older version 3.9.5 of displaycal. Odd I am seeing different versions of displaycal 3.9.12 or 3.9.13 in this post.The issue is with installer version. Compiled version seems to work but has issues with filenames
2024-10-13 at 20:53 #142020We had very limited tests with the Windows Installer, it is working fine on my Windows 10 machine. But, as I noted in the release page, it might not work properly for you, as this is the first release.
We are going to release DisplayCAL 3.9.13 this week, as we had problems under Ubuntu which are fixed and also fixed some issues with Windows, and there will be a new Windows installer. It might solve the issues. It would be great if everyone can test the installer and report back in https://www.github.com/eoyilmaz/displaycal-py3/issues
2024-10-14 at 3:15 #142021Same ARGYLL error here as well
2024-10-15 at 15:35 #142031Greetings to everyone and thank you for carrying forward this project that I thought was dead.
I installed DisplayCAL 3.9.13 on my laptop and everything was fine, however when I installed it on my HTPC, where I will actually have to use it, the attached error messages appearedCan you tell me what the problem is? Thank you
Attachments:
You must be logged in to view attached files.2024-10-15 at 15:37 #142036Hey Erkan, great work with getting an .exe together! What’s the likelihood of getting an installer packaged for mac? I know a lot of users out there are running OSX.
2024-10-15 at 15:43 #142037The MacOS dmg package is ready and will be available this week (loosly promising as we started to have build issues with Windows package & installer, that we need to solve before releasing a new version).
2024-10-15 at 15:45 #142038@lello58 can you report this at http://www.github.com/eoyilmaz/displaycal/issues
2024-10-16 at 2:26 #142043MacOS (Apple Silicon / arm64) and Windows Installer (amd64) packages are now available: https://github.com/eoyilmaz/displaycal-py3/releases/tag/3.9.14
As usual, nothing is guaranteed to work if you have any problems please report them in http://www.github.com/eoyilmaz/displaycal/issues
So we can fix them quickly.
Cheers,
-
This reply was modified 1 year, 7 months ago by
Erkan Ozgur Yilmaz.
-
This reply was modified 1 year, 7 months ago by
Erkan Ozgur Yilmaz.
-
This reply was modified 1 year, 7 months ago by
Erkan Ozgur Yilmaz.
2024-10-16 at 2:36 #142047Oh just noticed a bug under Windows, to work around it, install DisplayCAL to C:\DisplayCAL (instead of C:\Program Files\DisplayCAL).
The empty spaces in paths are creating problems under Windows.
2024-10-16 at 11:48 #142051MacOS Intel x86 package is also generated by DisplayCAL community and uploaded to GitHub: https://github.com/eoyilmaz/displaycal-py3/releases/tag/3.9.14
2024-10-16 at 12:07 #142052Bit of a strange permission request from that. The original program didn’t need it, Is that necessary?
2024-10-16 at 12:43 #142053Yeaaa not sure about this guys, can we confirm this isn’t a backdoor?
Attachments:
You must be logged in to view attached files.2024-10-16 at 12:50 #142055Let me check if this is something we have because we didn’t specify an option for this permission or is it required for Argyll… For these kind of issues please use the GitHub issue page, as I’m not monitoring this site that often…
2024-10-16 at 18:13 #142056Yeaaa not sure about this guys, can we confirm this isn’t a backdoor?
You’re likely to be using web localhost instead of your display. “Likely” because is 99% useless to upload that screenshot with no information.
Ragarding permissions, build DisplayCAL-py3 and see what happens and what asks you.
Quoting Erkan’s post
It would be lovely if you can generate one and send it over to me:
1 – Fristly install the requirements if you didn’t already done it before:
brew install glib gtk+3 [email protected]
2- Build DisplayCAL:
cd ~
git clone https://www.github.com/eoyilmaz/displaycal-py3
cd displaycal-py3
SYSTEM_PYTHON=python3.12 make venv build install
source ./.venv/bin/activate
python setup.py py2app3- That should generate ~/displaycal-py3/dist/py2app.macosx-14.0-arm64-py3.12/DisplayCAL-3.9.14 folder, you can put a link to the /Applications for people to easily drag & drop the app in to their Applications folder:
cd ~/displaycal-py3/dist/py2app.macosx-14.0-arm64-py3.12/DisplayCAL-3.9.14
ln -s /Applications4- Use Disk Utility.app to generate a dmg file, by File -> New Image -> Image From Folder… and selecting the ~/displaycal-py3/dist/py2app.macosx-14.0-arm64-py3.12/DisplayCAL-3.9.14 folder.
(*) “py2app.macosx-14.0-arm64-py3.12” will have other name depending on platform and py version
2024-10-23 at 16:17 #142110When I try to run DisplayCAL 3.9.14, I get the following error messages:
-
This reply was modified 1 year, 7 months ago by
-
AuthorPosts