-
Notifications
You must be signed in to change notification settings - Fork 132
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
Gnome remote desktop #3188
base: master
Are you sure you want to change the base?
Gnome remote desktop #3188
Conversation
05c2b10
to
1de763a
Compare
2d0724c
to
8202e2b
Compare
The biggest problem is that grdctl segfaults and I wasn't yet able to figure out why. |
Also the System menu does not show up for some reason but if I run the daemon directly from cli screensharing does work. |
post backtrace
i think triallax ran into the same thing, and it's the same as the kde version- it only can start the daemon from settings via dbus call to systemd service start api, otherwise it can't and one has to do it manually or maybe have a dinit service etc |
|
does not even leave main: https://gitlab.gnome.org/GNOME/gnome-remote-desktop/-/blob/gnome-47/src/grd-ctl.c?ref_type=heads#L1016 |
that's because the pwd pointer is null because the expected user does not exist |
I see, it seems it wants a system user |
Should I create a user like |
Something like this I guess |
Then only problem remaining then is how to start the services and why it does not show up in System Gnome menu |
No description provided.