Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot get past sign in: "User interaction failed." #759

Closed
thelabcat opened this issue Sep 2, 2022 · 22 comments
Closed

Cannot get past sign in: "User interaction failed." #759

thelabcat opened this issue Sep 2, 2022 · 22 comments
Labels
dbus Bug reports related to dbus setup

Comments

@thelabcat
Copy link

The problem

I attempted to sign in, and then the app asked me for my name and email, but upon clicking finish it says "Error: User interaction failed", and even though the UI moves on, any further attempts to use any feature result in this error message.

Release version

3.0.5-linux1 (x64)

Operating system

KDE Neon 5.25 (x64)

Steps to reproduce the behavior

No response

Log files

No response

Screenshots

No response

Additional context

No response

@thelabcat
Copy link
Author

Strike that, I was able to add an existing repository from my hard drive. I just can't sign in to clone anything.

@SirKiren
Copy link

SirKiren commented Sep 7, 2022

I have also been having this issue using the flatpak. Just updated today but the issue persists.

@pastthepixels
Copy link

Just want to add I've been using the latest Flatpak on both a GNOME system (Fedora Silverblue) and KDE system (Fedora Kinoite). Oddly enough, I get the error only with KDE. What's even more confusing is when I used to use Arch Linux with KDE I never got this issue installing GitHub Desktop from the AUR. #753 also seems to suggest it's only a problem with the Flatpak on KDE Plasma.

@SirKiren
Copy link

SirKiren commented Sep 11, 2022 via email

@Croydon
Copy link

Croydon commented Sep 30, 2022

I was able to successfully authenticate on Fedora KDE with the Flatoak version in the past, but I can't anymore

@PrimedPixel
Copy link

I managed to get mine working after uninstalling the Flatpak, installing via DNF, then installing the GPG certificate, as it says to do so on the install.

$ sudo rpm --import https://mirror.mwt.me/ghd/gpgkey

$ sudo dnf install github-desktop

I don't know which of these actually resolved the problem, or if I'm just on a slightly older version that works, but this seems to be a solution.

I'm on Fedora, KDE, but I'm not sure if that makes a difference, just make sure the GPG certificate is installed the right way

@shiftkey
Copy link
Owner

"Error: User interaction failed"

There's more details in the logs about why this error is occurring, but the core of the problem is that libsecret - the API that we use to read and store credentials - doesn't receive a reply over dbus when GitHub Desktop tries to store the credentials it receives after completing the signin flow.

@shiftkey
Copy link
Owner

Tagging this as "more information needed" because I can only guess what's happening without more details, which the logs do contain...

@thelabcat
Copy link
Author

How can I get logs from the program?

@shiftkey
Copy link
Owner

@thelabcat the files should be located at ~/.config/GitHub Desktop/ and organized by date

@thelabcat
Copy link
Author

Ok. Will check...

@yerodinquarzen
Copy link

Founr in ~/.var/app/io.github.shiftey.Desktop/config/GitHub Desktop/logs (Flatpak-Version)

2022-10-27T22:11:22.457Z - info: [ui] [SignInStore] initializing OAuth flow
2022-10-27T22:11:22.480Z - info: [main] opening in browser: https://github.com/login/oauth/authorize?client_id=3...herewasanID...9&scope=repo%20user%20workflow&state=cef...herewasanotherID...e59
2022-10-27T22:11:23.645Z - info: [main] Received possible protocol arguments: 4
2022-10-27T22:11:23.646Z - info: [main] Processing protocol url
2022-10-27T22:11:23.647Z - info: [ui] [Dispatcher] requesting authenticated user
2022-10-27T22:11:24.459Z - info: [ui] [SignInStore] account resolved
2022-10-27T22:11:24.461Z - info: [ui] [AppStore] adding account herewasmyusername (herewasmyusername) to store
2022-10-27T22:11:24.470Z - error: [ui] Error adding account 'herewasmyusername'
Error: user interaction failed

@hoggatt
Copy link

hoggatt commented Dec 31, 2022

Here's my log showing pretty much the same thing on the latest version:

2022-12-31T22:58:52.258Z - info: [ui] [AppStore] loading 0 repositories from store
2022-12-31T22:58:52.300Z - info: [ui] [Welcome] no sign in step found. ignoring...
2022-12-31T22:58:52.301Z - info: [ui] launching: 3.1.1-linux1 (Linux 6.0.14-201.fsync.fc36.x86_64)
2022-12-31T22:58:52.302Z - info: [ui] execPath: '/app/github-desktop/github-desktop'
2022-12-31T22:58:52.318Z - info: [ui] [Welcome] no sign in step found. ignoring...
2022-12-31T22:58:52.480Z - info: [ui] Opt in reported.
2022-12-31T22:58:53.830Z - info: [ui] [Welcome] advancing to step: SignInToDotComWithBrowser
2022-12-31T22:58:53.832Z - info: [ui] [SignInStore] initializing OAuth flow
2022-12-31T22:58:53.835Z - info: [main] opening in browser: https://github.com/login/oauth/authorize?client_id=[client_id]&scope=repo%20user%20workflow&state=[state]
2022-12-31T22:58:53.835Z - info: [ui] [Welcome] current sign in state not found. ignoring...
2022-12-31T22:58:54.200Z - info: [ui] [Welcome] kind Authentication is the same as Authentication. ignoring...
2022-12-31T22:59:04.105Z - info: [ui] [Welcome] kind Authentication is the same as Authentication. ignoring...
2022-12-31T22:59:09.767Z - info: [ui] [Welcome] advancing to step: ConfigureGit
2022-12-31T22:59:27.014Z - info: [ui] [SignInStore] initializing OAuth flow
2022-12-31T22:59:27.017Z - info: [main] opening in browser: https://github.com/login/oauth/authorize?client_id=[client_id]&scope=repo%20user%20workflow&state=[state]
2022-12-31T22:59:30.829Z - info: [main] Received possible protocol arguments: 4
2022-12-31T22:59:30.829Z - info: [main] Processing protocol url
2022-12-31T22:59:30.836Z - info: [ui] [Dispatcher] requesting authenticated user
2022-12-31T22:59:31.525Z - info: [ui] [SignInStore] account resolved
2022-12-31T22:59:31.526Z - info: [ui] [AppStore] adding account [user] ([user]) to store
2022-12-31T22:59:31.531Z - error: [ui] Error adding account '[user]'
Error: user interaction failed

