Unable to -optin OCIO Package on Linux –> Installed but Not Loading by Default
#1161
sivaramsai
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
I’m trying to configure the OpenColorIO Basic Color Management package to load by default when launching OpenRV.
Windows – Working as Expected
On Windows, the following steps work correctly:
List packages:
C:\OpenRV_2.1.0\bin\rvpkg -list
Install package:
rvpkg -install "OpenColorIO Basic Color Management"
Enable (opt-in) package:
rvpkg -optin "OpenColorIO Basic Color Management"
After this, the package loads correctly on RV launch.
Linux – Install Works, -optin Does Not
On Linux, I used the equivalent commands:
List packages:
/usr/OpenRVRelease/latest/app/bin/rvpkg -list
Install package:
/usr/OpenRVRelease/latest/app/bin/rvpkg -install /usr/OpenRVRelease/latest/app/plugins/Packages/ocio_source_setup-2.5.rvpkg
Installation completes successfully.
Attempt to enable (opt-in):
/usr/OpenRVRelease/latest/app/bin/rvpkg -optin /usr/OpenRVRelease/latest/app/plugins/Packages/ocio_source_setup-2.5.rvpkg
However, the -optin step does not enable the package. It remains installed but not loaded by default when launching RV.
Question: -
My goal is to ensure the OCIO package is automatically enabled before launching RV (without manual intervention).
Any guidance on the correct workflow for Linux would be greatly appreciated.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions