Two GTK app/packages for review

  • speedtest - A graphical librespeed client written using gtk4 + libadwaita (Python/GTK4)
  • jstest-gtk - Simple joystick tester based on Gtk+ (C++/GTK3)

Complexity: low.

Both packages are approved.

there is an issue I didn’t detect, the permissions are wrong:

speedtest.noarch: E: non-standard-executable-perm /usr/bin/speedtest 555

because the meson.build states:

install_mode: ‘r-xr-xr-x’

You need to fix this permission to 0755.

@eclipseo Thank you!

Both packages ready for consume (and testing for sure):

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.