Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install Touchpad-Indicator with apt in debian #71

Open
freddii opened this issue Dec 3, 2020 · 6 comments
Open

install Touchpad-Indicator with apt in debian #71

freddii opened this issue Dec 3, 2020 · 6 comments

Comments

@freddii
Copy link

freddii commented Dec 3, 2020

Are there any plans to add Touchpad-Indicator to debians repository so it can be easy installed with: sudo apt install touchpad-indicator

@XeroHero
Copy link

As far as I can see, it doesn't even install on Ubuntu 20.10 Groovy Gorilla, and apparently similar issue on Focal Fossa...
Repo appears to be abandoned since a while...

@freddii
Copy link
Author

freddii commented Dec 20, 2020

on debian testing bullseye it is working for me.

I installed it from source with:

 git clone https://github.com/atareao/Touchpad-Indicator
 cd Touchpad-Indicator
 rm ./debian/source/format
 dpkg-buildpackage -us -uc
 cd ..
 sudo dpkg -i touchpad-indicator_*_all.deb
 sudo apt-get install -f -y

@patrickwalton
Copy link

apt install works for me on ubuntu 20.04 LTS

@freddii
Copy link
Author

freddii commented Mar 30, 2021

maybe you added the ppa first.

@XeroHero
Copy link

Ha yes. That's what happened! I added the PPA repository. Will remove tonight and try again 😄

@camlafit
Copy link

camlafit commented Nov 11, 2021

Hello

Doesn't work on bullseye from compiled version.
I get an error about gir1.2-appindicator3-0.1 dependency

Note : also used dpkg-buildpackage -us -uc to ignore signature step

When I force dependency package with gir1.2-ayatanaappindicator3-0.1 I can install but get error on execution : Namespace AppIndicator3 not available

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants