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
87 stars 12 forks source link

Signal is not recognized on Linux Mint #106

Closed kasch-code closed 1 year ago

kasch-code commented 1 year ago

The Signal messenger is not recognized when installed as described on the Signal homepage: image

It is displayed as "not installed" in Linux Assistant: image

Install status: image

I am not a Dart developer, but I suppose an additional check for "signal-desktop" at the following line would to the trick. Then the deb package would be recognized along with the Flatpak version.

https://github.com/Jean28518/linux-assistant/blob/bedf0878aef20d4e50054345519f0e140a2768a6/lib/layouts/after_installation/communication_software.dart#L19

Nati0ns commented 1 year ago

Yep, your solution works. I opened a pull request with the proposed change.

Best regards!