JoseExposito / touche

The desktop application to configure Touchégg
GNU General Public License v3.0
543 stars 26 forks source link

Touche on Arch Linux not detecting Touchegg #66

Closed Arkapravo-Ghosh closed 2 years ago

Arkapravo-Ghosh commented 2 years ago

Touche on Arch Linux not detecting Touchegg

Recently I've installed touche in Arch Linux from AUR and I had touchegg-git installed from AUR. touchegg-git works properly although touche cannot detect touchegg-git. I've tried replacing touchegg-git with touchegg and also tried the flatpak build of touche. None of them detected touchegg in system. I've checked that my PATH is correct too. Please help.

image

image

JoseExposito commented 2 years ago

This error happens when the default configuration file is not present, by default placed at /usr/share/touchegg/touchegg.conf.

Could you check if the file exists, please?

Arkapravo-Ghosh commented 2 years ago

Thanks, it worked after manually creating the file.

timgreen commented 1 year ago

I was installed to /usr/local/, and just making a copy of the default config doesn't work for me.

I have to install again with -DCMAKE_INSTALL_PREFIX=/usr, then everything works fine after.