Update for spawn_desktop_exec that calls SpawnTransientUnit
Allows `xdg-desktop-portal` to get app id from PID. Also updates calls to `cosmic::process::spawn` to spawn in future.
This commit is contained in:
parent
b0e4e6fc6d
commit
293a91e8b1
11 changed files with 76 additions and 119 deletions
|
|
@ -107,6 +107,7 @@ pub enum WaylandUpdate {
|
|||
Output(OutputUpdate),
|
||||
ActivationToken {
|
||||
token: Option<String>,
|
||||
app_id: Option<String>,
|
||||
exec: String,
|
||||
gpu_idx: Option<usize>,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue