You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In last v0.9.28 was added airplane-mode indicator script. It have minor issue which RPM linter consider as ERROR.
*** ERROR: ambiguous python shebang in /usr/lib/python3.12/site-packages/nwg_panel/executors/airplane_mode.py: #!/usr/bin/python. Change it to python3 (or python2) explicitly.
Expected behavior
Satisfied linter.
Desktop (please complete the following information):
Linux distribution: Fedora
Panel version 0.9.28
Additional context
Some minor warnings also could be fixed/improved:
mangling shebang in /usr/lib/python3.12/site-packages/nwg_panel/executors/au.sh from /usr/bin/env bash to #!/usr/bin/bash
mangling shebang in /usr/lib/python3.12/site-packages/nwg_panel/executors/check-notifications from /bin/bash to #!/usr/bin/bash
mangling shebang in /usr/lib/python3.12/site-packages/nwg_panel/executors/github.sh from /bin/bash to #!/usr/bin/bash
*** WARNING: ./usr/share/applications/nwg-panel-config.desktop is executable but has no shebang, removing executable bit
The text was updated successfully, but these errors were encountered:
Describe the bug
In last
v0.9.28
was added airplane-mode indicator script. It have minor issue which RPM linter consider as ERROR.Expected behavior
Satisfied linter.
Desktop (please complete the following information):
0.9.28
Additional context
Some minor warnings also could be fixed/improved:
The text was updated successfully, but these errors were encountered: