Describe the bug
A clear and concise description of what the bug is.
None of the shell scripts work
To Reproduce
Steps to reproduce the behavior:
Go to 'Dolphin Right Click Mouse Menu > Actions '
Click on 'Run In Konsole'
Scroll down to 'Last Konsole Issue'
See error
Expected behavior
A clear and concise description of what you expected to happen.
Wasn't sure what to expect because it's my first time trying Prism and I was too tired to look at videos or spend hours reading the docs especially since they aren't available as an offline pdf download
Screenshots
If applicable, add screenshots to help explain your problem.
I wasn't expecting a form so I didn't keep the Konsole window open when the scripts weren't working
Desktop (please complete the following information):
OS: [e.g. Windows] Manjaro
Version [e.g. 1.1.0] 20.0.3 Lisa
Additional context
Add any other context about the problem here.
Manually changing python to python2 in the shell scripts fixed the issue, but I also had to copy the AUR version of PySide for python2 since the pre-bundled library has some qtcore undefined symbol error...might not need to do the qtcore thing in other linux distros...having some clever bash code that uses a python variable that's set to either python or python2 (and detects however version 2 is installed) would probably be a cleaner fix, or switch to python3 and fix the "print" lines (and anything else past where the script failed to run so I never saw it)...
Describe the bug A clear and concise description of what the bug is.
None of the shell scripts work
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen. Wasn't sure what to expect because it's my first time trying Prism and I was too tired to look at videos or spend hours reading the docs especially since they aren't available as an offline pdf download Screenshots If applicable, add screenshots to help explain your problem. I wasn't expecting a form so I didn't keep the Konsole window open when the scripts weren't working Desktop (please complete the following information):
Additional context Add any other context about the problem here. Manually changing python to python2 in the shell scripts fixed the issue, but I also had to copy the AUR version of PySide for python2 since the pre-bundled library has some qtcore undefined symbol error...might not need to do the qtcore thing in other linux distros...having some clever bash code that uses a python variable that's set to either python or python2 (and detects however version 2 is installed) would probably be a cleaner fix, or switch to python3 and fix the "print" lines (and anything else past where the script failed to run so I never saw it)...