vinceliuice / Tela-circle-icon-theme

Tela-circle-icon-theme
689 stars 44 forks source link

[Icon Request] xtreme download manager (XDM) #106

Closed Skolap closed 1 year ago

Skolap commented 1 year ago

https://github.com/subhra74/xdm https://xtremedownloadmanager.com/

vinceliuice commented 1 year ago

Xdm do not use icon theme, you need to edit the start desktop file

Skolap commented 1 year ago

Xdm do not use icon theme, you need to edit the start desktop file

Is it's icon included in icon pack?

vinceliuice commented 1 year ago
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Terminal=false
Exec="/opt/xdman/xdman"
Name=Xtreme Download Manager
Comment=Powerfull download accelarator and video downloader
Categories=Network;
Icon=/opt/xdman/icon.png

xdman use it's own icon in /opt/xdman

vinceliuice commented 1 year ago

You need to chang: Icon=/opt/xdman/icon.png to: Icon=xdman

Skolap commented 1 year ago

OK, It worked. Thanks.