@shiftkey shiftkey added the dbus Bug reports related to dbus setup label Jan 29, 2023
@shiftkey
Copy link
Owner

@hoggatt @yerodinquarzen thanks for the logs. This looks like the sign-in flow is failing at the step where we want to persist the token to the credential store. I see some mentions of KDE in here, which suggests that gnome-keyring is not available. I recommend this package because it's the best backend for libsecret, and the last I checked KWallet does not support libsecret.

@aminya
Copy link

aminya commented Mar 31, 2023

I have the same issue with the latest flatpak 3.2.0-linux1. Not sure how to fix it though. The apt version works without any issues.

@LNDF
Copy link

LNDF commented Apr 2, 2023

I am using Fedora 37 KDE spin. When I try to install the Flatpak version the authentication fails. When using the RPM doesn't.
I tried the Flatpak on GNOME and it does work.
I haven't any GNOME components installed (like gnome-keyring). The Kwallet backend recently added libsecret support and the password is saved to Kwallet as I demostrate on the following image (only when using RPM).

imagen

@shiftkey
Copy link
Owner

shiftkey commented Apr 2, 2023

@LNDF that's great to hear - what version of the package do you have installed? This might help other KDE-based users get unblocked here...

@LNDF
Copy link

LNDF commented Apr 2, 2023

Copied from the KInfoCenter:

Operating System: Fedora Linux 37
KDE Plasma Version: 5.27.3
KDE Frameworks Version: 5.104.0
Qt Version: 5.15.8
Kernel Version: 6.2.8-200.fc37.x86_64 (64-bit)
Graphics Platform: Wayland

libsecrets support was introduced in KDE Frameworks 5.97.

@LNDF
Copy link

LNDF commented Apr 2, 2023

I ran the application with the following command and got this output.

Running through Flatpak:

