xapp-project / gnome-online-accounts-gtk

A GTK Frontend for GNOME Online Accounts
GNU General Public License v3.0
15 stars 2 forks source link

No working after selecting the provider #13

Open K4R7IK opened 3 months ago

K4R7IK commented 3 months ago

After opening the app and selecting the provider. The app doesn't seem to respond.

Launching it via the terminal and following the below steps.

  1. Selecting Google from provider window.
  2. Clicking on the sign-in.
  3. Nothing happening.

Logs:

❯ gnome-online-accounts-gtk 
GoaBackend-Message: 00:12:46.109: oauth2_secret_run_task: com.googleusercontent.apps.44438659992-7kgjeitenc16ssihbtdjbgguch7ju55s:/oauth2redirect - 44438659992-7kgjeitenc16ssihbtdjbgguch7ju55s.apps.googleusercontent.com

Arch-Linux - 6.9.3-zen1-1-zen DE: Hyprland Default Browser: Brave

akanashiro commented 1 month ago

I've downloaded brand new Linux Mint 22 and it seems there is an issue in a dconf entry when I try to add a Google or Microsoft account.

GoaBackend-Message: 18:25:40.741: oauth2_secret_run_task: com.googleusercontent.apps.44438659992-7kgjeitenc16ssihbtdjbgguch7ju55s:/oauth2redirect - 44438659992-7kgjeitenc16ssihbtdjbgguch7ju55s.apps.googleusercontent.com

** (gnome-online-accounts-gtk:8965): WARNING **: 18:25:40.766: Problem adding an account: No such secret collection at path: /org/freedesktop/secrets/collection/login

(gnome-online-accounts-gtk:8965): GLib-GIO-CRITICAL **: 18:25:40.769: g_task_return_boolean: assertion '!task->ever_returned' failed
GoaBackend-Message: 18:25:42.584: oauth2_secret_run_task: goa-oauth2://localhost/8ef61e06-9fd5-49af-9b63-6983aede4213 - 8ef61e06-9fd5-49af-9b63-6983aede4213

** (gnome-online-accounts-gtk:8965): WARNING **: 18:25:42.611: Problem adding an account: No such secret collection at path: /org/freedesktop/secrets/collection/login

(gnome-online-accounts-gtk:8965): GLib-GIO-CRITICAL **: 18:25:42.617: g_task_return_boolean: assertion '!task->ever_returned' failed

Update: I somehow found a workaround deleting .config and .local directory. Maybe the problem was with keyrings that couldn't be written in my home directory? Note: I had installed Mint using an existing home directory.

diztorded commented 1 month ago

This worked for me:

env WEBKIT_DISABLE_COMPOSITING_MODE=1 gnome-control-center online-accounts

Or

env WEBKIT_DISABLE_COMPOSITING_MODE=1 cinnamon-settings online-accounts