lakinduakash / linux-wifi-hotspot

Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface. It is also able to create a hotspot using the same wifi card which is connected to an AP already ( Similar to Windows 10).
BSD 2-Clause "Simplified" License
3.07k stars 283 forks source link

do not use a hardcoded icon path in wifihotspot.desktop #128

Closed freddii closed 3 years ago

freddii commented 3 years ago

It would be useful to have not a hardcoded icon path in wifihotspot, so it can be easy replaced by another icon-themes.

lakinduakash commented 3 years ago

Yes. I aware about that. I need to make that icon compatible with more desktop environments. I only verified it with gnome. The logo should move to correct folders, then it can be used icon name instead of path. If you can add a PR for this issue.

freddii commented 3 years ago

Sorry, i don't know how to change that.

yochananmarqos commented 3 years ago

I do. #130

lakinduakash commented 3 years ago

Thanks @yochananmarqos