mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
failed to start with xfce #2114
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk-rustdesk#2114
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @liyimeng on GitHub (Sep 9, 2023).
Bug Description
In my Simple desktop env, xfce, I try to build from scratch, the build went well, but the program could not startup, terminated with
segmentation faultas show bellowit seems have some issue with XAUTH file, and IPC communication, I don't really know how to continue, can someone point me a direction? thank a lot in advanced!
How to Reproduce
Expected Behavior
rustdesk should show up the nice UI
Operating system(s) on local side and remote side
Debian bulleyes
RustDesk Version(s) on local side and remote side
master branch
Screenshots
see log post above
Additional Context
No response
@rustdesk commented on GitHub (Sep 9, 2023):
#763
@liyimeng commented on GitHub (Sep 9, 2023):
@rustdesk in my case, it is unlikely build issue since I successfully built the software, even adding some debugging code. Do we have document about the design. For example, what happen on starting up, in my case, what is ipc for, why it through error, I love to have a big picture before dive in.