$ flatpak run --log-session-bus io.github.shiftey.Desktop
C1: -> org.freedesktop.DBus call org.freedesktop.DBus.Hello at /org/freedesktop/DBus
C2: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.Notifications
C3: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Notifications
C4: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.secrets
C5: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.secrets
C6: -> org.freedesktop.DBus fake wildcarded AddMatch for org.gtk.vfs
C7: -> org.freedesktop.DBus fake wildcarded AddMatch for org.freedesktop.portal
C8: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.Flatpak
C9: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Flatpak
C10: -> org.freedesktop.DBus fake wildcarded AddMatch for io.github.shiftey.Desktop
C11: -> org.freedesktop.DBus fake AddMatch for com.canonical.AppMenu.Registrar
C12: -> org.freedesktop.DBus fake GetNameOwner for com.canonical.AppMenu.Registrar
C13: -> org.freedesktop.DBus fake wildcarded AddMatch for org.mpris.MediaPlayer2.io.github.shiftey.Desktop
C14: -> org.freedesktop.DBus fake ListNames
B-1: <- org.freedesktop.DBus return from C1
B-1: <- org.freedesktop.DBus signal org.freedesktop.DBus.NameAcquired at /org/freedesktop/DBus
B-1: <- org.freedesktop.DBus return from C2
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C3
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C4
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C5
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C6
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C7
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C8
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C9
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C10
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C11
*SKIPPED*
B-1: <- org.freedesktop.DBus return error org.freedesktop.DBus.Error.NameHasNoOwner from C12
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C13
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C14
C15: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.DBus
C16: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Flatpak
C17: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Notifications
C18: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Desktop
C19: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Documents
C20: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.IBus
C21: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.secrets
*SKIPPED*
C22: -> org.freedesktop.portal.Flatpak call org.freedesktop.DBus.Properties.Get at /org/freedesktop/portal/Flatpak
B-1: <- org.freedesktop.DBus return from C15
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C16
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C17
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C18
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C19
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C20
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C21
*SKIPPED*
B-1: <- org.freedesktop.DBus signal org.freedesktop.DBus.NameOwnerChanged at /org/freedesktop/DBus
B10: <- :1.526 return from C22
C23: -> org.freedesktop.portal.Flatpak call org.freedesktop.DBus.Properties.Get at /org/freedesktop/portal/Flatpak
B11: <- :1.526 return from C23
C1: -> org.freedesktop.DBus call org.freedesktop.DBus.Hello at /org/freedesktop/DBus
C2: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.Notifications
C3: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Notifications
C4: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.secrets
C5: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.secrets
C6: -> org.freedesktop.DBus fake wildcarded AddMatch for org.gtk.vfs
C7: -> org.freedesktop.DBus fake wildcarded AddMatch for org.freedesktop.portal
C8: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.Flatpak
C9: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Flatpak
C10: -> org.freedesktop.DBus fake wildcarded AddMatch for io.github.shiftey.Desktop
C11: -> org.freedesktop.DBus fake AddMatch for com.canonical.AppMenu.Registrar
C12: -> org.freedesktop.DBus fake GetNameOwner for com.canonical.AppMenu.Registrar
C13: -> org.freedesktop.DBus fake wildcarded AddMatch for org.mpris.MediaPlayer2.io.github.shiftey.Desktop
C14: -> org.freedesktop.DBus fake ListNames
B-1: <- org.freedesktop.DBus return from C1
B-1: <- org.freedesktop.DBus signal org.freedesktop.DBus.NameAcquired at /org/freedesktop/DBus
B-1: <- org.freedesktop.DBus return from C2
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C3
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C4
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C5
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C6
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C7
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C8
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C9
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C10
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C11
*SKIPPED*
B-1: <- org.freedesktop.DBus return error org.freedesktop.DBus.Error.NameHasNoOwner from C12
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C13
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C14
C15: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.DBus
C16: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Flatpak
C17: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Notifications
C18: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Desktop
C19: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Documents
C20: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Flatpak
C21: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.IBus
C22: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.secrets
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C15
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C16
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C17
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C18
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C19
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C20
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C21
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C22
*SKIPPED*
C23: -> org.freedesktop.DBus call org.freedesktop.DBus.AddMatch at /org/freedesktop/DBus
B-1: <- org.freedesktop.DBus return from C23
C24: -> org.freedesktop.portal.Flatpak call org.freedesktop.portal.Flatpak.Spawn at /org/freedesktop/portal/Flatpak
B13: <- :1.526 return from C24
B14: <- :1.526 signal org.freedesktop.portal.Flatpak.SpawnStarted at /org/freedesktop/portal/Flatpak
Gtk-Message: 01:40:38.898: Failed to load module "colorreload-gtk-module"
Gtk-Message: 01:40:38.898: Failed to load module "window-decorations-gtk-module"
[2:0403/014038.910899:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No existe el fichero o el directorio
[2:0403/014038.910946:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No existe el fichero o el directorio
C1: -> org.freedesktop.DBus call org.freedesktop.DBus.Hello at /org/freedesktop/DBus
C2: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.Notifications
C3: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Notifications
C4: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.secrets
C5: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.secrets
C6: -> org.freedesktop.DBus fake wildcarded AddMatch for org.gtk.vfs
C7: -> org.freedesktop.DBus fake wildcarded AddMatch for org.freedesktop.portal
C8: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.Flatpak
C9: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Flatpak
C10: -> org.freedesktop.DBus fake wildcarded AddMatch for io.github.shiftey.Desktop
C11: -> org.freedesktop.DBus fake AddMatch for com.canonical.AppMenu.Registrar
C12: -> org.freedesktop.DBus fake GetNameOwner for com.canonical.AppMenu.Registrar
C13: -> org.freedesktop.DBus fake wildcarded AddMatch for org.mpris.MediaPlayer2.io.github.shiftey.Desktop
C14: -> org.freedesktop.DBus fake ListNames
B-1: <- org.freedesktop.DBus return from C1
B-1: <- org.freedesktop.DBus signal org.freedesktop.DBus.NameAcquired at /org/freedesktop/DBus
B-1: <- org.freedesktop.DBus return from C2
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C3
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C4
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C5
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C6
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C7
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C8
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C9
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C10
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C11
*SKIPPED*
B-1: <- org.freedesktop.DBus return error org.freedesktop.DBus.Error.NameHasNoOwner from C12
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C13
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C14
C15: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.DBus
C16: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Flatpak
C17: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Notifications
C18: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Desktop
C19: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Documents
C20: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Flatpak
C21: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.IBus
C22: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.secrets
*SKIPPED*
C23: -> org.freedesktop.DBus call org.freedesktop.DBus.AddMatch at /org/freedesktop/DBus
B-1: <- org.freedesktop.DBus return from C15
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C16
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C17
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C18
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C19
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C20
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C21
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C22
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C23
C24: -> org.freedesktop.DBus call org.freedesktop.DBus.NameHasOwner at /org/freedesktop/DBus
B-1: <- org.freedesktop.DBus return from C24
C25: -> org.freedesktop.portal.Desktop call org.freedesktop.DBus.Properties.Get at /org/freedesktop/portal/desktop
B842: <- :1.10 return from C25
LaunchProcess: failed to execvp:
xdg-settings
LaunchProcess: failed to execvp:
xdg-settings
C1: -> org.freedesktop.DBus call org.freedesktop.DBus.Hello at /org/freedesktop/DBus
C2: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.Notifications
C3: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Notifications
C4: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.secrets
C5: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.secrets
C6: -> org.freedesktop.DBus fake wildcarded AddMatch for org.gtk.vfs
C7: -> org.freedesktop.DBus fake wildcarded AddMatch for org.freedesktop.portal
C8: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.Flatpak
C9: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Flatpak
C10: -> org.freedesktop.DBus fake wildcarded AddMatch for io.github.shiftey.Desktop
C11: -> org.freedesktop.DBus fake AddMatch for com.canonical.AppMenu.Registrar
C12: -> org.freedesktop.DBus fake GetNameOwner for com.canonical.AppMenu.Registrar
C13: -> org.freedesktop.DBus fake wildcarded AddMatch for org.mpris.MediaPlayer2.io.github.shiftey.Desktop
C14: -> org.freedesktop.DBus fake ListNames
B-1: <- org.freedesktop.DBus return from C1
B-1: <- org.freedesktop.DBus signal org.freedesktop.DBus.NameAcquired at /org/freedesktop/DBus
B-1: <- org.freedesktop.DBus return from C2
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C3
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C4
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C5
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C6
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C7
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C8
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C9
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C10
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C11
*SKIPPED*
B-1: <- org.freedesktop.DBus return error org.freedesktop.DBus.Error.NameHasNoOwner from C12
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C13
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C14
C15: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.DBus
C16: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Flatpak
C17: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Notifications
C18: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Desktop
C19: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Documents
C20: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Flatpak
C21: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.IBus
C22: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.secrets
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C15
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C16
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C17
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C18
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C19
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C20
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C21
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C22
*SKIPPED*
C23: -> org.freedesktop.DBus call org.freedesktop.DBus.AddMatch at /org/freedesktop/DBus
B-1: <- org.freedesktop.DBus return from C23
C24: -> org.freedesktop.DBus call org.freedesktop.DBus.ListNames at /org/freedesktop/DBus
B-1: <- org.freedesktop.DBus return from C24
C25: -> org.freedesktop.DBus call org.freedesktop.DBus.RemoveMatch at /org/freedesktop/DBus
B-1: <- org.freedesktop.DBus return from C25
C1: -> org.freedesktop.DBus call org.freedesktop.DBus.Hello at /org/freedesktop/DBus
C2: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.Notifications
C3: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Notifications
C4: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.secrets
C5: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.secrets
C6: -> org.freedesktop.DBus fake wildcarded AddMatch for org.gtk.vfs
C7: -> org.freedesktop.DBus fake wildcarded AddMatch for org.freedesktop.portal
C8: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.Flatpak
C9: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Flatpak
C10: -> org.freedesktop.DBus fake wildcarded AddMatch for io.github.shiftey.Desktop
C11: -> org.freedesktop.DBus fake AddMatch for com.canonical.AppMenu.Registrar
C12: -> org.freedesktop.DBus fake GetNameOwner for com.canonical.AppMenu.Registrar
C13: -> org.freedesktop.DBus fake wildcarded AddMatch for org.mpris.MediaPlayer2.io.github.shiftey.Desktop
C14: -> org.freedesktop.DBus fake ListNames
B-1: <- org.freedesktop.DBus return from C1
B-1: <- org.freedesktop.DBus signal org.freedesktop.DBus.NameAcquired at /org/freedesktop/DBus
B-1: <- org.freedesktop.DBus return from C2
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C3
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C4
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C5
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C6
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C7
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C8
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C9
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C10
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C11
*SKIPPED*
B-1: <- org.freedesktop.DBus return error org.freedesktop.DBus.Error.NameHasNoOwner from C12
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C13
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C14
C15: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.DBus
C16: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Flatpak
C17: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Notifications
C18: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Desktop
C19: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Documents
C20: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Flatpak
C21: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.IBus
C22: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.secrets
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C15
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C16
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C17
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C18
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C19
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C20
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C21
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C22
*SKIPPED*
C23: -> org.freedesktop.DBus call org.freedesktop.DBus.AddMatch at /org/freedesktop/DBus
B-1: <- org.freedesktop.DBus return from C23
C24: -> org.freedesktop.DBus call org.freedesktop.DBus.ListNames at /org/freedesktop/DBus
B-1: <- org.freedesktop.DBus return from C24
C25: -> org.freedesktop.DBus call org.freedesktop.DBus.RemoveMatch at /org/freedesktop/DBus
B-1: <- org.freedesktop.DBus return from C25
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
C1: -> org.freedesktop.DBus call org.freedesktop.DBus.Hello at /org/freedesktop/DBus
C2: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.Notifications
C3: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Notifications
C4: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.secrets
C5: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.secrets
C6: -> org.freedesktop.DBus fake wildcarded AddMatch for org.gtk.vfs
C7: -> org.freedesktop.DBus fake wildcarded AddMatch for org.freedesktop.portal
C8: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.Flatpak
C9: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Flatpak
C10: -> org.freedesktop.DBus fake wildcarded AddMatch for io.github.shiftey.Desktop
C11: -> org.freedesktop.DBus fake AddMatch for com.canonical.AppMenu.Registrar
C12: -> org.freedesktop.DBus fake GetNameOwner for com.canonical.AppMenu.Registrar
C13: -> org.freedesktop.DBus fake wildcarded AddMatch for org.mpris.MediaPlayer2.io.github.shiftey.Desktop
C14: -> org.freedesktop.DBus fake ListNames
B-1: <- org.freedesktop.DBus return from C1
B-1: <- org.freedesktop.DBus signal org.freedesktop.DBus.NameAcquired at /org/freedesktop/DBus
B-1: <- org.freedesktop.DBus return from C2
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C3
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C4
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C5
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C6
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C7
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C8
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C9
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C10
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C11
*SKIPPED*
B-1: <- org.freedesktop.DBus return error org.freedesktop.DBus.Error.NameHasNoOwner from C12
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C13
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C14
C15: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.DBus
C16: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Flatpak
C17: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Notifications
C18: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Desktop
C19: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Documents
C20: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Flatpak
C21: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.IBus
C22: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.secrets
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C15
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C16
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C17
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C18
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C19
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C20
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C21
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C22
*SKIPPED*
C23: -> org.freedesktop.DBus call org.freedesktop.DBus.AddMatch at /org/freedesktop/DBus
B-1: <- org.freedesktop.DBus return from C23
C24: -> org.freedesktop.DBus call org.freedesktop.DBus.ListNames at /org/freedesktop/DBus
B-1: <- org.freedesktop.DBus return from C24
C25: -> org.freedesktop.DBus call org.freedesktop.DBus.RemoveMatch at /org/freedesktop/DBus
B-1: <- org.freedesktop.DBus return from C25
C1: -> org.freedesktop.DBus call org.freedesktop.DBus.Hello at /org/freedesktop/DBus
C2: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.Notifications
C3: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Notifications
C4: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.secrets
C5: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.secrets
C6: -> org.freedesktop.DBus fake wildcarded AddMatch for org.gtk.vfs
C7: -> org.freedesktop.DBus fake wildcarded AddMatch for org.freedesktop.portal
C8: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.Flatpak
C9: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Flatpak
C10: -> org.freedesktop.DBus fake wildcarded AddMatch for io.github.shiftey.Desktop
C11: -> org.freedesktop.DBus fake AddMatch for com.canonical.AppMenu.Registrar
C12: -> org.freedesktop.DBus fake GetNameOwner for com.canonical.AppMenu.Registrar
C13: -> org.freedesktop.DBus fake wildcarded AddMatch for org.mpris.MediaPlayer2.io.github.shiftey.Desktop
C14: -> org.freedesktop.DBus fake ListNames
B-1: <- org.freedesktop.DBus return from C1
B-1: <- org.freedesktop.DBus signal org.freedesktop.DBus.NameAcquired at /org/freedesktop/DBus
B-1: <- org.freedesktop.DBus return from C2
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C3
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C4
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C5
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C6
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C7
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C8
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C9
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C10
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C11
*SKIPPED*
B-1: <- org.freedesktop.DBus return error org.freedesktop.DBus.Error.NameHasNoOwner from C12
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C13
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C14
C15: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.DBus
C16: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Flatpak
C17: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Notifications
C18: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Desktop
C19: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Documents
C20: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Flatpak
C21: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.IBus
C22: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.secrets
*SKIPPED*
C23: -> org.freedesktop.DBus call org.freedesktop.DBus.AddMatch at /org/freedesktop/DBus
B-1: <- org.freedesktop.DBus return from C15
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C16
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C17
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C18
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C19
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C20
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C21
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C22
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C23
C24: -> org.freedesktop.DBus call org.freedesktop.DBus.ListNames at /org/freedesktop/DBus
B-1: <- org.freedesktop.DBus return from C24
C25: -> org.freedesktop.DBus call org.freedesktop.DBus.RemoveMatch at /org/freedesktop/DBus
B-1: <- org.freedesktop.DBus return from C25
C1: -> org.freedesktop.DBus call org.freedesktop.DBus.Hello at /org/freedesktop/DBus
C2: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.Notifications
C3: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Notifications
C4: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.secrets
C5: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.secrets
C6: -> org.freedesktop.DBus fake wildcarded AddMatch for org.gtk.vfs
C7: -> org.freedesktop.DBus fake wildcarded AddMatch for org.freedesktop.portal
C8: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.Flatpak
C9: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Flatpak
C10: -> org.freedesktop.DBus fake wildcarded AddMatch for io.github.shiftey.Desktop
C11: -> org.freedesktop.DBus fake AddMatch for com.canonical.AppMenu.Registrar
C12: -> org.freedesktop.DBus fake GetNameOwner for com.canonical.AppMenu.Registrar
C13: -> org.freedesktop.DBus fake wildcarded AddMatch for org.mpris.MediaPlayer2.io.github.shiftey.Desktop
C14: -> org.freedesktop.DBus fake ListNames
C1: -> org.freedesktop.DBus call org.freedesktop.DBus.Hello at /org/freedesktop/DBus
C2: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.Notifications
C3: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Notifications
C4: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.secrets
C5: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.secrets
C6: -> org.freedesktop.DBus fake wildcarded AddMatch for org.gtk.vfs
C7: -> org.freedesktop.DBus fake wildcarded AddMatch for org.freedesktop.portal
C8: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.Flatpak
C9: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Flatpak
C10: -> org.freedesktop.DBus fake wildcarded AddMatch for io.github.shiftey.Desktop
C11: -> org.freedesktop.DBus fake AddMatch for com.canonical.AppMenu.Registrar
C12: -> org.freedesktop.DBus fake GetNameOwner for com.canonical.AppMenu.Registrar
C13: -> org.freedesktop.DBus fake wildcarded AddMatch for org.mpris.MediaPlayer2.io.github.shiftey.Desktop
C14: -> org.freedesktop.DBus fake ListNames
B-1: <- org.freedesktop.DBus return from C1
B-1: <- org.freedesktop.DBus signal org.freedesktop.DBus.NameAcquired at /org/freedesktop/DBus
B-1: <- org.freedesktop.DBus return from C2
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C3
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C4
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C5
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C6
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C7
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C8
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C9
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C10
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C11
*SKIPPED*
B-1: <- org.freedesktop.DBus return error org.freedesktop.DBus.Error.NameHasNoOwner from C12
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C13
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C14
C15: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.DBus
C16: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Flatpak
C17: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Notifications
C18: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Desktop
C19: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Documents
C20: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Flatpak
C21: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.IBus
C22: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.secrets
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C1
B-1: <- org.freedesktop.DBus signal org.freedesktop.DBus.NameAcquired at /org/freedesktop/DBus
B-1: <- org.freedesktop.DBus return from C2
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C3
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C4
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C5
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C6
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C7
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C8
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C9
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C10
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C11
*SKIPPED*
B-1: <- org.freedesktop.DBus return error org.freedesktop.DBus.Error.NameHasNoOwner from C12
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C13
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C14
C15: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.DBus
C16: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Flatpak
C17: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Notifications
C18: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Desktop
C19: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Documents
C20: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Flatpak
C21: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.IBus
C22: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.secrets
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C15
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C16
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C17
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C18
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C19
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C20
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C21
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C22
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C15
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C16
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C17
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C18
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C19
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C20
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C21
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C22
*SKIPPED*
C23: -> org.freedesktop.DBus call org.freedesktop.DBus.AddMatch at /org/freedesktop/DBus
C24: -> org.freedesktop.DBus call org.freedesktop.DBus.GetNameOwner at /org/freedesktop/DBus
C25: -> org.freedesktop.DBus call org.freedesktop.DBus.GetNameOwner at /org/freedesktop/DBus
C23: -> org.freedesktop.portal.IBus call org.freedesktop.DBus.Peer.Ping at /org/freedesktop/IBus
B-1: <- org.freedesktop.DBus return from C23
B-1: <- org.freedesktop.DBus return from C24
B-1: <- org.freedesktop.DBus return from C25
B110: <- :1.51 return from C23
C24: -> org.freedesktop.portal.IBus call org.freedesktop.IBus.Portal.CreateInputContext at /org/freedesktop/IBus
B111: <- :1.51 return from C24
C25: -> org.freedesktop.DBus call org.freedesktop.DBus.AddMatch at /org/freedesktop/DBus
C26: -> org.freedesktop.DBus call org.freedesktop.DBus.AddMatch at /org/freedesktop/DBus
C27: -> org.freedesktop.DBus call org.freedesktop.DBus.AddMatch at /org/freedesktop/DBus
C28: -> org.freedesktop.DBus call org.freedesktop.DBus.GetNameOwner at /org/freedesktop/DBus
B-1: <- org.freedesktop.DBus return from C25
B-1: <- org.freedesktop.DBus return from C26
B-1: <- org.freedesktop.DBus return from C27
B-1: <- org.freedesktop.DBus return from C28
C29: -> :1.51 call org.freedesktop.DBus.Properties.GetAll at /org/freedesktop/IBus/InputContext_9
B112: <- :1.51 return from C29
C30: -> :1.51 call org.freedesktop.DBus.Properties.Set at /org/freedesktop/IBus/InputContext_9
C31: -> :1.51 call org.freedesktop.IBus.InputContext.SetCapabilities at /org/freedesktop/IBus/InputContext_9
[40:0403/014042.985629:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!
[40:0403/014052.347745:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 2 times!
C32: -> :1.51 call org.freedesktop.IBus.InputContext.Reset at /org/freedesktop/IBus/InputContext_9
C33: -> :1.51 call org.freedesktop.IBus.InputContext.Reset at /org/freedesktop/IBus/InputContext_9
C1: -> org.freedesktop.DBus call org.freedesktop.DBus.Hello at /org/freedesktop/DBus
C2: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.Notifications
C3: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Notifications
C4: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.secrets
C5: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.secrets
C6: -> org.freedesktop.DBus fake wildcarded AddMatch for org.gtk.vfs
C7: -> org.freedesktop.DBus fake wildcarded AddMatch for org.freedesktop.portal
C8: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.Flatpak
C9: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Flatpak
C10: -> org.freedesktop.DBus fake wildcarded AddMatch for io.github.shiftey.Desktop
C11: -> org.freedesktop.DBus fake AddMatch for com.canonical.AppMenu.Registrar
C12: -> org.freedesktop.DBus fake GetNameOwner for com.canonical.AppMenu.Registrar
C13: -> org.freedesktop.DBus fake wildcarded AddMatch for org.mpris.MediaPlayer2.io.github.shiftey.Desktop
C14: -> org.freedesktop.DBus fake ListNames
B-1: <- org.freedesktop.DBus return from C1
B-1: <- org.freedesktop.DBus signal org.freedesktop.DBus.NameAcquired at /org/freedesktop/DBus
B-1: <- org.freedesktop.DBus return from C2
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C3
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C4
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C5
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C6
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C7
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C8
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C9
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C10
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C11
*SKIPPED*
B-1: <- org.freedesktop.DBus return error org.freedesktop.DBus.Error.NameHasNoOwner from C12
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C13
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C14
C15: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.DBus
C16: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Flatpak
C17: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Notifications
C18: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Desktop
C19: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Documents
C20: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Flatpak
C21: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.IBus
C22: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.secrets
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C15
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C16
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C17
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C18
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C19
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C20
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C21
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C22
*SKIPPED*
C23: -> org.freedesktop.portal.Desktop call org.freedesktop.portal.OpenURI.OpenURI at /org/freedesktop/portal/desktop
B846: <- :1.10 return from C23
C34: -> :1.51 call org.freedesktop.IBus.InputContext.Reset at /org/freedesktop/IBus/InputContext_9
C35: -> :1.51 call org.freedesktop.IBus.InputContext.Reset at /org/freedesktop/IBus/InputContext_9
C1: -> org.freedesktop.DBus call org.freedesktop.DBus.Hello at /org/freedesktop/DBus
C2: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.Notifications
C3: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Notifications
C4: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.secrets
C5: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.secrets
C6: -> org.freedesktop.DBus fake wildcarded AddMatch for org.gtk.vfs
C7: -> org.freedesktop.DBus fake wildcarded AddMatch for org.freedesktop.portal
C8: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.Flatpak
C9: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Flatpak
C10: -> org.freedesktop.DBus fake wildcarded AddMatch for io.github.shiftey.Desktop
C11: -> org.freedesktop.DBus fake AddMatch for com.canonical.AppMenu.Registrar
C12: -> org.freedesktop.DBus fake GetNameOwner for com.canonical.AppMenu.Registrar
C13: -> org.freedesktop.DBus fake wildcarded AddMatch for org.mpris.MediaPlayer2.io.github.shiftey.Desktop
C14: -> org.freedesktop.DBus fake ListNames
B-1: <- org.freedesktop.DBus return from C1
B-1: <- org.freedesktop.DBus signal org.freedesktop.DBus.NameAcquired at /org/freedesktop/DBus
B-1: <- org.freedesktop.DBus return from C2
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C3
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C4
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C5
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C6
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C7
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C8
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C9
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C10
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C11
*SKIPPED*
B-1: <- org.freedesktop.DBus return error org.freedesktop.DBus.Error.NameHasNoOwner from C12
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C13
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C14
C15: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.DBus
C16: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Flatpak
C17: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Notifications
C18: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Desktop
C19: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Documents
C20: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Flatpak
C21: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.IBus
C22: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.secrets
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C15
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C16
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C17
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C18
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C19
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C20
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C21
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C22
*SKIPPED*
C23: -> org.freedesktop.portal.Desktop call org.freedesktop.DBus.Properties.Get at /org/freedesktop/portal/desktop
B851: <- :1.10 return from C23
C1: -> org.freedesktop.DBus call org.freedesktop.DBus.Hello at /org/freedesktop/DBus
C2: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.Notifications
C3: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Notifications
C4: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.secrets
C5: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.secrets
C6: -> org.freedesktop.DBus fake wildcarded AddMatch for org.gtk.vfs
C7: -> org.freedesktop.DBus fake wildcarded AddMatch for org.freedesktop.portal
C8: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.Flatpak
C9: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Flatpak
C10: -> org.freedesktop.DBus fake wildcarded AddMatch for io.github.shiftey.Desktop
C11: -> org.freedesktop.DBus fake AddMatch for com.canonical.AppMenu.Registrar
C12: -> org.freedesktop.DBus fake GetNameOwner for com.canonical.AppMenu.Registrar
C13: -> org.freedesktop.DBus fake wildcarded AddMatch for org.mpris.MediaPlayer2.io.github.shiftey.Desktop
C14: -> org.freedesktop.DBus fake ListNames
B-1: <- org.freedesktop.DBus return from C1
B-1: <- org.freedesktop.DBus signal org.freedesktop.DBus.NameAcquired at /org/freedesktop/DBus
B-1: <- org.freedesktop.DBus return from C2
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C3
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C4
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C5
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C6
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C7
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C8
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C9
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C10
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C11
*SKIPPED*
B-1: <- org.freedesktop.DBus return error org.freedesktop.DBus.Error.NameHasNoOwner from C12
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C13
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C14
C15: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.DBus
C16: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Flatpak
C17: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Notifications
C18: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Desktop
C19: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Documents
C20: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Flatpak
C21: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.IBus
C22: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.secrets
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C15
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C16
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C17
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C18
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C19
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C20
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C21
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C22
*SKIPPED*
C23: -> org.freedesktop.portal.Desktop call org.freedesktop.portal.Secret.RetrieveSecret at /org/freedesktop/portal/desktop
B858: <- :1.10 return from C23
B860: <- :1.10 signal org.freedesktop.portal.Request.Response at /org/freedesktop/portal/desktop/request/1_548/t
error: [ui] Error adding account 'LNDF'
Error: user interaction failed
C36: -> :1.51 call org.freedesktop.IBus.InputContext.Reset at /org/freedesktop/IBus/InputContext_9
[40:0403/014101.734552:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 3 times!
C37: -> :1.51 call org.freedesktop.IBus.InputContext.Reset at /org/freedesktop/IBus/InputContext_9
C38: -> :1.51 call org.freedesktop.IBus.InputContext.Reset at /org/freedesktop/IBus/InputContext_9
C39: -> :1.51 call org.freedesktop.IBus.InputContext.Reset at /org/freedesktop/IBus/InputContext_9
C40: -> :1.51 call org.freedesktop.IBus.InputContext.Reset at /org/freedesktop/IBus/InputContext_9
C41: -> :1.51 call org.freedesktop.IBus.InputContext.Reset at /org/freedesktop/IBus/InputContext_9
C42: -> :1.51 call org.freedesktop.IBus.InputContext.Reset at /org/freedesktop/IBus/InputContext_9
C1: -> org.freedesktop.DBus call org.freedesktop.DBus.Hello at /org/freedesktop/DBus
C2: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.Notifications
C3: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Notifications
C4: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.secrets
C5: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.secrets
C6: -> org.freedesktop.DBus fake wildcarded AddMatch for org.gtk.vfs
C7: -> org.freedesktop.DBus fake wildcarded AddMatch for org.freedesktop.portal
C8: -> org.freedesktop.DBus fake AddMatch for org.freedesktop.Flatpak
C9: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Flatpak
C10: -> org.freedesktop.DBus fake wildcarded AddMatch for io.github.shiftey.Desktop
C11: -> org.freedesktop.DBus fake AddMatch for com.canonical.AppMenu.Registrar
C12: -> org.freedesktop.DBus fake GetNameOwner for com.canonical.AppMenu.Registrar
C13: -> org.freedesktop.DBus fake wildcarded AddMatch for org.mpris.MediaPlayer2.io.github.shiftey.Desktop
C14: -> org.freedesktop.DBus fake ListNames
B-1: <- org.freedesktop.DBus return from C1
B-1: <- org.freedesktop.DBus signal org.freedesktop.DBus.NameAcquired at /org/freedesktop/DBus
B-1: <- org.freedesktop.DBus return from C2
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C3
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C4
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C5
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C6
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C7
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C8
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C9
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C10
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C11
*SKIPPED*
B-1: <- org.freedesktop.DBus return error org.freedesktop.DBus.Error.NameHasNoOwner from C12
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C13
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C14
C15: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.DBus
C16: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Flatpak
C17: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.Notifications
C18: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Desktop
C19: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Documents
C20: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.Flatpak
C21: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.portal.IBus
C22: -> org.freedesktop.DBus fake GetNameOwner for org.freedesktop.secrets
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C15
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C16
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C17
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C18
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C19
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C20
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C21
*SKIPPED*
B-1: <- org.freedesktop.DBus return from C22
*SKIPPED*
C23: -> org.freedesktop.DBus call org.freedesktop.DBus.AddMatch at /org/freedesktop/DBus
B-1: <- org.freedesktop.DBus return from C23
C24: -> org.freedesktop.DBus call org.freedesktop.DBus.ListNames at /org/freedesktop/DBus
B-1: <- org.freedesktop.DBus return from C24
C25: -> org.freedesktop.DBus call org.freedesktop.DBus.RemoveMatch at /org/freedesktop/DBus
B-1: <- org.freedesktop.DBus return from C25
C43: -> :1.51 call org.freedesktop.IBus.InputContext.Reset at /org/freedesktop/IBus/InputContext_9
C44: -> :1.51 call org.freedesktop.IBus.InputContext.Reset at /org/freedesktop/IBus/InputContext_9
C45: -> :1.51 call org.freedesktop.IBus.InputContext.Reset at /org/freedesktop/IBus/InputContext_9
C46: -> :1.51 call org.freedesktop.IBus.Service.Destroy at /org/freedesktop/IBus/InputContext_9
C47: -> org.freedesktop.DBus call org.freedesktop.DBus.RemoveMatch at /org/freedesktop/DBus
C48: -> org.freedesktop.DBus call org.freedesktop.DBus.RemoveMatch at /org/freedesktop/DBus
C49: -> org.freedesktop.DBus call org.freedesktop.DBus.RemoveMatch at /org/freedesktop/DBus
B-1: <- org.freedesktop.DBus return from C47
B-1: <- org.freedesktop.DBus return from C48
B-1: <- org.freedesktop.DBus return from C49

@LNDF
Copy link

LNDF commented Apr 3, 2023

I think I found the root of the cause.
On Fedora KDE spin, for some reason, xdg-desktop-portal-gtk is preinstalled by default. So even after removing gnome-keyring, for some reason, the GTK portal was taking priority over Kwallet. After removing gnome-keyring and xdg-desktop-portal-gtk and after a reboot, I can use the Flatpak version on KDE Plasma.

Maybe a issuse should be opened on the Fedora bug tracker to remove gnome-keyring and xdg-desktop-portal-gtk by default.

@wiiznokes
Copy link

wiiznokes commented Dec 2, 2023

Still having this issue on Ubuntu 23.10, with the flatpak version

@shiftkey
Copy link
Owner

Closing this out for now as the original issue is a dbus configuration issue, and I don't have the bandwidth to troubleshoot aside from the previous advice.

Please check the issue tracker for other issues that are sign-in related.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dbus Bug reports related to dbus setup
Projects
None yet
Development

No branches or pull requests