Consolatis

Results 854 comments of Consolatis

For the app_id: that is sadly not possible. It is hardcoded by wlroots and the relevant struct to set the app_id is private. The title could technically be changed from...

No, that is only possible for labwc or wlroots itself. How the title change behavior could be implemented by the nested instance: add some env var or command line arg...

> By the way, I am looking into an alternative approach that would just scale down the SSD buttons as the view gets smaller. I think I would personally prefer...

For wayland applications, this is something the application is responsible for: they control the cursor image as long as the cursor is over their surface. I think labwc should not...

> Does wp_drm_lease_v1_destroy restore the desktop Yes and no. Based on the docs from wlroots: yes, based on the actual behavior of wlroots: no. So currently destroying a lease will...

> I'm using it and it works ok with labwc. Applied mode is restored after system reboot. This recommendation is very much RaspberryPi OS specific. And as far as I...

So this is (from what I can see): - gradients - the icon backgrounds in the classic theme - some additional border between titlebar and window content in the classic...

> I think we should be really careful when implementing a protocol on our own. Absolutely agree. What I meant was that I am currently preparing a draft PR for...

> So do you want to support the protocol on labwc side before wlroots adds an implementation for it? Yes, that was the idea. > My slight preference is waiting...

> The most confusing part for me in this PR is that there's no `struct output_tracker`. I think using only either of `output_tracker` or `output_object` (I prefer `output_object`) will make...