26.02.2025, 10:47
Pages: 1 2
26.02.2025, 16:14
How to install these scripts?
26.02.2025, 17:10
Looking at the script you posted before, Hybrid atm. assumes your script folder is '/usr/lib/python3.12/site-packages/'.
So you should either copy those scripts into that folder, or point Hybrid into the location of wherever you copied the scripts to, by setting 'vsScriptPath' in a misc.ini
'misc.ini' should be located under:
Cu Selur
Code:
# Import scripts folder
scriptPath = '/usr/lib/python3.12/site-packages/'
sys.path.insert(0, os.path.abspath(scriptPath))
Code:
[General]
vsScriptPath="PATH TO YOUR vsSCRIPTSFOLDER"
- ~/.hybrid/misc.ini
- ~/config/hybrid/misc.ini
Cu Selur
01.03.2025, 17:19
Everything is now working. What I did:
1. Installed the scripts at a subfolder in ~/.hybrid (because the AUR package creates It).
2. Did a PKGBUILD package for installing vsViewer (and installed successfully)
Then vsViewer told me the rest. Mainly the resize2 plugin not installed in my system.
The PKGBUILD for making an AUR package is here, If It's useful for you: [attachment=3018]
At the moment, It's encoding. I'll get back If I found any other bugs.
Thanks, Selur! :D
Inky
1. Installed the scripts at a subfolder in ~/.hybrid (because the AUR package creates It).
2. Did a PKGBUILD package for installing vsViewer (and installed successfully)
Then vsViewer told me the rest. Mainly the resize2 plugin not installed in my system.
The PKGBUILD for making an AUR package is here, If It's useful for you: [attachment=3018]
At the moment, It's encoding. I'll get back If I found any other bugs.
Thanks, Selur! :D
Inky
01.03.2025, 17:33
Nice. Happy that worked out.
Cu Selur
Cu Selur
Pages: 1 2