Bug 379831 - Could not find a suitable SoundController plugin
Summary: Could not find a suitable SoundController plugin
Status: RESOLVED FIXED
Alias: None
Product: minuet
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Sandro Andrade
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-14 20:45 UTC by SP
Modified: 2022-02-25 17:39 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SP 2017-05-14 20:45:53 UTC
I have built and installed Minuet from github source. (I presume it is version 0.2 though this is not reported from the command line.)  The program installs flawlessy as it reports that I have all the requirements.  The program does not start if it is run from the GUI.  If I run it from a terminal it reports, "Could not find a suitable SoundController plugin!"  I see that the following are installed:
/usr/include/minuet/interfaces/isoundcontroller.h
/usr/lib64/plugins/minuet/minuetfluidsynthsoundcontroller.so

My environment:
KDE Plasma 5.9.5
KDE Frameworks 5.33.0
Qt 5.7.1
Kernel: 4.10.14-200.fc25.x86_64

Any advice or help appreciated
Comment 1 SP 2017-05-18 16:18:05 UTC
Ran strace and discovered that the program was expecting the minuet plugin folder to be in /usr/lib64/qt5/plugins/minuet whereas the build had installed it in /usr/lib64/plugins/minuet.  Made a symlink and now the program works.
Comment 2 Christoph Feck 2017-05-27 01:03:51 UTC
If the files are not installed in the correct locations, the cmake scripts need to be fixed.