Closed infokiller closed 4 years ago
Hi, thanks for the report. This is actually already fixed on the "next" branch because I noticed it yesterday while adding floating window support and looking into the issue of restoring workspace properties. The fix will be included whenever I do the next release, but I would like to get some more features in before then.
Describe the bug When trying to save a workspace with placeholders, the python script fails with an error because the placeholder window doesn't have the "class" attribute. Traceback:
To Reproduce Steps to reproduce the behavior:
i3-resurrect restore
with placeholders that don't match a container)i3-resurrect save
on that workspaceExpected behavior Workspace saved correctly.
System information (please complete the following information):
Linux distribution: Archlinux
i3-resurrect version (output of
i3-resurrect --version
):i3-resurrect, version 1.3.2
i3 version (output of
i3 -v
):i3 version 4.17.1 (2019-08-30) © 2009 Michael Stapelberg and contributors
Python version (output of
python -V
):Python 3.6.7