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

Wingpanel cannot start when logging in over xrdp #160

Closed
Extravert-ir opened this issue Oct 17, 2018 · 3 comments
Closed

Wingpanel cannot start when logging in over xrdp #160

Extravert-ir opened this issue Oct 17, 2018 · 3 comments
Labels
Status: Incomplete Needs more information before we can take action

Comments

@Extravert-ir
Copy link

Extravert-ir commented Oct 17, 2018

Here is what's being printed in console:

victor@victor-pc:~$ wingpanel
[INFO 08:44:31.713668] Application.vala:153: System Panel version: 2.0.4
[INFO 08:44:31.713704] Application.vala:155: Kernel version: 4.15.0-36-generic
[FATAL 08:44:31.794968] [GLib-GIO] g_dbus_connection_call_internal: assertion 'object_path != NULL && g_variant_is_object_path (object_path)' failed
@davidmhewitt davidmhewitt added the Status: Incomplete Needs more information before we can take action label Oct 17, 2018
@davidmhewitt
Copy link
Member

There's not a lot of information in that error message that allows us to pin down what's causing that. If possible, could you run wingpanel under gdb and get a backtrace by doing the following.

  • Install gdb if not already installed.
  • gdb wingpanel
  • Type run and hit enter
  • When it crashes, type bt and hit enter
  • Copy&Paste output or get a screenshot or a photo if you can't copy

However, from your description of trying to use xrdp, this is probably fixed by this PR:
elementary/wingpanel-indicator-session#60

If you are able, you could try building and installing the session indicator from that branch and seeing if it fixes your issue.

@Extravert-ir
Copy link
Author

Built version 2.0.4 with changes from your PR and it works. Thanks!

@davidmhewitt
Copy link
Member

Great, thanks for confirming. I'll move this issue over to the session indicator repository so it can be tracked there. Hopefully that PR will make it into the next release of the indicator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Incomplete Needs more information before we can take action
Projects
None yet
Development

No branches or pull requests

2 participants