Skip to content

Instantly share code, notes, and snippets.

@worldofpeace
Created October 17, 2018 01:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save worldofpeace/0cfeb8249cac049e1b42c1eec1b93843 to your computer and use it in GitHub Desktop.
Save worldofpeace/0cfeb8249cac049e1b42c1eec1b93843 to your computer and use it in GitHub Desktop.
NixOS: On actual authentication it outputs this:
** (.io.elementary.switchboard-wrapped_:11491): DEBUG: 20:58:14.002: WebDialog.vala:145: Found OAUTH Response :
http://elementaryos.org/?token=*********
** (.io.elementary.switchboard-wrapped_:11491): DEBUG: 20:58:14.458: ../libsignon-glib/signon-identity.c:725:
** (.io.elementary.switchboard-wrapped_:11491): DEBUG: 20:58:14.465: ../libsignon-glib/signon-identity.c:529: identity_new_from_db_cb
** (.io.elementary.switchboard-wrapped_:11491): WARNING **: 20:58:14.466: identity_registered:
GDBus.Error:com.google.code.AccountsSSO.gSingleSignOn.Error.PermissionDenied: Can not read identity
** (.io.elementary.switchboard-wrapped_:11491): DEBUG: 20:58:14.466: ../libsignon-glib/signon-identity.c:770: identity_store_info_ready_cb 770
** (.io.elementary.switchboard-wrapped_:11491): DEBUG: 20:58:14.466: ../libsignon-glib/signon-identity.c:777: IdentityError:
GDBus.Error:com.google.code.AccountsSSO.gSingleSignOn.Error.PermissionDenied: Can not read identity
** (.io.elementary.switchboard-wrapped_:11491): DEBUG: 20:58:14.466: ../libsignon-glib/signon-identity.c:620: identity_session_object_destroyed_cb 620
** (.io.elementary.switchboard-wrapped_:11491): CRITICAL **: 20:58:14.466: Account.vala:103:
GDBus.Error:com.google.code.AccountsSSO.gSingleSignOn.Error.PermissionDenied: Can not read identity
Whereas a success in elementary os looks like:
** (io.elementary.switchboard:1744): DEBUG: 21:39:43.549: WebDialog.vala:145: Found OAUTH Response : http://elementaryos.org/?token=*********
** (io.elementary.switchboard:1744): DEBUG: 21:39:44.228: ../libsignon-glib/signon-identity.c:725:
** (io.elementary.switchboard:1744): DEBUG: 21:39:44.251: ../libsignon-glib/signon-identity.c:529: identity_new_from_db_cb
** (io.elementary.switchboard:1744): DEBUG: 21:39:44.251: ../libsignon-glib/signon-identity.c:360: identity_registered: /com/google/code/AccountsSSO/SingleSignOn/Identity_84cb4e3d2e58bbe520f39e1ffcb559e8ecb5c390_4
** (io.elementary.switchboard:1744): DEBUG: 21:39:44.252: ../libsignon-glib/signon-identity.c:399: identity_registered:
** (io.elementary.switchboard:1744): DEBUG: 21:39:44.252: ../libsignon-glib/signon-identity-info.c:104: signon_identity_info_new_from_variant:
** (io.elementary.switchboard:1744): DEBUG: 21:39:44.252: ../libsignon-glib/signon-identity.c:770: identity_store_info_ready_cb 770
** (io.elementary.switchboard:1744): DEBUG: 21:39:44.402: ../libsignon-glib/signon-identity.c:295: State changed to DATA_UPDATED
** (io.elementary.switchboard:1744): DEBUG: 21:39:44.402: ../libsignon-glib/signon-identity.c:964: 964 identity_process_updated
** (io.elementary.switchboard:1744): DEBUG: 21:39:44.453: ../libsignon-glib/signon-identity.c:583: signon_identity_new_from_db 583: 5
** (io.elementary.switchboard:1744): DEBUG: 21:39:44.466: ../libsignon-glib/signon-identity.c:620: identity_session_object_destroyed_cb 620
** (io.elementary.switchboard:1744): WARNING **: 21:39:44.466: auth_session_set_id_ready_cb returned error: Object disposed
** (io.elementary.switchboard:1744): DEBUG: 21:39:44.467: ../libsignon-glib/signon-identity.c:529: identity_new_from_db_cb
** (io.elementary.switchboard:1744): DEBUG: 21:39:44.467: ../libsignon-glib/signon-identity.c:360: identity_registered: /com/google/code/AccountsSSO/SingleSignOn/Identity_c2ece2550487b2e090a6c852fc14a91e6abab78a_5
** (io.elementary.switchboard:1744): DEBUG: 21:39:44.470: ../libsignon-glib/signon-identity.c:399: identity_registered:
** (io.elementary.switchboard:1744): DEBUG: 21:39:44.470: ../libsignon-glib/signon-identity-info.c:104: signon_identity_info_new_from_variant:
** (io.elementary.switchboard:1744): DEBUG: 21:39:44.470: ../libsignon-glib/signon-identity.c:1296: identity_query_ready_cb 1296
** (io.elementary.switchboard:1744): DEBUG: 21:39:44.470: ../libsignon-glib/signon-identity.c:1336: identity_query_ready_cb 1336
** (io.elementary.switchboard:1744): DEBUG: 21:39:44.470: ../libsignon-glib/signon-identity-info.c:80: signon_identity_info_set_methods
** (io.elementary.switchboard:1744): DEBUG: 21:39:49.251: ../libsignon-glib/signon-identity.c:327: identity_remote_object_destroyed_cb 327
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment