Jean28518 / linux-assistant

A daily linux helper with powerful integrated search, routines checks and administrative tasks. The Project is built with flutter and python.
https://www.linux-assistant.org
GNU General Public License v3.0
91 stars 12 forks source link

Fix missing app icon in Xfce #147

Closed Nati0ns closed 1 year ago

Nati0ns commented 1 year ago

The reason the icon is not shown in Xfce is, that the binary and the icon names are different as described in this post.

I decided to rename the binary instead of the images, because the package name is 'linux-assistant' and I'd like to keep that name consistent between the application files. I renamed the .desktop file as well for good measure. Tested on Xfce 4.18 with build and installation of RPM package. DEB should work too, but is not tested.

Fixes #132

PS: the build error will be resolved by commit ea39ebafa5d37bfbf3a9fd8ba89282d431816c17 in PR #146