No colors in live view with xfce/xubuntu
Closed this issue · 5 comments
AndrewPy commented
On xubuntu 20.04, the colors are not displayed in live view (but are visible in song view). qt5ct is installed.
ahlstromcj commented
Take a look at isuue #78. There, setting the pattern-box sizes to 0 would
disable showing the pattern box at all. I got rid of that mis-feature and
added a Shown check-box and shown option in the 'usr' file. If the Shown box
is not checked (i.e. [user-ui-tweak] progress-box-shown = false), then the
progress boxes are disabled. Maybe I should also disabled the coloring in the
Song view in that case?
…On xubuntu 20.04, the colors are not displayed in live view (but are visible in song view). qt5ct is installed.
AndrewPy commented
Sorry, i have overlooked issue #78.
So i created a bash script for setting the locales to "en_US.UTF-8" before starting qseq66 and the colors are working now. Thank you!
ahlstromcj commented
See the --help for the --locale option.
AndrewPy commented
Thank you, this works now (if the "Shown box" is enabled)!
ahlstromcj commented
Cool. Can you paste the script in here? Bjarne Stroustrup's C++11 book goes
at great lengths about locales and facets, and it should be possible to have
seq66 enforce that locale. (As an option?)
…So i created a bash script for setting the locales to "en_US.UTF-8" before starting qseq66 and the colors are working now. Thank you!