[GUI - GTK] AutoGain Reference text is trimed and result is "Geometric mean..." for all 4 options in CZ/SK language.
EasyEffects Version
7.1.6
What package are you using?
Other (specify below)
Distribution
Ubuntu 24.04., APT + Flatpak
Describe the bug
Expected Behavior
I would be able to clearly see which of these 4 is which combination of momentary, short-term and integrated value.
Debug Log
No response
Additional Information
No response
I have the feeling that we had a discussion about this a long time ago. And that no simple solution was found. @Digitalone1 may remember what it was. I think that libadwaita widget doesn't allow that to be configured for its dropdown menu.
This particular kind of problem won't happen in the Qt branch because a traditional combobox is used. One possible solution for the gtk branch would be not using the libadwaita widget in this case. That is assuming gtk's standard combobox does not suffer from the same issue. The question is if it is worth the effort considering the Qt port will eventually replace the gtk branch.
One possible solution for the gtk branch would be not using the libadwaita widget in this case. That is assuming gtk's standard combobox does not suffer from the same issue.
The same is probably also valid for the Qt branch. Even with a traditional combobox if the text is too long and ellipsize is enabled the text will be truncated. The only way around this would be to disable ellipsizing entirely. What may or may not be desirable. It depends on the location.
I have the feeling that we had a discussion about this a long time ago. And that no simple solution was found. @Digitalone1 may remember what it was. I think that libadwaita widget doesn't allow that to be configured for its dropdown menu.
Here you are. #2508
I was thinking, can't we make Geometric mean into just "one" option, that when selected new element would appear in GUI, where we would select which values are used for Geometric mean?
@wwmm @Digitalone1
I was thinking, can't we make Geometric mean into just "one" option, that when selected new element would appear in GUI, where we would select which values are used for Geometric mean?
It is not impossible to do. It is not how things are done under the hood but exposing it this way for the user should not be a problem. But I am not sure if I would put effort on this in the gtk branch. Specially when it is not clear if the Qt branch also requires this workaround.
Testing version 8 and it seems the issue is resolved @wwmm @Digitalone1