Skip to content
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

[BUG] Freezes on Hyprland after recent update #164

Closed
Anakael opened this issue Jun 16, 2024 · 8 comments
Closed

[BUG] Freezes on Hyprland after recent update #164

Anakael opened this issue Jun 16, 2024 · 8 comments

Comments

@Anakael
Copy link
Contributor

Anakael commented Jun 16, 2024

Hyprland version:

Hyprland, built from branch  at commit 9e781040d9067c2711ec2e9f5b47b76ef70762b3  (props: bump version to 0.41.1).
Date: Thu Jun 13 09:54:06 2024
Tag: v0.41.1, commits: 4818

flags: (if any)

When running yofi window appears, but no input is available on the whole compositor, except switching between workspaces.
Running with force_window = true does not freeze, but no window appears.
Running log:

2024-06-16T11:03:41.968001684Z[sctk][DEBUG] Bound new global [1] wl_seat v7
2024-06-16T11:03:41.968104017Z[sctk][DEBUG] Bound new global [48] wl_output v4
2024-06-16T11:03:41.968135888Z[sctk][DEBUG] Bound new global [9] zxdg_output_manager_v1 v3
2024-06-16T11:03:41.968405559Z[sctk][DEBUG] supported wl_shm format Argb8888
2024-06-16T11:03:41.968437459Z[sctk][DEBUG] supported wl_shm format Xrgb8888
2024-06-16T11:03:41.968458670Z[sctk][DEBUG] supported wl_shm format Xbgr8888
2024-06-16T11:03:41.968479168Z[sctk][DEBUG] supported wl_shm format Abgr8888
2024-06-16T11:03:41.968501731Z[sctk][DEBUG] supported wl_shm format Bgr888
2024-06-16T11:03:41.968524033Z[sctk][DEBUG] supported wl_shm format Rgbx4444
2024-06-16T11:03:41.968543811Z[sctk][DEBUG] supported wl_shm format Rgba4444
2024-06-16T11:03:41.968563308Z[sctk][DEBUG] supported wl_shm format Rgbx5551
2024-06-16T11:03:41.968583185Z[sctk][DEBUG] supported wl_shm format Rgba5551
2024-06-16T11:03:41.968602893Z[sctk][DEBUG] supported wl_shm format Rgb565
2024-06-16T11:03:41.968622360Z[sctk][DEBUG] supported wl_shm format Xbgr2101010
2024-06-16T11:03:41.968641446Z[sctk][DEBUG] supported wl_shm format Abgr2101010
2024-06-16T11:03:41.968660392Z[sctk][DEBUG] supported wl_shm format Xbgr16161616f
2024-06-16T11:03:41.968680259Z[sctk][DEBUG] supported wl_shm format Abgr16161616f
2024-06-16T11:03:41.968699706Z[sctk][DEBUG] supported wl_shm format Xbgr16161616
2024-06-16T11:03:41.968723271Z[sctk][DEBUG] supported wl_shm format Abgr16161616
@l4l
Copy link
Owner

l4l commented Jun 17, 2024

Did it work at 0.2.1? There's almost no diff

@Anakael
Copy link
Contributor Author

Anakael commented Jun 19, 2024

I suppose my last used version was after this PR: #156
And yofi started to freeze on it.
I've updated to latest master and it didn't help.

@danieledema
Copy link

Hi, I am unsure if it is the same problem, but on my side, I have the same effect with this specific error:

2024-06-24T08:54:15.269527575Z[yofi::icon][INFO] failed to load icon at path `"/usr/share/icons/Adwaita/16x16/categories/applications-engineering-symbolic.symbolic.png"`: No such file or directory (os error 2)
2024-06-24T08:54:15.286167509Z[yofi::icon][INFO] failed to load icon at path `"/usr/share/icons/Adwaita/16x16/categories/applications-engineering-symbolic.symbolic.png"`: No such file or directory (os error 2)
2024-06-24T08:54:15.302888110Z[yofi::icon][INFO] failed to load icon at path `"/usr/share/icons/Adwaita/16x16/categories/applications-engineering-symbolic.symbolic.png"`: No such file or directory (os error 2)
2024-06-24T08:54:15.319285833Z[yofi::icon][INFO] failed to load icon at path `"/usr/share/icons/Adwaita/16x16/categories/applications-engineering-symbolic.symbolic.png"`: No such file or directory (os error 2)
2024-06-24T08:54:15.336092200Z[yofi::icon][INFO] failed to load icon at path `"/usr/share/icons/Adwaita/16x16/categories/applications-engineering-symbolic.symbolic.png"`: No such file or directory (os error 2)
2024-06-24T08:54:15.353197210Z[yofi::icon][INFO] failed to load icon at path `"/usr/share/icons/Adwaita/16x16/categories/applications-engineering-symbolic.symbolic.png"`: No such file or directory (os error 2)
2024-06-24T08:54:15.370622724Z[yofi::icon][INFO] failed to load icon at path `"/usr/share/icons/Adwaita/16x16/categories/applications-engineering-symbolic.symbolic.png"`: No such file or directory (os error 2)
2024-06-24T08:54:15.386238149Z[yofi::icon][INFO] failed to load icon at path `"/usr/share/icons/Adwaita/16x16/categories/applications-engineering-symbolic.symbolic.png"`: No such file or directory (os error 2)
2024-06-24T08:54:15.403178263Z[yofi::icon][INFO] failed to load icon at path `"/usr/share/icons/Adwaita/16x16/categories/applications-engineering-symbolic.symbolic.png"`: No such file or directory (os error 2)

And indeed this icon is not there.
So the program is not frozen for me, but it looks like it.

I hope it will be useful!

@Anakael
Copy link
Contributor Author

Anakael commented Jun 24, 2024

It's not :)
Adwaita just changed files hierarchy. To fix this: set right fallback_icon_path as described here https://github.com/l4l/yofi/wiki/Configuration

@pipelight
Copy link

Same here! Do not know if it's a Hyprland problem or a yofi issue.

@Anakael
Copy link
Contributor Author

Anakael commented Jun 27, 2024

Same here! Do not know if it's a Hyprland problem or a yofi issue.

Waybar, which also use wlr_layer_shell works file, so I think it's rather yofi's side problem.

@pipelight
Copy link

As @l4l said, yofi undergone nearly no changes in last commits.
I updated hyprland to latest and the problem is gone.

@Anakael
Copy link
Contributor Author

Anakael commented Jun 29, 2024

Yes, it was indeed Hyprland after all.

@Anakael Anakael closed this as completed Jun 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants