Open Mik2022 opened 3 years ago
have you tried to download the source and build the deb package yourself?
is what is on the first page for wayland not working for you?
Maybe Hypnotix should force the GDK backend by default: https://github.com/francoism90/pkgs/blob/master/hypnotix-git/force-gdk-backend-x11.patch
@Mik2022
todo:
git clone https://github.com/linuxmint/hypnotix.git
cd hypnotix
# this just in case you are not on buster
sudo nano /etc/apt/sources.list
# add buster-updates and buster (maybe just need one)
sudo apt update
sudo apt install libmpv1 python3-imdbpy debhelper -y
# than
dpkg-buildpackage -us -uc
sudo dpkg -i hypnotix_3.2_all.deb
# remove buster if its not original distro and update again
worked for me
In Arch Linux, there is a Wayland package that opens and runs properly without the terminal. Why Debian is not the same?
By next year, Linux Mint will run Wayland session default. Thanks in advance for considering such package to give Wayland a go in KDE, Gnome &als DE.
Mik2022,