-
Notifications
You must be signed in to change notification settings - Fork 27
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
0.8.0 - Output Menu - Color Picker and Output Scale Frame do not work #73
Comments
Thanks for reporting this as an issue: maybe other users could confirm. Just to be clear, the behavior you observe is
In that case, the bug is not with vimix, but with GTK color chooser dialog, and probably even lower at the graphics driver level. I didn't manage to reproduce it on my machine. From the behavior you describe, I would say that it is related to the graphics drivers; i.e. the system has two different memory and graphics contexts for the two monitors, and it cannot read a value in one monitor when the program was launched in another. A possible workaround could be, maybe ;
Or maybe even:
Screenshot just to be sure you have the same appearance of olor picker in Displays view: |
It is indeed the intended behavior of vimix is to restore the state after closing. If you quit in Display view, it starts in Display view... Would you prefer to always restart vimix afresh, with no session open and in the Mixing view? Could be a user preference.
Ok I see, it could indeed be that the window selected before leaving is selected back when restarting. I'll check about this.
Well, then possibly the color picker might not work on your machine... We could test that with another program that uses a similar color dialog : zenity:
This should launch a color picking dialog and return the color values in the terminal after validating. (if its not installed yet,
This is the intended behavior : this specific color chooser (the one for white balance) is opened on the whole desktop to be able to pick colors on all programs and all windows that are running: you can pick a color on e.g. an image in GIMP, or the background of your screen, anything.
As you noted, these are two different color selection dialogs. The color selector internal to vimix (left in your screenshot, that does not have color picker) is vimix's own color selection, with dynamic change of value (no need to validate and close the window to vary the color). Note that it closes automatically when you clic outside (which would not allow to pick a color outside of it) To the contrary, the external color picker (right in your screenshot, that has a pipette icon to do color picking) is a system's GTK color picker launched next to vimix to allow to see other programs and do the color picking. Note that is does not close when you clic outside (so you can pick a color) and waits that you validate ('Select') to get the color and return to vimix. |
I think also user preference.
It worked with the last beta. Ich tired zenity. It gives the following error:
|
Agreed & done in Beta (i.e. user choose 'Restore on start', this opens the previous session and the view settings on start /vs/ not restore will open vimix fresh with the default mixing view) Also, to take into account your comments on the Displays view, I changed the appearance a little;
humm...
They are different, just both are in dark mode. Or do you mean something else? |
It can be. I have made many beta loading attempts and there sometimes, as I imagined, changed the directories so that error messages disappeared. Also, Mesa drivers are constantly updated here.
Ah, ok. |
I installed Ubuntu Studio 22.04 on a virtual machine and could install vimix with snap ( I couldn't however replicate the problem with the color picker: the mouse cursor is indeed a cross (not a drop) but the picking of color was working... Do you still experience the problem? |
The color picker does not work for me. In the previous version it worked as soon as I manually overlapped the output image slightly on the second screen. Now this method doesn't help either. The mouse pointer changes to a '+' when overlapping from screen2 but the recorded color value is always #000000. Sometimes I also got the error message that I have to close the other picker first, but it was not present.
The manually adjustable frame for scaling the output cannot also not be activated.
If I mark the output screen with the blue snap window the frame becomes visible, as soon as I release the snap frame to grab a grab point the frame it disappears.
Mesa Intel HD530
The text was updated successfully, but these errors were encountered: