One or more of the script files was/were not found
- Dominant language
- Python
- Stars
- 200
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
I created two simple scripts and added them as a script file link in UI like this:
Sunrise: "file:///home/*****/.local/share/applications/shadowfox-off.sh"
- script content:
#!/bin/sh
shadowfox-updater -uninstall
Sunset: "file:///home/****/.local/share/applications/shadowfox-on.sh"
- script content:
#!/bin/sh
shadowfox-updater -set-dark-theme
When I execute automathemely, scripts dont execute and I get warrning:
Here is output from terminal:
[***@Linux ~]$ automathemely
INFO: Switching to light themes...
kf5.kpackage: No metadata file in the package, expected it at: "/home/***/.local/share/plasma/look-and-feel/contents/"
ERROR: Script file 1 not found
WARNING: One or more of the script files was/were not found
[****@Linux ~]$
\
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the issue with the two file:/// script links and the automathemely command described in the report. Trace how script file links are resolved and why the first link is reported as missing. Done means valid linked scripts execute during theme switching without the missing-script warning.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100