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
'이모저모' 카테고리의 다른 글
삼성휴먼테크 후기 (5) | 2023.02.05 |
---|---|
[우분투] Ubuntu 인터넷 안됨 현상. (0) | 2021.08.26 |
우분투 18.04 듀얼 모니터 안될 때 (0) | 2021.06.28 |
Adsense / Adfit (애드센스/ 애드핏) 추가 (1) | 2021.05.20 |
하스펀컵-구르는돼지 (1) | 2021.04.20 |