| Summary: | Unknown error code 100 execvp: Exec format error | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Optional <Scribesake4> |
| Component: | general | Assignee: | KIO Bugs <kio-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | jodr666, kdelibs-bugs-null, nicolas.fella, xnagytibor |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Optional
2021-10-21 11:26:21 UTC
This is quite posibly a python or permission issue than plasma. Check both are correct. Do you have the correct shebang at the beginning of your Python source file? This line without any preceding newlines or whitespace: #!/usr/bin/env python3 Also make sure if you're using UTF-8, save your file without byte-order marks (BOM). Your shebang is missing/broken. Not a Plasma issue See also https://bugs.kde.org/show_bug.cgi?id=446273 |