Bug 482730

Summary: xdg-desktop-portal-kde coredumps when system boots
Product: [Plasma] xdg-desktop-portal-kde Reporter: Koshika <koshikas>
Component: generalAssignee: Vinícius <viniciusdaros2004>
Status: CLOSED FIXED    
Severity: crash CC: aleixpol, jgrulich, justin, kde, koshikas, nate, viniciusdaros2004
Priority: NOR Keywords: qt6
Version: 6.0.1   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In: Frameworks 6.1
Attachments: my journald logs when i close my laptop lid
my journald logs when i just press the power button

Description Koshika 2024-03-07 15:27:08 UTC
SUMMARY
looks like systemd is trying to start portal service too early. i dont know if this makes any sense sense in systemd terms, but looks like it fails to start service in system-space and proceeds correctly start and succeed the service in user-space.

error trace in logs read as follows;
systemd[1]: Starting Daemon for power management...                                                                            
systemd[1]: Started Daemon for power management.                                                                               
systemd[1058]: Starting Portal service...                                                                                      
systemd[1058]: Starting flatpak document portal service...                                                                     
systemd[1058]: Starting sandboxed app permission store...                                                                      
systemd[1058]: Started sandboxed app permission store.                                                                         
systemd[1058]: Started flatpak document portal service.                                                                        
xdg-desktop-por[1218]: Choosing gtk.portal for org.freedesktop.impl.portal.Lockdown as a last-resort fallback                  
xdg-desktop-por[1218]: The preferred method to match portal implementations to desktop environments is to use the portals.conf(
systemd[1058]: Starting Portal service (GTK/GNOME implementation)...                                                           
xdg-desktop-por[1239]: cannot open display:                                                                                    
systemd[1058]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE                              
systemd[1058]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.                                                 
systemd[1058]: Failed to start Portal service (GTK/GNOME implementation).                                                      
systemd[1]: Starting RealtimeKit Scheduling Policy Service...                                                                  
systemd[1]: Started RealtimeKit Scheduling Policy Service.                                                                     
rtkit-daemon[1244]: Successfully called chroot.                                                                                
rtkit-daemon[1244]: Successfully dropped privileges.                                                                           
rtkit-daemon[1244]: Successfully limited resources.                                                                            
rtkit-daemon[1244]: Running.                                                                                                   
rtkit-daemon[1244]: Watchdog thread running.                                                                                   
rtkit-daemon[1244]: Canary thread running.                                                                                     
rtkit-daemon[1244]: Supervising 0 threads of 0 processes of 0 users.                                                           
rtkit-daemon[1244]: Supervising 0 threads of 0 processes of 0 users.                                                           
rtkit-daemon[1244]: Supervising 0 threads of 0 processes of 0 users.                                                           
systemd[1058]: Starting Xdg Desktop Portal For KDE...                                                                          
xdg-desktop-portal-kde[1249]: This application failed to start because no Qt platform plugin could be initialized.
                              Available platform plugins are: vkkhrdisplay, wayland-egl, offscreen, wayland, eglfs, minimal, vn│
systemd[1]: Created slice Slice /system/systemd-coredump.                                                                      
systemd[1]: Started Process Core Dump (PID 1254/UID 0).                                                                        
systemd-coredump[1256]: Process 1249 (xdg-desktop-por) of user 968 dumped core.             
           Stack trace of thread 1249:                                                                                                    │
│           #0  0x00007fa77cc1e32c n/a (libc.so.6 + 0x9132c)                                                                               │
│           #1  0x00007fa77cbcd6c8 raise (libc.so.6 + 0x406c8)                                                                             │
│           #2  0x00007fa77cbb54b8 abort (libc.so.6 + 0x284b8)                                                                             │
│           #3  0x00007fa77d078924 n/a (libQt6Core.so.6 + 0x8a924)                                                                         │
│           #4  0x00007fa77d079135 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8b135)                                             │
│           #5  0x00007fa77d69dbe9 n/a (libQt6Gui.so.6 + 0xd9be9)                                                                          │
│           #6  0x00007fa77d738a18 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x174a18)                        │
│           #7  0x00007fa77d12bb15 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x13db15)                                        │
│           #8  0x00007fa77d738ac1 _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x174ac1)                                          │
│           #9  0x00007fa77ded83ee _ZN19QApplicationPrivate4initEv (libQt6Widgets.so.6 + 0xf53ee)                                          │
│           #10 0x0000559faa6238e6 n/a (xdg-desktop-portal-kde + 0x258e6)                                                                  │
│           #11 0x00007fa77cbb6cd0 n/a (libc.so.6 + 0x29cd0)                                                                               │
│           #12 0x00007fa77cbb6d8a __libc_start_main (libc.so.6 + 0x29d8a)                                                                 │
│           #13 0x0000559faa623e65 n/a (xdg-desktop-portal-kde + 0x25e65)                                                                  │
│                                                                                                                                          │
│           Stack trace of thread 1253:                                                                                                    │
│           #0  0x00007fa77cc8c0bf __poll (libc.so.6 + 0xff0bf)                                                                            │
│           #1  0x00007fa77be7a2f6 n/a (libglib-2.0.so.0 + 0xb82f6)                                                                        │
│           #2  0x00007fa77be1a162 g_main_context_iteration (libglib-2.0.so.0 + 0x58162)                                                   │
│           #3  0x00007fa77d3619c4 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0│
│           #4  0x00007fa77d131d6e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x143d6e)                      │
│           #5  0x00007fa77d20f06f _ZN7QThread4execEv (libQt6Core.so.6 + 0x22106f)                                                         │
│           #6  0x00007fa77e5a39df n/a (libQt6DBus.so.6 + 0x299df)                                                                         │
│           #7  0x00007fa77d28ebd3 n/a (libQt6Core.so.6 + 0x2a0bd3)                                                                        │
│           #8  0x00007fa77cc1c55a n/a (libc.so.6 + 0x8f55a)                                                                               │
│           #9  0x00007fa77cc99a3c n/a (libc.so.6 + 0x10ca3c)                                                                              │
│           ELF object binary architecture: AMD x86-64                                                                                     │
systemd[1]: systemd-coredump@0-1254-0.service: Deactivated successfully.                                                                               │
systemd[1058]: plasma-xdg-desktop-portal-kde.service: Main process exited, code=dumped, status=6/ABRT                                                  │
systemd[1058]: plasma-xdg-desktop-portal-kde.service: Failed with result 'core-dump'.                                                                  │
systemd[1058]: Failed to start Xdg Desktop Portal For KDE.                                                                                             │
systemd[1058]: Starting Portal service (GTK/GNOME implementation)...                                                                                   │
xdg-desktop-por[1260]: cannot open display:                                                                                                            │
systemd[1058]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE                                                      │
systemd[1058]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.                                                                         │
systemd[1058]: Failed to start Portal service (GTK/GNOME implementation).                                                                              │
systemd[1058]: Starting Xdg Desktop Portal For KDE...                                                                                                  │
xdg-desktop-portal-kde[1266]: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix│
                                                                                                                                                       │
                              Available platform plugins are: vkkhrdisplay, wayland-egl, offscreen, wayland, eglfs, minimal, vnc, linuxfb, minimalegl, │
systemd[1]: Started Process Core Dump (PID 1268/UID 0).                                                                                                │
ystemd-coredump[1270]: Process 1266 (xdg-desktop-por) of user 968 dumped core.                                                                        │
                                                                                                                                                       │
                        Stack trace of thread 1266:                                                                                                    │
                        #0  0x00007f32c63ec32c n/a (libc.so.6 + 0x9132c)                                                                               │
                        #1  0x00007f32c639b6c8 raise (libc.so.6 + 0x406c8)                                                                             │
                        #2  0x00007f32c63834b8 abort (libc.so.6 + 0x284b8)                                                                             │
                        #3  0x00007f32c6846924 n/a (libQt6Core.so.6 + 0x8a924)                                                                         │
                        #4  0x00007f32c6847135 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x8b135)                                             │
                        #5  0x00007f32c6e6bbe9 n/a (libQt6Gui.so.6 + 0xd9be9)                                                                          │
                        #6  0x00007f32c6f06a18 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x174a18)                        │
                        #7  0x00007f32c68f9b15 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x13db15)                                        │
                        #8  0x00007f32c6f06ac1 _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x174ac1)                                          │
                        #9  0x00007f32c76a63ee _ZN19QApplicationPrivate4initEv (libQt6Widgets.so.6 + 0xf53ee)                                          │
                        #10 0x0000557b20d068e6 n/a (xdg-desktop-portal-kde + 0x258e6)                                                                  │
                        #11 0x00007f32c6384cd0 n/a (libc.so.6 + 0x29cd0)                                                                               │
                        #12 0x00007f32c6384d8a __libc_start_main (libc.so.6 + 0x29d8a)                                                                 │
                        #13 0x0000557b20d06e65 n/a (xdg-desktop-portal-kde + 0x25e65)                                                                  │
                                                                                                                                                       │
                        Stack trace of thread 1267:                                                                                                    │
                        #0  0x00007f32c645a0bf __poll (libc.so.6 + 0xff0bf)                                                                            │
                        #1  0x00007f32c56482f6 n/a (libglib-2.0.so.0 + 0xb82f6)                                                                        │
                        #2  0x00007f32c55e8162 g_main_context_iteration (libglib-2.0.so.0 + 0x58162)                                                   │
                        #3  0x00007f32c6b2f9c4 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0│
                        #4  0x00007f32c68ffd6e _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x143d6e)                      │
                        #5  0x00007f32c69dd06f _ZN7QThread4execEv (libQt6Core.so.6 + 0x22106f)                                                         │
                        #6  0x00007f32c7d719df n/a (libQt6DBus.so.6 + 0x299df)                                                                         │
                        #7  0x00007f32c6a5cbd3 n/a (libQt6Core.so.6 + 0x2a0bd3)                                                                        │
                        #8  0x00007f32c63ea55a n/a (libc.so.6 + 0x8f55a)                                                                               │
                        #9  0x00007f32c6467a3c n/a (libc.so.6 + 0x10ca3c)                                                                              │
                        ELF object binary architecture: AMD x86-64                                                                                     │
systemd[1]: systemd-coredump@1-1268-0.service: Deactivated successfully.                                                                               │
systemd[1058]: plasma-xdg-desktop-portal-kde.service: Main process exited, code=dumped, status=6/ABRT                                                  │
systemd[1058]: plasma-xdg-desktop-portal-kde.service: Failed with result 'core-dump'.                                                                  │
systemd[1058]: Failed to start Xdg Desktop Portal For KDE.



ystemd[1]: systemd-coredump@4-1313-0.service: Deactivated successfully.                                                       │
systemd[1058]: plasma-xdg-desktop-portal-kde.service: Main process exited, code=dumped, status=6/ABRT                          │
systemd[1058]: plasma-xdg-desktop-portal-kde.service: Failed with result 'core-dump'.                                          │
systemd[1058]: Failed to start Xdg Desktop Portal For KDE.                                                                     │
systemd[1058]: plasma-xdg-desktop-portal-kde.service: Start request repeated too quickly.                                      │
systemd[1058]: plasma-xdg-desktop-portal-kde.service: Failed with result 'core-dump'.                                          │
systemd[1058]: Failed to start Xdg Desktop Portal For KDE.                                                                     │
systemd[1058]: plasma-xdg-desktop-portal-kde.service: Start request repeated too quickly.                                      │
systemd[1058]: plasma-xdg-desktop-portal-kde.service: Failed with result 'core-dump'.                                          │
systemd[1058]: Failed to start Xdg Desktop Portal For KDE.                                                                     │
systemd[1058]: plasma-xdg-desktop-portal-kde.service: Start request repeated too quickly.                                      │
systemd[1058]: plasma-xdg-desktop-portal-kde.service: Failed with result 'core-dump'.                                          │
systemd[1058]: Failed to start Xdg Desktop Portal For KDE.    



However systemd does start the service successfully in the user-space as follows;
systemd[1361]: Created slice User Background Tasks Slice.                                                                      │
systemd[1361]: Reached target Session services which should run early before the graphical session is brought up.              │
systemd[1361]: Starting KDE Config Module Initialization...                                                                    │
systemd[1361]: Starting KDE Global Shortcuts Server...                                                                         │
systemd[1361]: Starting Baloo File Indexer Daemon...                                                                           │
systemd[1361]: kde-baloo.service: Skipped due to 'exec-condition'.                                                             │
systemd[1361]: Condition check resulted in Baloo File Indexer Daemon being skipped.                                            │
systemd[1361]: Starting Portal service...                                                                                      │
systemd[1361]: Starting flatpak document portal service...                                                                     │
systemd[1361]: Started KDE Global Shortcuts Server.                                                                            │
systemd[1361]: Starting sandboxed app permission store...                                                                      │
systemd[1361]: Started sandboxed app permission store.                                                                         │
systemd[1361]: Started flatpak document portal service.                                                                        │
xdg-desktop-por[1450]: Choosing gtk.portal for org.freedesktop.impl.portal.Lockdown as a last-resort fallback                  │
xdg-desktop-por[1450]: The preferred method to match portal implementations to desktop environments is to use the portals.conf(│
systemd[1361]: Starting Portal service (GTK/GNOME implementation)...                                                           │
systemd[1361]: Starting Virtual filesystem service...                                                                          │
systemd[1361]: Started KDE Config Module Initialization.                                                                       ┤
systemd[1361]: Starting KDE Session Management Server...                                                                       ┤
systemd[1361]: Started Unlock kwallet from pam credentials.                                                                    ┤
systemd[1361]: Starting KDE Daemon 6...                                                                                        ┤
systemd[1361]: Starting KDE Window Manager...                                                                                  ┤
systemd[1361]: Started Virtual filesystem service.                                                                             ┤


systemd[1361]: Started Portal service (GTK/GNOME implementation).                                                              │
rtkit-daemon[1244]: Supervising 4 threads of 2 processes of 1 users.                                                           │
rtkit-daemon[1244]: Supervising 4 threads of 2 processes of 1 users.                                                           │
rtkit-daemon[1244]: Supervising 4 threads of 2 processes of 1 users.                                                           │
systemd[1361]: Started KDE Daemon 6.                                                                                           │
systemd[1361]: Starting KDE Configuration Module Initialization (Phase 1)...                                                   │
systemd[1361]: Starting User preferences database...                                                                           │
systemd[1361]: Started User preferences database.                                                                              │
systemd[1361]: Finished KDE Configuration Module Initialization (Phase 1).                                                     │
systemd[1361]: Started KDE Session Management Server.                                                                          │
systemd[1361]: Starting KDE Plasma Workspace...                                                                                │
NetworkManager[866]: <info>  [1709817023.6739] device (E8:5A:8B:EB:B4:6A): state change: disconnected -> unmanaged (reason 'rem│
systemd[1361]: Started KDE Window Manager.                                                                                     │
systemd[1361]: Starting KActivityManager Activity manager Service...                                                           │
systemd[1361]: Started KDE Plasma Workspace.                                                                                   ┤
systemd[1361]: Reached target KDE Plasma Workspace Core.                                                                       ┤
systemd[1361]: Started Proxies GTK DBus menus to a Plasma readable format.                                                     ┤
systemd[1361]: Starting KDE PolicyKit Authentication Agent...                                                                  ┤
systemd[1361]: Starting Powerdevil...                                                                                          ┤
systemd[1361]: Starting Xdg Desktop Portal For KDE...                                                                          ┤
  
  
  
systemd[1361]: Started Xdg Desktop Portal For KDE.                                                                             │
systemd[1361]: Started PipeWire Multimedia Service.                                                                            │
systemd[1361]: Started Multimedia Service Session Manager.                                                                     │
kded6[1634]: xsettingsd: Loaded 14 settings from /home/koshika/.config/xsettingsd/xsettingsd.conf                              │
kded6[1634]: xsettingsd: Created window 0x2c00001 on screen 0 with timestamp 24137                                             │
kded6[1634]: xsettingsd: Selection _XSETTINGS_S0 is owned by 0x0                                                               │
kded6[1634]: xsettingsd: Took ownership of selection _XSETTINGS_S0                                                             │
rtkit-daemon[1244]: Supervising 4 threads of 2 processes of 1 users.                                                           │
rtkit-daemon[1244]: Supervising 4 threads of 2 processes of 1 users.                                                           │
rtkit-daemon[1244]: Supervising 4 threads of 2 processes of 1 users.                                                           │
systemd[1361]: Starting KScreen...                                                                                             │
systemd[1361]: Started Portal service.                                                                                         │



SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
System:
  Kernel: 5.15.150-1-MANJARO arch: x86_64 bits: 64 compiler: gcc v: 13.2.1
    clocksource: tsc avail: hpet,acpi_pm
  Desktop: KDE Plasma v: 6.0.1 tk: Qt v: N/A info: frameworks v: 6.0.0
    wm: kwin_x11 vt: 2 dm: SDDM Distro: Manjaro base: Arch Linux

KDE Plasma Version: 6.0.1
KDE Frameworks Version: 6.0 
Qt Version: 6.6.2
Comment 1 David Redondo 2024-03-07 16:16:18 UTC
On my system sddm-greeter is the culprit

Mär 06 08:34:05 david-desktop dbus-daemon[1178]: [session uid=116 pid=1178] Activating via systemd: service name='org.freedesktop.portal.Desktop' unit='xdg-desktop-portal.service' requested by ':1.1'(uid=116 pid=1109 comm="/usr/bin/sddm-greeter-qt6 --socket /tmp/sddm-:0-NX" label="unconfined")
Comment 2 Bug Janitor Service 2024-03-08 15:38:33 UTC
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kirigami/-/merge_requests/1484
Comment 3 David Redondo 2024-03-11 14:33:04 UTC
Git commit c0450a2c12a9f27adfc8abeb1716e9a3173705a0 by David Redondo.
Committed on 11/03/2024 at 08:59.
Pushed by davidre into branch 'master'.

Respect QT_NO_XDG_DESKTOP_PORTAL

Applications set this when they want to avoid triggering a start
of the portal.

M  +2    -0    src/platform/tabletmodewatcher.cpp

https://invent.kde.org/frameworks/kirigami/-/commit/c0450a2c12a9f27adfc8abeb1716e9a3173705a0
Comment 4 Nate Graham 2024-03-12 00:03:06 UTC
*** Bug 483074 has been marked as a duplicate of this bug. ***
Comment 5 Vinícius 2024-05-01 14:24:56 UTC
Created attachment 169074 [details]
my journald logs when i close my laptop lid

this is the logs from when i close my laptop lid and open it, my screen becomes black and i can't do/see anything, i need to hard reboot it to fix it
Comment 6 Vinícius 2024-05-01 14:26:09 UTC
(In reply to Vinícius from comment #5)
> Created attachment 169074 [details]
> my journald logs
> 
> this is the logs from when i close my laptop lid and open it, my screen
> becomes black and i can't do/see anything, i need to hard reboot it to fix it

weirddly enough, this only happen when closing my laptop lid, because if i set it to sleep when i press it's button, it sleep file, and wake up fine too
Comment 7 Vinícius 2024-05-01 14:26:44 UTC
Comment on attachment 169074 [details]
my journald logs when i close my laptop lid

>mai 01 09:43:50 fedora-notebook systemd[1905]: plasma-xdg-desktop-portal-kde.service: Failed with result 'core-dump'.
>mai 01 09:43:50 fedora-notebook audit: BPF prog-id=118 op=UNLOAD
>mai 01 09:43:50 fedora-notebook audit: BPF prog-id=119 op=UNLOAD
>mai 01 09:43:50 fedora-notebook audit: BPF prog-id=120 op=UNLOAD
>mai 01 09:43:50 fedora-notebook systemd[1905]: plasma-xdg-desktop-portal-kde.service: Main process exited, code=dumped, status=6/ABRT
>mai 01 09:43:50 fedora-notebook audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-coredump@0-20443-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
>mai 01 09:43:50 fedora-notebook systemd[1]: systemd-coredump@0-20443-0.service: Deactivated successfully.
>mai 01 09:43:50 fedora-notebook systemd-coredump[20448]: Process 20411 (xdg-desktop-por) of user 1000 dumped core.
>                                                         
>                                                         Module libuuid.so.1 from rpm util-linux-2.40-13.fc40.x86_64
>                                                         Module libxcb-util.so.1 from rpm xcb-util-0.4.1-5.fc40.x86_64
>                                                         Module libxkbcommon-x11.so.0 from rpm libxkbcommon-1.6.0-2.fc40.x86_64
>                                                         Module libICE.so.6 from rpm libICE-1.1.1-3.fc40.x86_64
>                                                         Module libSM.so.6 from rpm libSM-1.2.4-3.fc40.x86_64
>                                                         Module libX11-xcb.so.1 from rpm libX11-1.8.9-1.fc40.x86_64
>                                                         Module libxcb-xkb.so.1 from rpm libxcb-1.17.0-1.fc40.x86_64
>                                                         Module libxcb-xfixes.so.0 from rpm libxcb-1.17.0-1.fc40.x86_64
>                                                         Module libxcb-sync.so.1 from rpm libxcb-1.17.0-1.fc40.x86_64
>                                                         Module libxcb-shm.so.0 from rpm libxcb-1.17.0-1.fc40.x86_64
>                                                         Module libxcb-shape.so.0 from rpm libxcb-1.17.0-1.fc40.x86_64
>                                                         Module libxcb-render-util.so.0 from rpm xcb-util-renderutil-0.3.10-5.fc40.x86_64
>                                                         Module libxcb-render.so.0 from rpm libxcb-1.17.0-1.fc40.x86_64
>                                                         Module libxcb-randr.so.0 from rpm libxcb-1.17.0-1.fc40.x86_64
>                                                         Module libxcb-image.so.0 from rpm xcb-util-image-0.4.1-5.fc40.x86_64
>                                                         Module libxcb-icccm.so.4 from rpm xcb-util-wm-0.4.2-5.fc40.x86_64
>                                                         Module libxcb-cursor.so.0 from rpm xcb-util-cursor-0.1.4-4.fc40.x86_64
>                                                         Module libQt6XcbQpa.so.6 from rpm qt6-qtbase-6.7.0-3.fc40.x86_64
>                                                         Module libqxcb.so from rpm qt6-qtbase-6.7.0-3.fc40.x86_64
>                                                         Module libqwayland-generic.so from rpm qt6-qtwayland-6.7.0-1.fc40.x86_64
>                                                         Module libunistring.so.5 from rpm libunistring-1.1-7.fc40.x86_64
>                                                         Module libgmodule-2.0.so.0 from rpm glib2-2.80.0-1.fc40.x86_64
>                                                         Module libidn2.so.0 from rpm libidn2-2.3.7-1.fc40.x86_64
>                                                         Module libnghttp2.so.14 from rpm nghttp2-1.59.0-3.fc40.x86_64
>                                                         Module libduktape.so.207 from rpm duktape-2.7.0-7.fc40.x86_64
>                                                         Module libgio-2.0.so.0 from rpm glib2-2.80.0-1.fc40.x86_64
>                                                         Module libcurl.so.4 from rpm curl-8.6.0-8.fc40.x86_64
>                                                         Module libogg.so.0 from rpm libogg-1.3.5-8.fc40.x86_64
>                                                         Module libvorbis.so.0 from rpm libvorbis-1.3.7-10.fc40.x86_64
>                                                         Module libgobject-2.0.so.0 from rpm glib2-2.80.0-1.fc40.x86_64
>                                                         Module libpxbackend-1.0.so from rpm libproxy-0.5.5-1.fc40.x86_64
>                                                         Module libbrotlicommon.so.1 from rpm brotli-1.1.0-3.fc40.x86_64
>                                                         Module libkeyutils.so.1 from rpm keyutils-1.6.3-3.fc40.x86_64
>                                                         Module libkrb5support.so.0 from rpm krb5-1.21.2-5.fc40.x86_64
>                                                         Module libcom_err.so.2 from rpm e2fsprogs-1.47.0-5.fc40.x86_64
>                                                         Module libk5crypto.so.3 from rpm krb5-1.21.2-5.fc40.x86_64
>                                                         Module libkrb5.so.3 from rpm krb5-1.21.2-5.fc40.x86_64
>                                                         Module libssl.so.3 from rpm openssl-3.2.1-2.fc40.x86_64
>                                                         Module libusbmuxd-2.0.so.6 from rpm libusbmuxd-2.0.2^20230620git8d30a55-5.fc40.x86_64
>                                                         Module libimobiledevice-glue-1.0.so.0 from rpm libimobiledevice-glue-1.0.0-3.fc40.x86_64
>                                                         Module liblz4.so.1 from rpm lz4-1.9.4-6.fc40.x86_64
>                                                         Module libicudata.so.74 from rpm icu-74.2-1.fc40.x86_64
>                                                         Module libgraphite2.so.3 from rpm graphite2-1.3.14-15.fc40.x86_64
>                                                         Module libXext.so.6 from rpm libXext-1.3.6-1.fc40.x86_64
>                                                         Module libpcre2-8.so.0 from rpm pcre2-10.42-2.fc40.2.x86_64
>                                                         Module libxml2.so.2 from rpm libxml2-2.12.6-1.fc40.x86_64
>                                                         Module libGLdispatch.so.0 from rpm libglvnd-1.7.0-4.fc40.x86_64
>                                                         Module libcap.so.2 from rpm libcap-2.69-8.fc40.x86_64
>                                                         Module libselinux.so.1 from rpm libselinux-3.6-4.fc40.x86_64
>                                                         Module libblkid.so.1 from rpm util-linux-2.40-13.fc40.x86_64
>                                                         Module libattr.so.1 from rpm attr-2.5.2-3.fc40.x86_64
>                                                         Module liblzma.so.5 from rpm xz-5.4.6-3.fc40.x86_64
>                                                         Module libbz2.so.1 from rpm bzip2-1.0.8-18.fc40.x86_64
>                                                         Module libltdl.so.7 from rpm libtool-2.4.7-10.fc40.x86_64
>                                                         Module libtdb.so.1 from rpm libtdb-1.4.10-1.fc40.x86_64
>                                                         Module libvorbisfile.so.3 from rpm libvorbis-1.3.7-10.fc40.x86_64
>                                                         Module libXau.so.6 from rpm libXau-1.0.11-6.fc40.x86_64
>                                                         Module libproxy.so.1 from rpm libproxy-0.5.5-1.fc40.x86_64
>                                                         Module libbrotlidec.so.1 from rpm brotli-1.1.0-3.fc40.x86_64
>                                                         Module libgssapi_krb5.so.2 from rpm krb5-1.21.2-5.fc40.x86_64
>                                                         Module libKF6Codecs.so.6 from rpm kf6-kcodecs-6.1.0-1.fc40.x86_64
>                                                         Module libplist-2.0.so.4 from rpm libplist-2.3.0-4.fc40.x86_64
>                                                         Module libimobiledevice-1.0.so.6 from rpm libimobiledevice-1.3.0^20230705git6fc41f5-4.fc40.x86_64
>                                                         Module libcrypto.so.3 from rpm openssl-3.2.1-2.fc40.x86_64
>                                                         Module libpcre2-16.so.0 from rpm pcre2-10.42-2.fc40.2.x86_64
>                                                         Module libb2.so.1 from rpm libb2-0.98.1-11.fc40.x86_64
>                                                         Module libdouble-conversion.so.3 from rpm double-conversion-3.3.0-3.fc40.x86_64
>                                                         Module libsystemd.so.0 from rpm systemd-255.4-1.fc40.x86_64
>                                                         Module libzstd.so.1 from rpm zstd-1.5.6-1.fc40.x86_64
>                                                         Module libicuuc.so.74 from rpm icu-74.2-1.fc40.x86_64
>                                                         Module libicui18n.so.74 from rpm icu-74.2-1.fc40.x86_64
>                                                         Module libz.so.1 from rpm zlib-ng-2.1.6-2.fc40.x86_64
>                                                         Module libfreetype.so.6 from rpm freetype-2.13.2-5.fc40.x86_64
>                                                         Module libharfbuzz.so.0 from rpm harfbuzz-8.4.0-1.fc40.x86_64
>                                                         Module libpng16.so.16 from rpm libpng-1.6.40-3.fc40.x86_64
>                                                         Module libOpenGL.so.0 from rpm libglvnd-1.7.0-4.fc40.x86_64
>                                                         Module libGLX.so.0 from rpm libglvnd-1.7.0-4.fc40.x86_64
>                                                         Module libglib-2.0.so.0 from rpm glib2-2.80.0-1.fc40.x86_64
>                                                         Module libfontconfig.so.1 from rpm fontconfig-2.15.0-4.fc40.x86_64
>                                                         Module libEGL.so.1 from rpm libglvnd-1.7.0-4.fc40.x86_64
>                                                         Module libdbus-1.so.3 from rpm dbus-1.14.10-3.fc40.x86_64
>                                                         Module libudev.so.1 from rpm systemd-255.4-1.fc40.x86_64
>                                                         Module libmount.so.1 from rpm util-linux-2.40-13.fc40.x86_64
>                                                         Module libacl.so.1 from rpm acl-2.3.2-1.fc40.x86_64
>                                                         Module libKF6AuthCore.so.6 from rpm kf6-kauth-6.1.0-1.fc40.x86_64
>                                                         Module libKF6Crash.so.6 from rpm kf6-kcrash-6.1.0-1.fc40.x86_64
>                                                         Module libQt6OpenGL.so.6 from rpm qt6-qtbase-6.7.0-3.fc40.x86_64
>                                                         Module libQt6QmlModels.so.6 from rpm qt6-qtdeclarative-6.7.0-2.fc40.x86_64
>                                                         Module libKF6Archive.so.6 from rpm kf6-karchive-6.1.0-1.fc40.x86_64
>                                                         Module libxcb-keysyms.so.1 from rpm xcb-util-keysyms-0.4.1-5.fc40.x86_64
>                                                         Module libXfixes.so.3 from rpm libXfixes-6.0.1-3.fc40.x86_64
>                                                         Module libxcb-res.so.0 from rpm libxcb-1.17.0-1.fc40.x86_64
>                                                         Module libxcb.so.1 from rpm libxcb-1.17.0-1.fc40.x86_64
>                                                         Module libX11.so.6 from rpm libX11-1.8.9-1.fc40.x86_64
>                                                         Module libwayland-cursor.so.0 from rpm wayland-1.22.0-3.fc40.x86_64
>                                                         Module libQt6Network.so.6 from rpm qt6-qtbase-6.7.0-3.fc40.x86_64
>                                                         Module libKF6JobWidgets.so.6 from rpm kf6-kjobwidgets-6.1.0-2.fc40.x86_64
>                                                         Module libKF6WidgetsAddons.so.6 from rpm kf6-kwidgetsaddons-6.1.0-1.fc40.x86_64
>                                                         Module libKF6GuiAddons.so.6 from rpm kf6-kguiaddons-6.1.0-2.fc40.x86_64
>                                                         Module libKF6ColorScheme.so.6 from rpm kf6-kcolorscheme-6.1.0-1.fc40.x86_64
>                                                         Module libKF6ConfigWidgets.so.6 from rpm kf6-kconfigwidgets-6.1.0-1.fc40.x86_64
>                                                         Module libQt6Xml.so.6 from rpm qt6-qtbase-6.7.0-3.fc40.x86_64
>                                                         Module libKF6Bookmarks.so.6 from rpm kf6-kbookmarks-6.1.0-1.fc40.x86_64
>                                                         Module libKF6Completion.so.6 from rpm kf6-kcompletion-6.1.0-1.fc40.x86_64
>                                                         Module libKF6Solid.so.6 from rpm kf6-solid-6.1.1-1.fc40.x86_64
>                                                         Module libKF6BookmarksWidgets.so.6 from rpm kf6-kbookmarks-6.1.0-1.fc40.x86_64
>                                                         Module libKF6IconWidgets.so.6 from rpm kf6-kiconthemes-6.1.0-2.fc40.x86_64
>                                                         Module libQt6Core5Compat.so.6 from rpm qt6-qt5compat-6.7.0-1.fc40.x86_64
>                                                         Module libffi.so.8 from rpm libffi-3.4.4-7.fc40.x86_64
>                                                         Module libQt6Core.so.6 from rpm qt6-qtbase-6.7.0-3.fc40.x86_64
>                                                         Module libQt6Gui.so.6 from rpm qt6-qtbase-6.7.0-3.fc40.x86_64
>                                                         Module libQt6Widgets.so.6 from rpm qt6-qtbase-6.7.0-3.fc40.x86_64
>                                                         Module libQt6PrintSupport.so.6 from rpm qt6-qtbase-6.7.0-3.fc40.x86_64
>                                                         Module libxkbcommon.so.0 from rpm libxkbcommon-1.6.0-2.fc40.x86_64
>                                                         Module libQt6DBus.so.6 from rpm qt6-qtbase-6.7.0-3.fc40.x86_64
>                                                         Module libKF6ConfigCore.so.6 from rpm kf6-kconfig-6.1.0-1.fc40.x86_64
>                                                         Module libKF6CoreAddons.so.6 from rpm kf6-kcoreaddons-6.1.0-1.fc40.x86_64
>                                                         Module libKF6Service.so.6 from rpm kf6-kservice-6.1.0-1.fc40.x86_64
>                                                         Module libKF6I18n.so.6 from rpm kf6-ki18n-6.1.0-1.fc40.x86_64
>                                                         Module libKF6KIOCore.so.6 from rpm kf6-kio-6.1.0-2.fc40.x86_64
>                                                         Module libQt6Qml.so.6 from rpm qt6-qtdeclarative-6.7.0-2.fc40.x86_64
>                                                         Module libQt6Quick.so.6 from rpm qt6-qtdeclarative-6.7.0-2.fc40.x86_64
>                                                         Module libKF6IconThemes.so.6 from rpm kf6-kiconthemes-6.1.0-2.fc40.x86_64
>                                                         Module libKF6ItemViews.so.6 from rpm kf6-kitemviews-6.1.0-2.fc40.x86_64
>                                                         Module libKF6ConfigGui.so.6 from rpm kf6-kconfig-6.1.0-1.fc40.x86_64
>                                                         Module libKF6Notifications.so.6 from rpm kf6-knotifications-6.1.0-1.fc40.x86_64
>                                                         Module libKF6WindowSystem.so.6 from rpm kf6-kwindowsystem-6.1.0-2.fc40.x86_64
>                                                         Module libKF6KIOGui.so.6 from rpm kf6-kio-6.1.0-2.fc40.x86_64
>                                                         Module libQt6WaylandClient.so.6 from rpm qt6-qtwayland-6.7.0-1.fc40.x86_64
>                                                         Module libKF6KIOWidgets.so.6 from rpm kf6-kio-6.1.0-2.fc40.x86_64
>                                                         Module libKF6KIOFileWidgets.so.6 from rpm kf6-kio-6.1.0-2.fc40.x86_64
>                                                         Module libwayland-client.so.0 from rpm wayland-1.22.0-3.fc40.x86_64
>                                                         Module libKF6StatusNotifierItem.so.6 from rpm kf6-kstatusnotifieritem-6.1.0-2.fc40.x86_64
>                                                         Module libKWaylandClient.so.6 from rpm kwayland-6.0.4-1.fc40.x86_64
>                                                         Module libKF6GlobalAccel.so.6 from rpm kf6-kglobalaccel-6.1.0-1.fc40.x86_64
>                                                         Module xdg-desktop-portal-kde from rpm xdg-desktop-portal-kde-6.0.4-1.fc40.x86_64
>                                                         Stack trace of thread 20411:
>                                                         #0  0x00007f4155aab144 __pthread_kill_implementation (libc.so.6 + 0x98144)
>                                                         #1  0x00007f4155a5365e raise (libc.so.6 + 0x4065e)
>                                                         #2  0x00007f4155a3b902 abort (libc.so.6 + 0x28902)
>                                                         #3  0x00007f41560cb5e1 _Z6qAbortv (libQt6Core.so.6 + 0xcb5e1)
>                                                         #4  0x00007f41561199a7 _ZL10qt_message9QtMsgTypeRK18QMessageLogContextPKcP13__va_list_tag (libQt6Core.so.6 + 0x1199a7)
>                                                         #5  0x00007f41560cc483 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0xcc483)
>                                                         #6  0x00007f4156939ef4 _ZL13init_platformRK7QStringS1_S1_RiPPc.cold (libQt6Gui.so.6 + 0x139ef4)
>                                                         #7  0x00007f41569db4bc _ZN22QGuiApplicationPrivate25createPlatformIntegrationEv (libQt6Gui.so.6 + 0x1db4bc)
>                                                         #8  0x00007f41569dbf20 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x1dbf20)
>                                                         #9  0x00007f415619cff5 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x19cff5)
>                                                         #10 0x00007f41569dfa9d _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x1dfa9d)
>                                                         #11 0x00007f4157391795 _ZN19QApplicationPrivate4initEv (libQt6Widgets.so.6 + 0x191795)
>                                                         #12 0x0000562a3be0747d main (xdg-desktop-portal-kde + 0x2c47d)
>                                                         #13 0x00007f4155a3d088 __libc_start_call_main (libc.so.6 + 0x2a088)
>                                                         #14 0x00007f4155a3d14b __libc_start_main@@GLIBC_2.34 (libc.so.6 + 0x2a14b)
>                                                         #15 0x0000562a3be079a5 _start (xdg-desktop-portal-kde + 0x2c9a5)
>                                                         
>                                                         Stack trace of thread 20423:
>                                                         #0  0x00007f4155b1d72d __poll (libc.so.6 + 0x10a72d)
>                                                         #1  0x00007f41550f2724 g_main_context_iterate_unlocked.isra.0 (libglib-2.0.so.0 + 0xbd724)
>                                                         #2  0x00007f4155092b03 g_main_context_iteration (libglib-2.0.so.0 + 0x5db03)
>                                                         #3  0x00007f415647bf83 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x47bf83)
>                                                         #4  0x00007f41561a26b3 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x1a26b3)
>                                                         #5  0x00007f41562b402f _ZN7QThread4execEv (libQt6Core.so.6 + 0x2b402f)
>                                                         #6  0x00007f4157b71af1 _ZN22QDBusConnectionManager3runEv (libQt6DBus.so.6 + 0x3caf1)
>                                                         #7  0x00007f415634f35c _ZN14QThreadPrivate5startEPv (libQt6Core.so.6 + 0x34f35c)
>                                                         #8  0x00007f4155aa91b7 start_thread (libc.so.6 + 0x961b7)
>                                                         #9  0x00007f4155b2b39c __clone3 (libc.so.6 + 0x11839c)
>                                                         ELF object binary architecture: AMD x86-64
>mai 01 09:43:49 fedora-notebook systemd[1905]: app-flatpak-org.mozilla.firefox-2700.scope: Consumed 47min 22.340s CPU time.
>mai 01 09:43:49 fedora-notebook crashreporter[20497]: Locale not supported by C library.
>                                                              Using the fallback 'C' locale.
>mai 01 09:43:49 fedora-notebook kernel: PM: suspend entry (deep)
>mai 01 09:43:49 fedora-notebook systemd-sleep[20452]: Performing sleep operation 'suspend'...
>mai 01 09:43:49 fedora-notebook wpa_supplicant[1860]: nl80211: deinit ifname=wlp1s0 disabled_11b_rates=0
>mai 01 09:43:49 fedora-notebook wpa_supplicant[1860]: wlp1s0: CTRL-EVENT-DSCP-POLICY clear_all
>mai 01 09:43:49 fedora-notebook systemd[1]: Starting systemd-suspend.service - System Suspend...
>mai 01 09:43:49 fedora-notebook systemd[1]: Reached target sleep.target - Sleep.
>mai 01 09:43:49 fedora-notebook wpa_supplicant[1860]: wlp1s0: CTRL-EVENT-DSCP-POLICY clear_all
>mai 01 09:43:49 fedora-notebook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=drkonqi-coredump-processor@0-20443-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
>mai 01 09:43:49 fedora-notebook systemd[1]: Started drkonqi-coredump-processor@0-20443-0.service - Pass systemd-coredump journal entries to relevant user for potential DrKonqi handling.
>mai 01 09:43:49 fedora-notebook audit: BPF prog-id=123 op=LOAD
>mai 01 09:43:49 fedora-notebook audit: BPF prog-id=122 op=LOAD
>mai 01 09:43:49 fedora-notebook audit: BPF prog-id=121 op=LOAD
>mai 01 09:43:49 fedora-notebook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-coredump@0-20443-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
>mai 01 09:43:49 fedora-notebook systemd[1]: Started systemd-coredump@0-20443-0.service - Process Core Dump (PID 20443/UID 0).
>mai 01 09:43:49 fedora-notebook systemd[1905]: app-flatpak-com.ulduzsoft.Birdtray-2534.scope: Consumed 8.880s CPU time.
>mai 01 09:43:49 fedora-notebook systemd[1]: Created slice system-systemd\x2dcoredump.slice - Slice /system/systemd-coredump.
>mai 01 09:43:49 fedora-notebook audit: BPF prog-id=120 op=LOAD
>mai 01 09:43:49 fedora-notebook audit: BPF prog-id=119 op=LOAD
>mai 01 09:43:49 fedora-notebook audit: BPF prog-id=118 op=LOAD
>mai 01 09:43:49 fedora-notebook systemd[1]: Created slice system-drkonqi\x2dcoredump\x2dprocessor.slice - Slice /system/drkonqi-coredump-processor.
>mai 01 09:43:49 fedora-notebook systemd[1905]: plasma-kwin_wayland.service: Consumed 6min 8.142s CPU time.
>mai 01 09:43:49 fedora-notebook systemd[1905]: Stopped plasma-kwin_wayland.service - KDE Window Manager.
>mai 01 09:43:49 fedora-notebook xdg-desktop-portal-kde[20411]: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
>                                                               
>                                                               Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vkkhrdisplay, vnc, wayland-egl, wayland, xcb.
>mai 01 09:43:49 fedora-notebook xdg-desktop-portal-kde[20411]: qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
>mai 01 09:43:49 fedora-notebook xdg-desktop-portal-kde[20411]: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
>mai 01 09:43:49 fedora-notebook audit[20411]: ANOM_ABEND auid=1000 uid=1000 gid=1000 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 pid=20411 comm="xdg-desktop-por" exe="/usr/libexec/xdg-desktop-portal-kde" sig=6 res=1
>mai 01 09:43:49 fedora-notebook xdg-desktop-portal-kde[20411]: qt.qpa.xcb: could not connect to display :0
>mai 01 09:43:49 fedora-notebook systemd[1905]: app-flatpak-org.telegram.desktop-2549.scope: Consumed 13.536s CPU time.
>mai 01 09:43:49 fedora-notebook plasma-fallback-session-restore[2747]: ExceptionHandler::SendContinueSignalToChild sent continue signal to child
>mai 01 09:43:49 fedora-notebook plasma-fallback-session-restore[20440]: ExceptionHandler::WaitForContinueSignal waiting for continue signal...
>mai 01 09:43:49 fedora-notebook plasma-fallback-session-restore[2747]: ExceptionHandler::GenerateDump cloned child 11711
>mai 01 09:43:49 fedora-notebook systemd[1905]: dbus-:1.2-org.kde.kwalletd6@0.service: Failed with result 'exit-code'.
>mai 01 09:43:49 fedora-notebook systemd[1905]: dbus-:1.2-org.kde.kwalletd6@0.service: Main process exited, code=exited, status=1/FAILURE
>mai 01 09:43:49 fedora-notebook kscreenlocker_greet[20293]: The Wayland connection broke. Did the Wayland compositor die?
>mai 01 09:43:49 fedora-notebook NetworkManager[1621]: <info>  [1714567429.5660] device (wlp1s0): set-hw-addr: reset MAC address to 00:45:E2:D8:EF:C9 (unmanage)
>mai 01 09:43:49 fedora-notebook systemd[1905]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
>mai 01 09:43:49 fedora-notebook systemd[1905]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
>mai 01 09:43:49 fedora-notebook telegram-deskto[2704]: Lost connection to Wayland compositor.
>mai 01 09:43:49 fedora-notebook kscreenlocker_greet[20293]: qt.qpa.wayland: Could not create EGL surface (EGL error 0x3000)
>mai 01 09:43:49 fedora-notebook kwalletd6[2421]: qt.qpa.wayland: Creating a fake screen in order for Qt not to crash
>mai 01 09:43:49 fedora-notebook kwalletd6[2421]: Failed to write to the pipe: Bad file descriptor.
>mai 01 09:43:49 fedora-notebook flatpak[2707]: qt.qpa.wayland: Creating a fake screen in order for Qt not to crash
>mai 01 09:43:49 fedora-notebook flatpak[2707]: Failed to write to the pipe: Bad file descriptor.
>mai 01 09:43:49 fedora-notebook flatpak[2707]: qt.qpa.wayland: Attempting wayland reconnect
>mai 01 09:43:49 fedora-notebook flatpak[2707]: The Wayland connection broke. Did the Wayland compositor die?
>mai 01 09:43:49 fedora-notebook kwalletd6[2421]: qt.qpa.wayland: Attempting wayland reconnect
>mai 01 09:43:49 fedora-notebook kwalletd6[2421]: The Wayland connection broke. Did the Wayland compositor die?
>mai 01 09:43:49 fedora-notebook xdg-desktop-por[2378]: Error reading events from display: Broken pipe
>mai 01 09:43:49 fedora-notebook kwin_wayland[1997]: QtDBus: cannot relay signals from parent QObject(0x56189f3500a0 "") unless they are emitted in the object's thread QThread(0x56189f0d1608 "libinput-connection"). Current thread is QThread(0x56189efda4f0 "").
>mai 01 09:43:49 fedora-notebook xdg-desktop-portal-kde[20411]: qt.qpa.plugin: Could not load the Qt platform plugin "wayland" in "" even though it was found.
>mai 01 09:43:49 fedora-notebook xdg-desktop-portal-kde[20411]: Failed to create wl_display (No such file or directory)
>mai 01 09:43:49 fedora-notebook flatpak[2673]: The X11 connection broke (error 1). Did the X11 server die?
>mai 01 09:43:49 fedora-notebook systemd[1905]: Stopping plasma-kwin_wayland.service - KDE Window Manager...
>mai 01 09:43:49 fedora-notebook systemd[1905]: Stopped plasma-ksmserver.service - KDE Session Management Server.
>mai 01 09:43:49 fedora-notebook systemd[1905]: Stopping plasma-ksmserver.service - KDE Session Management Server...
>mai 01 09:43:49 fedora-notebook systemd[1905]: plasma-plasmashell.service: Consumed 1min 8.567s CPU time.
>mai 01 09:43:49 fedora-notebook systemd[1905]: Stopped plasma-plasmashell.service - KDE Plasma Workspace.
>mai 01 09:43:49 fedora-notebook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
>mai 01 09:43:49 fedora-notebook systemd[1]: Started systemd-hostnamed.service - Hostname Service.
>mai 01 09:43:49 fedora-notebook systemd[1905]: Starting plasma-xdg-desktop-portal-kde.service - Xdg Desktop Portal For KDE...
>mai 01 09:43:49 fedora-notebook chronyd[1345]: Source 54.232.82.232 offline
>mai 01 09:43:49 fedora-notebook chronyd[1345]: Can't synchronise: no selectable sources
>mai 01 09:43:49 fedora-notebook chronyd[1345]: Source 168.181.125.86 offline
>mai 01 09:43:49 fedora-notebook chronyd[1345]: Source 216.238.113.58 offline
>mai 01 09:43:49 fedora-notebook chronyd[1345]: Source 200.192.232.8 offline
>mai 01 09:43:49 fedora-notebook NetworkManager[1621]: <info>  [1714567429.3351] device (wlp1s0): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
>mai 01 09:43:49 fedora-notebook NetworkManager[1621]: <info>  [1714567429.3346] device (wlp1s0): supplicant interface state: interface_disabled -> disconnected
>mai 01 09:43:49 fedora-notebook NetworkManager[1621]: <info>  [1714567429.3342] device (wlp1s0): supplicant interface state: disconnected -> interface_disabled
>mai 01 09:43:49 fedora-notebook systemd-resolved[1222]: wlp1s0: Bus client reset DNS server list.
>mai 01 09:43:49 fedora-notebook systemd-resolved[1222]: wlp1s0: Bus client set default route setting: no
>mai 01 09:43:49 fedora-notebook systemd-resolved[1222]: wlp1s0: Bus client reset search domain list.
>mai 01 09:43:49 fedora-notebook avahi-daemon[1296]: Interface wlp1s0.IPv4 no longer relevant for mDNS.
>mai 01 09:43:49 fedora-notebook avahi-daemon[1296]: Leaving mDNS multicast group on interface wlp1s0.IPv4 with address 192.168.0.155.
>mai 01 09:43:49 fedora-notebook avahi-daemon[1296]: Withdrawing address record for 192.168.0.155 on wlp1s0.
>mai 01 09:43:49 fedora-notebook avahi-daemon[1296]: Registering new address record for 192.168.0.155 on wlp1s0.IPv4.
>mai 01 09:43:49 fedora-notebook avahi-daemon[1296]: New relevant interface wlp1s0.IPv4 for mDNS.
>mai 01 09:43:49 fedora-notebook avahi-daemon[1296]: Joining mDNS multicast group on interface wlp1s0.IPv4 with address 192.168.0.155.
>mai 01 09:43:49 fedora-notebook avahi-daemon[1296]: Withdrawing address record for 192.168.0.155 on wlp1s0.
>mai 01 09:43:49 fedora-notebook avahi-daemon[1296]: Leaving mDNS multicast group on interface wlp1s0.IPv4 with address 192.168.0.155.
>mai 01 09:43:49 fedora-notebook avahi-daemon[1296]: Interface wlp1s0.IPv4 no longer relevant for mDNS.
>mai 01 09:43:49 fedora-notebook avahi-daemon[1296]: Interface wlp1s0.IPv6 no longer relevant for mDNS.
>mai 01 09:43:49 fedora-notebook cupsd[1872]: REQUEST localhost - - "POST / HTTP/1.1" 200 154 Cancel-Subscription successful-ok
>mai 01 09:43:49 fedora-notebook plasmashell[2193]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml:250: TypeError: Cannot read property 'plasmoid' of undefined
>mai 01 09:43:49 fedora-notebook plasmashell[2193]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml:136: TypeError: Cannot read property 'screenGeometry' of null
>mai 01 09:43:49 fedora-notebook kscreenlocker_greet[20293]: kf.plasma.core: The theme "Sweet" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
>mai 01 09:43:49 fedora-notebook kscreenlocker_greet[20293]: kf.plasma.core: The theme "Sweet" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
>mai 01 09:43:49 fedora-notebook kscreenlocker_greet[20293]: kf.svg: The theme "Sweet" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
>mai 01 09:43:49 fedora-notebook kscreenlocker_greet[20293]: kf.svg: The theme "Sweet" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
>mai 01 09:43:49 fedora-notebook plasmashell[2193]: QObject::~QObject: Timers cannot be stopped from another thread
>mai 01 09:43:49 fedora-notebook plasmashell[2193]: QObject::killTimer: Timers cannot be stopped from another thread
>mai 01 09:43:49 fedora-notebook audit[1393]: NETFILTER_CFG table=firewalld:6 family=1 entries=26 op=nft_unregister_rule pid=1393 subj=system_u:system_r:firewalld_t:s0 comm="firewalld"
>mai 01 09:43:49 fedora-notebook systemd[1905]: Started xdg-document-portal.service - flatpak document portal service.
>mai 01 09:43:49 fedora-notebook systemd[1905]: Started xdg-permission-store.service - sandboxed app permission store.
>mai 01 09:43:49 fedora-notebook avahi-daemon[1296]: Leaving mDNS multicast group on interface wlp1s0.IPv6 with address fe80::76f:dfb2:23e6:7a0e.
>mai 01 09:43:49 fedora-notebook avahi-daemon[1296]: Withdrawing address record for fe80::76f:dfb2:23e6:7a0e on wlp1s0.
>mai 01 09:43:49 fedora-notebook NetworkManager[1621]: <info>  [1714567429.0848] device (wlp1s0): set-hw-addr: set MAC address to EE:CA:50:12:04:71 (scanning)
>mai 01 09:43:49 fedora-notebook avahi-daemon[1296]: Registering new address record for fe80::76f:dfb2:23e6:7a0e on wlp1s0.*.
>mai 01 09:43:49 fedora-notebook avahi-daemon[1296]: Joining mDNS multicast group on interface wlp1s0.IPv6 with address fe80::76f:dfb2:23e6:7a0e.
>mai 01 09:43:49 fedora-notebook systemd[1905]: Starting xdg-permission-store.service - sandboxed app permission store...
>mai 01 09:43:49 fedora-notebook avahi-daemon[1296]: Leaving mDNS multicast group on interface wlp1s0.IPv6 with address 2804:14d:8084:81e1:e585:4857:6369:3e3a.
>mai 01 09:43:49 fedora-notebook avahi-daemon[1296]: Withdrawing address record for 2804:14d:8084:81e1:e585:4857:6369:3e3a on wlp1s0.
>mai 01 09:43:49 fedora-notebook avahi-daemon[1296]: Withdrawing address record for 2804:14d:8084:81e1::9d00 on wlp1s0.
>mai 01 09:43:49 fedora-notebook systemd[1]: Starting systemd-hostnamed.service - Hostname Service...
>mai 01 09:43:49 fedora-notebook NetworkManager[1621]: <info>  [1714567429.0752] dhcp6 (wlp1s0): state changed no lease
>mai 01 09:43:49 fedora-notebook NetworkManager[1621]: <info>  [1714567429.0752] dhcp6 (wlp1s0): activation: beginning transaction (timeout in 45 seconds)
>mai 01 09:43:49 fedora-notebook NetworkManager[1621]: <info>  [1714567429.0752] dhcp6 (wlp1s0): canceled DHCP transaction
>mai 01 09:43:49 fedora-notebook NetworkManager[1621]: <info>  [1714567429.0751] dhcp4 (wlp1s0): state changed no lease
>mai 01 09:43:49 fedora-notebook NetworkManager[1621]: <info>  [1714567429.0751] dhcp4 (wlp1s0): activation: beginning transaction (timeout in 45 seconds)
>mai 01 09:43:49 fedora-notebook NetworkManager[1621]: <info>  [1714567429.0750] dhcp4 (wlp1s0): canceled DHCP transaction
>mai 01 09:43:49 fedora-notebook ksystemstats[20327]: Could not determine Plasma version, got:  "The name is not activatable"
>mai 01 09:43:49 fedora-notebook NetworkManager[1621]: <info>  [1714567429.0746] device (wlp1s0): state change: deactivating -> disconnected (reason 'sleeping', sys-iface-state: 'managed')
>mai 01 09:43:49 fedora-notebook NetworkManager[1621]: <info>  [1714567429.0743] device (wlp1s0): supplicant interface state: completed -> disconnected
>mai 01 09:43:49 fedora-notebook wpa_supplicant[1860]: wlp1s0: CTRL-EVENT-DSCP-POLICY clear_all
>mai 01 09:43:49 fedora-notebook audit: BPF prog-id=117 op=LOAD
>mai 01 09:43:49 fedora-notebook audit: BPF prog-id=116 op=LOAD
>mai 01 09:43:49 fedora-notebook wpa_supplicant[1860]: wlp1s0: CTRL-EVENT-DISCONNECTED bssid=68:02:b8:9e:d7:a4 reason=3 locally_generated=1
>mai 01 09:43:49 fedora-notebook audit: BPF prog-id=115 op=LOAD
>mai 01 09:43:49 fedora-notebook systemd[1905]: Started plasma-ksystemstats.service - Track hardware statistics.
>mai 01 09:43:49 fedora-notebook systemd[1905]: plasma-kded6.service: Consumed 5.604s CPU time.
>mai 01 09:43:49 fedora-notebook systemd[1905]: Stopped plasma-kded6.service - KDE Daemon 6.
>mai 01 09:43:49 fedora-notebook systemd[1905]: Starting xdg-document-portal.service - flatpak document portal service...
>mai 01 09:43:49 fedora-notebook NetworkManager[1621]: <info>  [1714567429.0646] audit: op="statistics" interface="wlp1s0" ifindex=2 args="500" pid=20327 uid=1000 result="success"
>mai 01 09:43:49 fedora-notebook flatpak[2673]: kf.notifications: env says KDE is running but SNI unavailable -- check KDE_FULL_SESSION and XDG_CURRENT_DESKTOP
>mai 01 09:43:49 fedora-notebook systemd[1905]: Starting xdg-desktop-portal.service - Portal service...
>mai 01 09:43:48 fedora-notebook kernel: wlp1s0: deauthenticating from 68:02:b8:9e:d7:a4 by local choice (Reason: 3=DEAUTH_LEAVING)
>mai 01 09:43:48 fedora-notebook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
>mai 01 09:43:48 fedora-notebook systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service.
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopped uresourced.service - User resource assignment daemon.
>mai 01 09:43:48 fedora-notebook systemd[1905]: Starting plasma-ksystemstats.service - Track hardware statistics...
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopped target graphical-session-pre.target - Session services which should run early before the graphical session is brought up.
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopped plasma-kactivitymanagerd.service - KActivityManager Activity manager Service.
>mai 01 09:43:48 fedora-notebook systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service...
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopping uresourced.service - User resource assignment daemon...
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopping plasma-plasmashell.service - KDE Plasma Workspace...
>mai 01 09:43:48 fedora-notebook plasmashell[2193]: kf.svg: findInCache with a lastModified timestamp of 0 is deprecated
>mai 01 09:43:48 fedora-notebook plasmashell[2193]: kf.svg: findInCache with a lastModified timestamp of 0 is deprecated
>mai 01 09:43:48 fedora-notebook plasmashell[2193]: kf.svg: findInCache with a lastModified timestamp of 0 is deprecated
>mai 01 09:43:48 fedora-notebook plasmashell[2193]: kf.svg: findInCache with a lastModified timestamp of 0 is deprecated
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopping plasma-kded6.service - KDE Daemon 6...
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopping plasma-kactivitymanagerd.service - KActivityManager Activity manager Service...
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopped target plasma-core.target - KDE Plasma Workspace Core.
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopped target graphical-session.target - Current graphical user session.
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopped xdg-document-portal.service - flatpak document portal service.
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopped plasma-baloorunner.service - KRunner provider for baloo file indexer.
>mai 01 09:43:48 fedora-notebook systemd[1905]: plasma-powerdevil.service: Consumed 1.185s CPU time.
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopped plasma-powerdevil.service - Powerdevil.
>mai 01 09:43:48 fedora-notebook systemd[1905]: plasma-ksystemstats.service: Consumed 12.606s CPU time.
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopped plasma-ksystemstats.service - Track hardware statistics.
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopped flatpak-session-helper.service - flatpak session helper.
>mai 01 09:43:48 fedora-notebook kded6[2164]: org.kde.plasma.nm.kded: Unhandled active connection state change:  3
>mai 01 09:43:48 fedora-notebook systemd[1905]: app-org.kde.discover.notifier@autostart.service: Consumed 1.881s CPU time.
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopped app-org.kde.discover.notifier@autostart.service - Discover.
>mai 01 09:43:48 fedora-notebook NetworkManager[1621]: <info>  [1714567428.9163] device (wlp1s0): state change: activated -> deactivating (reason 'sleeping', sys-iface-state: 'managed')
>mai 01 09:43:48 fedora-notebook polkitd[1299]: Unregistered Authentication Agent for unix-session:1 (system bus name :1.53, object path /org/kde/PolicyKit1/AuthenticationAgent, locale en_DK.UTF-8) (disconnected from bus)
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopped app-kaccess@autostart.service - Accessibility.
>mai 01 09:43:48 fedora-notebook ModemManager[1392]: <msg> [sleep-monitor-systemd] system is about to suspend
>mai 01 09:43:48 fedora-notebook NetworkManager[1621]: <info>  [1714567428.9150] manager: NetworkManager state is now ASLEEP
>mai 01 09:43:48 fedora-notebook NetworkManager[1621]: <info>  [1714567428.9145] manager: sleep: sleep requested (sleeping: no  enabled: yes)
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopped app-geoclue\x2ddemo\x2dagent@autostart.service - Geoclue Demo agent.
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopped app-org.telegram.desktop@autostart.service - org.telegram.desktop.
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopped app-org.kde.kdeconnect.daemon@autostart.service - KDE Connect.
>mai 01 09:43:48 fedora-notebook systemd[1905]: plasma-xdg-desktop-portal-kde.service: Consumed 1.409s CPU time.
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopped plasma-xdg-desktop-portal-kde.service - Xdg Desktop Portal For KDE.
>mai 01 09:43:48 fedora-notebook systemd-logind[1309]: Suspending...
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopped plasma-polkit-agent.service - KDE PolicyKit Authentication Agent.
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopped app-org.kde.kclock@autostart.service - org.kde.kclock.
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopped app-com.ulduzsoft.Birdtray@autostart.service - Birdtray.
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopped at-spi-dbus-bus.service - Accessibility services bus.
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopped xdg-permission-store.service - sandboxed app permission store.
>mai 01 09:43:48 fedora-notebook systemd[1905]: xdg-desktop-portal.service: Consumed 1.719s CPU time.
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopped xdg-desktop-portal.service - Portal service.
>mai 01 09:43:48 fedora-notebook systemd[1]: run-user-1000-doc.mount: Deactivated successfully.
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopping xdg-permission-store.service - sandboxed app permission store...
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopping xdg-document-portal.service - flatpak document portal service...
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopping xdg-desktop-portal.service - Portal service...
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopping plasma-xdg-desktop-portal-kde.service - Xdg Desktop Portal For KDE...
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopping plasma-powerdevil.service - Powerdevil...
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopping plasma-polkit-agent.service - KDE PolicyKit Authentication Agent...
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopping plasma-ksystemstats.service - Track hardware statistics...
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopping plasma-baloorunner.service - KRunner provider for baloo file indexer...
>mai 01 09:43:48 fedora-notebook dbus-broker[2413]: Dispatched 80 messages @ 32(±144)μs / message.
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopping flatpak-session-helper.service - flatpak session helper...
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopping at-spi-dbus-bus.service - Accessibility services bus...
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopping app-org.telegram.desktop@autostart.service - org.telegram.desktop...
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopping app-org.kde.kdeconnect.daemon@autostart.service - KDE Connect...
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopping app-org.kde.kclock@autostart.service - org.kde.kclock...
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopping app-org.kde.discover.notifier@autostart.service - Discover...
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopping app-kaccess@autostart.service - Accessibility...
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopping app-geoclue\x2ddemo\x2dagent@autostart.service - Geoclue Demo agent...
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopping app-com.ulduzsoft.Birdtray@autostart.service - Birdtray...
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopped target xdg-desktop-autostart.target - Startup of XDG autostart applications.
>mai 01 09:43:48 fedora-notebook plasmashell[2193]: kf.svg: findInCache with a lastModified timestamp of 0 is deprecated
>mai 01 09:43:48 fedora-notebook plasmashell[2193]: kf.svg: findInCache with a lastModified timestamp of 0 is deprecated
>mai 01 09:43:48 fedora-notebook plasmashell[2193]: kf.svg: findInCache with a lastModified timestamp of 0 is deprecated
>mai 01 09:43:48 fedora-notebook plasmashell[2193]: kf.svg: findInCache with a lastModified timestamp of 0 is deprecated
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopped target plasma-workspace.target - KDE Plasma Workspace.
>mai 01 09:43:48 fedora-notebook systemd[1905]: Stopped target plasma-workspace-wayland.target.
>mai 01 09:43:48 fedora-notebook plasmashell[2193]: kf.svg: findInCache with a lastModified timestamp of 0 is deprecated
>mai 01 09:43:48 fedora-notebook plasmashell[2193]: kf.svg: findInCache with a lastModified timestamp of 0 is deprecated
>mai 01 09:43:48 fedora-notebook plasmashell[2193]: kf.svg: findInCache with a lastModified timestamp of 0 is deprecated
>mai 01 09:43:48 fedora-notebook plasmashell[2193]: kf.svg: findInCache with a lastModified timestamp of 0 is deprecated
>mai 01 09:43:48 fedora-notebook systemd[1905]: app-org.kde.dolphin-5e4681076036416787bfd08c0ba1e9da.scope: Consumed 4.526s CPU time.
>mai 01 09:43:48 fedora-notebook systemd[1905]: app-org.kde.konsole-71033712fc0042c2a331363df97143ee.scope: Consumed 22.728s CPU time.
>mai 01 09:43:48 fedora-notebook plasmashell[2193]: kf.svg: findInCache with a lastModified timestamp of 0 is deprecated
>mai 01 09:43:48 fedora-notebook plasmashell[2193]: kf.svg: findInCache with a lastModified timestamp of 0 is deprecated
>mai 01 09:43:48 fedora-notebook plasmashell[2193]: kf.svg: findInCache with a lastModified timestamp of 0 is deprecated
>mai 01 09:43:48 fedora-notebook plasmashell[2193]: kf.svg: findInCache with a lastModified timestamp of 0 is deprecated
>mai 01 09:43:46 fedora-notebook systemd[1905]: Started dbus-:1.2-org.kde.Shutdown@0.service.
>mai 01 09:43:46 fedora-notebook systemd-logind[1309]: Lid closed.
>mai 01 09:42:11 fedora-notebook plasmashell[2193]: kf.svg: findInCache with a lastModified timestamp of 0 is deprecated
>mai 01 09:42:11 fedora-notebook plasmashell[2193]: kf.svg: findInCache with a lastModified timestamp of 0 is deprecated
>mai 01 09:42:11 fedora-notebook plasmashell[2193]: kf.svg: findInCache with a lastModified timestamp of 0 is deprecated
>mai 01 09:42:11 fedora-notebook plasmashell[2193]: kf.svg: findInCache with a lastModified timestamp of 0 is deprecated
>mai 01 09:42:11 fedora-notebook plasmashell[2193]: kf.svg: findInCache with a lastModified timestamp of 0 is deprecated
>mai 01 09:42:11 fedora-notebook plasmashell[2193]: kf.svg: findInCache with a lastModified timestamp of 0 is deprecated
>mai 01 09:41:53 fedora-notebook audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dbus-:1.3-org.kde.powerdevil.backlighthelper@9 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
>mai 01 09:41:53 fedora-notebook systemd[1]: dbus-:1.3-org.kde.powerdevil.backlighthelper@9.service: Deactivated successfully.
>mai 01 09:41:42 fedora-notebook audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dbus-:1.3-org.kde.powerdevil.backlighthelper@9 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
>mai 01 09:41:42 fedora-notebook systemd[1]: Started dbus-:1.3-org.kde.powerdevil.backlighthelper@9.service.
Comment 8 Vinícius 2024-05-01 14:30:19 UTC
Created attachment 169075 [details]
my journald logs when i just press the power button

note, my laptop wake up fine
Comment 9 Nate Graham 2024-05-01 19:17:39 UTC
> weirddly enough, this only happen when closing my laptop lid

Then it's a different issue; please open a new bug report for it. And also make sure to include a symbolicated backtrace in that bug report. Thanks.
Comment 10 Vinícius 2024-05-01 19:18:35 UTC
(In reply to Nate Graham from comment #9)
> > weirddly enough, this only happen when closing my laptop lid
> 
> Then it's a different issue; please open a new bug report for it. And also
> make sure to include a symbolicated backtrace in that bug report. Thanks.

ok