04.11.2024, 20:29
The installation instructions call for installing to "opt" directory within the user's home directory.
I instead wanted to install to ".opt", so I replaced all instances of "opt" with ".opt" during the installation process.
However The Hybrid application was not able to detect this location for the vapoursynth plugin.
So post-install I went and changed the directory name from ".opt" to "opt", as well as the paths entries in .bashrc and .profile
After doing this, the Hybrid application was then able to detect the vapoursynth plugin and create a vapoursynth dropdown menu under filters tab.
I still want to have the install location be somewhere else other than "opt".
My question is: where else do I need to change the directory name to ".opt" within all the various lines of code?
Here are the only places I currently know to change it.
- The directory name itself
- Paths lines in .bashrc and .profile
- The "SystemPluginDir=" line in vapoursynth.conf located in /home/username/.config/vapoursynth
So far I've tried a step involving the creation of a misc.ini file with suggested lines added to it, but that did not work.
I am wondering, is hidden folder syntax not possible? --> .opt instead of opt
Or... is the installation script generating lines pointing to "opt" directory regardless if the user installed to that path or not?
I instead wanted to install to ".opt", so I replaced all instances of "opt" with ".opt" during the installation process.
However The Hybrid application was not able to detect this location for the vapoursynth plugin.
So post-install I went and changed the directory name from ".opt" to "opt", as well as the paths entries in .bashrc and .profile
After doing this, the Hybrid application was then able to detect the vapoursynth plugin and create a vapoursynth dropdown menu under filters tab.
I still want to have the install location be somewhere else other than "opt".
My question is: where else do I need to change the directory name to ".opt" within all the various lines of code?
Here are the only places I currently know to change it.
- The directory name itself
- Paths lines in .bashrc and .profile
- The "SystemPluginDir=" line in vapoursynth.conf located in /home/username/.config/vapoursynth
So far I've tried a step involving the creation of a misc.ini file with suggested lines added to it, but that did not work.
I am wondering, is hidden folder syntax not possible? --> .opt instead of opt
Or... is the installation script generating lines pointing to "opt" directory regardless if the user installed to that path or not?