You are not logged in.
Today I decided to switch from x11 to wayland for my plasma session. After some graphics issues with nvidia PRIME, it seemed like the desktop started, but some apps still seem to crash.
One of these is kdeconnect, with the following trace.
PID: 1747 (kdeconnectd)
TID: 1747 (kdeconnectd)
UID: 1000 (max)
GID: 1000 (max)
Signal: 6 (ABRT) si_code: SI_TKILL
Timestamp: Fri 2026-09-11 23:30:12 CEST (36s ago)
Command Line: /usr/bin/kdeconnectd
Executable: /usr/bin/kdeconnectd
Control Group: /user.slice/user-1000.slice/user@1000.service/app.slice/app-org.kde.kdeconnect.daemon@autostart.service
Unit: user@1000.service
User Unit: app-org.kde.kdeconnect.daemon@autostart.service
Slice: user-1000.slice
Owner UID: 1000 (max)
Boot ID: 483863e07e984a9b81039fb2457ce2b2
Machine ID: 2f15267cb3fd42acb393076cb854157f
Hostname: laptopMax
Storage: /var/lib/systemd/coredump/core.kdeconnectd.1000.483863e07e984a9b81039fb2457ce2b2.1747.1789162212000000.zst (present)
Size on Disk: 1M
Message: Process 1747 (kdeconnectd) of user 1000 dumped core.
Stack trace of thread 1747:
#0 0x00007f3e08c9a17c n/a (libc.so.6 + 0x9a17c)
#1 0x00007f3e08c3e5d0 raise (libc.so.6 + 0x3e5d0)
#2 0x00007f3e08c25685 abort (libc.so.6 + 0x25685)
#3 0x00007f3e09497369 n/a (libQt6Core.so.6 + 0x97369)
#4 0x00007f3e094981a1 _ZNK14QMessageLogger5fatalEPKcz (libQt6Core.so.6 + 0x981a1)
#5 0x00007f3e09ce7314 n/a (libQt6Gui.so.6 + 0xe7314)
#6 0x00007f3e09dad2e8 _ZN22QGuiApplicationPrivate21createEventDispatcherEv (libQt6Gui.so.6 + 0x1ad2e8)
#7 0x00007f3e09585095 _ZN23QCoreApplicationPrivate4initEv (libQt6Core.so.6 + 0x185095)
#8 0x00007f3e09dad3eb _ZN22QGuiApplicationPrivate4initEv (libQt6Gui.so.6 + 0x1ad3eb)
#9 0x00007f3e0a6fe236 _ZN19QApplicationPrivate4initEv (libQt6Widgets.so.6 + 0xfe236)
#10 0x000055e08ea955af n/a (kdeconnectd + 0x35af)
#11 0x00007f3e08c27781 n/a (libc.so.6 + 0x27781)
#12 0x00007f3e08c278b9 __libc_start_main (libc.so.6 + 0x278b9)
#13 0x000055e08ea95c65 n/a (kdeconnectd + 0x3c65)
Stack trace of thread 1826:
#0 0x00007f3e08ca0952 n/a (libc.so.6 + 0xa0952)
#1 0x00007f3e08d11a57 ppoll (libc.so.6 + 0x111a57)
#2 0x00007f3e07085f59 n/a (libglib-2.0.so.0 + 0x63f59)
#3 0x00007f3e07086055 g_main_context_iteration (libglib-2.0.so.0 + 0x64055)
#4 0x00007f3e09896f32 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x496f32)
#5 0x00007f3e0958f664 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x18f664)
#6 0x00007f3e096b7ce2 _ZN7QThread4execEv (libQt6Core.so.6 + 0x2b7ce2)
#7 0x00007f3e0936c951 n/a (libQt6DBus.so.6 + 0x39951)
#8 0x00007f3e097721eb n/a (libQt6Core.so.6 + 0x3721eb)
#9 0x00007f3e08c980a2 n/a (libc.so.6 + 0x980a2)
#10 0x00007f3e08d2080c n/a (libc.so.6 + 0x12080c)
ELF object binary architecture: AMD x86-64
-- Notice: 1 systemd-coredump@.service unit is running, output may be incomplete.I tried to launch it in shell with debugging enabled with the following env
QT_LOGGING_RULES=qt.qpa.*=true
QT_DEBUG_PLUGINS=1
QSG_INFO=1
QT_QPA_EGLFS_DEBUG=1This gave me the following output
> kdeconnectd
qt.qpa.plugin: init_platform called with pluginNamesWithArguments "wayland" platformPluginPath "" platformThemeName ""
qt.core.plugin.factoryloader: checking directory path "/usr/lib/qt6/plugins/platforms" ...
qt.core.plugin.factoryloader: looking at "libqoffscreen.so"
qt.core.plugin.loader: Found metadata in lib /usr/lib/qt6/plugins/platforms/libqoffscreen.so, metadata=
{
"IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
"MetaData": {
"Keys": [
"offscreen"
]
},
"archlevel": 1,
"className": "QOffscreenIntegrationPlugin",
"debug": false,
"version": 396032
}
qt.core.plugin.factoryloader: Got keys from plugin meta data QList("offscreen")
qt.core.plugin.factoryloader: looking at "libqeglfs.so"
qt.core.plugin.loader: Found metadata in lib /usr/lib/qt6/plugins/platforms/libqeglfs.so, metadata=
{
"IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
"MetaData": {
"Keys": [
"eglfs"
]
},
"archlevel": 1,
"className": "QEglFSIntegrationPlugin",
"debug": false,
"version": 396032
}
qt.core.plugin.factoryloader: Got keys from plugin meta data QList("eglfs")
qt.core.plugin.factoryloader: looking at "libqxcb.so"
qt.core.plugin.loader: Found metadata in lib /usr/lib/qt6/plugins/platforms/libqxcb.so, metadata=
{
"IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
"MetaData": {
"Keys": [
"xcb"
]
},
"archlevel": 1,
"className": "QXcbIntegrationPlugin",
"debug": false,
"version": 396032
}
qt.core.plugin.factoryloader: Got keys from plugin meta data QList("xcb")
qt.core.plugin.factoryloader: looking at "libqminimal.so"
qt.core.plugin.loader: Found metadata in lib /usr/lib/qt6/plugins/platforms/libqminimal.so, metadata=
{
"IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
"MetaData": {
"Keys": [
"minimal"
]
},
"archlevel": 1,
"className": "QMinimalIntegrationPlugin",
"debug": false,
"version": 396032
}
qt.core.plugin.factoryloader: Got keys from plugin meta data QList("minimal")
qt.core.plugin.factoryloader: looking at "libqlinuxfb.so"
qt.core.plugin.loader: Found metadata in lib /usr/lib/qt6/plugins/platforms/libqlinuxfb.so, metadata=
{
"IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
"MetaData": {
"Keys": [
"linuxfb"
]
},
"archlevel": 1,
"className": "QLinuxFbIntegrationPlugin",
"debug": false,
"version": 396032
}
qt.core.plugin.factoryloader: Got keys from plugin meta data QList("linuxfb")
qt.core.plugin.factoryloader: looking at "libqwayland.so"
qt.core.plugin.loader: Found metadata in lib /usr/lib/qt6/plugins/platforms/libqwayland.so, metadata=
{
"IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
"MetaData": {
"Keys": [
"wayland",
"wayland-egl",
"wayland-brcm"
]
},
"archlevel": 1,
"className": "QWaylandIntegrationPlugin",
"debug": false,
"version": 396032
}
qt.core.plugin.factoryloader: Got keys from plugin meta data QList("wayland", "wayland-egl", "wayland-brcm")
qt.core.plugin.factoryloader: looking at "libqminimalegl.so"
qt.core.plugin.loader: Found metadata in lib /usr/lib/qt6/plugins/platforms/libqminimalegl.so, metadata=
{
"IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
"MetaData": {
"Keys": [
"minimalegl"
]
},
"archlevel": 1,
"className": "QMinimalEglIntegrationPlugin",
"debug": false,
"version": 396032
}
qt.core.plugin.factoryloader: Got keys from plugin meta data QList("minimalegl")
qt.core.plugin.factoryloader: looking at "libqvkkhrdisplay.so"
qt.core.plugin.loader: Found metadata in lib /usr/lib/qt6/plugins/platforms/libqvkkhrdisplay.so, metadata=
{
"IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
"MetaData": {
"Keys": [
"vkkhrdisplay"
]
},
"archlevel": 1,
"className": "QVkKhrDisplayIntegrationPlugin",
"debug": false,
"version": 396032
}
qt.core.plugin.factoryloader: Got keys from plugin meta data QList("vkkhrdisplay")
qt.core.plugin.factoryloader: looking at "libqvnc.so"
qt.core.plugin.loader: Found metadata in lib /usr/lib/qt6/plugins/platforms/libqvnc.so, metadata=
{
"IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
"MetaData": {
"Keys": [
"vnc"
]
},
"archlevel": 1,
"className": "QVncIntegrationPlugin",
"debug": false,
"version": 396032
}
qt.core.plugin.factoryloader: Got keys from plugin meta data QList("vnc")
qt.core.plugin.factoryloader: checking directory path "/usr/bin/platforms" ...
qt.qpa.plugin: Attempting to load Qt platform plugin "wayland" with arguments QList()
qt.core.library: "/usr/lib/qt6/plugins/platforms/libqwayland.so" loaded library
Failed to create wl_display (No such file or directory)
qt.qpa.plugin: Could not load the Qt platform plugin "wayland" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: offscreen, eglfs, xcb, minimal, linuxfb, wayland-brcm, wayland-egl, wayland, minimalegl, vkkhrdisplay, vnc.
zsh: abort (core dumped) kdeconnectdAnyone know how to fix this? Thanks for the help in advance ![]()
Edit: I forgot to mention that I already tried https://bbs.archlinux.org/viewtopic.php?id=290292, but that did not work.
Last edited by UnknownError (Today 10:51:10)
Offline
pacman -Qs nvidia
I Have Linux Perl Can i Download Gnome???
Offline
pacman -Qs nvidia
local/cuda 13.3.1-1
NVIDIA's GPU programming toolkit
local/cudnn 9.26.0.51-1
NVIDIA CUDA Deep Neural Network library
local/egl-gbm 1.1.4-1
The GBM EGL external platform library
local/egl-wayland 4:1.1.22-1
EGLStream-based Wayland external platform
local/egl-wayland2 1.0.2-1
EGLStream-based Wayland external platform (2)
local/egl-x11 1.0.6-1
NVIDIA XLib and XCB EGL Platform Library
local/libvdpau 1.5-4
Nvidia VDPAU library
local/libxnvctrl 610.57.04-1
NVIDIA NV-CONTROL X extension
local/linux-firmware-nvidia 20260810-2
Firmware files for Linux - Firmware for NVIDIA GPUs and SoCs
local/nsight-compute 2026.3.0.13-1
Interactive profiler for NVIDIA CUDA and OptiX
local/nvidia-open 610.57.04-16
NVIDIA open kernel modules
local/nvidia-prime 1.0-6
NVIDIA Prime Render Offload configuration and utilities
local/nvidia-settings 610.57.04-1
Tool for configuring the NVIDIA graphics driver
local/nvidia-utils 610.57.04-1
NVIDIA drivers utilities
local/nvtop 3.3.2-1
GPUs process monitoring for AMD, Intel and NVIDIA
local/opencl-nvidia 610.57.04-1
OpenCL implemention for NVIDIAOffline
lscpu
I Have Linux Perl Can i Download Gnome???
Offline
lscpu
I don't see how this could be relavant but here is the output.
Architectuur: x86_64
CPU-modus(sen): 32-bit, 64-bit
Adresgroottes: 48 bits physical, 48 bits virtual
Bytevolgorde: Little Endian
CPU's: 16
Online CPU's-lijst: 0-15
Producent-ID: AuthenticAMD
Modelnaam: AMD Ryzen 7 5800H with Radeon Graphics
CPU-familie: 25
Model: 80
Draden per kern: 2
Kernen per voet: 8
CPU-voeten: 1
Stepping: 0
Microcode version: 0xa500012
Frequentie-boost: ingeschakeld
CPU-frequentieniveau: 49%
max. CPU-frequentie (MHz): 4465,2612
min. CPU-frequentie (MHz): 403,4880
BogoMIPS: 6388,19
Vlaggen: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid extd
_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skin
it wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibrs ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid cqm rdt_a rdseed adx smap clflusho
pt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk clzero irperf xsaveerptr rdpru wbnoinvd cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean
flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip pku ospke vaes vpclmulqdq rdpid overflow_recov succor smca fsrm debug_swap
Virtualisatiefuncties:
Virtualisatie: AMD-V
Caches:
L1d: 256 KiB (verdeeld over 8 exemplaren)
L1i: 256 KiB (verdeeld over 8 exemplaren)
L2: 4 MiB (verdeeld over 8 exemplaren)
L3: 16 MiB (1 exemplaar)
NUMA:
NUMA-nodes: 1
NUMA-node0 CPU('s): 0-15
Kwetsbaarheden:
Gather data sampling: Not affected
Ghostwrite: Not affected
Indirect target selection: Not affected
Itlb multihit: Not affected
L1tf: Not affected
Mds: Not affected
Meltdown: Not affected
Mmio stale data: Not affected
Old microcode: Not affected
Reg file data sampling: Not affected
Retbleed: Not affected
Spec rstack overflow: Mitigation; Safe RET
Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl
Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP always-on; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected
Srbds: Not affected
Tsa: Mitigation; Clear CPU buffers
Tsx async abort: Not affected
Vmscape: Mitigation; IBPB before exit to userspaceOffline
For quick mitigation try
QT_QPA_PLATFORM=xcb kdeconnectAfter some graphics issues with nvidia PRIME
qdbus6 org.kde.KWin /KWin supportInformationAlso probably
printenv; eglinfo -B; glxinfo -BIs kdeconnect from the repos or some flatschpak?
You've not partially updated the system? (Notably qt6-wayland is in sync w/ the rest of qt6?)
Edit, possibly relevant: https://bbs.archlinux.org/viewtopic.php?id=314888
Last edited by seth (Today 08:19:39)
Offline
qdbus6 org.kde.KWin /KWin supportInformation
Version
=======
KWin version: 6.7.5
Qt Version: 6.11.2
Qt compile version: 6.11.2
XCB compile version: 1.17.0
Operation Mode: X11
Build Options
=============
KWIN_BUILD_DECORATIONS: yes
KWIN_BUILD_TABBOX: yes
KWIN_BUILD_ACTIVITIES: yes
HAVE_X11_XCB: yes
HAVE_GLX: yes
X11
===
Vendor: The X.Org Foundation
Vendor Release: 12101024
Protocol Version/Revision: 11/0
SHAPE: yes; Version: 0x11
RANDR: yes; Version: 0x14
DAMAGE: yes; Version: 0x11
Composite: yes; Version: 0x4
RENDER: yes; Version: 0xb
XFIXES: yes; Version: 0x50
SYNC: yes; Version: 0x31
GLX: yes; Version: 0x0
Decoration
==========
Plugin: org.kde.breeze
Theme:
Plugin recommends border size: None
onAllDesktopsAvailable: true
alphaChannelSupported: true
closeOnDoubleClickOnMenu: false
alwaysShowExcludeFromCapture: false
decorationButtonsLeft: 0, 2
decorationButtonsRight: 6, 3, 4, 5
borderSize: 0
gridUnit: 10
font: Noto Sans,10,-1,0,400,0,0,0,0,0,0,0,0,0,0,1,,0,0
smallSpacing: 2
largeSpacing: 10
Output backend
==============
Name: KWin::X11StandaloneBackend
Cursor
======
themeName: breeze_cursors
themeSize: 24
Options
=======
focusPolicy: ClickToFocus
xwaylandCrashPolicy: 1
xwaylandMaxCrashCount: 3
nextFocusPrefersMouse: false
clickRaise: true
autoRaise: false
autoRaiseInterval: 0
delayFocusInterval: 0
shadeHover: false
shadeHoverInterval: 250
separateScreenFocus: true
placement: 5
activationDesktopPolicy: SwitchToOtherDesktop
focusPolicyIsReasonable: true
borderSnapZone: 10
windowSnapZone: 10
centerSnapZone: 0
snapOnlyWhenOverlapping: false
edgeBarrier: 100
cornerBarrier: 1
rollOverDesktops: false
focusStealingPreventionLevel: 1
operationTitlebarDblClick: 5000
operationMaxButtonLeftClick: 5000
operationMaxButtonMiddleClick: 5015
operationMaxButtonRightClick: 5014
commandActiveTitlebar1: MouseRaise
commandActiveTitlebar2: MouseNothing
commandActiveTitlebar3: MouseOperationsMenu
commandInactiveTitlebar1: MouseActivateAndRaise
commandInactiveTitlebar2: MouseNothing
commandInactiveTitlebar3: MouseOperationsMenu
commandWindow1: MouseActivateRaiseOnReleaseAndPassClick
commandWindow2: MouseActivateAndPassClick
commandWindow3: MouseActivateAndPassClick
commandWindowWheel: MouseNothing
commandAll1: MouseUnrestrictedMove
commandAll2: MouseToggleRaiseAndLower
commandAll3: MouseUnrestrictedResize
keyCmdAllModKey: 16777250
doubleClickBorderToMaximize: true
condensedTitle: false
electricBorderMaximize: true
electricBorderTiling: true
electricBorderCornerRatio: 0.25
borderlessMaximizedWindows: false
killPingTimeout: 5000
compositingMode: 1
useCompositing: true
hiddenPreviews: 1
glSmoothScale: 2
glStrictBinding: true
glStrictBindingFollowsDriver: true
glPreferBufferSwap: AutoSwapStrategy
glPlatformInterface: 1
windowsBlockCompositing: true
allowTearing: true
interactiveWindowMoveEnabled: true
Screen Edges
============
desktopSwitching: false
desktopSwitchingMovingClients: false
cursorPushBackDistance: 1x1
actionTopLeft: 0
actionTop: 0
actionTopRight: 0
actionRight: 0
actionBottomRight: 0
actionBottom: 0
actionBottomLeft: 0
actionLeft: 0
Screens
=======
Number of Screens: 1
Screen 0:
---------
Name: eDP
Enabled: 1
Geometry: 0,0,1920x1080
Physical size: 344x194mm
Scale: 1
Refresh Rate: 60003
Adaptive Sync: incapable
Compositing
===========
Compositing is active
Compositing Type: OpenGL
OpenGL vendor string: AMD
OpenGL renderer string: AMD Radeon Graphics (radeonsi, renoir, ACO, DRM 3.64, 7.2.4-arch1-2)
OpenGL version string: 4.6 (Compatibility Profile) Mesa 26.2.2-arch1.1
OpenGL platform interface: GLX
OpenGL shading language version string: 4.60
Driver: Unknown
GPU class: Unknown
OpenGL version: 4.6
GLSL version: 4.60
Mesa version: 26.2.2
X server version: 1.21.1
Linux kernel version: 7.2.4
Direct rendering: Requires strict binding: yes
Virtual Machine: no
OpenGL 2 Shaders are used
Loaded Effects:
---------------
screenshot
outputlocator
colorpicker
zoom
screenedge
blur
contrast
logout
login
sessionquit
slidingpopups
translucency
windowaperture
slide
cube
fullscreen
fadingpopups
frozenapp
maximize
scale
squash
dialogparent
windowview
tileseditor
overview
highlightwindow
blendchanges
startupfeedback
systembell
kscreen
invert
Currently Active Effects:
-------------------------
blur
contrast
slidingpopups
Effect Settings:
----------------
screenshot:
outputlocator:
colorpicker:
zoom:
zoomFactor: 1.2
mousePointer: 0
mouseTracking: 0
focusTrackingEnabled: false
textCaretTrackingEnabled: false
focusDelay: 350
moveFactor: 20
targetZoom: 1
screenedge:
blur:
contrast:
logout:
pluginId: logout
isActiveFullScreenEffect: false
login:
pluginId: login
isActiveFullScreenEffect: false
sessionquit:
pluginId: sessionquit
isActiveFullScreenEffect: false
slidingpopups:
slideInDuration: 200
slideOutDuration: 200
translucency:
pluginId: translucency
isActiveFullScreenEffect: false
windowaperture:
pluginId: windowaperture
isActiveFullScreenEffect: false
slide:
horizontalGap: 45
verticalGap: 20
slideBackground: true
cube:
activeView:
delegate:
data:
configuration:
visible: false
activated: false
animationDuration: 200
mainDelegate:
fullscreen:
pluginId: fullscreen
isActiveFullScreenEffect: false
fadingpopups:
pluginId: fadingpopups
isActiveFullScreenEffect: false
frozenapp:
pluginId: frozenapp
isActiveFullScreenEffect: false
maximize:
pluginId: maximize
isActiveFullScreenEffect: false
scale:
pluginId: scale
isActiveFullScreenEffect: false
squash:
pluginId: squash
isActiveFullScreenEffect: false
dialogparent:
pluginId: dialogparent
isActiveFullScreenEffect: false
windowview:
activeView:
delegate:
animationDuration: 300
ignoreMinimized: false
mode:
partialActivationFactor: 0
gestureInProgress: false
searchText:
selectedIds:
tileseditor:
activeView:
delegate:
animationDuration: 200
overview:
activeView:
delegate:
animationDuration: 300
ignoreMinimized: false
filterWindows: true
organizedGrid: true
overviewPartialActivationFactor: 0
overviewGestureInProgress: false
transitionPartialActivationFactor: 0
transitionGestureInProgress: false
gridPartialActivationFactor: 0
gridGestureInProgress: false
desktopOffset:
searchText:
highlightwindow:
blendchanges:
startupfeedback:
type: 1
systembell:
kscreen:
invert:
Loaded Plugins:
---------------
krunnerintegration
nightlight
Available Plugins:
------------------
krunnerintegration
nightlightAlso probably
printenv; eglinfo -B; glxinfo -B
COLORFGBG=15;0
COLORTERM=truecolor
CUDA_PATH=/opt/cuda
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
DEBUGINFOD_URLS=https://debuginfod.archlinux.org
DESKTOP_SESSION=plasma
DISPLAY=:1
FLATPAK_TTY_PROGRESS=1
GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/max/.gtkrc-2.0:/home/max/.config/gtkrc-2.0
GTK_MODULES=canberra-gtk-module
GTK_RC_FILES=/etc/gtk/gtkrc:/home/max/.gtkrc:/home/max/.config/gtkrc
HG=/usr/bin/hg
HOME=/home/max
ICEAUTHORITY=/run/user/1000/iceauth_GRKhCx
INVOCATION_ID=c60eef23650d4d6597546f9f552961a6
JOURNAL_STREAM=10:21044
KDE_APPLICATIONS_AS_SCOPE=1
KDE_FULL_SESSION=true
KDE_SESSION_UID=1000
KDE_SESSION_VERSION=6
KONSOLE_DBUS_ACTIVATION_COOKIE=7oB6AqToUCU34DZ5tvHjguHcps5mjMzmFOeMnmjPNRQ=
KONSOLE_DBUS_SERVICE=:1.62
KONSOLE_DBUS_SESSION=/Sessions/1
KONSOLE_VERSION=260801
LANG=nl_NL.UTF-8
LANGUAGE=nl_NL:en_US:en_GB
LC_ADDRESS=nl_NL.UTF-8
LC_MEASUREMENT=nl_NL.UTF-8
LC_MONETARY=nl_NL.UTF-8
LC_NAME=nl_NL.UTF-8
LC_NUMERIC=nl_NL.UTF-8
LC_PAPER=nl_NL.UTF-8
LC_TELEPHONE=nl_NL.UTF-8
LC_TIME=nl_NL.UTF-8
LOGNAME=max
MAIL=/var/spool/mail/max
MANAGERPID=974
MANAGERPIDFDID=32825
MEMORY_PRESSURE_WATCH=/sys/fs/cgroup/user.slice/user-1000.slice/user@1000.service/session.slice/plasma-ksmserver.service/memory.pressure
MEMORY_PRESSURE_WRITE=c29tZSAyMDAwMDAgMjAwMDAwMAA=
MOTD_SHOWN=pam
NIX_PROFILES=/nix/var/nix/profiles/default /home/max/.nix-profile
NIX_SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
NVCC_CCBIN=/usr/bin/g++-15
OLDPWD=/home/max/.local/share/mime
PAM_KWALLET5_LOGIN=/run/user/1000/kwallet5.socket
PATH=/home/max/.opam/default/bin:/home/max/.nvm/versions/node/v22.14.0/bin:/home/max/.nix-profile/bin:/nix/var/nix/profiles/default/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/opt/cuda/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/lib/rustup/bin:/home/max/.dotnet/tools
PROFILEHOME=
PWD=/home/max/.local/share/mime
PYTHIA8=/usr
PYTHIA8DATA=/usr/share/pythia8/xmldoc
QT_SCREEN_SCALE_FACTORS=eDP-1=1;HDMI-1=1;
SESSION_MANAGER=local/laptopMax:@/tmp/.ICE-unix/1554,unix/laptopMax:/tmp/.ICE-unix/1554
SHELL=/usr/bin/zsh
SHELL_SESSION_ID=3cc1098264394d5c9694c737c3364573
SSH_AUTH_SOCK=/run/user/1000/ssh-agent.socket
SYSTEMD_EXEC_PID=1554
TERM=xterm-256color
USER=max
VSSCRIPT_PATH=/usr/lib/python3.14/site-packages/vapoursynth/libvsscript.so
WINDOWID=46137352
WINDOWPATH=1
XAUTHORITY=/home/max/.Xauthority
XDG_CONFIG_DIRS=/home/max/.config/kdedefaults:/etc/xdg
XDG_CURRENT_DESKTOP=KDE
XDG_DATA_DIRS=/home/max/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/home/max/.nix-profile/share:/nix/var/nix/profiles/default/share
XDG_MENU_PREFIX=plasma-
XDG_RUNTIME_DIR=/run/user/1000
XDG_SEAT=seat0
XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
XDG_SESSION_CLASS=user
XDG_SESSION_DESKTOP=KDE
XDG_SESSION_ID=2
XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1
XDG_SESSION_TYPE=wayland
XDG_VTNR=1
__ETC_PROFILE_NIX_SOURCED=1
SHLVL=1
CHROOT=/home/max/AUR/chroot
GINPUT=/usr/share/gemini/
SVIHOME=/home/max/.svi
NVM_DIR=/home/max/.nvm
NVM_CD_FLAGS=-q
NVM_BIN=/home/max/.nvm/versions/node/v22.14.0/bin
NVM_INC=/home/max/.nvm/versions/node/v22.14.0/include/node
OPAMNOENVNOTICE=true
OPAM_SWITCH_PREFIX=/home/max/.opam/default
CAML_LD_LIBRARY_PATH=/home/max/.opam/default/lib/stublibs:/home/max/.opam/default/lib/ocaml/stublibs:/home/max/.opam/default/lib/ocaml
OCAMLTOP_INCLUDE_PATH=/home/max/.opam/default/lib/toplevel
OCAML_TOPLEVEL_PATH=/home/max/.opam/default/lib/toplevel
MANPATH=:/home/max/.opam/default/man
OPAM_LAST_ENV=/home/max/.opam/.last-env/env-2db00b2bffd41ada8d8c03c3504b67a6-0
_=/usr/bin/printenv
pci id for fd 3: 10de:25a2, driver (null)
pci id for fd 4: 10de:25a2, driver (null)
pci id for fd 5: 10de:25a2, driver (null)
pci id for fd 4: 10de:25a2, driver (null)
pci id for fd 5: 10de:25a2, driver (null)
GBM platform:
pci id for fd 3: 10de:25a2, driver (null)
pci id for fd 4: 10de:25a2, driver (null)
pci id for fd 5: 10de:25a2, driver (null)
pci id for fd 4: 10de:25a2, driver (null)
pci id for fd 5: 10de:25a2, driver (null)
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES
OpenGL core profile vendor: Mesa
OpenGL core profile renderer: llvmpipe (LLVM 22.1.8, 256 bits)
OpenGL core profile version: 4.6 (Core Profile) Mesa 26.2.2-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: Mesa
OpenGL compatibility profile renderer: llvmpipe (LLVM 22.1.8, 256 bits)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 26.2.2-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: Mesa
OpenGL ES profile renderer: llvmpipe (LLVM 22.1.8, 256 bits)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.2.2-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20
Wayland platform:
eglinfo: eglInitialize failed
X11 platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Graphics (radeonsi, renoir, ACO, DRM 3.64, 7.2.4-arch1-2)
OpenGL core profile version: 4.6 (Core Profile) Mesa 26.2.2-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Graphics (radeonsi, renoir, ACO, DRM 3.64, 7.2.4-arch1-2)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 26.2.2-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Graphics (radeonsi, renoir, ACO, DRM 3.64, 7.2.4-arch1-2)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.2.2-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20
Surfaceless platform:
EGL API version: 1.5
EGL vendor string: NVIDIA
EGL version string: 1.5
EGL client APIs: OpenGL_ES OpenGL
OpenGL core profile vendor: NVIDIA Corporation
OpenGL core profile renderer: NVIDIA GeForce RTX 3050 Laptop GPU/PCIe/SSE2
OpenGL core profile version: 4.6.0 NVIDIA 615.71.09
OpenGL core profile shading language version: 4.60 NVIDIA
OpenGL compatibility profile vendor: NVIDIA Corporation
OpenGL compatibility profile renderer: NVIDIA GeForce RTX 3050 Laptop GPU/PCIe/SSE2
OpenGL compatibility profile version: 4.6.0 NVIDIA 615.71.09
OpenGL compatibility profile shading language version: 4.60 NVIDIA
OpenGL ES profile vendor: NVIDIA Corporation
OpenGL ES profile renderer: NVIDIA GeForce RTX 3050 Laptop GPU/PCIe/SSE2
OpenGL ES profile version: OpenGL ES 3.2 NVIDIA 615.71.09
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20
Device platform:
Device #0:
Platform Device platform:
EGL API version: 1.5
EGL vendor string: NVIDIA
EGL version string: 1.5
EGL client APIs: OpenGL_ES OpenGL
OpenGL core profile vendor: NVIDIA Corporation
OpenGL core profile renderer: NVIDIA GeForce RTX 3050 Laptop GPU/PCIe/SSE2
OpenGL core profile version: 4.6.0 NVIDIA 615.71.09
OpenGL core profile shading language version: 4.60 NVIDIA
OpenGL compatibility profile vendor: NVIDIA Corporation
OpenGL compatibility profile renderer: NVIDIA GeForce RTX 3050 Laptop GPU/PCIe/SSE2
OpenGL compatibility profile version: 4.6.0 NVIDIA 615.71.09
OpenGL compatibility profile shading language version: 4.60 NVIDIA
OpenGL ES profile vendor: NVIDIA Corporation
OpenGL ES profile renderer: NVIDIA GeForce RTX 3050 Laptop GPU/PCIe/SSE2
OpenGL ES profile version: OpenGL ES 3.2 NVIDIA 615.71.09
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20
Device #1:
Platform Device platform:
MESA-EGL: warning: pci id for fd 19: 10de:25a2, driver (null)
pci id for fd 20: 10de:25a2, driver (null)
pci id for fd 21: 10de:25a2, driver (null)
MESA-EGL: warning: egl: failed to create dri2 screen
MESA-EGL: warning: pci id for fd 19: 10de:25a2, driver (null)
pci id for fd 20: 10de:25a2, driver (null)
pci id for fd 21: 10de:25a2, driver (null)
MESA-EGL: warning: egl: failed to create dri2 screen
MESA-EGL: warning: pci id for fd 19: 10de:25a2, driver (null)
eglinfo: eglInitialize failed
Device #2:
Platform Device platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Graphics (radeonsi, renoir, ACO, DRM 3.64, 7.2.4-arch1-2)
OpenGL core profile version: 4.6 (Core Profile) Mesa 26.2.2-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Graphics (radeonsi, renoir, ACO, DRM 3.64, 7.2.4-arch1-2)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 26.2.2-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Graphics (radeonsi, renoir, ACO, DRM 3.64, 7.2.4-arch1-2)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.2.2-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20
Device #3:
Platform Device platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES
OpenGL core profile vendor: Mesa
OpenGL core profile renderer: llvmpipe (LLVM 22.1.8, 256 bits)
OpenGL core profile version: 4.6 (Core Profile) Mesa 26.2.2-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: Mesa
OpenGL compatibility profile renderer: llvmpipe (LLVM 22.1.8, 256 bits)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 26.2.2-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: Mesa
OpenGL ES profile renderer: llvmpipe (LLVM 22.1.8, 256 bits)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.2.2-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20
name of display: :1
display: :1 screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: AMD (0x1002)
Device: AMD Radeon Graphics (radeonsi, renoir, ACO, DRM 3.64, 7.2.4-arch1-2) (0x1638)
Version: 26.2.2
Accelerated: yes
Video memory: 2048MB
Unified memory: yes
Preferred profile: core (0x1)
Max core profile version: 4.6
Max compat profile version: 4.6
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2
Memory info (GL_ATI_meminfo):
VBO free memory - total: 1059 MB, largest block: 1059 MB
VBO free aux. memory - total: 6721 MB, largest block: 6721 MB
Texture free memory - total: 1059 MB, largest block: 1059 MB
Texture free aux. memory - total: 6721 MB, largest block: 6721 MB
Renderbuffer free memory - total: 1059 MB, largest block: 1059 MB
Renderbuffer free aux. memory - total: 6721 MB, largest block: 6721 MB
Memory info (GL_NVX_gpu_memory_info):
Dedicated video memory: 2048 MB
Total available memory: 8956 MB
Currently available dedicated video memory: 1059 MB
OpenGL vendor string: AMD
OpenGL renderer string: AMD Radeon Graphics (radeonsi, renoir, ACO, DRM 3.64, 7.2.4-arch1-2)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 26.2.2-arch1.1
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL version string: 4.6 (Compatibility Profile) Mesa 26.2.2-arch1.1
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 26.2.2-arch1.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20Is kdeconnect from the repos or some flatschpak?
You've not partially updated the system? (Notably qt6-wayland is in sync w/ the rest of qt6?)Edit, possibly relevant: https://bbs.archlinux.org/viewtopic.php?id=314888
I have everything (so also kdeconnect) installed from the repos and have done a full system upgrade before posting, so qt6-wayland is in sync with the other qt6 packages. I have also upgraded my nvidia drivers to 615.71.09-1 and everything still works.
Offline
XDG_SESSION_TYPE=wayland but the rest there says that this is an X11 session, test xeyes, https://wiki.archlinux.org/title/Waylan … plications
How exactly are you starting that session?
loginctl session-statusOffline
Okay I think I solved it. My laptop is quite old and I used to start my plasma session via .xinitrc, so I still had the following there.
export DESKTOP_SESSION=plasma
exec startplasma-x11This was run when I started my plasma session via sddm, so it started the x11 session. After removing these lines the wayland session would not start, but I have now switched to Plasma Login Manager and everything seems to work now.
Offline