-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nwg-dock crashes if a floating window is split in sway; references compile-time directory #35
Comments
It looks like a bug in the go-sway library. A floating node treated this way (at least viewed through go-sway) no longer has |
Could you build and install from the |
|
Haha! I admit it gave me a headache. But I fixed 2 more issues by the way.
There's also a Hyprland version. After years on sway, I finally find Hyprland more flexible. All my stuff is currently being ported to Hyprland, most part is ready to use. |
BTW: pull the latest commits, just in case you're out of date. I'm not merging tonight, it needs some more testing. |
Describe the bug
If a floating window is split horizontally or vertically, nwg-dock crashes with the following output:
It's referencing the folder where I compiled the application, which, of course, no longer exists. I'm not sure why it might still be trying to access anything in this folder after compiling and installing.
The same crash occurs when attempting to launch nwg-dock when a split floating window already exists.
To Reproduce
Expected behavior
nwg-dock should not crash, nor should it attempt to access the compile-time directory after being compiled and installed.
Desktop (please complete the following information):
Thanks for taking a look!☺️
The text was updated successfully, but these errors were encountered: