xiccd icon indicating copy to clipboard operation
xiccd copied to clipboard

X color profile daemon

Results 11 xiccd issues
Sort by recently updated
recently updated
newest added

Hi! On Kali Linux i receive following error message. I don't know if every line is helpful. Running `sudo dmesg` gives ```` [ 14.117639] systemd-journald[698]: /var/log/journal/d8dc8904695644168112634a06d6df4c/user-1000.journal: Journal file uses a...

On my machine with nvidia graphics, the currently loaded profile gets reset at most opportunities, such as opening nvidia-settings, changing resolution, launching certain programs which muck with the gamma, etc....

I got an segfault on this line: https://github.com/agalakhov/xiccd/blob/39851da63ae3bd07867054b18796e664e97f15b6/assets/xiccd/sources/xiccd.c#L102 complete stack trace: ``` (gdb) bt full #0 __strlen_avx2 () at ../sysdeps/x86_64/multiarch/strlen-avx2.S:65 #1 0x00007f9a5375b2d8 in __vfprintf_internal (s=s@entry=0x7ffdb98ade60, format=format@entry=0x5627868020f0 "loading profile '%s' for...

There seems to be an issue with the ICC profile in the X atom, where it is a different size than the actual file (e.g. compared to same profile in...

https://github.community/t/why-last-release-is-not-marked-as-latest-release/421

Not much to add really! Trying to install xiccd and `./configure` results in `bash: ./configure: No such file or directory` Any help appreciated. Xubuntu 20.10.

Hello, It was found out that XICDD doesn't set _ICC_PROFILE_1,2,3... property needed on multi-monitor setup by software querying ICC profiles for the display i.e mpv. https://github.com/mpv-player/mpv/issues/8349 Can you add this...

I use U32H85x monitor and 5700xt graphics card. kernel 5.6.4-arch1-1 xiccd 0.3.0 After the monitor turned off the power switch and turned on again, I found that either chomium or...

This happens to me a few times a week and I'm not sure why. I have a multi monitor setup. Strace just shows ``` [pid 2574] poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}],...

In the original version, xiccd won't stop when the session is closed. I modified the source code and make it stop when the connection to the x server closed.