pop-os / launcher

Modular IPC-based desktop launcher service
Mozilla Public License 2.0
228 stars 47 forks source link

Launcher shows blank text for highlighted line #24

Closed rmerren closed 2 years ago

rmerren commented 2 years ago

Since 21.04 upgrade, launcher has shown blank text on the highlighted line. When I open the launcher by hitting the super key, the first item shows up blank, as in this image:

first-item-blank

When I mouse over the second item and it is highlighted, it shows up blank:

second-item-blank

In both cases, only the icon is visible for the highlighted item. I should be able to see the text, even if highlighted.

friday commented 2 years ago

It's light gray on a light gray background, with slightly different nuances. I can actually read it. It says "Joplin". The colors are determined by your system theme colors. You can install a different theme and change it with "Gnome Tweaks" or "Gnome Tweak Tools" (same app but sometimes the name differs).

It's possible that there's something the devs may want to do to prevent this though, especially if this is a default or a common theme. In this case please wait for an official response. It's technically not quite the right repository as this repository is only for the launcher service (not the graphical user interface), but I believe they can move it.

jacobgkau commented 2 years ago

Seems related to https://github.com/pop-os/shell/issues/132 (or a possible duplicate.)

From my understanding, this launcher repo handles search result filtering and sorting, but the shell repo handles displaying the results.