-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Tmds.DBus.DBusException #4175
Comments
You can ignore that, it means that your DE doesn't support dbusmenu protocol and the app will fall back to in-window menu.
Which version are you using? |
Hi, |
I just figured there is a new version "0.9.10"; same issue. |
You can try removing this line - https://github.com/AvaloniaUI/Avalonia/blob/master/samples/ControlCatalog.NetCore/Program.cs#L61 but I don't think that a missing DBus service is capable of killing the entire session. Also, show your |
glxinfo: https://pastebin.com/Pi266zuK Removing the line didn't help either. |
Does it crash the entire X server or just the window manager? Are there any window-manager related logs? |
Only the window manager is crashing, i will try to find some logs. |
https://pastebin.com/8S3sL55i that's at least something... could this:
be the reason? |
That's a binding error that can also be ignored. There is still
though. Which is probably caused by 0x0 window size or something like that. Can't reproduce |
:mips-interest |
Hi there,
iam very new to this lib, running on
dotnet --version gave me:
I've followed thoose instructions. In order to get it working i had to add 2 more things:
and:
Once this build was running, i tried to run "ControlCatalog.NetCore", which killed my Cinnamon Session (fallback) and threw the following exception:
I did'nt want to build Avalonia in the first place, but the current nuget-release also doesn't work for me, throwing the following exception:
Hope you guys can help me a bit.
Thank you!
The text was updated successfully, but these errors were encountered: