wiiznokes
wiiznokes
> > Ok. @Drakulix When you have time, let us know if you have any input regarding the compositor protocol side of [pop-os/launcher#227](https://github.com/pop-os/launcher/pull/227). > > I am not sure where...
I asked KDE on matrix and they don't use a protocol for this. I will let you guys come up with a protocol because i don't think i'm experienced enough...
@Drakulix Could the protocol `cosmic-toplevel-info` be changed to guarantee an order ? I'm asking that because if i would write one, i would probably change nothing except this. It can...
Ok, I will work on this soon
I've updated both PRs. Running https://github.com/pop-os/cosmic-comp/pull/870 broke the applist, and i don't receive any update [here](https://github.com/wiiznokes/launcher/blob/feat/alt-tab-cycle-copy2/plugins/src/cosmic_toplevel/mod.rs#L73) for some reason @Drakulix
> But that branch itself won't fix things. You need to use v2 of the protocol and also the ext-foreign-toplevel-list protocol (as that is mandatory with v2). So cosmic-client-toolkit needs...
Ok, i've updated the launcher to use https://github.com/pop-os/cosmic-protocols/pull/35, and also updated cosmic-comp. The applist is still broken, and pressing alt-tab make a black screen
Oops, probably not, i didn't know i had to update my fork branch
> E.g. cosmic-comp might still send events that result in five update_toplevel calls, but those should only update the states, while on info_done the latest Activated-window should be considered the...
Edit: i must have done something wrong, info_done is called as it should. I've updated https://github.com/pop-os/launcher/pull/227 with the necessary changes