Raul Dipeas
Raul Dipeas
Same here, deb package. ``` (electron) The default value of app.allowRendererProcessReuse is deprecated, it is currently "false". It will change to be "true" in Electron 9. For more information please...
No icon is showing on system tray, i'm using _systray_ on XFCE. https://docs.xfce.org/xfce/xfce4-panel/systray
Latest version is working well with XFCE systray, but i had to manually change color of the icon. 
Same issue here, with the position of the window.
Any news on this issue? It's not possible to fix the `.ico` using `ffmpeg`?
My temporary fix, maybe help someone... ``` npx asar e\ /opt/Element/resources/webapp.asar\ element-asar rsvg-convert -f png\ /usr/share/icons/Papirus/24x24/panel/element-desktop-tray.svg\ -o element-asar/vector-icons/favicon.*.ico npx asar p\ element-asar\ webapp.asar sudo cp -rf\ webapp.asar\ /opt/Element/resources/ sudo rsvg-convert...
> 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 As you can see on...
Go ahed with a temporary fix... ```bash sudo add-apt-repository ppa:papirus/hardcode-tray sed -i 's/jammy/focal/g' /etc/apt/sources.list.d/*hardcode-tray* #temp-fix pkcon refresh pkcon install hardcode-tray ```