albertlauncher/albert
The issue has been closed
Fedora - missing dependency qt6-qt5compat #1302
fgibaux posted onGitHub
<!-- - Fill out the entire template - The issue posted has to be related to the code of this repository - For suggestions and ideas please rather open a discussion - Make sure you use an up to date version -->
Description
when trying to launch Albert, I'm getting the following error message:
qt5-qtgraphicaleffects-5.15.10-1.fc38.x86_64 package is already installed, tried reinstalling it
Reviewing discussion in https://github.com/albertlauncher/albert/issues/1278 made me install qt6-qt5compat that fixes the issue.
Expected behavior
Albert to open normally
qt6-qt5compat to be installed with Albert.
Steps to reproduce
uninstall qt6-qt5compat
Source
official Albert repositories on open build service/opensuse for fedora 38
Debug output
<details>
ā albert -d
Albert version: 0.22.4
Build date: Oct 27 2017 00:00:00
Qt version: 6.5.2
Build ABI: x86_64-little_endian-lp64
Arch (build/current): x86_64/x86_64
Kernel (type/version): linux/6.4.12-200.fc38.x86_64
OS: Fedora Linux 38 (KDE Plasma)
OS (type/version): fedora/38
$QT_QPA_PLATFORMTHEME:
Platform name: wayland
Font: Noto Sans,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
Binary location: /usr/bin/albert
$PWD: /home/redacted
$SHELL: /usr/bin/zsh
$LANG: en_GB.UTF-8
Language: C
Locale: C
$XDG_SESSION_TYPE: wayland
$XDG_CURRENT_DESKTOP: KDE
$DESKTOP_SESSION: plasma
$XDG_SESSION_DESKTOP: KDE
Icon theme: breeze
11:07:25 [crit:albert] Application has not been terminated graciously
11:07:25 [warn:albert] Opening history file failed: /home/redacted/.local/share/albert/albert.history
11:07:25 [fatal:default] Failed loading QML component
qrc:/DefaultStyle.qml:3 module "Qt5Compat.GraphicalEffects" is not installed
-- [(null)]
</details>