우분투 로지텍 마우스 unifying 설정
logitech MX Vertical을 사용하려 하였는데 연결이 안돼 당황스러웠다.
환경 : Ubuntu 18.04.x
문제 정리
Solaar 설치 후 실행이 안됨.
터미널에서 Solaar 실행 시도.
Solaar: missing required system package python3-gi or python3-gobject
이런 오류 발생.
sudo apt-get install -y python3-gobject 명령어 입력.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package python3-gobject is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'python3-gobject' has no installation candidate
없다고 함... ?! 여기서 부터 문제 봉착.
해결 방법
꽤 오랬동안 헤매다가 해결하였습니다.
sudo add-apt-repository ppa:solaar-unifying/ppa
sudo apt-get update
sudo apt install solaar
sudo solaar
이렇게 입력하니 되네요.
참고 git issue : https://github.com/pwr-Solaar/Solaar/issues/872