• Joined on 2023年05月15日
edmonds commented on pull request raboof/volare#88 2025年02月03日 01:32:04 +01:00
Version 1.10.0.0

@raboof wrote in raboof/volare#88 (comment):

Thanks, updated!

I wonder if we should release 1.10.1.0, even though there's some known issues......

edmonds commented on pull request raboof/volare#88 2025年02月02日 06:56:33 +01:00
Version 1.10.0.0

Ran into an odd crash in container_remove_placeholder_and_parent() where a placeholder container somehow became parentless.

Here's another NULL guard:

diff --git a/sway/tree/contai...
edmonds commented on pull request raboof/volare#88 2024年12月12日 18:58:14 +01:00
Version 1.10.0.0

Ran into this crash after resuming from suspend this morning:

(gdb) bt
#0 0x000061666e8d62c3 in seat_node_from_node (seat=0x61667b987050, node=0x0) at ../sway/input/seat.c:344
#1 ...
edmonds commented on pull request raboof/volare#88 2024年12月02日 06:30:43 +01:00
Version 1.10.0.0

OK, I have a slightly better workaround that doesn't mess up keyboard focus. Still doesn't address the root cause, though. It looks like the keyboard focus is getting messed up by something in...

edmonds commented on pull request raboof/volare#88 2024年12月01日 19:00:38 +01:00
Version 1.10.0.0

0adc8ccf8ff2f0ebe98a29b7aed83023e3bafa2c has some copy-paste errors on lines 1218/1219 :-)

edmonds commented on pull request raboof/volare#88 2024年12月01日 07:43:13 +01:00
Version 1.10.0.0

Just compiled this branch against wlroots 0.18.1 and managed to get a crash by trying to drag a window with the mouse into another container. Looks like some memory corruption.

I compiled...

edmonds commented on pull request raboof/volare#88 2024年12月01日 01:17:24 +01:00
Version 1.10.0.0

Another issue I noticed: when I create a new, empty workspace, the cursor starts off in the exact middle of the display. If I then do a splith, the workspace splits into two side-by-side...

edmonds commented on pull request raboof/volare#88 2024年12月01日 01:12:29 +01:00
Version 1.10.0.0

I also noticed that when dragging, the mouse pointer changes to a hand icon, but the current container under the mouse pointer isn't highlighted any more. Previous versions would render a...

edmonds commented on pull request raboof/volare#88 2024年12月01日 00:14:51 +01:00
Version 1.10.0.0

OK, I'm reviewing the output of `git range-diff 08873ba32b6995a38af539b836822c3721e6d89b~..b0f288ebd424abaf5d23f9147b493a66ae889627 6679ec636eb9df7315dfc73bdb394d69702b572c~..e73793349e05cea6e85103...

edmonds commented on pull request raboof/volare#88 2024年11月29日 23:23:24 +01:00
Version 1.10.0.0

Huh, it definitely seems to be behaving like an invisible, floating window that's overlaid on top of the workspace, because I can click on it and drag it to the other display (DP-2), and now DP-1...

edmonds commented on pull request raboof/volare#88 2024年11月29日 23:10:00 +01:00
Version 1.10.0.0

And here is the volaremsg -t get_workspaces output:

Workspace 11
 Output: DP-2
 Layout: splith
 Representation: H[T[Alacritty firefox firefox Alacritty] T[Alacritty]]
Workspace...
edmonds commented on pull request raboof/volare#88 2024年11月29日 23:01:51 +01:00
Version 1.10.0.0

Hmm. So I have two monitors, and I managed to mess up the workspace on one of them (DP-1) to the point that focus follows mouse seems to not be working consistently, and clicking on links in...

edmonds commented on pull request raboof/volare#88 2024年11月28日 07:09:18 +01:00
Version 1.10.0.0

Hm, I thought I could reliably reproduce it but now it doesn't seem so reliable. Might have to run volare under Valgrind or ASAN or something.

edmonds commented on pull request raboof/volare#88 2024年11月28日 07:02:18 +01:00
Version 1.10.0.0

I seem to be able to reliably reproduce it by starting from an empty workspace, creating a split, starting a program in one of the splits, and then dragging the program's window by the titlebar...

edmonds commented on pull request raboof/volare#88 2024年11月28日 06:52:48 +01:00
Version 1.10.0.0

Just compiled this branch against wlroots 0.18.1 and managed to get a crash by trying to drag a window with the mouse into another container. Looks like some memory corruption.

edmonds@chas...
edmonds commented on pull request raboof/volare#88 2024年11月28日 05:18:10 +01:00
Version 1.10.0.0

The version should be 1.10.0.0, not 0.10.0.0, right?

edmonds deleted branch edmonds/crash/container_add_placeholder_child from edmonds/volare 2024年10月12日 04:28:49 +02:00
edmonds pushed to main at edmonds/volare 2024年10月12日 04:28:21 +02:00
b0f288ebd4 Merge pull request 'container_add_placeholder_child(): focus NULL check' (#87) from edmonds/volare:edmonds/crash/container_add_placeholder_child into main
f4f4adad4e container_add_placeholder_child(): focus NULL check
Compare 2 commits »
edmonds created pull request raboof/volare#87 2024年10月08日 02:24:16 +02:00
container_add_placeholder_child(): focus NULL check
edmonds pushed to edmonds/crash/container_add_placeholder_child at edmonds/volare 2024年10月08日 02:22:49 +02:00
f4f4adad4e container_add_placeholder_child(): focus NULL check