-
Notifications
You must be signed in to change notification settings - Fork 178
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
sfwbar application menu completely crashes Wayfire #2079
Comments
I tried this with latest wayfire and it ran without crashing. Are you able to test latest wayfire git? Wayfire git now uses wlroots 0.17.x, which might make the difference. |
I have compiled Wayfire from latest git. Can you open applications using the bottom left menu? |
I built sfwbar from git and there is an error in the terminal when I click the menu and the menu doesn't show at all, so launching apps is not possible. |
The menu requires python. Can you check if installing python3 fixes it? |
python3 is installed. |
I think sfwbar |
I found that having tick marks in the name of the menu entry would mess up the code generation and I had to patch sfwbar to get it to work, like this. However, with a working menu, launching items does not crash wayfire wayland backend, so I can't offer a patch to stop wayfire from crashing. Does this still happen with latest wayfire git? |
At least on FreeBSD the issue still is there when using latest git version. |
@elgithubo Since you can reproduce the issue, can you try running wayfire inside of wayfire and reproduce the issue? You should be able to use something like |
I can't reproduce the issue on linux with the current git version. Here's the output from 0.8.0 where I could reproduce it:
|
As I stated before, I can't repro it on latest git, either. @ammen99 brought out that it could be a possible wlroots bug, as wayfire git is using a different version of wlroots. Closing because this has been fixed since 0.8.0. |
Describe the bug
When using sfwbar (https://github.com/LBCrion/sfwbar) as taskbar under Wayfire the following problem occurs:
When trying to launch an application via sfwbar, the complete compositor crashes.
Some more details can be found here: LBCrion/sfwbar#131 (Note: the issue also occurs under Linux).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect the requested application to launch.
At least, in case of launch error, it should not happen that Wayfire crashes completely and is quit.
Screenshots or stacktrace
Log:
wayfire.txt
Wayfire version
0.8.0
The text was updated successfully, but these errors were encountered: