bilelmoussaoui / Hardcode-Tray

Fixes Hardcoded tray icons in Linux
Other
861 stars 63 forks source link

Psensor icon is blurry. #689

Closed nihakuto closed 3 years ago

nihakuto commented 3 years ago

Specifications

Expected behavior and actual behavior

Expected: same size/resolution/scaling icon for psensor as for every other tray icon.

Actual: image

Steps to reproduce the problem

  1. Install psensor. Run and kill process once.
  2. Apply hardcode-tray as root.
  3. Run psensor again.

To illustrate the problem a little better, I tried to replace the .svg icon (that I thought was responsible) with one that works as expected, and I got the exact same problem as before. On the pic below, you can see two steam tray icons - the rightmost one is for actual steam, and the one of the left is the same exact file/code from the steam tray icon put in place of the original psensor_normal.svg

image

PS: I have the libappindicator-gtk2 and libappindicator-gtk3 packages installed, as part of trying to solve this issue.

varlesh commented 3 years ago

psensor use system icons, it's not hardcode-tray problem. Anyway, i can't reproduce this: image Try run psensor with Unity env option: XDG_CURRENT_DESKTOP=Unity psensor or install another libappindicator also check all system tray items (up arrow button), maybe psensor duplicate tray icons: https://archived.forum.manjaro.org/t/psensor-duplicated-tray-icon/147321

evren320 commented 1 year ago

i have exactly same problem, using kde plasma on archlinux with 4k monitor. env XDG_CURRENT_DESKTOP=Unity psensor doesn't fix the issue. i tried to replace /usr/share/icons/hicolor/scalable/apps/psensor_normal.svg with another svg image, new image is also downscaled to 22x22, i also tried to use a png image and rename it as psensor_normal.svg, the png image also shown as downscaled to 22x22.