Alexey Varfolomeev

Results 247 comments of Alexey Varfolomeev

It's old bug. Aplication initially use PNG but after loading - used ICO: https://github.com/bilelmoussaoui/Hardcode-Tray/issues/527 hardcode-tray not support ICO, but i think it's can be fixed manually. Try it: ``` cd...

yes, on [sources](https://github.com/vector-im/element-desktop/blob/develop/src/tray.js) used favicon code... i think used **favicon.ico** for tray from webpack.asar anyway we can't fix that, because hardcode-tray not support ICO

on Archlinux it's `/usr/lib/element`

On my PPA package for 16.04 from PPA sni-qt-eplus. I'm build package for 16.10 only. Also original sni-qt version semilar on Ubuntu 16.04, 16.10 and 17.04: http://packages.ubuntu.com/search?keywords=sni-qt&searchon=names&suite=all&section=all

it's strange, because tray icon not changed on [sources](https://github.com/gorilla-devs/GDLauncher/blob/master/public/electron.js#L217-L223): ``` const RESOURCE_DIR = isDev ? __dirname : path.join(__dirname, '../build'); const iconPath = path.join(RESOURCE_DIR, 'logo_32x32.png'); const nimage = nativeImage.createFromPath(iconPath); tray =...

On database right path `/usr/share/pixmaps/steam_tray_mono.png`. Also, as i know Steam not hardcoded and use tray icon from current icon theme (if available). For example, KDE Neon: ![image](https://user-images.githubusercontent.com/8083855/178653353-fc3493d6-4094-450a-97ed-dcb0bde3c5b9.png)

Hm it's strange why icon not replaced. I'm now test and this worked fine: ![image](https://user-images.githubusercontent.com/8083855/178655461-ded210dc-3bc2-44ac-9aa7-711533c6a4ca.png)

color #dfdfdf and size 22px

Hm, i'm tested Steam with Oxygen icon theme and see your bug. Icon changed on pixmap folder but not used from this folder. Maybe tray icon located to another directory?...

I think I found where this icon is used from `~/.local/share/Steam/public/steam_tray_mono.png`