Ashley Wulber
Ashley Wulber
@mmstick This is possibly related to https://github.com/linebender/resvg/pull/948
Hi, sorry for the delayed response. Are you planning on depending on https://github.com/Smithay/wayland-rs for the protocol, instead of your repository? I think it otherwise looks good.
This could be implemented as a separate applet from the app list. The app list applet is already pretty complicated :sweat_smile: so I think it would probably be better to...
> Does it means we can't use layer shell in applet ? I was using it in my clipboard manager but it was buggy recently Yeah, that would be a...
Applets are wayland clients that create a regular window and popups. I'll document some of the environment variables set by the panel for applets though, and the variables applets can...
> Does this mean that something that creates a layer shell window on other platforms (specifically KDE) should create a standard (toplevel) window under COSMIC? cosmic-comp also supports layer shell,...
> > > Does this mean that something that creates a layer shell window on other platforms (specifically KDE) should create a standard (toplevel) window under COSMIC? > > >...
Thanks, this is an uncommon configuration but one that should be supported. I'll work on a fix for this
There seems to be a bug relating to how the border is drawn, as it doesn't line up correctly when I've tested it.
> Then, we add our message to a queue: self.queue.push(Message::AltTab). Ya, I think a queue of unprocessed messages could work well :+1: