fix(wayland): name the seat
This commit is contained in:
@@ -148,6 +148,8 @@ impl WlRegistry for Registry {
|
|||||||
} else {
|
} else {
|
||||||
tracing::warn!("No display found to set seat");
|
tracing::warn!("No display found to set seat");
|
||||||
}
|
}
|
||||||
|
seat.name(client, new_id.object_id, "theonlyseat".into())
|
||||||
|
.await?;
|
||||||
seat.advertise_capabilities(client, new_id.object_id)
|
seat.advertise_capabilities(client, new_id.object_id)
|
||||||
.await?;
|
.await?;
|
||||||
tracing::info!("Seat capabilities advertised");
|
tracing::info!("Seat capabilities advertised");
|
||||||
|
|||||||
Reference in New Issue
Block a user