Skip to content
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

Splash Screen crashes on Plasma 5+ #80

Open
emilienbev opened this issue Nov 22, 2024 · 2 comments · May be fixed by #81
Open

Splash Screen crashes on Plasma 5+ #80

emilienbev opened this issue Nov 22, 2024 · 2 comments · May be fixed by #81

Comments

@emilienbev
Copy link

Issues

The splash screen (ksplashqml) crashes when loading either of the Catpuccin splash screens, due to a missing version specification in the QtQuick import of Splash.qml.

Stacktrace

Application: ksplashqml (ksplashqml), signal: Segmentation fault

[KCrash Handler]
#4  0x00007d35f69110ce in QObject::setProperty(char const*, QVariant const&) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x000056deb392cf0d in ?? ()
#6  0x000056deb392b8fa in ?? ()
#7  0x000056deb392c0af in ?? ()
#8  0x000056deb392ad9b in ?? ()
#9  0x00007d35f5e2a1ca in __libc_start_call_main (main=main@entry=0x56deb392acf0, argc=argc@entry=3, argv=argv@entry=0x7ffeff047d38) at ../sysdeps/nptl/libc_start_call_main.h:58
#10 0x00007d35f5e2a28b in __libc_start_main_impl (main=0x56deb392acf0, argc=3, argv=0x7ffeff047d38, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7ffeff047d28) at ../csu/libc-start.c:360
#11 0x000056deb392ae15 in ?? ()
[Inferior 1 (process 27986) detached]

System Details

  • Kubuntu 24.04.1
  • Plasma 5.27.11
@emilienbev emilienbev linked a pull request Nov 22, 2024 that will close this issue
@mexiz
Copy link

mexiz commented Jan 14, 2025

I encountered the same issue on my system:

  • Operating System: Kubuntu 24.04
  • KDE Plasma Version: 5.27.11
  • Qt Version: 5.15.13

This fix worked perfectly on my setup, but I'm not sure if it will help on different versions.

@mexiz
Copy link

mexiz commented Jan 14, 2025

The issue has been resolved in version v0.2.5. You can fix it by running:

git checkout v0.2.5

before proceeding with the installation.
According to the release notes, this step is recommended for systems running KDE version 5.27.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants