====== Google Calendar Indicator ====== * [[https://launchpad.net/calendar-indicator|Calendar-Indicator in Launchpad]] ===== 설치 ===== sudo add-apt-repository ppa:atareao/atareao sudo apt-get update sudo apt-get install calendar-indicator ===== Auto Start ===== 기본 자동 시작시에는 실제로 자동시작이 안된다. [[https://bugs.launchpad.net/calendar-indicator/+bug/1348080|Bug #1348080 “calendar indicator crashes on startup” : Bugs : Calendar-Indicator]] 때문. ''~/.local/bin/load-calendar-indicator.sh''를 만들고 자동시작으로 등록해주면 된다. #!/bin/sh sleep 10 /opt/extras.ubuntu.com/calendar-indicator/bin/calendar-indicator