-
-
Notifications
You must be signed in to change notification settings - Fork 305
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
Wayland: crash on show #858
Comments
I can confirm the crash. I've tried switching to the QMLwidgetmodel, but only get an empty window in sway. I've created a hack around this, which lets me use albert under sway. It can be found at here. Sorry I don't really know enough about wayland and X11 to do a proper fix. |
Thanks @cycomanic and @johanhelsing for the fixes! I tried it and now I can run Albert again on Fedora 31 To build on Fedora 31: git clone git@github.com:johanhelsing/albert.git # Fork to fix another Wayland issue
git checkout wayland-crash-fix
cd albert
git submodule update --init --recursive --remote
cd plugins
git remote set-url origin git@github.com:cycomanic/plugins-1.git
git fetch
git checkout origin/dev
cd ..
# Make sure you have all the dependencies you need (or the equivalent packages on your distro):
sudo dnf install cmake qt5-devel qt5-qtcharts-devel muParser-devel python-devel
mkdir albert-build
cd albert-build
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug
make
sudo make install Edit: I think I might have spoke too soon. It doesn't crash anymore and I can access the settings page but I can't get it to launch. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This is a wayland issue. The app is not really ready for wayland yet. Ill close this one since there are dozens of wayland issues. Note: I wrote this comment as fast as I can to master the current pile of work. If I missed the point or you have other objections please open a new issue. |
Continue discussion at #958. |
Steps to reproduce
albert show
under any wayland compositor.Expected behaviour
show
Actual behaviour
crash
Version
Built from master with #804 applied (to get past earlier wayland crash).
Environment
Trace
The text was updated successfully, but these errors were encountered: