autocommit 2022-05-01 17:23:55 CEST
This commit is contained in:
parent
4373ed05bf
commit
e1d5bf0e5d
39 changed files with 1772 additions and 57 deletions
|
|
@ -100,7 +100,7 @@ pub async fn manage(state: Rc<State>) {
|
|||
forker.setenv(DISPLAY.as_bytes(), display.as_bytes());
|
||||
log::info!("Allocated display :{} for Xwayland", xsocket.id);
|
||||
log::info!("Waiting for connection attempt");
|
||||
if state.backend.get().is_freestanding() {
|
||||
if state.backend.get().import_environment() {
|
||||
import_environment(&state, DISPLAY, &display);
|
||||
}
|
||||
let res = XWaylandError::tria(async {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue