Hello,
How do I install Hypnotix on Zorin OS Core 15.3? I have already used those commands on Terminal:
wget https://github.com/linuxmint/hypnotix/releases/download/1.1/hypnotix_1.1_all.deb -O hypnotix.deb
sudo dpkg -i hypnotix.deb
sudo apt-get install -f
But it doesn't work by clicking on the icon, on the other hand, on Terminal the following message is displayed:
Traceback (most recent call last):
File "/usr/lib/hypnotix/hypnotix.py", line 24, in
import mpv
File "/usr/lib/hypnotix/mpv.py", line 567, in
_handle_func('mpv_render_context_create', [MpvRenderCtxHandle, MpvHandle, POINTER(MpvRenderParam)], c_int, ec_errcheck, ctx=None)
File "/usr/lib/hypnotix/mpv.py", line 478, in _handle_func
func = getattr(backend, name)
File "/usr/lib/python3.6/ctypes/init.py", line 361, in getattr
func = self.getitem(name)
File "/usr/lib/python3.6/ctypes/init.py", line 366, in getitem
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: /usr/lib/x86_64-linux-gnu/libmpv.so.1: undefined symbol: mpv_render_context_create
GitHub (https://github.com/linuxmint/hypnotix) lists the following requirements:
- libxapp 1.4+
- libmpv
- python3-imdbpy (for Older Mint and Debian releases get it from https://packages.ubuntu.com/focal/all/python3-imdbpy/download)
But I don't know where to find them.
Best regards,
jonatas.rocha

