[kcolorchooser] [Bug 414281] kcolorchooser always show color from first display on multihead system

2020-11-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=414281

Justin Zobel  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 CC||justin.zo...@gmail.com
 Resolution|--- |WAITINGFORINFO

--- Comment #5 from Justin Zobel  ---
Thanks for the reports and investigations.

As it has been 10 months since the report on this can any of the affected
please test and confirm if this issue is still occurring or if this bug report
can be marked as resolved? I've set the bug status to "needsinfo" pending your
response, please change back to "reported" or "resolved" when you respond,
thanks.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kcolorchooser] [Bug 414281] kcolorchooser always show color from first display on multihead system

2020-11-24 Thread Victor Prudniy
https://bugs.kde.org/show_bug.cgi?id=414281

--- Comment #6 from Victor Prudniy  ---
KColorChooser Version 20.08.3
still occurring

-- 
You are receiving this mail because:
You are watching all bug changes.

[kcolorchooser] [Bug 414281] kcolorchooser always show color from first display on multihead system

2020-11-24 Thread Frederick Zhang
https://bugs.kde.org/show_bug.cgi?id=414281

--- Comment #7 from Frederick Zhang  ---
can also confirm on Arch. btw apart from the env vars I mentioned above,
QT_SCREEN_SCALE_FACTORS='' can also be used as a workaround.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kcolorchooser] [Bug 414281] kcolorchooser always show color from first display on multihead system

2020-11-24 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=414281

Justin Zobel  changed:

   What|Removed |Added

 Status|NEEDSINFO   |CONFIRMED
 Ever confirmed|0   |1
 Resolution|WAITINGFORINFO  |---

--- Comment #8 from Justin Zobel  ---
Thanks for the updates. I'm setting this as confirmed as it affects multiple
users .

-- 
You are receiving this mail because:
You are watching all bug changes.

[kcolorchooser] [Bug 414281] kcolorchooser always show color from first display on multihead system

2019-11-18 Thread Victor Prudniy
https://bugs.kde.org/show_bug.cgi?id=414281

--- Comment #1 from Victor Prudniy  ---
Update: it's not colors from first display, it's just random colors presented
on screen.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kcolorchooser] [Bug 414281] kcolorchooser always show color from first display on multihead system

2019-12-02 Thread Frederick Zhang
https://bugs.kde.org/show_bug.cgi?id=414281

Frederick Zhang  changed:

   What|Removed |Added

 CC||frederick...@tsundere.moe

-- 
You are receiving this mail because:
You are watching all bug changes.

[kcolorchooser] [Bug 414281] kcolorchooser always show color from first display on multihead system

2019-12-02 Thread Frederick Zhang
https://bugs.kde.org/show_bug.cgi?id=414281

--- Comment #2 from Frederick Zhang  ---
I can confirm this behaviour on my setup as well. KColorChooser works all fine
on my leftmost display but the results seem to be random on others.

System: Arch Linux
Driver: Nvidia proprietary 440.36-2
Display layout:
┌┐┌--┐┌--┐
| 1920x1080 DP-0 ||  || 1920x1080 HDMI-0 |
└┘|  3840x2160 DP-3  |└--┘
  |  |
  └--┘
xrandr:
xrandr --fb 11520x2160 \
--output DP-0   --auto   --scale 2.0 --dpi 256 --panning
3840x2160+0+0--pos 0x0\
--output DP-3   --auto --primary --scale 1.0 --dpi 163 --panning
3840x2160+3840+0 --pos 3840x0 \
--output HDMI-0 --auto   --scale 2.0 --dpi 205 --panning
3840x2160+7680+0 --pos 7680x0

-- 
You are receiving this mail because:
You are watching all bug changes.

[kcolorchooser] [Bug 414281] kcolorchooser always show color from first display on multihead system

2019-12-02 Thread Frederick Zhang
https://bugs.kde.org/show_bug.cgi?id=414281

--- Comment #3 from Frederick Zhang  ---
I noticed that again this is somehow related to global scale and using:

QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_SCALE_FACTOR=0.5 kcolorchooser

...resolves the issue (of 'cos you get super small UI on HiDPI displays tho,
and the QT_SCALE_FACTOR needs to be adjusted based on your global scale
setting).

This reminds me another issue (bug 413577) I reported, where it could also be
'resolved' by disabling scaling for affected apps. I guess these problems may
have the same root of cause but unfortunately I'm not familiar with the Qt
stack at all.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kcolorchooser] [Bug 414281] kcolorchooser always show color from first display on multihead system

2019-12-03 Thread Frederick Zhang
https://bugs.kde.org/show_bug.cgi?id=414281

--- Comment #4 from Frederick Zhang  ---
Btw the Colour Picker widget has the same issue.

1. Added to desktop: Works normally
2. Run 'QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_SCALE_FACTOR=0.5 plasmawindowed
org.kde.plasma.colorpicker': Works normally
3. Launch Colour Picker from KRunner or run 'plasmawindowed
org.kde.plasma.colorpicker': Same problem as kcolorchooser reported here

-- 
You are receiving this mail because:
You are watching all bug changes.

[kcolorchooser] [Bug 414281] kcolorchooser always show color from first display on multihead system

2021-01-17 Thread Ilya Bizyaev
https://bugs.kde.org/show_bug.cgi?id=414281

Ilya Bizyaev  changed:

   What|Removed |Added

 CC||bizy...@zoho.com

--- Comment #9 from Ilya Bizyaev  ---
AFAIU the problem is that QColorDialog always selects colors from the “primary
screen”:
https://code.woboq.org/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp.html#1574

-- 
You are receiving this mail because:
You are watching all bug changes.

[kcolorchooser] [Bug 414281] kcolorchooser always show color from first display on multihead system

2021-01-17 Thread Andrey
https://bugs.kde.org/show_bug.cgi?id=414281

Andrey  changed:

   What|Removed |Added

 CC||butir...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.