Ketok4321 / speedtest

A graphical librespeed client written using gtk4 + libadwaita
GNU General Public License v3.0
28 stars 13 forks source link

fix: Add executable bit to speedtest #8

Closed tim77 closed 10 months ago

tim77 commented 10 months ago

This allow app to run as non-root user. In current state packaged RPM and app not launch at all and requires root privileges.

tim77 commented 10 months ago

Tested now and this is must to make app work properly. Working/testing example here.

Ketok4321 commented 10 months ago

Thank you so much for contributing! I really appreciate your effort, i wasn't even expecting that anyone would try to package my app.

I've also noticed that if speedtest-cli is installed (which also provides a python module named speedtest), the app for some reason imports that module instead of the one it's supposed to, so i guess that's another thing that will need to be fixed.