pure-maps
pure-maps copied to clipboard
Search field entered text illegible due to dark background
Environment: furios trixie 13.1.0, system appearance dark or light, puremaps 3.4.0 flatpak install, org.kde.Platform/aarch64/5.15-23.08, QGnomePlatform-decoration 5.15, org.kde.Platform/aarch64/6.8, mobile phone, system font cantarell 12, gtk3/4 theme adwaita or adw-gtk3, font hinting medium/none, font antialiasing rgba or greyscale or none.
Steps to repeat:
- launch puremaps
- select map
- select search button (bookmark search is similarly affected)
- enter Vancouver in search with phosh OSK
Observe it searches for Vancouver but user cannot see text entered. This is an issue when entering more complex addresses where you would want to delete certain characters or move the cursor to a specific location in the string to insert or edit.
Other UI settings text fields appear correctly e.g. car dropdown selection:
Not sure that is related but in the terminal when running puremaps it shows:
$ flatpak run io.github.rinigus.PureMaps
qt.qpa.qgnomeplatform: Could not find color scheme ""
that does look unfortunate. I don't have time for working on this as I am mostly occupied by some other project. so, someone would have to dig in into it. it could be related to the absence of color scheme, but I am not sure
Using this as a workaround:
flatpak --user override --env=QT_QPA_PLATFORMTHEME=kde
or for system install:
sudo flatpak override --env=QT_QPA_PLATFORMTHEME=kde
Using this as a workaround:
flatpak --user override --env=QT_QPA_PLATFORMTHEME=kdeor for system install:
sudo flatpak override --env=QT_QPA_PLATFORMTHEME=kde
the user override works, thank you for providing the tip!