Gnome 쉘 달력 메뉴에서 "를 클릭하면캘린더 열기"열려고 하는데진화-설치되어 있지 않더라도- 기본 달력을 변경할 수 있나요?
추신Gnome 쉘 달력이 기본 달력 응용프로그램을 따르지 않습니다.
답변1
터미널에 다음을 입력하세요.
썬더버드의 경우:
gsettings set org.gnome.desktop.default-applications.office.calendar exec thunderbird
크롬의 경우
gsettings set org.gnome.desktop.default-applications.office.calendar exec "chromium-browser 'https://www.google.com/calendar'"
답변2
Gnome 3.8에서는 gvfs-mime을 사용하여 달력 MIME 연결을 조작합니다.
검사:
gvfs-mime --query text/calendar
앱을 설정하세요:
gvfs-mime --set text/calendar google-calendar.desktop
반면 google-calendar.desktop은 다음과 같이 만들 수 있습니다.
gnome-desktop-item-edit --create-new ~/.local/share/applications/google-calendar.desktop
그런 다음 Google 캘린더로 브라우저를 여는 명령으로 다음 대화 상자를 채우십시오.
xdg-open https://www.google.com/calendar
그런 다음 gnome-shell을 다시 시작하거나 로그아웃/로그인하여 설정을 다시 로드하십시오.
답변3
오른쪽 상단에서 시스템 설정을 열고 시스템 정보로 이동한 다음 기본 애플리케이션으로 이동하여 변경하세요!
답변4
나는 이것을 다시 게시한다Wonder라는 사용자
[약간 편집됨] Thunderbird는 확장 프로그램으로 조정하지 않는 한 캘린더 애플리케이션이 아닙니다. 그러므로 거기에 있어서는 안 되지만... 정말로 거기에 두고 싶다면 루트로서 다음 두 단계를 수행해야 합니다.
# vi /usr/share/applications/mozilla-thunderbird.desktop
# update-desktop-database -q
데스크톱 파일을 편집할 때 Mimetype 줄을 다음과 같이 추가합니다.텍스트/캘린더;텍스트/x-vcard;
MimeType=message/rfc822;x-scheme-handler/mailto;text/calendar;text/x-vcard;
시도해 보니 앱이 표시되지만 캘린더 메뉴 위젯 동기화가 표시되지 않습니다.