-
Notifications
You must be signed in to change notification settings - Fork 60
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
QtGraphicalEffects "not installed" on Fedora 40. #26
Comments
Hey! Facing the exact same issue rn. How did you solve this? |
@udqy I basically rewrote the themes and removed Qtgraphicaleffects as a dependency, also removing their modules and some broken things in the process.It's very flaky, of course, and I'm against using software from random git repos, and I can't afford to provide support for this cut down version so I'll only link it if yoi explicitly ask for it. Alternatively, follow what I did by using |
Yeah i tried doing the same thing but couldnt make it work. Ended up switching themes. Thanks |
@udqy Which theme works for you? I couldn't find any that worked for me, as they all either used Qtgraphicaleffects or KDE Frameworks |
sddm-astronaut-theme works |
@udqy Thank you so much! I will not close this issue, however, and will let @MarianArlt close it if they so choose. |
Hello.
I have SDDM preinstalled, on Fedora 40 Sway.
Output of
qmake --version
:I have the
qt5-qtquickcontrols2
andqt5-qtgraphicaleffects-5.15.14-1
packages installed.When running the default version of the theme, I'm getting the errors that
qtgraphicaleffects
is not installed. After doing a further look into it, I tried running:and got the following errors:
I should mention I found a "solution" where I replaced every import of
QtGraphicalEffects 1.0
in the theme withimport Qt5Compat.GraphicalEffects 1.0
which seems to mostly work (except that the user selector icon is broken; fixed it by settingvisible: false
in the "selectUser" ComboBox in Input.qml) so it mostly kinda works after some modifications, but I'm not sure why these are even necessary in the first place. Any help would be appreciated. If you need any more info, please let me know. Thanks.Edit(s): Fixing formatting of code blocks
The text was updated successfully, but these errors were encountered: