Marcus Britanicus
Marcus Britanicus
@stefonarch What about #2043 alone? I want to peg this down in a couple of days. It's strange that we both are using arch, I cannot for any reason make...
I guess I was not very clear: I did mean to use IPC entirely, and drop foreign-toplevel. And yes, it would be great if more options were added, like move...
@mark-herbert42 Yes, Wayfire always knows the position of the windows. We do not need the scale plugin - you can use IPC (you'll need the `ipc` and `ipc-rules` plugins) to...
I'm copying this comment from #2043 so that it does not get lost. > > We want to let user develop an independent plugin for an exotic WM and it...
I thought so. I had added a few comments, and yesterday I did the "Finish your review" only to notice later that my comments had gone missing. I perhaps did...
> Will it be done in September? @knm100 If you wish to test, you can use this: https://github.com/LXQt-Marcus-Fork/lxqt-panel/tree/wlroots_backend_patched
@ammen99 We already "set" them in the plugin. That's why we have a valid value. The problem is that the wrong value is being set. https://github.com/WayfireWM/wayfire/blob/master/plugins/vswitch/vswitch.cpp#L89
Some background information: 1. I have been using qtermwidget6 (git:master) for a long time, and it is always updated. 2. This problem started after the recent update of my system,...
> Please see https://github.com/lxqt/qtermwidget/issues/586#issuecomment-2745194143. Probably, they've set no-keyboard-protocols by default. This is possible. I will look into it. > But the issue is in QTermWidget → Vt102Emulation.cpp. This is something...
Thank you for this list. I was looking at [processToken](https://github.com/lxqt/qtermwidget/blob/master/lib/Vt102Emulation.cpp#L437) function. I think this is where the error is.