Bug 502015 - krunner always doesn't work unless restarted
Summary: krunner always doesn't work unless restarted
Status: RESOLVED DUPLICATE of bug 480800
Alias: None
Product: krunner
Classification: Plasma
Component: windows (show other bugs)
Version: 6.3.2
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-26 10:47 UTC by greenscarf005
Modified: 2025-03-26 13:39 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
output of journalctl -b --user --unit plasma-krunner.service (11.00 KB, text/x-log)
2025-03-26 10:47 UTC, greenscarf005
Details

Note You need to log in before you can comment on or make changes to this bug.
Description greenscarf005 2025-03-26 10:47:17 UTC
Created attachment 179749 [details]
output of  journalctl -b --user --unit plasma-krunner.service

SUMMARY

krunner doesn't work unless manually started.

STEPS TO REPRODUCE
1. log in.
2. press alt+space
3. it shows nothing.

OBSERVED RESULT

```
$ systemctl --user status plasma-krunner.service
● plasma-krunner.service - KRunner
     Loaded: loaded (/usr/lib/systemd/user/plasma-krunner.service; static)
    Drop-In: /usr/lib/systemd/user/service.d
             └─10-timeout-abort.conf
     Active: active (running) since Mon 2025-03-24 22:01:15 KST; 1 day 21h ago
 Invocation: a007a81625ab4873ab856928d1cf9524
   Main PID: 1605223 (krunner)
      Tasks: 28 (limit: 37266)
     Memory: 85.6M (peak: 87M)
        CPU: 6.155s
     CGroup: /user.slice/user-1000.slice/user@1000.service/background.slice/plasma-krunner.service
             └─1605223 /usr/bin/krunner --daemon

 3월 24 23:48:21 fedora krunner[1605223]: qt.qpa.wayland: eglSwapBuffers failed with 0x300d, surface: 0x55ac37808d50
 3월 24 23:48:21 fedora krunner[1605223]: qt.qpa.wayland: eglSwapBuffers failed with 0x300d, surface: 0x55ac37808d50
 3월 25 18:44:40 fedora krunner[1605223]: qt.core.qobject.connect: QObject::connect: No such signal Solid::Backends::Fstab::FstabStorageAccess::checkRequested(QString)
 3월 25 18:44:40 fedora krunner[1605223]: qt.core.qobject.connect: QObject::connect: No such signal Solid::Backends::Fstab::FstabStorageAccess::checkDone(Solid::ErrorType, QVariant, QString)
 3월 26 19:40:57 fedora krunner[1605223]: qt.qpa.wayland: eglSwapBuffers failed with 0x300d, surface: 0x55ac37808d50
 3월 26 19:40:58 fedora krunner[1605223]: qt.qpa.wayland: eglSwapBuffers failed with 0x300d, surface: 0x55ac37808d50
 3월 26 19:40:59 fedora krunner[1605223]: qt.qpa.wayland: eglSwapBuffers failed with 0x300d, surface: 0x55ac37808d50
 3월 26 19:41:01 fedora krunner[1605223]: qt.qpa.wayland: eglSwapBuffers failed with 0x300d, surface: 0x55ac37808d50
 3월 26 19:42:54 fedora krunner[1605223]: qt.qpa.wayland: eglSwapBuffers failed with 0x300d, surface: 0x55ac37808d50
 3월 26 19:43:43 fedora krunner[1605223]: qt.qpa.wayland: eglSwapBuffers failed with 0x300d, surface: 0x55ac37808d50
```

despite krunner running in systemd, it doesn't pop up when alt+space is pressed.
the only way to workaround this issue is to manually restart krunner via `krunner --replace &`.

EXPECTED RESULT

krunner works.

SOFTWARE/OS VERSIONS
Operating System: Fedora Linux 41
KDE Plasma Version: 6.3.2
KDE Frameworks Version: 6.11.0
Qt Version: 6.8.2
Kernel Version: 6.13.5-200.fc41.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 12 × AMD Ryzen 5 5600G with Radeon Graphics
Memory: 30.7 GiB of RAM
Graphics Processor 1: NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2
Graphics Processor 2: NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2

ADDITIONAL INFORMATION
Comment 1 Filip 2025-03-26 13:39:03 UTC
*** This bug has been marked as a duplicate of bug 480800 ***