History Of Ticket ba1222fcee29131a
Artifacts Associated With Ticket ba1222fcee29131a
Ticket change [c8d71c67a5] (rid 4539) by oxoocoffee on 2020-12-03 17:26:15:
- foundin initialized to: "2.2.1"
- icomment:
I just installed latest version 2.2.1 on Ubuntu Mate 20.04. I have dark mode enabled and right away I noticed issue after starting streamtuner2. If I select any radio station on left pane, right pane there is a column (2nd) names Station Title. This column has white background and very light gray text. It makes it very hard to read. How do you attach screen shot? Is there a work around this UI issue.
- login: "oxoocoffee"
- mimetype: "text/x-markdown"
- private_contact initialized to: "e865ca3e662a66e475a7320f3e0a45bb9e1a0634"
- severity initialized to: "Severe"
- status initialized to: "Open"
- title initialized to: "UI colors bug on Ubuntu Mate 20.04 Dark"
- type initialized to: "Code_Defect"
Add attachment "Streamtuner2-UI.png" [c164a223f4] (rid 4541) by oxoocoffee on 2020-12-03 17:28:11.
Ticket change [b824cf88a1] (rid 4542) by mario on 2020-12-08 07:09:01:
- icomment:
That's an artifact from the search function. The only way to adapt it right now would be changing uikit.py line 175: row.setdefault("search_col", "#ffffff") Unfortunately there's no fallback onto the default theme. In previous attempts it wasn't possible to use "transparent". Though we could have a config option for this. (More work than editing the file directly.)
- login: "mario"
- mimetype: "text/x-markdown"
- priority changed to: "Immediate"
- resolution changed to: "Open"
- severity changed to: "Cosmetic"
- status changed to: "Verified"
- icomment:
Ticket change [cc8107cd39] (rid 4543) by mario on 2020-12-08 07:14:38:
- icomment:
One some Gtk versions you an just set it to an empty string. That would only yield an occassional **GtkWarning: Don't know color ''**. It might be more bugprone for Gtk3 setups however.
- login: "mario"
- mimetype: "text/x-markdown"
- icomment: