-
-
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
Albert won't launch after update #1289
Comments
|
|
can you please rebuild the package with
If you are keen on playing around it would also be interesting to see if RelWithDebInfo also gives this info. This would be nice to have then if the packager ships it that way. |
The official ones are build using relwithdebinfo. Would be interesting to see the outcome there too. |
DebInfo ? That's for debian not Arch.. Anyway the PKGBUILD has an option called |
Nope its "Release With Debug Information"
this is just a build switch for the debug plugin |
i wonder if the official ones would crash at all. please test it. |
Coredump with debug to on. Will test official package
|
I narrowed it down to packager not setting the required dependencies
Once they are installed I get this error in a popup with both official and AUR one
|
is |
Yes indeed will rebuild adding it to forced dependencies... They are all needed, not just shaders. Also commented on AUR ;) Thanks as usual ;) |
I meet the problem too!@ManuelSchneid3r
and
|
# install dependent
# https://build.opensuse.org/package/view_file/home:manuelschneid3r/albert/_service:set_version:PKGBUILD?expand=1
apt install qt6-base* qt6-declarative* qt6-scxml* qt6-scxml* pybind11*
apt install libqt6core5compat6-dev
apt install libqt6svg6-dev
apt install libmuparser-dev
apt install libqalculate-dev
apt install libarchive-dev
# get code
git clone --recursive https://github.com/albertlauncher/albert.git
cd albert && git checkout tags/v0.21.1
git submodule update --recursive && cd ../
# build and install
cmake -B build -S albert -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug
cmake --build build -j 2
sudo cmake --install build
sudo update-icon-caches /usr/share/icons/*
|
@talengu Yeah you need to add the dependencies mentioned above as shown in my screenshot... Am on Arch but should be possible on Debian too. |
Description
On ArchLinux XFCE & Gnome after update Albert won't launch with following message
Expected behavior
For it to work
Steps to reproduce
Update, run through terminal fail...
Source
Built through AUR latest version
Debug output
The text was updated successfully, but these errors were encountered: