[BUG] XDM App Tray Icon Not Appearing in Notifications Tray on Cosmic DE
Description The XDM app tray icon does not appear in the notifications tray when using Cosmic DE. This issue prevents users from launching the XDM window to interact with application. Download pop-up window works as expected.
To Reproduce Steps to reproduce the behavior:
- Login to Cosmic Session
- Launch XDM if not running already
- Try accessing app-tray via Cosmic Panel
Expected behavior XDM app tray should appear in the top panel
Screenshots
System Specifications:
- OS: Pop!_OS 24.04 Cosmic Desktop Environment
- Browser: Brave
- XDM addon Version: NA
- XDM Version: 8.0.29 BETA
I think the developer haven't implement tray icon yet. You can review these issues to find a solution
https://github.com/subhra74/xdm/issues/1237 https://github.com/subhra74/xdm/issues/1214
I installed Tray Icons : Reloeaded extension for Gnome 48 on my CachyOS and edited the xdman desktop file which is running when system restarts (.config/autostart/xdm-app.desktop) and edited the Exec line to this :
Exec=env GTK_USE_PORTAL=1 GDK_BACKEND=x11 "/opt/xdman/xdm-app" --background
and its working 100%.
If it didn't, then edit the original xdm exe file too with same parameters (i did it also).