Skip to content

Commit

Permalink
Dev/x11 refactor (#421)
Browse files Browse the repository at this point in the history
Send SIGKILL if users call ccancel.
Remove useless codes.
Refactor Xauth executing.
Refactor logs.
Fix xauth folder permission error.
Fix bugs.
Add x11 forwarding option for backend.
Add log for where TaskCompletionAckReply is not sent.
Fix bugs and x11 barely runs.
Fix bugs and x11 runs successfully.
Finish coding. Start debugging.
Add subprocess.h.
Improve Xauthority file generation and add deletion for it.
feat: x11 socket listen and x11 forward
Add Xauthority file generation.
Add Display environment variable and import subprocess library.
Merge the proto changes from front end.
Fix errors from rebasing.
Remove useless headers.
  • Loading branch information
RileyWen authored Mar 6, 2025
1 parent 25e6caa commit b73f0a8
Show file tree
Hide file tree
Showing 17 changed files with 1,804 additions and 170 deletions.
1 change: 1 addition & 0 deletions dependencies/pre_installed/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ add_compile_options(-w)

add_subdirectory(concurrentqueue)
add_subdirectory(pevents-1.22.11)
add_subdirectory(subprocess)

include(${CMAKE_SOURCE_DIR}/CMakeModule/SuppressHeaderWarning.cmake)
suppress_header_warning()
2 changes: 2 additions & 0 deletions dependencies/pre_installed/subprocess/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
add_library(subprocess INTERFACE)
target_include_directories(subprocess INTERFACE include)
Loading

0 comments on commit b73f0a8

Please sign in to comment.