Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Color profile is impossible to override with a more generic output name than the one used when setting it previously #8505

Open
noakodaren opened this issue Dec 21, 2024 · 0 comments
Labels
bug Not working as intended

Comments

@noakodaren
Copy link

Start sway with WLR_RENDERER='vulkan'.

Run the following commands:

[noa@datorn swaybug]$ sway output '*' color_profile icc /usr/share/color/icc/colord/SwappedRedAndGreen.icc
[ { "success": true } ]
[noa@datorn swaybug]$ sway output 'DP-2' color_profile icc /usr/share/color/icc/colord/SwappedRedAndGreen.icc
[ { "success": true } ]
[noa@datorn swaybug]$ sway output 'DP-2' color_profile srgb
[ { "success": true } ]
[noa@datorn swaybug]$ sway output '*' color_profile icc /usr/share/color/icc/colord/SwappedRedAndGreen.icc
[ { "success": true } ]
[noa@datorn swaybug]$ sway output 'DP-2' color_profile icc /usr/share/color/icc/colord/SwappedRedAndGreen.icc
[ { "success": true } ]

The profile switch will work for all commands except for sway output '*' color_profile icc /usr/share/color/icc/colord/SwappedRedAndGreen.icc. I can reproduce this on two different monitors. I assume this is a bug, as this behaviour does not occur for other output commands.

@noakodaren noakodaren added the bug Not working as intended label Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Not working as intended
Development

No branches or pull requests

1 participant