pure-maps icon indicating copy to clipboard operation
pure-maps copied to clipboard

Search field entered text illegible due to dark background

Open CaptainMorgan12 opened this issue 6 months ago • 1 comments
trafficstars

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:

  1. launch puremaps
  2. select map
  3. select search button (bookmark search is similarly affected)
  4. 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.

Image

Other UI settings text fields appear correctly e.g. car dropdown selection:

Image

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 ""

CaptainMorgan12 avatar May 09 '25 12:05 CaptainMorgan12

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

rinigus avatar May 25 '25 09:05 rinigus

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

bellegarde-c avatar Aug 05 '25 15:08 bellegarde-c

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

the user override works, thank you for providing the tip!

Image

CaptainMorgan12 avatar Aug 23 '25 15:08 CaptainMorgan12