dannagle / PacketSender

Network utility for sending / receiving TCP, UDP, SSL, HTTP
https://packetsender.com
GNU General Public License v2.0
2.35k stars 367 forks source link

Fix icon path in .desktop file #298

Closed eribertomota closed 1 year ago

eribertomota commented 1 year ago

All systems must be able to find an icon recursively inside /usr/share/icons/ when a app name is declared.

E.g., Debian will use /usr/share/icons/hicolor/128x128/apps/ for packetsender.png and /usr/share/icons/hicolor/scalable/apps/ for src/packetsender.svg.

Before submitting a pull request:

dannagle commented 1 year ago

This file is used in other places, but I'm going to go ahead and accept PR. I was thinking of making separate areas for those other builds anyway because this problem keeps happening.

dannagle commented 1 year ago

Thanks for the fix!