[Bug 1213615] New: SuperCollider does not see supercollider-sc3-plugins when installed
https://bugzilla.suse.com/show_bug.cgi?id=1213615 Bug ID: 1213615 Summary: SuperCollider does not see supercollider-sc3-plugins when installed Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Other Assignee: screening-team-bugs@suse.de Reporter: arinlares@gmail.com QA Contact: qa-bugs@suse.de Target Milestone: --- Found By: --- Blocker: --- I have just installed the supercollider and supercollider-sc3-plugins packages. I installed SuperDirt, a quark that depends on supercollider-sc3-plugins, which could not find parts of this extension. I ran rpm -ql supercollider-sc3-plugins and found they were installed to /usr/share/SuperCollider/SC3plugins/ They should have been installed to /usr/share/SuperCollider/Extensions/SC3Plugins to be found by SuperCollider. I resolved this with a symlink after checking SuperCollider's documentation: sudo ln -s /usr/share/SuperCollider/SC3plugins /usr/share/SuperCollider/Extensions/SC3Plugins This allowed SuperCollider to see the plugins, everything worked as expected afterward. Here's the relevant part of the documentation that mentions where the plugins should be installed: https://doc.sccode.org/Guides/UsingExtensions.html -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1213615 https://bugzilla.suse.com/show_bug.cgi?id=1213615#c2 --- Comment #2 from Arin Lares <arinlares@gmail.com> --- Apologies, I had been meaning to actually set up a test build myself to try this, but haven't had the time to sort it out. I believe if you just removed the "-DQUARKS=ON" flag it should work. I cross-referenced Debian and Arch's packages, since they're two I can point to with the files in the "right" spot, and they seem to omit -DQUARKS=ON in their builds, and I don't think I've ever used it building from source. SuperCollider pulls quarks from Github, yes, but they usually go in the ~/.local/share/SuperCollider/Extensions/ExtensionName directory. Looking at the .spec file I also believe further changes will need to be made to refer to the proper directory, since this should change the location the plugins install to. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com