[Share Experiences] Hypnotix V20.4
Tofloor
poster avatar
mazafaka
deepin
2022-02-15 18:43
Author

User Feedback

Please add the Hypnotix application in the repository! I redake everything works on any distribution and on Debian 11 well! In addition to Deepin, it does not want to start

Reply Favorite View the author
All Replies
云的眼泪
deepin
2022-02-15 18:50
#1

deepin:Debian 10

Reply View the author
羡慕朝西的生活
deepin
2022-02-15 19:25
#2

https://github.com/linuxmint/hypnotix/issues/38

Buster's xapp package is too old (1.2) - you need 1.4 at least.

edit:
You can attempt to build it:

git clone https://github.com/linuxmint/xapp.git
cd xapp
git checkout 1.4.9
sudo mk-build-deps -ir
dpkg-buildpackage
cd ..

Check which packages are installed:

dpkg --list | grep xapp

And then install only the .debs that match what's already installed:

dpkg -i 
Reply View the author