gnome-shell-google-calendar でオンライン アカウントが認識されない

gnome-shell-google-calendar でオンライン アカウントが認識されない

みなさんこんにちは。私はUbuntu 13.04を使用していますがgnome-shell-google-calendarこれガイド。

オンライン アカウントが認識されないこと以外は動作します (設定されているにもかかわらず)。

Please choose the Account: None
You have entered an invalid account number. Please enter an integer.
Logging in as 'None'...
Error logging in as 'None'
'None' may not be a GNOME online account. A list of existing accounts is below.
If you do not see a list of accounts, then you first need to add one.
For more information, see http://library.gnome.org/users/gnome-help/stable/accounts.html
Please choose the Account:

その理由は何ですか?

答え1

私も同じ問題を抱えていますが、これは Ubuntu 13.04 に関連するバグだと思います。オンライン アカウントを使用する他のアプリも動作しなくなりました。

スクリプトを手動で起動すると、次のスタックトレースがスローされます。

Logging in as '[email protected]'...
Error logging in as '[email protected]'
'[email protected]' may not be a GNOME online account. A list of existing accounts is below.
If you do not see a list of accounts, then you first need to add one.
For more information, see http://library.gnome.org/users/gnome-help/stable/accounts.html
Traceback (most recent call last):
File "./gnome-shell-google-calendar.py", line 477, in <module>
account = oauth.oauth_prompt()
File "/home/tnaessens/gnome-shell-google-calendar/oauth.py", line 13, in oauth_prompt
'/org/gnome/OnlineAccounts')
File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 241, in get_object
follow_name_owner_changes=follow_name_owner_changes)
File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 248, in __init__
self._named_service = conn.activate_name_owner(bus_name)
File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 180, in activate_name_owner
self.start_service_by_name(bus_name)
File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 278, in start_service_by_name
'su', (bus_name, flags)))
File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.OnlineAccounts was not provided by any .service files

dbus-1/services ディレクトリを調べてみたところ、org.gnome.OnlineAccounts が見つかりませんでした。

解決:.py ファイルをダウンロードして再起動することでこの問題を修正しましたgnome-online-accounts。アカ​​ウントの入力を求められ、入力するとすぐに同期が開始されました。

答え2

はい、同じ問題を抱えている人のために解決策を見つけました:

ターミナルで実行:

env XDG_CURRENT_DESKTOP=GNOME gnome-control-center

次に、2 つのオンライン アカウント設定があります。

2番目のアカウント(プラグのように見えるもの)にGoogleオンラインアカウントを追加すると、スクリプトはGoogleアカウントを認識します。

関連情報