From 2fcd219c34cfda4775451f1341cbad2fd59dd116 Mon Sep 17 00:00:00 2001 From: Lysec Date: Tue, 17 Mar 2026 10:16:41 +0100 Subject: [PATCH] fix(bar): defer update to next cycle --- .../Templates/zen-browser/zen-userChrome.css | 142 +- Modules/Bar/Bar.qml | 11 +- Modules/Bar/Extras/BarWidgetLoader.qml | 29 +- Modules/Bar/Widgets/ControlCenter.qml | 2 +- Modules/Bar/Widgets/MediaMini.qml | 2 +- Modules/MainScreen/BarContentWindow.qml | 23 +- Modules/Panels/Network/NetworkPanel.qml | 11 +- .../Settings/Bar/BarWidgetSettingsDialog.qml | 1 + .../ControlCenterWidgetSettingsDialog.qml | 1 + .../DesktopWidgetSettingsDialog.qml | 1 + .../Tabs/ColorScheme/SchemeDownloader.qml | 2 +- .../Tabs/Connections/BluetoothSubTab.qml | 10 +- .../Settings/Tabs/Connections/WifiSubTab.qml | 10 +- .../Settings/Tabs/Hooks/HookEditPopup.qml | 1 + .../Tabs/Idle/IdleCommandEditPopup.qml | 1 + .../SessionMenuEntrySettingsDialog.qml | 1 + Modules/Tooltip/Tooltip.qml | 12 +- Services/Compositor/CompositorService.qml | 6 +- Services/Compositor/HyprlandService.qml | 3 - Services/Media/AudioService.qml | 117 +- Services/UI/BarService.qml | 38 +- Widgets/NTextInput.qml | 2 +- crash/crash.log | 1866 +++++++++++++++++ crash/qs-crash-1773733226.txt | 329 +++ 24 files changed, 2459 insertions(+), 162 deletions(-) create mode 100644 crash/crash.log create mode 100644 crash/qs-crash-1773733226.txt diff --git a/Assets/Templates/zen-browser/zen-userChrome.css b/Assets/Templates/zen-browser/zen-userChrome.css index e2e8fa358..f909038c0 100644 --- a/Assets/Templates/zen-browser/zen-userChrome.css +++ b/Assets/Templates/zen-browser/zen-userChrome.css @@ -11,46 +11,59 @@ } :root { - /* Core Color Palette Overrides */ + /* --- Core Palette Overrides --- */ --zen-colors-primary: var(--base) !important; --zen-primary-color: var(--base) !important; --zen-colors-secondary: var(--surface) !important; --zen-colors-tertiary: var(--overlay) !important; --zen-colors-border: var(--primary) !important; - /* Backgrounds */ + /* --- Internal Zen Color Variables --- */ + --zen-primary-color: var(--primary) !important; + --zen-colors-primary: var(--base) !important; + --zen-colors-secondary: var(--surface) !important; + --zen-colors-tertiary: var(--base) !important; + + /* --- Backgrounds --- */ --toolbar-bgcolor: var(--base) !important; --newtab-background-color: var(--overlay) !important; --zen-themed-toolbar-bg: var(--base) !important; --zen-main-browser-background: var(--base) !important; --toolbox-bgcolor-inactive: var(--base) !important; + --zen-urlbar-background: var(--surface) !important; + --zen-colors-input-bg: var(--surface) !important; + --zen-themed-toolbar-bg-transparent: transparent !important; - /* Text & Icons */ + /* --- Text & Icons --- */ --lwt-text-color: var(--text) !important; --toolbarbutton-icon-fill: var(--primary) !important; --toolbar-field-color: var(--text) !important; --toolbar-field-focus-color: var(--text) !important; --toolbar-color: var(--text) !important; + --toolbox-textcolor: var(--text) !important; + --toolbox-textcolor-inactive: var(--text) !important; --tab-selected-textcolor: var(--primary) !important; --newtab-text-primary-color: var(--text) !important; - /* Popups & Menus */ + /* --- Popups, Menus & Sidebars --- */ --arrowpanel-color: var(--text) !important; --arrowpanel-background: var(--overlay) !important; - - /* Sidebar Stuff */ --sidebar-text-color: var(--text) !important; --lwt-sidebar-text-color: var(--text) !important; --lwt-sidebar-background-color: var(--base) !important; - - /* --- Tab Selection --- */ - --tab-selected-textcolor: var(--primary) !important; } -/* Element Specific Overrides */ +/* --- Sidebar & Layout --- */ -#permissions-granted-icon { - color: var(--base) !important; +#navigator-toolbox, +#zen-tabbox-wrapper, +.sidebar-panel { + background-color: var(--base) !important; +} + +#zen-sidebar-splitter { + background-color: var(--base) !important; + opacity: 1 !important; } .sidebar-placesTree { @@ -61,29 +74,27 @@ background-color: var(--surface) !important; } -#urlbar-background { - background-color: var(--surface) !important; +#zen-appcontent-navbar-container { + background-color: var(--base) !important; } -.tab-background[selected=""] { - background: var(--overlay) !important; -} +/* --- Navigation Controls --- */ -.content-shortcuts { - background-color: var(--surface) !important; - border-color: var(--secondary) !important; -} - -.urlbarView-url { +#back-button .toolbarbutton-icon, +#forward-button .toolbarbutton-icon, +#reload-button .toolbarbutton-icon, +#stop-button .toolbarbutton-icon, +#PanelUI-menu-button .toolbarbutton-icon, +#unified-extensions-button .toolbarbutton-icon, +#nav-bar-overflow-button .toolbarbutton-icon, +#zen-toggle-compact-mode .toolbarbutton-icon { + fill: var(--primary) !important; color: var(--primary) !important; } -#zenEditBookmarkPanelFaviconContainer { - background: var(--base) !important; -} - -#zen-toast-container { - color: var(--primary) !important; +#back-button[disabled] .toolbarbutton-icon, +#forward-button[disabled] .toolbarbutton-icon { + opacity: 0.3 !important; } toolbar .toolbarbutton-1 { @@ -98,6 +109,65 @@ toolbar .toolbarbutton-1 { } } +/* --- URL Bar --- */ + +#urlbar-input { + color: var(--text) !important; +} + +#urlbar-input::selection { + background-color: var(--primary) !important; + color: var(--on_primary) !important; +} + +.urlbar-background { + background-color: var(--base) !important; +} + +#urlbar-input-container { + background-color: var(--base) !important; +} + +.urlbarView-url { + color: var(--primary) !important; +} + +.urlbarView-favicon { + background-color: var(--base) !important; +} + +#urlbar-results { + background-color: var(--overlay) !important; + color: var(--text) !important; +} + +/* --- UI Components --- */ + +#zen-toast-container { + color: var(--primary) !important; +} + +#PanelUI-menu-button[open] .toolbarbutton-icon { + fill: var(--primary) !important; +} + +#permissions-granted-icon { + color: var(--base) !important; +} + +.tab-background[selected=""] { + background: var(--overlay) !important; +} + +.content-shortcuts { + background-color: var(--surface) !important; + border-color: var(--secondary) !important; +} + +#zenEditBookmarkPanelFaviconContainer { + background: var(--base) !important; +} + #TabsToolbar { background-color: var(--base) !important; } @@ -105,17 +175,3 @@ toolbar .toolbarbutton-1 { hbox#titlebar { background-color: var(--base) !important; } - -#zen-appcontent-navbar-container { - background-color: var(--base) !important; -} - -/* Zen toast/indicator contrast visibility issue fix */ -#zen-toast-container { - color: var(--primary) !important; -} - -/* Pane UI button visibility issue fix */ -#PanelUI-menu-button[open] .toolbarbutton-icon { - fill: var(--primary) !important; -} diff --git a/Modules/Bar/Bar.qml b/Modules/Bar/Bar.qml index 142625890..7c675d7c3 100644 --- a/Modules/Bar/Bar.qml +++ b/Modules/Bar/Bar.qml @@ -142,13 +142,18 @@ Item { } } - // Initialize models — deferred to next event-loop tick via Qt.callLater to avoid - // re-entrant incubation: Component.onCompleted fires during QQmlObjectCreator::finalize, + // Initialize models — deferred via Timer (Qt.callLater can fire in same event cycle) + // to avoid re-entrant incubation: Component.onCompleted fires during finalization, // and ListModel.append synchronously creates Repeater delegates whose own finalization // can corrupt the V4 heap (SIGSEGV in QV4::Object::insertMember). + Timer { + id: initModelsTimer + interval: 0 + onTriggered: root._initModels() + } Component.onCompleted: { Logger.d("Bar", "Bar Component.onCompleted for screen:", screen?.name); - Qt.callLater(root._initModels); + initModelsTimer.restart(); } function _initModels() { diff --git a/Modules/Bar/Extras/BarWidgetLoader.qml b/Modules/Bar/Extras/BarWidgetLoader.qml index 5e4193f66..a889474ef 100644 --- a/Modules/Bar/Extras/BarWidgetLoader.qml +++ b/Modules/Bar/Extras/BarWidgetLoader.qml @@ -72,8 +72,33 @@ Item { Loader { id: loader anchors.fill: parent - asynchronous: true - active: root.checkWidgetExists() && (root.reloadCounter >= 0) + asynchronous: false + + // Deferred activation to prevent re-entrant incubation crash: + // When ListModel.append() creates this delegate, the Repeater is mid-incubation. + // If this Loader activates synchronously (asynchronous: false) during delegate + // finalization, it triggers nested QQmlIncubatorPrivate::incubate which corrupts + // the V4 heap (SIGSEGV in QV4::Object::insertMember). + // Deferring to the next event loop iteration breaks the nesting. + property bool _ready: false + active: _ready && root.checkWidgetExists() && (root.reloadCounter >= 0) + + Timer { + id: activateTimer + interval: 0 + onTriggered: loader._ready = true + } + + Component.onCompleted: activateTimer.start() + + // Reset _ready when reloadCounter changes to force a deferred re-activation + Connections { + target: root + function onReloadCounterChanged() { + loader._ready = false; + activateTimer.restart(); + } + } sourceComponent: { // Depend on reloadCounter to force re-fetch of component diff --git a/Modules/Bar/Widgets/ControlCenter.qml b/Modules/Bar/Widgets/ControlCenter.qml index 31e660a61..f50511d02 100644 --- a/Modules/Bar/Widgets/ControlCenter.qml +++ b/Modules/Bar/Widgets/ControlCenter.qml @@ -50,7 +50,7 @@ NIconButton { // If using distro logo, don't use theme icon. icon: (customIconPath === "" && !useDistroLogo) ? customIcon : "" tooltipText: { - if (!screen || PanelService.getPanel("controlCenterPanel", screen)?.isPanelOpen) { + if (PanelService.getPanel("controlCenterPanel", screen)?.isPanelOpen) { return ""; } else { return I18n.tr("tooltips.open-control-center"); diff --git a/Modules/Bar/Widgets/MediaMini.qml b/Modules/Bar/Widgets/MediaMini.qml index 2b8dc887b..f800a3a8d 100644 --- a/Modules/Bar/Widgets/MediaMini.qml +++ b/Modules/Bar/Widgets/MediaMini.qml @@ -408,7 +408,7 @@ Item { } onEntered: { - if (screen && (isVertical || scrollingMode === "never") && !PanelService.getPanel("mediaPlayerPanel", screen)?.isPanelOpen) { + if ((isVertical || scrollingMode === "never") && !PanelService.getPanel("mediaPlayerPanel", screen)?.isPanelOpen) { TooltipService.show(root, title, BarService.getTooltipDirection(root.screen?.name)); } } diff --git a/Modules/MainScreen/BarContentWindow.qml b/Modules/MainScreen/BarContentWindow.qml index 797ae54d9..b5ca4595a 100644 --- a/Modules/MainScreen/BarContentWindow.qml +++ b/Modules/MainScreen/BarContentWindow.qml @@ -167,15 +167,30 @@ PanelWindow { } // When hidden changes, handle load/unload + // Defer content load when showing to avoid re-entrant incubation crash: + // barAutoHideStateChanged fires during workspace switch or window open. Setting + // contentLoaded=true synchronously triggers barLoader to create Bar+widgets. + // That nests QQmlIncubatorPrivate::incubate inside the signal handler, which + // can corrupt the V4 heap (SIGSEGV in QV4::Object::insertMember). Use Timer + // (not Qt.callLater - it can fire in same event cycle) to break the nesting. onIsHiddenChanged: { if (isHidden) { // Start fade out, then unload after animation unloadTimer.restart(); } else { - // Load immediately when showing unloadTimer.stop(); deferredUnloadTimer.stop(); - contentLoaded = true; + showContentTimer.restart(); + } + } + + Timer { + id: showContentTimer + interval: 0 + onTriggered: { + if (!barWindow.isHidden) { + contentLoaded = true; + } } } @@ -201,10 +216,10 @@ PanelWindow { // Bar hidden — start debounced unload deferredUnloadTimer.restart(); } else { - // Bar shown — cancel pending unload, ensure content is loaded + // Bar shown — cancel pending unload, defer content load (same nesting concern) deferredUnloadTimer.stop(); if (!barWindow.isHidden) { - barWindow.contentLoaded = true; + showContentTimer.restart(); } } } diff --git a/Modules/Panels/Network/NetworkPanel.qml b/Modules/Panels/Network/NetworkPanel.qml index 7a2023aa4..5d3a6b29f 100644 --- a/Modules/Panels/Network/NetworkPanel.qml +++ b/Modules/Panels/Network/NetworkPanel.qml @@ -447,10 +447,6 @@ SmartPanel { delegate: NBox { id: ethItem - HoverHandler { - id: itemHover - } - function getContentColors(defaultColors = [Color.mSurface, Color.mOnSurface]) { if (modelData.connected) { return [Color.mPrimary, Color.mOnPrimary]; @@ -573,7 +569,6 @@ SmartPanel { // Info button on the right NIconButton { - visible: itemHover.hovered icon: "info" tooltipText: I18n.tr("common.info") baseSize: Style.baseWidgetSize * 0.75 @@ -620,9 +615,9 @@ SmartPanel { visible: ethernetInfoExpanded && NetworkService.activeEthernetIf === modelData.ifname Layout.fillWidth: true color: Color.mSurfaceVariant - radius: Style.radiusS + radius: Style.radiusXS border.width: Style.borderS - border.color: Color.mOutline + border.color: Style.boxBorderColor implicitHeight: ethInfoGrid.implicitHeight + Style.margin2S clip: true Layout.topMargin: Style.marginXS @@ -634,7 +629,7 @@ SmartPanel { anchors.margins: Style.marginS icon: ethernetDetailsGrid ? "layout-list" : "layout-grid" tooltipText: ethernetDetailsGrid ? I18n.tr("tooltips.list-view") : I18n.tr("tooltips.grid-view") - baseSize: Style.baseWidgetSize * 0.8 + baseSize: Style.baseWidgetSize * 0.65 onClicked: { ethernetDetailsGrid = !ethernetDetailsGrid; Settings.data.network.wifiDetailsViewMode = ethernetDetailsGrid ? "grid" : "list"; diff --git a/Modules/Panels/Settings/Bar/BarWidgetSettingsDialog.qml b/Modules/Panels/Settings/Bar/BarWidgetSettingsDialog.qml index 35caaa313..c21835607 100644 --- a/Modules/Panels/Settings/Bar/BarWidgetSettingsDialog.qml +++ b/Modules/Panels/Settings/Bar/BarWidgetSettingsDialog.qml @@ -25,6 +25,7 @@ Popup { height: Math.min(content.implicitHeight + padding * 2, maxHeight) padding: Style.marginXL modal: true + closePolicy: Popup.NoAutoClose dim: false anchors.centerIn: parent diff --git a/Modules/Panels/Settings/ControlCenter/ControlCenterWidgetSettingsDialog.qml b/Modules/Panels/Settings/ControlCenter/ControlCenterWidgetSettingsDialog.qml index f3a4fd159..53aa8b613 100644 --- a/Modules/Panels/Settings/ControlCenter/ControlCenterWidgetSettingsDialog.qml +++ b/Modules/Panels/Settings/ControlCenter/ControlCenterWidgetSettingsDialog.qml @@ -32,6 +32,7 @@ Popup { height: Math.min(content.implicitHeight + dialogPadding * 2, maxHeight) padding: 0 modal: true + closePolicy: Popup.NoAutoClose anchors.centerIn: parent onOpened: { diff --git a/Modules/Panels/Settings/DesktopWidgets/DesktopWidgetSettingsDialog.qml b/Modules/Panels/Settings/DesktopWidgets/DesktopWidgetSettingsDialog.qml index 73f80a7d5..93c7892a6 100644 --- a/Modules/Panels/Settings/DesktopWidgets/DesktopWidgetSettingsDialog.qml +++ b/Modules/Panels/Settings/DesktopWidgets/DesktopWidgetSettingsDialog.qml @@ -26,6 +26,7 @@ Popup { height: Math.min(content.implicitHeight + padding * 2, maxHeight) padding: Style.marginXL modal: true + closePolicy: Popup.NoAutoClose dim: false // Center in parent diff --git a/Modules/Panels/Settings/Tabs/ColorScheme/SchemeDownloader.qml b/Modules/Panels/Settings/Tabs/ColorScheme/SchemeDownloader.qml index e9e59cf4c..33defbddc 100644 --- a/Modules/Panels/Settings/Tabs/ColorScheme/SchemeDownloader.qml +++ b/Modules/Panels/Settings/Tabs/ColorScheme/SchemeDownloader.qml @@ -37,8 +37,8 @@ Popup { height: Math.min(800, contentColumn.implicitHeight + Style.margin2XL) padding: Style.marginXL modal: true + closePolicy: Popup.NoAutoClose dim: false - closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutside anchors.centerIn: parent // Helper function to get color from cached scheme data diff --git a/Modules/Panels/Settings/Tabs/Connections/BluetoothSubTab.qml b/Modules/Panels/Settings/Tabs/Connections/BluetoothSubTab.qml index 9554d42d2..68b2d0ea5 100644 --- a/Modules/Panels/Settings/Tabs/Connections/BluetoothSubTab.qml +++ b/Modules/Panels/Settings/Tabs/Connections/BluetoothSubTab.qml @@ -370,10 +370,6 @@ Item { NBox { id: device - HoverHandler { - id: itemHover - } - readonly property bool canConnect: BluetoothService.canConnect(modelData) readonly property bool canDisconnect: BluetoothService.canDisconnect(modelData) readonly property bool canPair: BluetoothService.canPair(modelData) @@ -488,7 +484,7 @@ Item { } NIconButton { - visible: itemHover.hovered && modelData.connected && modelData.state !== BluetoothDeviceState.Disconnecting + visible: modelData.connected && modelData.state !== BluetoothDeviceState.Disconnecting icon: "info" tooltipText: I18n.tr("common.info") baseSize: Style.baseWidgetSize * 0.75 @@ -503,7 +499,7 @@ Item { } NIconButton { - visible: itemHover.hovered && !root.showOnlyLists && (modelData.paired || modelData.trusted) && !modelData.connected && !isBusy && !modelData.blocked + visible: !root.showOnlyLists && (modelData.paired || modelData.trusted) && !modelData.connected && !isBusy && !modelData.blocked icon: "trash" tooltipText: I18n.tr("common.unpair") baseSize: Style.baseWidgetSize * 0.75 @@ -552,7 +548,7 @@ Item { visible: device.isExpanded Layout.fillWidth: true implicitHeight: infoColumn.implicitHeight + Style.margin2S - radius: Style.radiusS + radius: Style.radiusXS color: Color.mSurfaceVariant border.width: Style.borderS border.color: Style.boxBorderColor diff --git a/Modules/Panels/Settings/Tabs/Connections/WifiSubTab.qml b/Modules/Panels/Settings/Tabs/Connections/WifiSubTab.qml index 88a8ed7bf..54eee6e54 100644 --- a/Modules/Panels/Settings/Tabs/Connections/WifiSubTab.qml +++ b/Modules/Panels/Settings/Tabs/Connections/WifiSubTab.qml @@ -648,10 +648,6 @@ Item { NBox { id: networkItem - HoverHandler { - id: itemHover - } - readonly property bool isBusy: NetworkService.connectingTo === modelData.ssid || NetworkService.disconnectingFrom === modelData.ssid || NetworkService.forgettingNetwork === modelData.ssid readonly property bool isExpanded: root.infoSsid === modelData.ssid readonly property bool isEnterprise: NetworkService.isEnterprise(modelData.security) @@ -819,7 +815,7 @@ Item { } NIconButton { - visible: itemHover.hovered && modelData.connected && NetworkService.disconnectingFrom !== modelData.ssid + visible: modelData.connected && NetworkService.disconnectingFrom !== modelData.ssid icon: "info" tooltipText: I18n.tr("common.info") baseSize: Style.baseWidgetSize * 0.75 @@ -838,7 +834,7 @@ Item { } NIconButton { - visible: itemHover.hovered && !root.showOnlyLists && (modelData.existing || modelData.cached) && !modelData.connected && !networkItem.isBusy + visible: !root.showOnlyLists && (modelData.existing || modelData.cached) && !modelData.connected && !networkItem.isBusy icon: "trash" tooltipText: I18n.tr("tooltips.forget-network") baseSize: Style.baseWidgetSize * 0.75 @@ -883,7 +879,7 @@ Item { visible: networkItem.isExpanded Layout.fillWidth: true implicitHeight: infoColumn.implicitHeight + Style.margin2S - radius: Style.radiusS + radius: Style.radiusXS color: Color.mSurfaceVariant border.width: Style.borderS border.color: Style.boxBorderColor diff --git a/Modules/Panels/Settings/Tabs/Hooks/HookEditPopup.qml b/Modules/Panels/Settings/Tabs/Hooks/HookEditPopup.qml index bed696803..31cf3ecb4 100644 --- a/Modules/Panels/Settings/Tabs/Hooks/HookEditPopup.qml +++ b/Modules/Panels/Settings/Tabs/Hooks/HookEditPopup.qml @@ -7,6 +7,7 @@ import qs.Widgets Popup { id: root modal: true + closePolicy: Popup.NoAutoClose dim: true anchors.centerIn: parent diff --git a/Modules/Panels/Settings/Tabs/Idle/IdleCommandEditPopup.qml b/Modules/Panels/Settings/Tabs/Idle/IdleCommandEditPopup.qml index b772775e6..374c4aa85 100644 --- a/Modules/Panels/Settings/Tabs/Idle/IdleCommandEditPopup.qml +++ b/Modules/Panels/Settings/Tabs/Idle/IdleCommandEditPopup.qml @@ -7,6 +7,7 @@ import qs.Widgets Popup { id: root modal: true + closePolicy: Popup.NoAutoClose dim: true anchors.centerIn: parent diff --git a/Modules/Panels/Settings/Tabs/SessionMenu/SessionMenuEntrySettingsDialog.qml b/Modules/Panels/Settings/Tabs/SessionMenu/SessionMenuEntrySettingsDialog.qml index a6ce4ec89..3e4310a56 100644 --- a/Modules/Panels/Settings/Tabs/SessionMenu/SessionMenuEntrySettingsDialog.qml +++ b/Modules/Panels/Settings/Tabs/SessionMenu/SessionMenuEntrySettingsDialog.qml @@ -34,6 +34,7 @@ Popup { height: content.implicitHeight + padding * 2 padding: Style.marginXL modal: true + closePolicy: Popup.NoAutoClose dim: false anchors.centerIn: parent diff --git a/Modules/Tooltip/Tooltip.qml b/Modules/Tooltip/Tooltip.qml index e0717ae8d..d3deb3d94 100644 --- a/Modules/Tooltip/Tooltip.qml +++ b/Modules/Tooltip/Tooltip.qml @@ -257,10 +257,11 @@ PopupWindow { contentHeight = tooltipText.implicitHeight; } - const tipWidth = Math.ceil(Math.min(contentWidth + (padding * 2), maxWidth)); + const extraPad = isGridMode ? gridPaddingVertical : 0; + const tipWidth = Math.ceil(Math.min(contentWidth + ((padding + extraPad) * 2), maxWidth)); root.implicitWidth = tipWidth; - const tipHeight = Math.ceil(contentHeight + (padding * 2)); + const tipHeight = Math.ceil(contentHeight + ((padding + extraPad) * 2)); root.implicitHeight = tipHeight; // Get target's global position and convert to screen-relative @@ -498,10 +499,11 @@ PopupWindow { contentHeight = tooltipText.implicitHeight; } - const tipWidth = Math.ceil(Math.min(contentWidth + (padding * 2), maxWidth)); + const extraPad = isGridMode ? gridPaddingVertical : 0; + const tipWidth = Math.ceil(Math.min(contentWidth + ((padding + extraPad) * 2), maxWidth)); root.implicitWidth = tipWidth; - const tipHeight = Math.ceil(contentHeight + (padding * 2)); + const tipHeight = Math.ceil(contentHeight + ((padding + extraPad) * 2)); root.implicitHeight = tipHeight; // Reposition based on current direction (screen-relative) @@ -643,7 +645,7 @@ PopupWindow { color: Color.mSurface border.color: Color.mOutline border.width: Style.borderS - radius: Style.radiusS + radius: Math.min(Style.radiusS, Math.min(width, height) / 3) // Only show content when we have content visible: root.text !== "" || root.isGridMode diff --git a/Services/Compositor/CompositorService.qml b/Services/Compositor/CompositorService.qml index 022e58ff2..f9f7427ef 100644 --- a/Services/Compositor/CompositorService.qml +++ b/Services/Compositor/CompositorService.qml @@ -249,15 +249,11 @@ Singleton { } function syncWindows() { - const ws = backend && backend.windows ? backend.windows : []; - Logger.d("CompositorService", "syncWindows() from backend length:", ws.length); - windows.clear(); + const ws = backend.windows; for (var i = 0; i < ws.length; i++) { windows.append(ws[i]); } - Logger.d("CompositorService", "syncWindows() model count:", windows.count); - // Emit signal to notify listeners that window list has been updated windowListChanged(); } diff --git a/Services/Compositor/HyprlandService.qml b/Services/Compositor/HyprlandService.qml index 1c2dc843c..acb654058 100644 --- a/Services/Compositor/HyprlandService.qml +++ b/Services/Compositor/HyprlandService.qml @@ -236,7 +236,6 @@ Item { // Safe window update function safeUpdateWindows() { try { - Logger.d("HyprlandService", "safeUpdateWindows() start"); const windowsList = []; windowCache = {}; @@ -247,7 +246,6 @@ Item { } const hlToplevels = Hyprland.toplevels.values; - Logger.d("HyprlandService", "safeUpdateWindows() toplevels:", hlToplevels.length); let newFocusedIndex = -1; // Get active workspaces to filter focus @@ -296,7 +294,6 @@ Item { } windows = toSortedWindowList(windowsList); - Logger.d("HyprlandService", "safeUpdateWindows() windows after sort:", windows.length); if (newFocusedIndex !== focusedWindowIndex) { focusedWindowIndex = newFocusedIndex; diff --git a/Services/Media/AudioService.qml b/Services/Media/AudioService.qml index 3426dd3c0..e78efa481 100644 --- a/Services/Media/AudioService.qml +++ b/Services/Media/AudioService.qml @@ -20,7 +20,7 @@ Singleton { readonly property bool hasInput: !!source readonly property list sinks: deviceNodes.sinks readonly property list sources: deviceNodes.sources - + readonly property real maxVolume: Settings.data.audio.volumeOverdrive ? 1.5 : 1.0 readonly property real epsilon: 0.005 // Fallback state sourced from wpctl when PipeWire node values go stale. @@ -30,11 +30,10 @@ Singleton { property bool wpctlOutputMuted: true function clampOutputVolume(vol: real): real { - const maxVolume = Settings.data.audio.volumeOverdrive ? 1.5 : 1.0; if (vol === undefined || isNaN(vol)) { return 0; } - return Math.max(0, Math.min(maxVolume, vol)); + return Math.max(0, Math.min(root.maxVolume, vol)); } function refreshWpctlOutputState(): void { @@ -69,9 +68,9 @@ Singleton { return clampOutputVolume(wpctlOutputVolume); } - if (!sink?.audio) - return 0; - + if (!sink?.audio) { + return 0; + } return clampOutputVolume(sink.audio.volume); } readonly property bool muted: { @@ -83,13 +82,14 @@ Singleton { // Input Volume - read directly from device readonly property real inputVolume: { - if (!source?.audio) - return 0; + if (!source?.audio) { + return 0; + } const vol = source.audio.volume; - if (vol === undefined || isNaN(vol)) - return 0; - const maxVolume = Settings.data.audio.volumeOverdrive ? 1.5 : 1.0; - return Math.max(0, Math.min(maxVolume, vol)); + if (vol === undefined || isNaN(vol)) { + return 0; + } + return Math.max(0, Math.min(root.maxVolume, vol)); } readonly property bool inputMuted: source?.audio?.muted ?? true @@ -299,8 +299,9 @@ Singleton { } function getAppKey(node): string { - if (!node || !node.properties) + if (!node || !node.properties) { return ""; + } var props = node.properties; var binary = props["application.process.binary"] || ""; if (binary) { @@ -308,30 +309,38 @@ Singleton { return parts[parts.length - 1].toLowerCase(); } var appName = props["application.name"] || ""; - if (appName) + if (appName) { return appName.toLowerCase(); + } var appId = props["application.id"] || ""; - if (appId) + if (appId) { return appId.toLowerCase(); + } + return ""; } function setAppStreamVolume(appKey: string, volume: real): void { - if (!appKey) - return; + if (!appKey) { + return; + } var o = appVolumeOverrides; - if (!o[appKey]) - o[appKey] = {}; + if (!o[appKey]) { + o[appKey] = {}; + } + o[appKey].volume = volume; appVolumeOverrides = o; } function setAppStreamMuted(appKey: string, muted: bool): void { - if (!appKey) - return; + if (!appKey) { + return; + } var o = appVolumeOverrides; - if (!o[appKey]) - o[appKey] = {}; + if (!o[appKey]) { + o[appKey] = {}; + } o[appKey].muted = muted; appVolumeOverrides = o; } @@ -342,19 +351,24 @@ Singleton { function _applyAppOverrides(): void { var streams = root.appStreams; - if (!streams) - return; + if (!streams) { + return; + } + var currentIds = {}; _isApplyingAppOverride = true; for (var i = 0; i < streams.length; i++) { var s = streams[i]; - if (!s) - continue; + if (!s) { + continue; + } + currentIds[s.id] = true; var key = getAppKey(s); var ov = key ? appVolumeOverrides[key] : null; - if (!ov || !s.audio) - continue; + if (!ov || !s.audio) { + continue; + } if (ov.volume !== undefined && Math.abs(s.audio.volume - ov.volume) > root.epsilon) { s.audio.volume = ov.volume; } @@ -421,9 +435,6 @@ Singleton { root.refreshWpctlOutputState(); } } - - stdout: StdioCollector {} - stderr: StdioCollector {} } Process { @@ -437,7 +448,6 @@ Singleton { } stdout: StdioCollector {} - stderr: StdioCollector {} } Process { @@ -455,9 +465,6 @@ Singleton { } root.refreshWpctlOutputState(); } - - stdout: StdioCollector {} - stderr: StdioCollector {} } Process { @@ -467,9 +474,6 @@ Singleton { onExited: function (_code) { root.refreshWpctlOutputState(); } - - stdout: StdioCollector {} - stderr: StdioCollector {} } // Watch output device changes for clamping @@ -495,14 +499,12 @@ Singleton { return; } - const maxVolume = Settings.data.audio.volumeOverdrive ? 1.5 : 1.0; - // If volume exceeds max, clamp it (but only if we didn't just set it) - if (vol > maxVolume) { + if (vol > root.maxVolume) { root.isSettingOutputVolume = true; Qt.callLater(() => { - if (root.sink?.audio && root.sink.audio.volume > maxVolume) { - root.sink.audio.volume = maxVolume; + if (root.sink?.audio && root.sink.audio.volume > root.maxVolume) { + root.sink.audio.volume = root.maxVolume; } root.isSettingOutputVolume = false; }); @@ -535,14 +537,12 @@ Singleton { return; } - const maxVolume = Settings.data.audio.volumeOverdrive ? 1.5 : 1.0; - // If volume exceeds max, clamp it (but only if we didn't just set it) - if (vol > maxVolume) { + if (vol > root.maxVolume) { root.isSettingInputVolume = true; Qt.callLater(() => { - if (root.source?.audio && root.source.audio.volume > maxVolume) { - root.source.audio.volume = maxVolume; + if (root.source?.audio && root.source.audio.volume > root.maxVolume) { + root.source.audio.volume = root.maxVolume; } root.isSettingInputVolume = false; }); @@ -555,11 +555,10 @@ Singleton { if (!Pipewire.ready || (!sink?.audio && !wpctlAvailable)) { return; } - const maxVolume = Settings.data.audio.volumeOverdrive ? 1.5 : 1.0; - if (volume >= maxVolume) { + if (volume >= root.maxVolume) { return; } - setVolume(Math.min(maxVolume, volume + stepVolume)); + setVolume(Math.min(root.maxVolume, volume + stepVolume)); } function decreaseVolume() { @@ -642,11 +641,11 @@ Singleton { } function getOutputIcon() { - if (muted) + if (muted) { return "volume-mute"; + } - const maxVolume = Settings.data.audio.volumeOverdrive ? 1.5 : 1.0; - const clampedVolume = Math.max(0, Math.min(volume, maxVolume)); + const clampedVolume = Math.max(0, Math.min(volume, root.maxVolume)); // Show volume-x icon when volume is effectively 0% (within rounding threshold) if (clampedVolume < root.epsilon) { @@ -663,11 +662,10 @@ Singleton { if (!Pipewire.ready || !source?.audio) { return; } - const maxVolume = Settings.data.audio.volumeOverdrive ? 1.5 : 1.0; - if (inputVolume >= maxVolume) { + if (inputVolume >= root.maxVolume) { return; } - setInputVolume(Math.min(maxVolume, inputVolume + stepVolume)); + setInputVolume(Math.min(root.maxVolume, inputVolume + stepVolume)); } function decreaseInputVolume() { @@ -683,8 +681,7 @@ Singleton { return; } - const maxVolume = Settings.data.audio.volumeOverdrive ? 1.5 : 1.0; - const clampedVolume = Math.max(0, Math.min(maxVolume, newVolume)); + const clampedVolume = Math.max(0, Math.min(root.maxVolume, newVolume)); const delta = Math.abs(clampedVolume - source.audio.volume); if (delta < root.epsilon) { return; diff --git a/Services/UI/BarService.qml b/Services/UI/BarService.qml index 31d27ca97..0af44c699 100644 --- a/Services/UI/BarService.qml +++ b/Services/UI/BarService.qml @@ -196,20 +196,42 @@ Singleton { // Track last workspace ID to detect actual workspace changes property var lastWorkspaceId: null - // Workspace switch handler - directly show bar on the focused workspace screen + // Workspace switch handler - show bar on the focused workspace screen + // Deferred via Timer to avoid re-entrant incubation: setScreenHidden emits + // barAutoHideStateChanged which triggers BarContentWindow to load bar content. + // Loading Bar+widgets synchronously during workspaceChanged nests QQmlIncubatorPrivate + // inside the signal handler, corrupting the V4 heap (SIGSEGV in QV4::Object::insertMember). + Timer { + id: workspaceShowBarTimer + interval: 0 + property string pendingScreenName: "" + onTriggered: { + if (pendingScreenName === "") + return; + var screenName = pendingScreenName; + pendingScreenName = ""; + setScreenHidden(screenName, false); + if (!root.isBarHovered(screenName)) { + barHoverStateChanged(screenName, false); + } + } + } + Connections { target: CompositorService function onWorkspaceChanged() { if (!Settings.data.bar.showOnWorkspaceSwitch) return; - if (Settings.data.bar.displayMode !== "auto_hide") - return; var ws = CompositorService.getCurrentWorkspace(); if (!ws || !ws.output) { return; } + var screenName = ws.output || ""; + if (Settings.getBarDisplayModeForScreen(screenName) !== "auto_hide") + return; + // Only trigger if workspace actually changed var currentWsId = ws.id; if (currentWsId === root.lastWorkspaceId) { @@ -217,16 +239,10 @@ Singleton { } root.lastWorkspaceId = currentWsId; - var screenName = ws.output || ""; Logger.d("BarService", "Workspace switched to:", currentWsId, "on screen:", screenName); - // Show bar immediately - setScreenHidden(screenName, false); - - // Only trigger hideTimer if not already hovered (e.g., mouse on trigger zone) - if (!root.isBarHovered(screenName)) { - barHoverStateChanged(screenName, false); - } + workspaceShowBarTimer.pendingScreenName = screenName; + workspaceShowBarTimer.restart(); } } diff --git a/Widgets/NTextInput.qml b/Widgets/NTextInput.qml index 66fef69a0..02eb0a109 100644 --- a/Widgets/NTextInput.qml +++ b/Widgets/NTextInput.qml @@ -167,7 +167,7 @@ ColumnLayout { font.pointSize: root.fontSize * Style.uiScaleRatio font.weight: root.fontWeight - onEditingFinished: root.editingFinished() + onTextEdited: root.editingFinished() onAccepted: root.accepted() // Override mouse handling to prevent propagation diff --git a/crash/crash.log b/crash/crash.log new file mode 100644 index 000000000..46af8e2cb --- /dev/null +++ b/crash/crash.log @@ -0,0 +1,1866 @@ +NOCTALIA_DEBUG=1 build/src/quickshell -p ../noctalia-shell +No running instances for "/home/shelomoh/Downloads/noctalia-shell/shell.qml" + INFO: Launching config: "/home/shelomoh/Downloads/noctalia-shell/shell.qml" + INFO: Shell ID: "da0eb50da08b99fb22af6c9b3f0d5d7d" Path ID "da0eb50da08b99fb22af6c9b3f0d5d7d" + INFO: Saving logs to "/run/user/1000/quickshell/by-id/uy2b431ct/log.qslog" + INFO quickshell.wayland.safedispatch: Wayland safe dispatch active: wl_output proxy destruction is permanently suppressed to prevent use-after-free crashes caused by monitor hotplug. + DEBUG qml: [20260317-072636] Settings Generating settings-default.json + DEBUG qml: [20260317-072636] Settings Generating settings-widgets-default.json + INFO qml: [20260317-072636] DesktopWidgetR Service started + DEBUG qml: [20260317-072636] CompositorServ syncWindows() from backend length: 0 + DEBUG qml: [20260317-072636] CompositorServ syncWindows() model count: 0 + INFO qml: [20260317-072636] HyprlandServic Service started + INFO qml: [20260317-072636] I18n Service started + INFO qml: [20260317-072636] I18n Loading "en" (locale: "en-Latn-US") + INFO qml: [20260317-072636] Shell --------------------------- + INFO qml: [20260317-072636] Shell Noctalia Hello! + DEBUG qml: [20260317-072636] PluginRegistry Initialized + INFO: Configuration Loaded + DEBUG qml: [20260317-072636] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072636] HyprlandServic safeUpdateWindows() toplevels: 0 + DEBUG qml: [20260317-072636] HyprlandServic safeUpdateWindows() windows after sort: 0 + INFO qml: [20260317-072636] Settings Settings loaded + INFO qml: [20260317-072636] Settings adapter.settingsVersion: 59 + DEBUG qml: [20260317-072636] Settings Plugins not fully loaded yet, deferring upgrade + INFO qml: [20260317-072636] I18n Loaded translations for "en" + INFO qml: [20260317-072636] PluginRegistry Loaded plugin states from: /home/shelomoh/.config/noctalia/plugins.json + INFO qml: [20260317-072636] PluginRegistry Scanning plugin folder: /home/shelomoh/.config/noctalia/plugins + DEBUG qml: [20260317-072636] CompositorServ Loaded display scales from ShellState + DEBUG qml: [20260317-072636] UpdateService Loaded changelog state from ShellState + INFO qml: [20260317-072636] Icons Service started + DEBUG qml: [20260317-072636] Icons Loading font with cache busting + INFO qml: [20260317-072636] LockKeysServic Service started (polling deferred until a consumer registers). + DEBUG qml: [20260317-072636] LockKeys Component registered: osd:eDP-1 - total: 1 + INFO qml: [20260317-072636] Brightness Service started + DEBUG qml: [20260317-072636] LockKeys Component registered: osd:eDP-1 - total: 1 + DEBUG qml: [20260317-072636] LockKeys Component registered: osd:HDMI-A-1 - total: 2 + DEBUG qml: [20260317-072636] LockKeys Component registered: osd:HDMI-A-1 - total: 2 + DEBUG qml: [20260317-072636] AllScreens Screen activated: eDP-1 + INFO qml: [20260317-072636] BarService Service started + DEBUG qml: [20260317-072636] MainScreen Initialized for screen: eDP-1 - Dimensions: 1600 x 900 - Position: 730 , 1080 + DEBUG qml: [20260317-072636] IdleInhibitor Native IdleInhibitor active on screen: eDP-1 + DEBUG qml: [20260317-072636] PanelService Registered panel: pluginPanel2-eDP-1 + DEBUG qml: [20260317-072636] PanelService Registered panel: pluginPanel2-eDP-1 + DEBUG qml: [20260317-072636] PanelService Registered panel: pluginPanel1-eDP-1 + DEBUG qml: [20260317-072636] PanelService Registered panel: pluginPanel1-eDP-1 + DEBUG qml: [20260317-072636] PanelService Registered panel: staticDockPanel-eDP-1 + DEBUG qml: [20260317-072636] PanelService Registered panel: systemStatsPanel-eDP-1 + INFO qml: [20260317-072636] SystemStat Service started (polling deferred until a consumer registers). + DEBUG qml: [20260317-072637] SystemStat Component registered: panel-systemstats - total: 1 + DEBUG qml: [20260317-072637] PanelService Registered panel: networkPanel-eDP-1 + DEBUG qml: [20260317-072637] PanelService Registered panel: wallpaperPanel-eDP-1 + DEBUG qml: [20260317-072637] PanelService Registered panel: trayDrawerPanel-eDP-1 + DEBUG qml: [20260317-072637] PanelService Registered panel: setupWizardPanel-eDP-1 + DEBUG qml: [20260317-072637] PanelService Registered panel: settingsPanel-eDP-1 + DEBUG qml: [20260317-072637] PanelService Registered panel: sessionMenuPanel-eDP-1 + DEBUG qml: [20260317-072637] PanelService Registered panel: notificationHistoryPanel-eDP-1 + DEBUG qml: [20260317-072637] PanelService Registered panel: launcherPanel-eDP-1 + DEBUG qml: [20260317-072637] PanelService Registered panel: clockPanel-eDP-1 + DEBUG qml: [20260317-072637] PanelService Registered panel: changelogPanel-eDP-1 + DEBUG qml: [20260317-072637] PanelService Registered panel: controlCenterPanel-eDP-1 + DEBUG qml: [20260317-072637] PanelService Registered panel: brightnessPanel-eDP-1 + DEBUG qml: [20260317-072637] PanelService Registered panel: bluetoothPanel-eDP-1 + DEBUG qml: [20260317-072637] PanelService Registered panel: batteryPanel-eDP-1 + DEBUG qml: [20260317-072637] PanelService Registered panel: mediaPlayerPanel-eDP-1 + DEBUG qml: [20260317-072637] PanelService Registered panel: audioPanel-eDP-1 + DEBUG qml: [20260317-072637] AllBackgrounds AllBackgrounds initialized + DEBUG qml: [20260317-072637] PanelService Registered popup menu window for screen: eDP-1 + DEBUG qml: [20260317-072637] AllScreens PopupMenuWindow created for eDP-1 + DEBUG qml: [20260317-072637] BarTriggerZone Created for screen: eDP-1 + DEBUG qml: [20260317-072637] AllScreens BarTriggerZone created for eDP-1 + DEBUG qml: [20260317-072637] BarContentWind Bar content window created for screen: eDP-1 + DEBUG qml: [20260317-072637] AllScreens BarContentWindow created for eDP-1 + DEBUG qml: [20260317-072637] BarExclusionZo Created for screen: eDP-1 + DEBUG qml: [20260317-072637] AllScreens BarExclusionZone (left) created for eDP-1 + DEBUG qml: [20260317-072637] AllScreens Screen activated: HDMI-A-1 + DEBUG qml: [20260317-072637] MainScreen Initialized for screen: HDMI-A-1 - Dimensions: 1920 x 1080 - Position: 0 , 0 + DEBUG qml: [20260317-072637] IdleInhibitor Native IdleInhibitor active on screen: HDMI-A-1 + DEBUG qml: [20260317-072637] PanelService Registered panel: pluginPanel2-HDMI-A-1 + DEBUG qml: [20260317-072637] PanelService Registered panel: pluginPanel2-HDMI-A-1 + DEBUG qml: [20260317-072637] PanelService Registered panel: pluginPanel1-HDMI-A-1 + DEBUG qml: [20260317-072637] PanelService Registered panel: pluginPanel1-HDMI-A-1 + DEBUG qml: [20260317-072637] PanelService Registered panel: staticDockPanel-HDMI-A-1 + DEBUG qml: [20260317-072637] PanelService Registered panel: systemStatsPanel-HDMI-A-1 + DEBUG qml: [20260317-072637] SystemStat Component registered: panel-systemstats - total: 1 + DEBUG qml: [20260317-072637] PanelService Registered panel: networkPanel-HDMI-A-1 + DEBUG qml: [20260317-072637] PanelService Registered panel: wallpaperPanel-HDMI-A-1 + DEBUG qml: [20260317-072637] PanelService Registered panel: trayDrawerPanel-HDMI-A-1 + DEBUG qml: [20260317-072637] PanelService Registered panel: setupWizardPanel-HDMI-A-1 + DEBUG qml: [20260317-072637] PanelService Registered panel: settingsPanel-HDMI-A-1 + DEBUG qml: [20260317-072637] PanelService Registered panel: sessionMenuPanel-HDMI-A-1 + DEBUG qml: [20260317-072637] PanelService Registered panel: notificationHistoryPanel-HDMI-A-1 + DEBUG qml: [20260317-072637] PanelService Registered panel: launcherPanel-HDMI-A-1 + DEBUG qml: [20260317-072637] PanelService Registered panel: clockPanel-HDMI-A-1 + DEBUG qml: [20260317-072637] PanelService Registered panel: changelogPanel-HDMI-A-1 + DEBUG qml: [20260317-072637] PanelService Registered panel: controlCenterPanel-HDMI-A-1 + DEBUG qml: [20260317-072637] PanelService Registered panel: brightnessPanel-HDMI-A-1 + DEBUG qml: [20260317-072637] PanelService Registered panel: bluetoothPanel-HDMI-A-1 + DEBUG qml: [20260317-072637] PanelService Registered panel: batteryPanel-HDMI-A-1 + DEBUG qml: [20260317-072637] PanelService Registered panel: mediaPlayerPanel-HDMI-A-1 + DEBUG qml: [20260317-072637] PanelService Registered panel: audioPanel-HDMI-A-1 + DEBUG qml: [20260317-072637] AllBackgrounds AllBackgrounds initialized + DEBUG qml: [20260317-072637] PanelService Registered popup menu window for screen: HDMI-A-1 + DEBUG qml: [20260317-072637] AllScreens PopupMenuWindow created for HDMI-A-1 + DEBUG qml: [20260317-072637] BarTriggerZone Created for screen: HDMI-A-1 + DEBUG qml: [20260317-072637] AllScreens BarTriggerZone created for HDMI-A-1 + DEBUG qml: [20260317-072637] BarContentWind Bar content window created for screen: HDMI-A-1 + DEBUG qml: [20260317-072637] AllScreens BarContentWindow created for HDMI-A-1 + DEBUG qml: [20260317-072637] BarExclusionZo Created for screen: HDMI-A-1 + DEBUG qml: [20260317-072637] AllScreens BarExclusionZone (left) created for HDMI-A-1 + INFO qml: [20260317-072637] Shell --------------------------- + INFO qml: [20260317-072637] Wallpaper Service started + DEBUG qml: [20260317-072637] Wallpaper Triggering initial wallpaper scan + INFO qml: [20260317-072637] ImageCache Service started + DEBUG qml: [20260317-072637] ImageCache Cleanup triggered for files older than 30 days + INFO qml: [20260317-072637] AppThemeServic Service started + INFO qml: [20260317-072637] ColorScheme Service started + DEBUG qml: [20260317-072637] ColorScheme Load colorScheme + INFO qml: [20260317-072637] DarkModeServic Service started + DEBUG qml: [20260317-072637] SystemStat Component registered: settings - total: 2 + DEBUG qml: [20260317-072637] ShellState Loaded state file + WARN qt.qpa.services: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Connection already associated with an application ID") + DEBUG qml: [20260317-072637] Settings Plugins not fully loaded yet, deferring upgrade + DEBUG qml: [20260317-072637] Notifications Loaded state from ShellState + DEBUG qml: [20260317-072637] Wallpaper refreshWallpapersList viewMode: recursive + INFO qml: [20260317-072637] Wallpaper Starting scan for eDP-1 in /home/shelomoh/Pictures/Wallpapers recursive: true + DEBUG qml: [20260317-072637] Wallpaper Starting process for eDP-1 + INFO qml: [20260317-072637] Wallpaper Starting scan for HDMI-A-1 in /home/shelomoh/Pictures/Wallpapers recursive: true + DEBUG qml: [20260317-072637] Wallpaper Starting process for HDMI-A-1 + INFO qml: [20260317-072637] Location Service started + INFO qml: [20260317-072637] Bluetooth Service started + INFO qml: [20260317-072637] IdleInhibitor Service started + INFO qml: [20260317-072637] IdleService Service started + DEBUG qml: [20260317-072637] IdleService Heartbeat monitor created + DEBUG qml: [20260317-072637] PowerProfileSe Service started + INFO qml: [20260317-072637] HostService Service started + INFO qml: [20260317-072637] GitHub Service started + INFO qml: [20260317-072637] Supporter Service started + INFO qml: [20260317-072637] CustomButtonIP Service started + INFO qml: [20260317-072637] IPCService Service started + DEBUG qml: [20260317-072637] PluginRegistry Plugins directory ensured: /home/shelomoh/.config/noctalia/plugins + DEBUG qml: [20260317-072637] PluginRegistry Plugins file ensured: /home/shelomoh/.config/noctalia/plugins.json + WARN: Cannot enable background effect as ext-background-effect-v1 is not supported by the current compositor. + WARN: Cannot enable background effect as ext-background-effect-v1 is not supported by the current compositor. + DEBUG qml: [20260317-072637] Location Loaded cached data + INFO qml: [20260317-072637] Location Coordinates ready + DEBUG qml: [20260317-072637] Settings Plugins not fully loaded yet, deferring upgrade + DEBUG qml: [20260317-072637] Wallpaper Loaded default wallpaper from cache: /etc/xdg/quickshell/noctalia-shell/Assets/Wallpaper/noctalia.png + DEBUG qml: [20260317-072637] Wallpaper Loaded wallpapers from cache file: 3 screens + INFO qml: [20260317-072637] HostService Detected EndeavourOS + INFO qml: [20260317-072637] HostService Looking for logo icon: endeavouros + INFO qml: [20260317-072637] GitHub Checking cache - timestamp: 1773725178 now: 1773725196 age: 0 minutes + INFO qml: [20260317-072637] GitHub Cache is fresh, using cached data (age: 0 minutes) + DEBUG qml: [20260317-072637] GitHub Loaded 100 contributors from cache + INFO qml: [20260317-072637] Supporter Cache is fresh, using cached data + DEBUG qml: [20260317-072637] Supporter Loaded 30 supporters from cache + DEBUG qml: [20260317-072637] ImageCache ImageMagick not available, using original: /home/shelomoh/Pictures/Wallpapers/musashi-arcdark-wallpaper.png + DEBUG qml: [20260317-072637] ImageCache ImageMagick not available, using original: /home/shelomoh/Pictures/Wallpapers/musashi-arcdark-wallpaper.png + DEBUG qml: [20260317-072637] CompositorServ Saved display scales to ShellState + DEBUG qml: [20260317-072637] CompositorServ Display scales updated + INFO qml: [20260317-072637] KeyboardLayout Service started + DEBUG qml: [20260317-072637] HyprlandServic Keyboard layout switched: English (US) + INFO qml: [20260317-072637] PluginRegistry Loaded plugin: battery-threshold - Battery Threshold Control + INFO qml: [20260317-072637] PluginRegistry Loaded plugin: screen-recorder - Screen Recorder + INFO qml: [20260317-072637] PluginRegistry All plugin manifests loaded. Total plugins: 2 + INFO qml: [20260317-072637] PluginService Initializing plugin system + DEBUG qml: [20260317-072637] PluginService All installed plugins: ["battery-threshold","screen-recorder"] + DEBUG qml: [20260317-072637] PluginService Plugin states: {"battery-threshold":{"enabled":true,"sourceUrl":"https://github.com/noctalia-dev/noctalia-plugins"},"screen-recorder":{"enabled":true,"sourceUrl":"https://github.com/noctalia-dev/noctalia-plugins"}} + INFO qml: [20260317-072637] PluginService Found 2 enabled plugins: ["battery-threshold","screen-recorder"] + DEBUG qml: [20260317-072637] PluginService Attempting to load plugin: battery-threshold + INFO qml: [20260317-072637] PluginService Loading plugin: battery-threshold + DEBUG qml: [20260317-072637] PluginService Attempting to load plugin: screen-recorder + INFO qml: [20260317-072637] PluginService Loading plugin: screen-recorder + DEBUG qml: [20260317-072637] Settings Plugins not fully loaded yet, deferring upgrade + DEBUG qml: [20260317-072637] Brightness Internal brightness: 144/400 = 0.36 + DEBUG qml: [20260317-072637] Brightness Using backlight device: /sys/class/backlight/intel_backlight + DEBUG qml: [20260317-072637] Brightness Internal brightness: 144/400 = 0.36 + DEBUG qml: [20260317-072637] Brightness Using backlight device: /sys/class/backlight/intel_backlight + INFO qml: [20260317-072637] ImageCache ImageMagick available + DEBUG qml: [20260317-072637] ColorScheme Listed 10 schemes + DEBUG qml: [20260317-072637] Wallpaper Process exited with code 0 for eDP-1 + INFO qml: [20260317-072637] Wallpaper Scan completed for eDP-1 found 22 files + DEBUG qml: [20260317-072637] Wallpaper Process exited with code 0 for HDMI-A-1 + INFO qml: [20260317-072637] Wallpaper Scan completed for HDMI-A-1 found 22 files + INFO qml: [20260317-072637] HostService resolved hostname shelomoh-laptop + INFO qml: [20260317-072637] HostService resolved real name + DEBUG qml: [20260317-072637] Settings Plugins not fully loaded yet, deferring upgrade + DEBUG qml: [20260317-072637] BarService Workspace switched to: 2 on screen: HDMI-A-1 + DEBUG qml: [20260317-072637] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 false my screen: eDP-1 + DEBUG qml: [20260317-072637] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 false my screen: HDMI-A-1 + DEBUG qml: [20260317-072637] Bar Bar screen set to: HDMI-A-1 + DEBUG qml: [20260317-072637] Bar Position: left Floating: true + DEBUG qml: [20260317-072637] BarService Bar is ready on screen: HDMI-A-1 + DEBUG qml: [20260317-072637] Bar Bar Component.onCompleted for screen: HDMI-A-1 + DEBUG qml: [20260317-072637] HostService Found file:///usr/share/pixmaps/endeavouros.svg + DEBUG qml: [20260317-072637] Settings Plugins not fully loaded yet, deferring upgrade + DEBUG qml: [20260317-072637] Bar syncWidgetModel: → ControlCenter|MediaMini|Clock changed: true + DEBUG qml: [20260317-072637] Bar syncWidgetModel: → changed: false + DEBUG qml: [20260317-072637] Bar syncWidgetModel: → Volume|KeyboardLayout|Battery|NotificationHistory changed: true + DEBUG qml: [20260317-072637] Settings Plugins not fully loaded yet, deferring upgrade + DEBUG qml: [20260317-072637] PanelService missing screen for getPanel: notificationHistoryPanel + DEBUG qml: [20260317-072637] BarWidgetLoade Loading widget NotificationHistory on screen: HDMI-A-1 + DEBUG qml: [20260317-072637] BarService Registered widget: HDMI-A-1|right|NotificationHistory|3 + DEBUG qml: [20260317-072637] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072637] BarWidgetLoade Loading widget Battery on screen: HDMI-A-1 + DEBUG qml: [20260317-072637] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072637] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072637] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072637] BarService Registered widget: HDMI-A-1|right|Battery|2 + DEBUG qml: [20260317-072637] BarWidgetLoade Loading widget KeyboardLayout on screen: HDMI-A-1 + DEBUG qml: [20260317-072637] BarService Registered widget: HDMI-A-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-072637] PanelService missing screen for getPanel: audioPanel + DEBUG qml: [20260317-072637] BarWidgetLoade Loading widget Volume on screen: HDMI-A-1 + DEBUG qml: [20260317-072637] BarService Registered widget: HDMI-A-1|right|Volume|0 + DEBUG qml: [20260317-072637] BarWidgetLoade Loading widget Clock on screen: HDMI-A-1 + DEBUG qml: [20260317-072637] BarService Registered widget: HDMI-A-1|left|Clock|2 + DEBUG qml: [20260317-072637] BarWidgetLoade Loading widget MediaMini on screen: HDMI-A-1 + DEBUG qml: [20260317-072637] BarService Registered widget: HDMI-A-1|left|MediaMini|1 + DEBUG qml: [20260317-072637] BarWidgetLoade Loading widget ControlCenter on screen: HDMI-A-1 + DEBUG qml: [20260317-072637] BarService Registered widget: HDMI-A-1|left|ControlCenter|0 + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/ItsLemmy_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/Ly-sec_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/lonerOrz_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/turannul_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/notiant_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/MrDowntempo_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/tibssy_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/damian-ds7_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/bokicoder_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/ThatOneCalculator_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/SebAtracktiv_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/tmarti2_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/ferrreo_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/Sighthesia_circular.png + DEBUG qml: [20260317-072637] Settings Plugins not fully loaded yet, deferring upgrade + DEBUG qml: [20260317-072637] PluginService Loaded translations for battery-threshold language: en + INFO qml: [20260317-072637] BatteryThresho Obtaining available batteries... + INFO qml: [20260317-072637] PluginService Loaded Main.qml for plugin: battery-threshold + INFO qml: [20260317-072637] BarWidgetRegis Registered plugin widget: plugin:battery-threshold + INFO qml: [20260317-072637] PluginService Loaded bar widget for plugin: battery-threshold + DEBUG qml: [20260317-072637] Bar onWidgetsRevisionChanged, revision: 1 screen: HDMI-A-1 + INFO qml: [20260317-072637] PluginService Plugin loaded: battery-threshold + DEBUG qml: [20260317-072637] PluginService Loaded translations for screen-recorder language: en + INFO qml: [20260317-072637] PluginService Loaded Main.qml for plugin: screen-recorder + INFO qml: [20260317-072637] BarWidgetRegis Registered plugin widget: plugin:screen-recorder + INFO qml: [20260317-072637] PluginService Loaded bar widget for plugin: screen-recorder + DEBUG qml: [20260317-072637] Bar onWidgetsRevisionChanged, revision: 2 screen: HDMI-A-1 + INFO qml: [20260317-072637] ControlCenterW Registered plugin widget: plugin:screen-recorder + INFO qml: [20260317-072637] PluginService Loaded control center widget for plugin: screen-recorder + INFO qml: [20260317-072637] PluginService Plugin loaded: screen-recorder + INFO qml: [20260317-072637] PluginService All plugins loaded + INFO qml: [20260317-072637] PluginService Refreshing available plugins + DEBUG qml: [20260317-072637] PluginService Fetching from 1 enabled sources + DEBUG qml: [20260317-072637] PluginService Fetching registry from: https://github.com/noctalia-dev/noctalia-plugins + DEBUG qml: [20260317-072637] Bar syncWidgetModel: ControlCenter|MediaMini|Clock → ControlCenter|MediaMini|Clock changed: false + DEBUG qml: [20260317-072637] Bar syncWidgetModel: → changed: false + DEBUG qml: [20260317-072637] Bar syncWidgetModel: Volume|KeyboardLayout|Battery|NotificationHistory → Volume|KeyboardLayout|plugin:battery-threshold|Battery|NotificationHistory changed: true + DEBUG qml: [20260317-072637] BarService Unregistered widget: HDMI-A-1|right|Volume|0 + DEBUG qml: [20260317-072637] BarService Unregistered widget: HDMI-A-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-072637] BarService Unregistered widget: HDMI-A-1|right|Battery|2 + DEBUG qml: [20260317-072637] BarService Unregistered widget: HDMI-A-1|right|NotificationHistory|3 + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/JPratama7_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/DanniSec_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/eric-handley_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/acdcbyl_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/shouya_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/luleyleo_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/supporter_AlexEne_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/supporter_D3rJust1n_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/supporter_DiscoCevapi_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/supporter_Eynix_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/supporter_ferrreo_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/supporter_glue415_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/supporter_ggyorfi_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/supporter_Blackdragonx21_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/supporter_gonzobonzogit_circular.png + DEBUG qml: [20260317-072637] PanelService missing screen for getPanel: notificationHistoryPanel + DEBUG qml: [20260317-072637] BarWidgetLoade Loading widget NotificationHistory on screen: HDMI-A-1 + DEBUG qml: [20260317-072637] BarService Registered widget: HDMI-A-1|right|NotificationHistory|4 + DEBUG qml: [20260317-072637] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072637] BarWidgetLoade Loading widget Battery on screen: HDMI-A-1 + DEBUG qml: [20260317-072637] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072637] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072637] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072637] BarService Registered widget: HDMI-A-1|right|Battery|3 + DEBUG qml: [20260317-072637] BarWidgetLoade Loading widget plugin:battery-threshold on screen: HDMI-A-1 + DEBUG qml: [20260317-072637] BarWidgetLoade Injected plugin API for plugin:battery-threshold + DEBUG qml: [20260317-072637] BarService Registered widget: HDMI-A-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-072637] BarWidgetLoade Loading widget KeyboardLayout on screen: HDMI-A-1 + DEBUG qml: [20260317-072637] BarService Registered widget: HDMI-A-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-072637] PanelService missing screen for getPanel: audioPanel + DEBUG qml: [20260317-072637] BarWidgetLoade Loading widget Volume on screen: HDMI-A-1 + DEBUG qml: [20260317-072637] BarService Registered widget: HDMI-A-1|right|Volume|0 + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/supporter_Grune_circular.png + INFO qml: [20260317-072637] BatteryThresho Found batteries: /sys/class/power_supply/BAT0 + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/supporter_globadyne_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/supporter_JustCurtis_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/supporter_Keykette_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/supporter_LionHeartP_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/supporter_llego_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/supporter_MrDowntempo_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/supporter_xNyxion_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/supporter_Radu_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/supporter_Raine_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/supporter_RockDuck_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/supporter_tempusthales_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/contributors/supporter_twilfredo_circular.png + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/wallpapers/large/bd16b5a820083b547d0ec2b4278c51d03abfe260073378c8b325925e2f1caca4.png + INFO qml: [20260317-072637] SystemStat Found coretemp CPU thermal sensor at /sys/class/hwmon/hwmon6 + DEBUG qml: [20260317-072637] ImageCache Cache hit: /home/shelomoh/.cache/noctalia/images/wallpapers/large/a0c84818039b15693daed19d98d4f09d051dbf25234c1f6fe398f2ebe35424b4.png + DEBUG qml: [20260317-072637] SystemStat Found 0 sysfs GPU sensor(s), skipping nvidia-smi (dGPU opt-in disabled) + DEBUG qml: [20260317-072637] TemplateRegist User templates config already exists, skipping creation + DEBUG qml: [20260317-072637] ProgramChecker Detected Discord clients: vesktop, betterdiscord + DEBUG qml: [20260317-072637] ProgramChecker No Code clients detected + DEBUG qml: [20260317-072637] ProgramChecker No Emacs clients detected + DEBUG qml: [20260317-072637] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072637] HyprlandServic safeUpdateWindows() toplevels: 3 + DEBUG qml: [20260317-072637] HyprlandServic safeUpdateWindows() windows after sort: 3 + DEBUG qml: [20260317-072637] CompositorServ syncWindows() from backend length: 3 + DEBUG qml: [20260317-072637] CompositorServ syncWindows() model count: 3 + DEBUG qml: [20260317-072637] ShellState Saved state file + DEBUG qml: [20260317-072637] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072637] HyprlandServic safeUpdateWindows() toplevels: 3 + DEBUG qml: [20260317-072637] HyprlandServic safeUpdateWindows() windows after sort: 3 + DEBUG qml: [20260317-072637] CompositorServ syncWindows() from backend length: 3 + DEBUG qml: [20260317-072637] CompositorServ syncWindows() model count: 3 + DEBUG qml: [20260317-072637] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072637] HyprlandServic safeUpdateWindows() toplevels: 3 + DEBUG qml: [20260317-072637] HyprlandServic safeUpdateWindows() windows after sort: 3 + DEBUG qml: [20260317-072637] CompositorServ syncWindows() from backend length: 3 + DEBUG qml: [20260317-072637] CompositorServ syncWindows() model count: 3 + DEBUG qml: [20260317-072637] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 true my screen: eDP-1 + DEBUG qml: [20260317-072637] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 true my screen: HDMI-A-1 + DEBUG qml: [20260317-072638] BarService Unregistered widget: HDMI-A-1|right|NotificationHistory|4 + DEBUG qml: [20260317-072638] BarService Unregistered widget: HDMI-A-1|right|Battery|3 + DEBUG qml: [20260317-072638] BarService Unregistered widget: HDMI-A-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-072638] BarService Unregistered widget: HDMI-A-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-072638] BarService Unregistered widget: HDMI-A-1|right|Volume|0 + DEBUG qml: [20260317-072638] BarService Unregistered widget: HDMI-A-1|left|Clock|2 + DEBUG qml: [20260317-072638] BarService Unregistered widget: HDMI-A-1|left|MediaMini|1 + DEBUG qml: [20260317-072638] BarService Unregistered widget: HDMI-A-1|left|ControlCenter|0 + DEBUG qml: [20260317-072638] Spectrum Component unregistered: bar:mediamini:HDMI-A-1:left:1 - total: 0 + DEBUG qml: [20260317-072638] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072638] HyprlandServic safeUpdateWindows() toplevels: 3 + DEBUG qml: [20260317-072638] HyprlandServic safeUpdateWindows() windows after sort: 3 + DEBUG qml: [20260317-072638] CompositorServ syncWindows() from backend length: 3 + DEBUG qml: [20260317-072638] CompositorServ syncWindows() model count: 3 + DEBUG qml: [20260317-072638] PluginService Registry response length: 33421 + INFO qml: [20260317-072638] PluginService Parsed 68 plugins manifest from 'Noctalia Plugins' + DEBUG qml: [20260317-072638] PluginService All registry fetches complete, performing update check + DEBUG qml: [20260317-072638] PluginService Checking 2 installed plugins against 68 available plugins + DEBUG qml: [20260317-072638] PluginService Comparing battery-threshold: 1.2.1 vs 1.2.1 + DEBUG qml: [20260317-072638] PluginService Comparing screen-recorder: 1.3.1 vs 1.3.1 + INFO qml: [20260317-072638] PluginService All installed plugins are up to date + INFO qml: [20260317-072638] HooksService Service started + INFO qml: [20260317-072638] Font Service started + INFO qml: [20260317-072638] UpdateService Version: v4.6.8-git + DEBUG qml: [20260317-072638] Telemetry Using stored instance ID + DEBUG qml: [20260317-072638] UpdateService checkTelemetryWizardOrChangelog called, stateLoaded: true + DEBUG qml: [20260317-072638] UpdateService shouldShowTelemetryWizard: false lastSeenVersion: v4.6.8 + DEBUG qml: [20260317-072638] UpdateService Loaded changelog state from ShellState + DEBUG qml: [20260317-072638] Telemetry Sending anonymous ping: {"instanceId":"ffaa7969-ebb5-4a10-9da0-158101cd9f8d","version":"v4.6.8-git","compositor":"Hyprland","os":"EndeavourOS","ramGb":22,"monitors":[{"width":1600,"height":900,"scale":1.8},{"width":1920,"height":1080,"scale":1}],"ui":{"scaleRatio":1,"fontDefaultScale":0.9299999999999999,"fontFixedScale":1}} + INFO qml: [20260317-072638] Font Loaded 1989 fonts, 102 monospace + DEBUG qml: [20260317-072639] KeyboardLayout Service initialized, current layout: US + DEBUG qml: [20260317-072639] Telemetry Ping sent successfully + DEBUG qml: [20260317-072639] BarService Workspace switched to: 4 on screen: eDP-1 + DEBUG qml: [20260317-072639] BarContentWind onBarAutoHideStateChanged: eDP-1 false my screen: eDP-1 + DEBUG qml: [20260317-072639] Bar Bar screen set to: eDP-1 + DEBUG qml: [20260317-072639] Bar Position: left Floating: true + DEBUG qml: [20260317-072639] BarService Bar is ready on screen: eDP-1 + DEBUG qml: [20260317-072639] Bar Bar Component.onCompleted for screen: eDP-1 + DEBUG qml: [20260317-072639] BarContentWind onBarAutoHideStateChanged: eDP-1 false my screen: HDMI-A-1 + DEBUG qml: [20260317-072639] Bar syncWidgetModel: → ControlCenter|MediaMini|Clock changed: true + DEBUG qml: [20260317-072639] Bar syncWidgetModel: → changed: false + DEBUG qml: [20260317-072639] Bar syncWidgetModel: → Volume|KeyboardLayout|plugin:battery-threshold|Battery|NotificationHistory changed: true + DEBUG qml: [20260317-072639] PanelService missing screen for getPanel: notificationHistoryPanel + DEBUG qml: [20260317-072639] BarWidgetLoade Loading widget NotificationHistory on screen: eDP-1 + DEBUG qml: [20260317-072639] BarService Registered widget: eDP-1|right|NotificationHistory|4 + DEBUG qml: [20260317-072639] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072639] BarWidgetLoade Loading widget Battery on screen: eDP-1 + DEBUG qml: [20260317-072639] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072639] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072639] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072639] BarService Registered widget: eDP-1|right|Battery|3 + DEBUG qml: [20260317-072639] BarWidgetLoade Loading widget plugin:battery-threshold on screen: eDP-1 + DEBUG qml: [20260317-072639] BarWidgetLoade Injected plugin API for plugin:battery-threshold + DEBUG qml: [20260317-072639] BarService Registered widget: eDP-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-072639] BarWidgetLoade Loading widget KeyboardLayout on screen: eDP-1 + DEBUG qml: [20260317-072639] BarService Registered widget: eDP-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-072639] PanelService missing screen for getPanel: audioPanel + DEBUG qml: [20260317-072639] BarWidgetLoade Loading widget Volume on screen: eDP-1 + DEBUG qml: [20260317-072639] BarService Registered widget: eDP-1|right|Volume|0 + DEBUG qml: [20260317-072639] BarWidgetLoade Loading widget Clock on screen: eDP-1 + DEBUG qml: [20260317-072639] BarService Registered widget: eDP-1|left|Clock|2 + DEBUG qml: [20260317-072639] BarWidgetLoade Loading widget MediaMini on screen: eDP-1 + DEBUG qml: [20260317-072639] BarService Registered widget: eDP-1|left|MediaMini|1 + DEBUG qml: [20260317-072639] BarWidgetLoade Loading widget ControlCenter on screen: eDP-1 + DEBUG qml: [20260317-072639] BarService Registered widget: eDP-1|left|ControlCenter|0 + DEBUG qml: [20260317-072639] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072639] HyprlandServic safeUpdateWindows() toplevels: 3 + DEBUG qml: [20260317-072639] HyprlandServic safeUpdateWindows() windows after sort: 3 + DEBUG qml: [20260317-072639] CompositorServ syncWindows() from backend length: 3 + DEBUG qml: [20260317-072639] CompositorServ syncWindows() model count: 3 + DEBUG qml: [20260317-072640] BarContentWind onBarAutoHideStateChanged: eDP-1 true my screen: eDP-1 + DEBUG qml: [20260317-072640] BarContentWind onBarAutoHideStateChanged: eDP-1 true my screen: HDMI-A-1 + DEBUG qml: [20260317-072640] BarService Unregistered widget: eDP-1|right|NotificationHistory|4 + DEBUG qml: [20260317-072640] BarService Unregistered widget: eDP-1|right|Battery|3 + DEBUG qml: [20260317-072640] BarService Unregistered widget: eDP-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-072640] BarService Unregistered widget: eDP-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-072640] BarService Unregistered widget: eDP-1|right|Volume|0 + DEBUG qml: [20260317-072640] BarService Unregistered widget: eDP-1|left|Clock|2 + DEBUG qml: [20260317-072640] BarService Unregistered widget: eDP-1|left|MediaMini|1 + DEBUG qml: [20260317-072640] BarService Unregistered widget: eDP-1|left|ControlCenter|0 + DEBUG qml: [20260317-072640] Spectrum Component unregistered: bar:mediamini:eDP-1:left:1 - total: 0 + DEBUG qml: [20260317-072640] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072640] HyprlandServic safeUpdateWindows() toplevels: 3 + DEBUG qml: [20260317-072640] HyprlandServic safeUpdateWindows() windows after sort: 3 + DEBUG qml: [20260317-072640] CompositorServ syncWindows() from backend length: 3 + DEBUG qml: [20260317-072640] CompositorServ syncWindows() model count: 3 + DEBUG qml: [20260317-072645] BarService Workspace switched to: 2 on screen: HDMI-A-1 + DEBUG qml: [20260317-072645] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 false my screen: eDP-1 + DEBUG qml: [20260317-072645] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 false my screen: HDMI-A-1 + DEBUG qml: [20260317-072645] Bar Bar screen set to: HDMI-A-1 + DEBUG qml: [20260317-072645] Bar Position: left Floating: true + DEBUG qml: [20260317-072645] Bar Bar Component.onCompleted for screen: HDMI-A-1 + DEBUG qml: [20260317-072645] Bar syncWidgetModel: → ControlCenter|MediaMini|Clock changed: true + DEBUG qml: [20260317-072645] Bar syncWidgetModel: → changed: false + DEBUG qml: [20260317-072645] Bar syncWidgetModel: → Volume|KeyboardLayout|plugin:battery-threshold|Battery|NotificationHistory changed: true + DEBUG qml: [20260317-072645] PanelService missing screen for getPanel: notificationHistoryPanel + DEBUG qml: [20260317-072645] BarWidgetLoade Loading widget NotificationHistory on screen: HDMI-A-1 + DEBUG qml: [20260317-072645] BarService Registered widget: HDMI-A-1|right|NotificationHistory|4 + DEBUG qml: [20260317-072645] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072645] BarWidgetLoade Loading widget Battery on screen: HDMI-A-1 + DEBUG qml: [20260317-072645] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072645] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072645] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072645] BarService Registered widget: HDMI-A-1|right|Battery|3 + DEBUG qml: [20260317-072645] BarWidgetLoade Loading widget plugin:battery-threshold on screen: HDMI-A-1 + DEBUG qml: [20260317-072645] BarWidgetLoade Injected plugin API for plugin:battery-threshold + DEBUG qml: [20260317-072645] BarService Registered widget: HDMI-A-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-072645] BarWidgetLoade Loading widget KeyboardLayout on screen: HDMI-A-1 + DEBUG qml: [20260317-072645] BarService Registered widget: HDMI-A-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-072645] PanelService missing screen for getPanel: audioPanel + DEBUG qml: [20260317-072645] BarWidgetLoade Loading widget Volume on screen: HDMI-A-1 + DEBUG qml: [20260317-072645] BarService Registered widget: HDMI-A-1|right|Volume|0 + DEBUG qml: [20260317-072645] BarWidgetLoade Loading widget Clock on screen: HDMI-A-1 + DEBUG qml: [20260317-072645] BarService Registered widget: HDMI-A-1|left|Clock|2 + DEBUG qml: [20260317-072645] BarWidgetLoade Loading widget MediaMini on screen: HDMI-A-1 + DEBUG qml: [20260317-072645] BarService Registered widget: HDMI-A-1|left|MediaMini|1 + DEBUG qml: [20260317-072645] BarWidgetLoade Loading widget ControlCenter on screen: HDMI-A-1 + DEBUG qml: [20260317-072645] BarService Registered widget: HDMI-A-1|left|ControlCenter|0 + DEBUG qml: [20260317-072645] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072645] HyprlandServic safeUpdateWindows() toplevels: 3 + DEBUG qml: [20260317-072645] HyprlandServic safeUpdateWindows() windows after sort: 3 + DEBUG qml: [20260317-072645] CompositorServ syncWindows() from backend length: 3 + DEBUG qml: [20260317-072645] CompositorServ syncWindows() model count: 3 + DEBUG qml: [20260317-072645] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 true my screen: eDP-1 + DEBUG qml: [20260317-072645] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 true my screen: HDMI-A-1 + DEBUG qml: [20260317-072646] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 false my screen: eDP-1 + DEBUG qml: [20260317-072646] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 false my screen: HDMI-A-1 + INFO qml: [20260317-072647] Network Service started + DEBUG qml: [20260317-072647] Network Refreshing network status and capabilities... + DEBUG qml: [20260317-072647] Network Wi-Fi scan in progress... + DEBUG qml: [20260317-072647] BarContentWind onBarAutoHideStateChanged: eDP-1 false my screen: eDP-1 + DEBUG qml: [20260317-072647] Bar Bar screen set to: eDP-1 + DEBUG qml: [20260317-072647] Bar Position: left Floating: true + DEBUG qml: [20260317-072647] Bar Bar Component.onCompleted for screen: eDP-1 + DEBUG qml: [20260317-072647] BarContentWind onBarAutoHideStateChanged: eDP-1 false my screen: HDMI-A-1 + DEBUG qml: [20260317-072647] Bar syncWidgetModel: → ControlCenter|MediaMini|Clock changed: true + DEBUG qml: [20260317-072647] Bar syncWidgetModel: → changed: false + DEBUG qml: [20260317-072647] Bar syncWidgetModel: → Volume|KeyboardLayout|plugin:battery-threshold|Battery|NotificationHistory changed: true + DEBUG qml: [20260317-072647] PanelService missing screen for getPanel: notificationHistoryPanel + DEBUG qml: [20260317-072647] BarWidgetLoade Loading widget NotificationHistory on screen: eDP-1 + DEBUG qml: [20260317-072647] BarService Registered widget: eDP-1|right|NotificationHistory|4 + DEBUG qml: [20260317-072647] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072647] BarWidgetLoade Loading widget Battery on screen: eDP-1 + DEBUG qml: [20260317-072647] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072647] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072647] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072647] BarService Registered widget: eDP-1|right|Battery|3 + DEBUG qml: [20260317-072647] BarWidgetLoade Loading widget plugin:battery-threshold on screen: eDP-1 + DEBUG qml: [20260317-072647] BarWidgetLoade Injected plugin API for plugin:battery-threshold + DEBUG qml: [20260317-072647] BarService Registered widget: eDP-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-072647] BarWidgetLoade Loading widget KeyboardLayout on screen: eDP-1 + DEBUG qml: [20260317-072647] BarService Registered widget: eDP-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-072647] PanelService missing screen for getPanel: audioPanel + DEBUG qml: [20260317-072647] BarWidgetLoade Loading widget Volume on screen: eDP-1 + DEBUG qml: [20260317-072647] BarService Registered widget: eDP-1|right|Volume|0 + DEBUG qml: [20260317-072647] BarWidgetLoade Loading widget Clock on screen: eDP-1 + DEBUG qml: [20260317-072647] BarService Registered widget: eDP-1|left|Clock|2 + DEBUG qml: [20260317-072647] BarWidgetLoade Loading widget MediaMini on screen: eDP-1 + DEBUG qml: [20260317-072647] BarService Registered widget: eDP-1|left|MediaMini|1 + DEBUG qml: [20260317-072647] BarWidgetLoade Loading widget ControlCenter on screen: eDP-1 + DEBUG qml: [20260317-072647] BarService Registered widget: eDP-1|left|ControlCenter|0 + DEBUG qml: [20260317-072647] Network Wi-Fi adapter was detect as enabled: true + DEBUG qml: [20260317-072648] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072648] HyprlandServic safeUpdateWindows() toplevels: 3 + DEBUG qml: [20260317-072648] HyprlandServic safeUpdateWindows() windows after sort: 3 + DEBUG qml: [20260317-072648] CompositorServ syncWindows() from backend length: 3 + DEBUG qml: [20260317-072648] CompositorServ syncWindows() model count: 3 + DEBUG qml: [20260317-072651] Network New Wi-Fi SSID discovered: Friendly Neighborhood Spider-LAN, HUAWEI_B535_7ADA, Vladeasa Sky Fly, Adriana, HUAWEI_B535_7ADA_5G, DIGI-24-22E49D, UPC617A2E1, pazuzu, TP-Link_24, DIGI-1A28, DIGI-5-22E49E, ATLK-Huawei + DEBUG qml: [20260317-072651] Network Total Wi-Fi SSIDs: 12 + DEBUG qml: [20260317-072651] Network Wi-Fi scan completed + DEBUG qml: [20260317-072702] Network Wi-Fi scan in progress... + DEBUG qml: [20260317-072706] Network New Wi-Fi SSID discovered: DIGI-5A2E + DEBUG qml: [20260317-072706] Network Wi-Fi SSID disappeared: TP-Link_24, DIGI-1A28, DIGI-5-22E49E + DEBUG qml: [20260317-072706] Network Total Wi-Fi SSIDs: 10 + DEBUG qml: [20260317-072706] Network Wi-Fi scan completed + DEBUG qml: [20260317-072712] SmartPanel Closing panel controlCenterPanel-HDMI-A-1 + DEBUG qml: [20260317-072712] SmartPanel Panel close finalized controlCenterPanel-HDMI-A-1 + DEBUG qml: [20260317-072712] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072712] HyprlandServic safeUpdateWindows() toplevels: 3 + DEBUG qml: [20260317-072712] HyprlandServic safeUpdateWindows() windows after sort: 3 + DEBUG qml: [20260317-072712] CompositorServ syncWindows() from backend length: 3 + DEBUG qml: [20260317-072712] CompositorServ syncWindows() model count: 3 + DEBUG qml: [20260317-072713] BarContentWind onBarAutoHideStateChanged: eDP-1 true my screen: eDP-1 + DEBUG qml: [20260317-072713] BarContentWind onBarAutoHideStateChanged: eDP-1 true my screen: HDMI-A-1 + DEBUG qml: [20260317-072713] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 true my screen: eDP-1 + DEBUG qml: [20260317-072713] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 true my screen: HDMI-A-1 + DEBUG qml: [20260317-072713] BarService Unregistered widget: eDP-1|right|NotificationHistory|4 + DEBUG qml: [20260317-072713] BarService Unregistered widget: eDP-1|right|Battery|3 + DEBUG qml: [20260317-072713] BarService Unregistered widget: eDP-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-072713] BarService Unregistered widget: eDP-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-072713] BarService Unregistered widget: eDP-1|right|Volume|0 + DEBUG qml: [20260317-072713] BarService Unregistered widget: eDP-1|left|Clock|2 + DEBUG qml: [20260317-072713] BarService Unregistered widget: eDP-1|left|MediaMini|1 + DEBUG qml: [20260317-072713] BarService Unregistered widget: eDP-1|left|ControlCenter|0 + DEBUG qml: [20260317-072713] Spectrum Component unregistered: bar:mediamini:eDP-1:left:1 - total: 0 + DEBUG qml: [20260317-072713] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072713] HyprlandServic safeUpdateWindows() toplevels: 3 + DEBUG qml: [20260317-072713] HyprlandServic safeUpdateWindows() windows after sort: 3 + DEBUG qml: [20260317-072713] CompositorServ syncWindows() from backend length: 3 + DEBUG qml: [20260317-072713] CompositorServ syncWindows() model count: 3 + DEBUG qml: [20260317-072713] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 false my screen: eDP-1 + DEBUG qml: [20260317-072713] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 false my screen: HDMI-A-1 + DEBUG qml: [20260317-072714] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072714] HyprlandServic safeUpdateWindows() toplevels: 3 + DEBUG qml: [20260317-072714] HyprlandServic safeUpdateWindows() windows after sort: 3 + DEBUG qml: [20260317-072714] CompositorServ syncWindows() from backend length: 3 + DEBUG qml: [20260317-072714] CompositorServ syncWindows() model count: 3 + DEBUG qml: [20260317-072715] WindowsProvide Initialized + DEBUG qml: [20260317-072715] Launcher Registered: WindowsProvider + DEBUG qml: [20260317-072715] SessionProvide Initialized + DEBUG qml: [20260317-072715] Launcher Registered: SessionProvider + DEBUG qml: [20260317-072715] SettingsProvid Initialized + DEBUG qml: [20260317-072715] Launcher Registered: SettingsProvider + DEBUG qml: [20260317-072715] CalculatorProv Initialized + DEBUG qml: [20260317-072715] Launcher Registered: CalculatorProvider + DEBUG qml: [20260317-072715] EmojiProvider Initialized + DEBUG qml: [20260317-072715] Launcher Registered: EmojiProvider + DEBUG qml: [20260317-072715] Launcher Registered: CommandProvider + DEBUG qml: [20260317-072715] ClipboardProvi Initialized + DEBUG qml: [20260317-072715] Launcher Registered: ClipboardProvider + DEBUG qml: [20260317-072715] ApplicationsPr Loaded 109 applications + DEBUG qml: [20260317-072715] Launcher Registered: ApplicationsProvider + DEBUG qml: [20260317-072715] BarContentWind onBarAutoHideStateChanged: eDP-1 false my screen: eDP-1 + DEBUG qml: [20260317-072715] Bar Bar screen set to: eDP-1 + DEBUG qml: [20260317-072715] Bar Position: left Floating: true + DEBUG qml: [20260317-072715] Bar Bar Component.onCompleted for screen: eDP-1 + DEBUG qml: [20260317-072715] BarContentWind onBarAutoHideStateChanged: eDP-1 false my screen: HDMI-A-1 + DEBUG qml: [20260317-072715] Bar syncWidgetModel: → ControlCenter|MediaMini|Clock changed: true + DEBUG qml: [20260317-072715] Bar syncWidgetModel: → changed: false + DEBUG qml: [20260317-072715] Bar syncWidgetModel: → Volume|KeyboardLayout|plugin:battery-threshold|Battery|NotificationHistory changed: true + DEBUG qml: [20260317-072715] PanelService missing screen for getPanel: notificationHistoryPanel + DEBUG qml: [20260317-072715] BarWidgetLoade Loading widget NotificationHistory on screen: eDP-1 + DEBUG qml: [20260317-072715] BarService Registered widget: eDP-1|right|NotificationHistory|4 + DEBUG qml: [20260317-072715] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072715] BarWidgetLoade Loading widget Battery on screen: eDP-1 + DEBUG qml: [20260317-072715] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072715] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072715] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072715] BarService Registered widget: eDP-1|right|Battery|3 + DEBUG qml: [20260317-072715] BarWidgetLoade Loading widget plugin:battery-threshold on screen: eDP-1 + DEBUG qml: [20260317-072715] BarWidgetLoade Injected plugin API for plugin:battery-threshold + DEBUG qml: [20260317-072715] BarService Registered widget: eDP-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-072715] BarWidgetLoade Loading widget KeyboardLayout on screen: eDP-1 + DEBUG qml: [20260317-072715] BarService Registered widget: eDP-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-072715] PanelService missing screen for getPanel: audioPanel + DEBUG qml: [20260317-072715] BarWidgetLoade Loading widget Volume on screen: eDP-1 + DEBUG qml: [20260317-072715] BarService Registered widget: eDP-1|right|Volume|0 + DEBUG qml: [20260317-072715] BarWidgetLoade Loading widget Clock on screen: eDP-1 + DEBUG qml: [20260317-072715] BarService Registered widget: eDP-1|left|Clock|2 + DEBUG qml: [20260317-072715] BarWidgetLoade Loading widget MediaMini on screen: eDP-1 + DEBUG qml: [20260317-072715] BarService Registered widget: eDP-1|left|MediaMini|1 + DEBUG qml: [20260317-072715] BarWidgetLoade Loading widget ControlCenter on screen: eDP-1 + DEBUG qml: [20260317-072715] BarService Registered widget: eDP-1|left|ControlCenter|0 + WARN qt.svg: /usr/share/icons/hicolor/scalable/apps/btop.svg:111:6: Could not resolve property: #pattern1888 + WARN qt.svg: /usr/share/icons/hicolor/scalable/apps/btop.svg:111:6: Could not resolve property: #pattern1870 + WARN qt.svg: /usr/share/icons/hicolor/scalable/apps/btop.svg:111:6: Could not resolve property: #pattern1888 + WARN qt.svg: /usr/share/icons/hicolor/scalable/apps/btop.svg:111:6: Could not resolve property: #pattern1870 + DEBUG qml: [20260317-072715] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072715] HyprlandServic safeUpdateWindows() toplevels: 3 + DEBUG qml: [20260317-072715] HyprlandServic safeUpdateWindows() windows after sort: 3 + DEBUG qml: [20260317-072715] CompositorServ syncWindows() from backend length: 3 + DEBUG qml: [20260317-072715] CompositorServ syncWindows() model count: 3 + INFO qml: [20260317-072716] SoundService QtMultimedia found - sound playback enabled + WARN qt.svg: /usr/share/icons/hicolor/scalable/apps/btop.svg:111:6: Could not resolve property: #pattern1888 + WARN qt.svg: /usr/share/icons/hicolor/scalable/apps/btop.svg:111:6: Could not resolve property: #pattern1870 + WARN qt.svg: /usr/share/icons/hicolor/scalable/apps/btop.svg:111:6: Could not resolve property: #pattern1888 + WARN qt.svg: /usr/share/icons/hicolor/scalable/apps/btop.svg:111:6: Could not resolve property: #pattern1870 + WARN qt.svg: /usr/share/icons/hicolor/scalable/apps/btop.svg:111:6: Could not resolve property: #pattern1888 + WARN qt.svg: /usr/share/icons/hicolor/scalable/apps/btop.svg:111:6: Could not resolve property: #pattern1870 + DEBUG qml: [20260317-072718] SmartPanel Panel closed immediately launcherPanel-HDMI-A-1 + DEBUG qml: [20260317-072718] ApplicationsPr Launching: Vesktop (App ID: vesktop) + DEBUG qml: [20260317-072718] ApplicationsPr Executing command: /usr/bin/vesktop + DEBUG qml: [20260317-072718] CompositorServ Spawning: /usr/bin/vesktop + DEBUG qml: [20260317-072718] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072718] HyprlandServic safeUpdateWindows() toplevels: 3 + DEBUG qml: [20260317-072718] HyprlandServic safeUpdateWindows() windows after sort: 3 + DEBUG qml: [20260317-072718] CompositorServ syncWindows() from backend length: 3 + DEBUG qml: [20260317-072718] CompositorServ syncWindows() model count: 3 + DEBUG qml: [20260317-072718] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072718] HyprlandServic safeUpdateWindows() toplevels: 4 + DEBUG qml: [20260317-072718] HyprlandServic safeUpdateWindows() windows after sort: 4 + DEBUG qml: [20260317-072718] CompositorServ syncWindows() from backend length: 4 + DEBUG qml: [20260317-072718] CompositorServ syncWindows() model count: 4 + DEBUG qml: [20260317-072718] ShellState Saved state file + DEBUG qml: [20260317-072718] BarContentWind onBarAutoHideStateChanged: eDP-1 true my screen: eDP-1 + DEBUG qml: [20260317-072718] BarContentWind onBarAutoHideStateChanged: eDP-1 true my screen: HDMI-A-1 + DEBUG qml: [20260317-072718] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 true my screen: eDP-1 + DEBUG qml: [20260317-072718] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 true my screen: HDMI-A-1 + DEBUG qml: [20260317-072718] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072718] HyprlandServic safeUpdateWindows() toplevels: 4 + DEBUG qml: [20260317-072718] HyprlandServic safeUpdateWindows() windows after sort: 4 + DEBUG qml: [20260317-072718] CompositorServ syncWindows() from backend length: 4 + DEBUG qml: [20260317-072718] CompositorServ syncWindows() model count: 4 + DEBUG qml: [20260317-072718] BarService Unregistered widget: eDP-1|right|NotificationHistory|4 + DEBUG qml: [20260317-072718] BarService Unregistered widget: eDP-1|right|Battery|3 + DEBUG qml: [20260317-072718] BarService Unregistered widget: eDP-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-072718] BarService Unregistered widget: eDP-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-072718] BarService Unregistered widget: eDP-1|right|Volume|0 + DEBUG qml: [20260317-072718] BarService Unregistered widget: eDP-1|left|Clock|2 + DEBUG qml: [20260317-072718] BarService Unregistered widget: eDP-1|left|MediaMini|1 + DEBUG qml: [20260317-072718] BarService Unregistered widget: eDP-1|left|ControlCenter|0 + DEBUG qml: [20260317-072718] BarService Unregistered widget: HDMI-A-1|right|NotificationHistory|4 + DEBUG qml: [20260317-072718] BarService Unregistered widget: HDMI-A-1|right|Battery|3 + DEBUG qml: [20260317-072718] BarService Unregistered widget: HDMI-A-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-072718] BarService Unregistered widget: HDMI-A-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-072718] BarService Unregistered widget: HDMI-A-1|right|Volume|0 + DEBUG qml: [20260317-072718] BarService Unregistered widget: HDMI-A-1|left|Clock|2 + DEBUG qml: [20260317-072718] BarService Unregistered widget: HDMI-A-1|left|MediaMini|1 + DEBUG qml: [20260317-072718] BarService Unregistered widget: HDMI-A-1|left|ControlCenter|0 + DEBUG qml: [20260317-072718] Spectrum Component unregistered: bar:mediamini:eDP-1:left:1 - total: 0 + DEBUG qml: [20260317-072718] Spectrum Component unregistered: bar:mediamini:HDMI-A-1:left:1 - total: 0 + DEBUG qml: [20260317-072718] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072718] HyprlandServic safeUpdateWindows() toplevels: 4 + DEBUG qml: [20260317-072718] HyprlandServic safeUpdateWindows() windows after sort: 4 + DEBUG qml: [20260317-072718] CompositorServ syncWindows() from backend length: 4 + DEBUG qml: [20260317-072718] CompositorServ syncWindows() model count: 4 + DEBUG qml: [20260317-072719] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072719] HyprlandServic safeUpdateWindows() toplevels: 4 + DEBUG qml: [20260317-072719] HyprlandServic safeUpdateWindows() windows after sort: 4 + DEBUG qml: [20260317-072719] CompositorServ syncWindows() from backend length: 4 + DEBUG qml: [20260317-072719] CompositorServ syncWindows() model count: 4 + DEBUG qml: [20260317-072720] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072720] HyprlandServic safeUpdateWindows() toplevels: 4 + DEBUG qml: [20260317-072720] HyprlandServic safeUpdateWindows() windows after sort: 4 + DEBUG qml: [20260317-072720] CompositorServ syncWindows() from backend length: 4 + DEBUG qml: [20260317-072720] CompositorServ syncWindows() model count: 4 + WARN quickshell.dbus.properties: Error updating property :1.56/StatusNotifierItem/org.kde.StatusNotifierItem:IconName + WARN quickshell.dbus.properties: QDBusError("org.freedesktop.DBus.Error.Failed", "error occurred in Get") + DEBUG qml: [20260317-072721] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072721] HyprlandServic safeUpdateWindows() toplevels: 4 + DEBUG qml: [20260317-072721] HyprlandServic safeUpdateWindows() windows after sort: 4 + DEBUG qml: [20260317-072721] CompositorServ syncWindows() from backend length: 4 + DEBUG qml: [20260317-072721] CompositorServ syncWindows() model count: 4 + DEBUG qml: [20260317-072722] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072722] HyprlandServic safeUpdateWindows() toplevels: 4 + DEBUG qml: [20260317-072722] HyprlandServic safeUpdateWindows() windows after sort: 4 + DEBUG qml: [20260317-072722] CompositorServ syncWindows() from backend length: 4 + DEBUG qml: [20260317-072722] CompositorServ syncWindows() model count: 4 + DEBUG qml: [20260317-072722] BarService Workspace switched to: 4 on screen: eDP-1 + DEBUG qml: [20260317-072722] BarContentWind onBarAutoHideStateChanged: eDP-1 false my screen: eDP-1 + DEBUG qml: [20260317-072722] Bar Bar screen set to: eDP-1 + DEBUG qml: [20260317-072722] Bar Position: left Floating: true + DEBUG qml: [20260317-072722] Bar Bar Component.onCompleted for screen: eDP-1 + DEBUG qml: [20260317-072722] BarContentWind onBarAutoHideStateChanged: eDP-1 false my screen: HDMI-A-1 + DEBUG qml: [20260317-072722] Bar syncWidgetModel: → ControlCenter|MediaMini|Clock changed: true + DEBUG qml: [20260317-072722] Bar syncWidgetModel: → changed: false + DEBUG qml: [20260317-072722] Bar syncWidgetModel: → Volume|KeyboardLayout|plugin:battery-threshold|Battery|NotificationHistory changed: true + DEBUG qml: [20260317-072722] PanelService missing screen for getPanel: notificationHistoryPanel + DEBUG qml: [20260317-072722] BarWidgetLoade Loading widget NotificationHistory on screen: eDP-1 + DEBUG qml: [20260317-072722] BarService Registered widget: eDP-1|right|NotificationHistory|4 + DEBUG qml: [20260317-072722] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072722] BarWidgetLoade Loading widget Battery on screen: eDP-1 + DEBUG qml: [20260317-072722] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072722] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072722] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072722] BarService Registered widget: eDP-1|right|Battery|3 + DEBUG qml: [20260317-072722] BarWidgetLoade Loading widget plugin:battery-threshold on screen: eDP-1 + DEBUG qml: [20260317-072722] BarWidgetLoade Injected plugin API for plugin:battery-threshold + DEBUG qml: [20260317-072722] BarService Registered widget: eDP-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-072722] BarWidgetLoade Loading widget KeyboardLayout on screen: eDP-1 + DEBUG qml: [20260317-072722] BarService Registered widget: eDP-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-072722] PanelService missing screen for getPanel: audioPanel + DEBUG qml: [20260317-072722] BarWidgetLoade Loading widget Volume on screen: eDP-1 + DEBUG qml: [20260317-072722] BarService Registered widget: eDP-1|right|Volume|0 + DEBUG qml: [20260317-072722] BarWidgetLoade Loading widget Clock on screen: eDP-1 + DEBUG qml: [20260317-072722] BarService Registered widget: eDP-1|left|Clock|2 + DEBUG qml: [20260317-072722] BarWidgetLoade Loading widget MediaMini on screen: eDP-1 + DEBUG qml: [20260317-072722] BarService Registered widget: eDP-1|left|MediaMini|1 + DEBUG qml: [20260317-072722] BarWidgetLoade Loading widget ControlCenter on screen: eDP-1 + DEBUG qml: [20260317-072722] BarService Registered widget: eDP-1|left|ControlCenter|0 + DEBUG qml: [20260317-072722] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072722] HyprlandServic safeUpdateWindows() toplevels: 4 + DEBUG qml: [20260317-072722] HyprlandServic safeUpdateWindows() windows after sort: 4 + DEBUG qml: [20260317-072722] CompositorServ syncWindows() from backend length: 4 + DEBUG qml: [20260317-072722] CompositorServ syncWindows() model count: 4 + DEBUG qml: [20260317-072723] BarContentWind onBarAutoHideStateChanged: eDP-1 true my screen: eDP-1 + DEBUG qml: [20260317-072723] BarContentWind onBarAutoHideStateChanged: eDP-1 true my screen: HDMI-A-1 + DEBUG qml: [20260317-072723] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072723] HyprlandServic safeUpdateWindows() toplevels: 4 + DEBUG qml: [20260317-072723] HyprlandServic safeUpdateWindows() windows after sort: 4 + DEBUG qml: [20260317-072723] CompositorServ syncWindows() from backend length: 4 + DEBUG qml: [20260317-072723] CompositorServ syncWindows() model count: 4 + DEBUG qml: [20260317-072723] BarService Unregistered widget: eDP-1|right|NotificationHistory|4 + DEBUG qml: [20260317-072723] BarService Unregistered widget: eDP-1|right|Battery|3 + DEBUG qml: [20260317-072723] BarService Unregistered widget: eDP-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-072723] BarService Unregistered widget: eDP-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-072723] BarService Unregistered widget: eDP-1|right|Volume|0 + DEBUG qml: [20260317-072723] BarService Unregistered widget: eDP-1|left|Clock|2 + DEBUG qml: [20260317-072723] BarService Unregistered widget: eDP-1|left|MediaMini|1 + DEBUG qml: [20260317-072723] BarService Unregistered widget: eDP-1|left|ControlCenter|0 + DEBUG qml: [20260317-072723] Spectrum Component unregistered: bar:mediamini:eDP-1:left:1 - total: 0 + DEBUG qml: [20260317-072723] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072723] HyprlandServic safeUpdateWindows() toplevels: 4 + DEBUG qml: [20260317-072723] HyprlandServic safeUpdateWindows() windows after sort: 4 + DEBUG qml: [20260317-072723] CompositorServ syncWindows() from backend length: 4 + DEBUG qml: [20260317-072723] CompositorServ syncWindows() model count: 4 + DEBUG qml: [20260317-072725] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072725] HyprlandServic safeUpdateWindows() toplevels: 4 + DEBUG qml: [20260317-072725] HyprlandServic safeUpdateWindows() windows after sort: 4 + DEBUG qml: [20260317-072725] CompositorServ syncWindows() from backend length: 4 + DEBUG qml: [20260317-072725] CompositorServ syncWindows() model count: 4 + DEBUG qml: [20260317-072726] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072726] HyprlandServic safeUpdateWindows() toplevels: 4 + DEBUG qml: [20260317-072726] HyprlandServic safeUpdateWindows() windows after sort: 4 + DEBUG qml: [20260317-072726] CompositorServ syncWindows() from backend length: 4 + DEBUG qml: [20260317-072726] CompositorServ syncWindows() model count: 4 + DEBUG qml: [20260317-072727] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072727] HyprlandServic safeUpdateWindows() toplevels: 4 + DEBUG qml: [20260317-072727] HyprlandServic safeUpdateWindows() windows after sort: 4 + DEBUG qml: [20260317-072727] CompositorServ syncWindows() from backend length: 4 + DEBUG qml: [20260317-072727] CompositorServ syncWindows() model count: 4 + DEBUG qml: [20260317-072727] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072727] HyprlandServic safeUpdateWindows() toplevels: 4 + DEBUG qml: [20260317-072727] HyprlandServic safeUpdateWindows() windows after sort: 4 + DEBUG qml: [20260317-072727] CompositorServ syncWindows() from backend length: 4 + DEBUG qml: [20260317-072727] CompositorServ syncWindows() model count: 4 + DEBUG qml: [20260317-072729] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072729] HyprlandServic safeUpdateWindows() toplevels: 4 + DEBUG qml: [20260317-072729] HyprlandServic safeUpdateWindows() windows after sort: 4 + DEBUG qml: [20260317-072729] CompositorServ syncWindows() from backend length: 4 + DEBUG qml: [20260317-072729] CompositorServ syncWindows() model count: 4 + DEBUG qml: [20260317-072730] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072730] HyprlandServic safeUpdateWindows() toplevels: 4 + DEBUG qml: [20260317-072730] HyprlandServic safeUpdateWindows() windows after sort: 4 + DEBUG qml: [20260317-072730] CompositorServ syncWindows() from backend length: 4 + DEBUG qml: [20260317-072730] CompositorServ syncWindows() model count: 4 + DEBUG qml: [20260317-072731] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072731] HyprlandServic safeUpdateWindows() toplevels: 4 + DEBUG qml: [20260317-072731] HyprlandServic safeUpdateWindows() windows after sort: 4 + DEBUG qml: [20260317-072731] CompositorServ syncWindows() from backend length: 4 + DEBUG qml: [20260317-072731] CompositorServ syncWindows() model count: 4 + DEBUG qml: [20260317-072732] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072732] HyprlandServic safeUpdateWindows() toplevels: 4 + DEBUG qml: [20260317-072732] HyprlandServic safeUpdateWindows() windows after sort: 4 + DEBUG qml: [20260317-072732] CompositorServ syncWindows() from backend length: 4 + DEBUG qml: [20260317-072732] CompositorServ syncWindows() model count: 4 + DEBUG qml: [20260317-072735] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072735] HyprlandServic safeUpdateWindows() toplevels: 4 + DEBUG qml: [20260317-072735] HyprlandServic safeUpdateWindows() windows after sort: 4 + DEBUG qml: [20260317-072735] CompositorServ syncWindows() from backend length: 4 + DEBUG qml: [20260317-072735] CompositorServ syncWindows() model count: 4 + DEBUG qml: [20260317-072803] BarContentWind onBarAutoHideStateChanged: eDP-1 false my screen: eDP-1 + DEBUG qml: [20260317-072803] Bar Bar screen set to: eDP-1 + DEBUG qml: [20260317-072803] Bar Position: left Floating: true + DEBUG qml: [20260317-072803] Bar Bar Component.onCompleted for screen: eDP-1 + DEBUG qml: [20260317-072803] BarContentWind onBarAutoHideStateChanged: eDP-1 false my screen: HDMI-A-1 + DEBUG qml: [20260317-072803] Bar syncWidgetModel: → ControlCenter|MediaMini|Clock changed: true + DEBUG qml: [20260317-072803] Bar syncWidgetModel: → changed: false + DEBUG qml: [20260317-072803] Bar syncWidgetModel: → Volume|KeyboardLayout|plugin:battery-threshold|Battery|NotificationHistory changed: true + DEBUG qml: [20260317-072803] PanelService missing screen for getPanel: notificationHistoryPanel + DEBUG qml: [20260317-072803] BarWidgetLoade Loading widget NotificationHistory on screen: eDP-1 + DEBUG qml: [20260317-072803] BarService Registered widget: eDP-1|right|NotificationHistory|4 + DEBUG qml: [20260317-072803] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072803] BarWidgetLoade Loading widget Battery on screen: eDP-1 + DEBUG qml: [20260317-072803] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072803] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072803] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072803] BarService Registered widget: eDP-1|right|Battery|3 + DEBUG qml: [20260317-072803] BarWidgetLoade Loading widget plugin:battery-threshold on screen: eDP-1 + DEBUG qml: [20260317-072803] BarWidgetLoade Injected plugin API for plugin:battery-threshold + DEBUG qml: [20260317-072803] BarService Registered widget: eDP-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-072803] BarWidgetLoade Loading widget KeyboardLayout on screen: eDP-1 + DEBUG qml: [20260317-072803] BarService Registered widget: eDP-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-072803] PanelService missing screen for getPanel: audioPanel + DEBUG qml: [20260317-072803] BarWidgetLoade Loading widget Volume on screen: eDP-1 + DEBUG qml: [20260317-072803] BarService Registered widget: eDP-1|right|Volume|0 + DEBUG qml: [20260317-072803] BarWidgetLoade Loading widget Clock on screen: eDP-1 + DEBUG qml: [20260317-072803] BarService Registered widget: eDP-1|left|Clock|2 + DEBUG qml: [20260317-072803] BarWidgetLoade Loading widget MediaMini on screen: eDP-1 + DEBUG qml: [20260317-072803] BarService Registered widget: eDP-1|left|MediaMini|1 + DEBUG qml: [20260317-072803] BarWidgetLoade Loading widget ControlCenter on screen: eDP-1 + DEBUG qml: [20260317-072803] BarService Registered widget: eDP-1|left|ControlCenter|0 + DEBUG qml: [20260317-072804] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072804] HyprlandServic safeUpdateWindows() toplevels: 4 + DEBUG qml: [20260317-072804] HyprlandServic safeUpdateWindows() windows after sort: 4 + DEBUG qml: [20260317-072804] CompositorServ syncWindows() from backend length: 4 + DEBUG qml: [20260317-072804] CompositorServ syncWindows() model count: 4 + DEBUG qml: [20260317-072804] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072804] HyprlandServic safeUpdateWindows() toplevels: 4 + DEBUG qml: [20260317-072804] HyprlandServic safeUpdateWindows() windows after sort: 4 + DEBUG qml: [20260317-072804] CompositorServ syncWindows() from backend length: 4 + DEBUG qml: [20260317-072804] CompositorServ syncWindows() model count: 4 + DEBUG qml: [20260317-072804] BarContentWind onBarAutoHideStateChanged: eDP-1 true my screen: eDP-1 + DEBUG qml: [20260317-072804] BarContentWind onBarAutoHideStateChanged: eDP-1 true my screen: HDMI-A-1 + DEBUG qml: [20260317-072804] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072804] HyprlandServic safeUpdateWindows() toplevels: 4 + DEBUG qml: [20260317-072804] HyprlandServic safeUpdateWindows() windows after sort: 4 + DEBUG qml: [20260317-072804] CompositorServ syncWindows() from backend length: 4 + DEBUG qml: [20260317-072804] CompositorServ syncWindows() model count: 4 + DEBUG qml: [20260317-072804] BarService Unregistered widget: eDP-1|right|NotificationHistory|4 + DEBUG qml: [20260317-072804] BarService Unregistered widget: eDP-1|right|Battery|3 + DEBUG qml: [20260317-072804] BarService Unregistered widget: eDP-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-072804] BarService Unregistered widget: eDP-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-072804] BarService Unregistered widget: eDP-1|right|Volume|0 + DEBUG qml: [20260317-072804] BarService Unregistered widget: eDP-1|left|Clock|2 + DEBUG qml: [20260317-072804] BarService Unregistered widget: eDP-1|left|MediaMini|1 + DEBUG qml: [20260317-072804] BarService Unregistered widget: eDP-1|left|ControlCenter|0 + DEBUG qml: [20260317-072804] Spectrum Component unregistered: bar:mediamini:eDP-1:left:1 - total: 0 + DEBUG qml: [20260317-072804] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072804] HyprlandServic safeUpdateWindows() toplevels: 4 + DEBUG qml: [20260317-072804] HyprlandServic safeUpdateWindows() windows after sort: 4 + DEBUG qml: [20260317-072804] CompositorServ syncWindows() from backend length: 4 + DEBUG qml: [20260317-072804] CompositorServ syncWindows() model count: 4 + DEBUG qml: [20260317-072817] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072817] HyprlandServic safeUpdateWindows() toplevels: 4 + DEBUG qml: [20260317-072817] HyprlandServic safeUpdateWindows() windows after sort: 4 + DEBUG qml: [20260317-072817] CompositorServ syncWindows() from backend length: 4 + DEBUG qml: [20260317-072817] CompositorServ syncWindows() model count: 4 + DEBUG qml: [20260317-072826] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072826] HyprlandServic safeUpdateWindows() toplevels: 4 + DEBUG qml: [20260317-072826] HyprlandServic safeUpdateWindows() windows after sort: 4 + DEBUG qml: [20260317-072826] CompositorServ syncWindows() from backend length: 4 + DEBUG qml: [20260317-072826] CompositorServ syncWindows() model count: 4 + DEBUG qml: [20260317-072849] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072849] HyprlandServic safeUpdateWindows() toplevels: 4 + DEBUG qml: [20260317-072849] HyprlandServic safeUpdateWindows() windows after sort: 4 + DEBUG qml: [20260317-072849] CompositorServ syncWindows() from backend length: 4 + DEBUG qml: [20260317-072849] CompositorServ syncWindows() model count: 4 + DEBUG qml: [20260317-072910] BarService Workspace switched to: 1 on screen: eDP-1 + DEBUG qml: [20260317-072910] BarContentWind onBarAutoHideStateChanged: eDP-1 false my screen: eDP-1 + DEBUG qml: [20260317-072910] Bar Bar screen set to: eDP-1 + DEBUG qml: [20260317-072910] Bar Position: left Floating: true + DEBUG qml: [20260317-072910] Bar Bar Component.onCompleted for screen: eDP-1 + DEBUG qml: [20260317-072910] BarContentWind onBarAutoHideStateChanged: eDP-1 false my screen: HDMI-A-1 + DEBUG qml: [20260317-072910] Bar syncWidgetModel: → ControlCenter|MediaMini|Clock changed: true + DEBUG qml: [20260317-072910] Bar syncWidgetModel: → changed: false + DEBUG qml: [20260317-072910] Bar syncWidgetModel: → Volume|KeyboardLayout|plugin:battery-threshold|Battery|NotificationHistory changed: true + DEBUG qml: [20260317-072910] PanelService missing screen for getPanel: notificationHistoryPanel + DEBUG qml: [20260317-072910] BarWidgetLoade Loading widget NotificationHistory on screen: eDP-1 + DEBUG qml: [20260317-072910] BarService Registered widget: eDP-1|right|NotificationHistory|4 + DEBUG qml: [20260317-072910] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072910] BarWidgetLoade Loading widget Battery on screen: eDP-1 + DEBUG qml: [20260317-072910] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072910] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072910] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072910] BarService Registered widget: eDP-1|right|Battery|3 + DEBUG qml: [20260317-072910] BarWidgetLoade Loading widget plugin:battery-threshold on screen: eDP-1 + DEBUG qml: [20260317-072910] BarWidgetLoade Injected plugin API for plugin:battery-threshold + DEBUG qml: [20260317-072910] BarService Registered widget: eDP-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-072910] BarWidgetLoade Loading widget KeyboardLayout on screen: eDP-1 + DEBUG qml: [20260317-072910] BarService Registered widget: eDP-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-072910] PanelService missing screen for getPanel: audioPanel + DEBUG qml: [20260317-072910] BarWidgetLoade Loading widget Volume on screen: eDP-1 + DEBUG qml: [20260317-072910] BarService Registered widget: eDP-1|right|Volume|0 + DEBUG qml: [20260317-072910] BarWidgetLoade Loading widget Clock on screen: eDP-1 + DEBUG qml: [20260317-072910] BarService Registered widget: eDP-1|left|Clock|2 + DEBUG qml: [20260317-072910] BarWidgetLoade Loading widget MediaMini on screen: eDP-1 + DEBUG qml: [20260317-072910] BarService Registered widget: eDP-1|left|MediaMini|1 + DEBUG qml: [20260317-072910] BarWidgetLoade Loading widget ControlCenter on screen: eDP-1 + DEBUG qml: [20260317-072910] BarService Registered widget: eDP-1|left|ControlCenter|0 + DEBUG qml: [20260317-072910] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072910] HyprlandServic safeUpdateWindows() toplevels: 4 + DEBUG qml: [20260317-072910] HyprlandServic safeUpdateWindows() windows after sort: 4 + DEBUG qml: [20260317-072910] CompositorServ syncWindows() from backend length: 4 + DEBUG qml: [20260317-072910] CompositorServ syncWindows() model count: 4 + DEBUG qml: [20260317-072910] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072910] HyprlandServic safeUpdateWindows() toplevels: 4 + DEBUG qml: [20260317-072910] HyprlandServic safeUpdateWindows() windows after sort: 4 + DEBUG qml: [20260317-072910] CompositorServ syncWindows() from backend length: 4 + DEBUG qml: [20260317-072910] CompositorServ syncWindows() model count: 4 + DEBUG qml: [20260317-072911] BarContentWind onBarAutoHideStateChanged: eDP-1 true my screen: eDP-1 + DEBUG qml: [20260317-072911] BarContentWind onBarAutoHideStateChanged: eDP-1 true my screen: HDMI-A-1 + DEBUG qml: [20260317-072911] BarService Workspace switched to: 2 on screen: HDMI-A-1 + DEBUG qml: [20260317-072911] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 false my screen: eDP-1 + DEBUG qml: [20260317-072911] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 false my screen: HDMI-A-1 + DEBUG qml: [20260317-072911] Bar Bar screen set to: HDMI-A-1 + DEBUG qml: [20260317-072911] Bar Position: left Floating: true + DEBUG qml: [20260317-072911] Bar Bar Component.onCompleted for screen: HDMI-A-1 + DEBUG qml: [20260317-072911] Bar syncWidgetModel: → ControlCenter|MediaMini|Clock changed: true + DEBUG qml: [20260317-072911] Bar syncWidgetModel: → changed: false + DEBUG qml: [20260317-072911] Bar syncWidgetModel: → Volume|KeyboardLayout|plugin:battery-threshold|Battery|NotificationHistory changed: true + DEBUG qml: [20260317-072911] PanelService missing screen for getPanel: notificationHistoryPanel + DEBUG qml: [20260317-072911] BarWidgetLoade Loading widget NotificationHistory on screen: HDMI-A-1 + DEBUG qml: [20260317-072911] BarService Registered widget: HDMI-A-1|right|NotificationHistory|4 + DEBUG qml: [20260317-072911] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072911] BarWidgetLoade Loading widget Battery on screen: HDMI-A-1 + DEBUG qml: [20260317-072911] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072911] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072911] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072911] BarService Registered widget: HDMI-A-1|right|Battery|3 + DEBUG qml: [20260317-072911] BarWidgetLoade Loading widget plugin:battery-threshold on screen: HDMI-A-1 + DEBUG qml: [20260317-072911] BarWidgetLoade Injected plugin API for plugin:battery-threshold + DEBUG qml: [20260317-072911] BarService Registered widget: HDMI-A-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-072911] BarWidgetLoade Loading widget KeyboardLayout on screen: HDMI-A-1 + DEBUG qml: [20260317-072911] BarService Registered widget: HDMI-A-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-072911] PanelService missing screen for getPanel: audioPanel + DEBUG qml: [20260317-072911] BarWidgetLoade Loading widget Volume on screen: HDMI-A-1 + DEBUG qml: [20260317-072911] BarService Registered widget: HDMI-A-1|right|Volume|0 + DEBUG qml: [20260317-072911] BarWidgetLoade Loading widget Clock on screen: HDMI-A-1 + DEBUG qml: [20260317-072911] BarService Registered widget: HDMI-A-1|left|Clock|2 + DEBUG qml: [20260317-072911] BarWidgetLoade Loading widget MediaMini on screen: HDMI-A-1 + DEBUG qml: [20260317-072911] BarService Registered widget: HDMI-A-1|left|MediaMini|1 + DEBUG qml: [20260317-072911] BarWidgetLoade Loading widget ControlCenter on screen: HDMI-A-1 + DEBUG qml: [20260317-072911] BarService Registered widget: HDMI-A-1|left|ControlCenter|0 + DEBUG qml: [20260317-072911] BarService Unregistered widget: eDP-1|right|NotificationHistory|4 + DEBUG qml: [20260317-072911] BarService Unregistered widget: eDP-1|right|Battery|3 + DEBUG qml: [20260317-072911] BarService Unregistered widget: eDP-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-072911] BarService Unregistered widget: eDP-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-072911] BarService Unregistered widget: eDP-1|right|Volume|0 + DEBUG qml: [20260317-072911] BarService Unregistered widget: eDP-1|left|Clock|2 + DEBUG qml: [20260317-072911] BarService Unregistered widget: eDP-1|left|MediaMini|1 + DEBUG qml: [20260317-072911] BarService Unregistered widget: eDP-1|left|ControlCenter|0 + DEBUG qml: [20260317-072911] Spectrum Component unregistered: bar:mediamini:eDP-1:left:1 - total: 0 + DEBUG qml: [20260317-072911] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072911] HyprlandServic safeUpdateWindows() toplevels: 4 + DEBUG qml: [20260317-072911] HyprlandServic safeUpdateWindows() windows after sort: 4 + DEBUG qml: [20260317-072911] CompositorServ syncWindows() from backend length: 4 + DEBUG qml: [20260317-072911] CompositorServ syncWindows() model count: 4 + DEBUG qml: [20260317-072911] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 true my screen: eDP-1 + DEBUG qml: [20260317-072911] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 true my screen: HDMI-A-1 + DEBUG qml: [20260317-072911] BarService Unregistered widget: HDMI-A-1|right|NotificationHistory|4 + DEBUG qml: [20260317-072911] BarService Unregistered widget: HDMI-A-1|right|Battery|3 + DEBUG qml: [20260317-072911] BarService Unregistered widget: HDMI-A-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-072911] BarService Unregistered widget: HDMI-A-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-072911] BarService Unregistered widget: HDMI-A-1|right|Volume|0 + DEBUG qml: [20260317-072911] BarService Unregistered widget: HDMI-A-1|left|Clock|2 + DEBUG qml: [20260317-072911] BarService Unregistered widget: HDMI-A-1|left|MediaMini|1 + DEBUG qml: [20260317-072911] BarService Unregistered widget: HDMI-A-1|left|ControlCenter|0 + DEBUG qml: [20260317-072911] Spectrum Component unregistered: bar:mediamini:HDMI-A-1:left:1 - total: 0 + DEBUG qml: [20260317-072911] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072911] HyprlandServic safeUpdateWindows() toplevels: 4 + DEBUG qml: [20260317-072911] HyprlandServic safeUpdateWindows() windows after sort: 4 + DEBUG qml: [20260317-072912] CompositorServ syncWindows() from backend length: 4 + DEBUG qml: [20260317-072912] CompositorServ syncWindows() model count: 4 + DEBUG qml: [20260317-072913] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072913] HyprlandServic safeUpdateWindows() toplevels: 4 + DEBUG qml: [20260317-072913] HyprlandServic safeUpdateWindows() windows after sort: 4 + DEBUG qml: [20260317-072913] CompositorServ syncWindows() from backend length: 4 + DEBUG qml: [20260317-072913] CompositorServ syncWindows() model count: 4 + DEBUG qml: [20260317-072915] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072915] HyprlandServic safeUpdateWindows() toplevels: 5 + DEBUG qml: [20260317-072915] HyprlandServic safeUpdateWindows() windows after sort: 5 + DEBUG qml: [20260317-072915] CompositorServ syncWindows() from backend length: 5 + DEBUG qml: [20260317-072915] CompositorServ syncWindows() model count: 5 + DEBUG qml: [20260317-072915] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072915] HyprlandServic safeUpdateWindows() toplevels: 5 + DEBUG qml: [20260317-072915] HyprlandServic safeUpdateWindows() windows after sort: 5 + DEBUG qml: [20260317-072915] CompositorServ syncWindows() from backend length: 5 + DEBUG qml: [20260317-072915] CompositorServ syncWindows() model count: 5 + DEBUG qml: [20260317-072916] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072916] HyprlandServic safeUpdateWindows() toplevels: 5 + DEBUG qml: [20260317-072916] HyprlandServic safeUpdateWindows() windows after sort: 5 + DEBUG qml: [20260317-072916] CompositorServ syncWindows() from backend length: 5 + DEBUG qml: [20260317-072916] CompositorServ syncWindows() model count: 5 + DEBUG qml: [20260317-072917] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072917] HyprlandServic safeUpdateWindows() toplevels: 5 + DEBUG qml: [20260317-072917] HyprlandServic safeUpdateWindows() windows after sort: 5 + DEBUG qml: [20260317-072917] CompositorServ syncWindows() from backend length: 5 + DEBUG qml: [20260317-072917] CompositorServ syncWindows() model count: 5 + DEBUG qml: [20260317-072917] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072917] HyprlandServic safeUpdateWindows() toplevels: 4 + DEBUG qml: [20260317-072917] HyprlandServic safeUpdateWindows() windows after sort: 4 + DEBUG qml: [20260317-072917] CompositorServ syncWindows() from backend length: 4 + DEBUG qml: [20260317-072917] CompositorServ syncWindows() model count: 4 + DEBUG qml: [20260317-072918] BarService Workspace switched to: 1 on screen: eDP-1 + DEBUG qml: [20260317-072918] BarContentWind onBarAutoHideStateChanged: eDP-1 false my screen: eDP-1 + DEBUG qml: [20260317-072918] Bar Bar screen set to: eDP-1 + DEBUG qml: [20260317-072918] Bar Position: left Floating: true + DEBUG qml: [20260317-072918] Bar Bar Component.onCompleted for screen: eDP-1 + DEBUG qml: [20260317-072918] BarContentWind onBarAutoHideStateChanged: eDP-1 false my screen: HDMI-A-1 + DEBUG qml: [20260317-072918] Bar syncWidgetModel: → ControlCenter|MediaMini|Clock changed: true + DEBUG qml: [20260317-072918] Bar syncWidgetModel: → changed: false + DEBUG qml: [20260317-072918] Bar syncWidgetModel: → Volume|KeyboardLayout|plugin:battery-threshold|Battery|NotificationHistory changed: true + DEBUG qml: [20260317-072918] BarService Workspace switched to: 5 on screen: eDP-1 + DEBUG qml: [20260317-072918] PanelService missing screen for getPanel: notificationHistoryPanel + DEBUG qml: [20260317-072918] BarWidgetLoade Loading widget NotificationHistory on screen: eDP-1 + DEBUG qml: [20260317-072918] BarService Registered widget: eDP-1|right|NotificationHistory|4 + DEBUG qml: [20260317-072918] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072918] BarWidgetLoade Loading widget Battery on screen: eDP-1 + DEBUG qml: [20260317-072918] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072918] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072918] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072918] BarService Registered widget: eDP-1|right|Battery|3 + DEBUG qml: [20260317-072918] BarWidgetLoade Loading widget plugin:battery-threshold on screen: eDP-1 + DEBUG qml: [20260317-072918] BarWidgetLoade Injected plugin API for plugin:battery-threshold + DEBUG qml: [20260317-072918] BarService Registered widget: eDP-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-072918] BarWidgetLoade Loading widget KeyboardLayout on screen: eDP-1 + DEBUG qml: [20260317-072918] BarService Registered widget: eDP-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-072918] PanelService missing screen for getPanel: audioPanel + DEBUG qml: [20260317-072918] BarWidgetLoade Loading widget Volume on screen: eDP-1 + DEBUG qml: [20260317-072918] BarService Registered widget: eDP-1|right|Volume|0 + DEBUG qml: [20260317-072918] BarWidgetLoade Loading widget Clock on screen: eDP-1 + DEBUG qml: [20260317-072918] BarService Registered widget: eDP-1|left|Clock|2 + DEBUG qml: [20260317-072918] BarWidgetLoade Loading widget MediaMini on screen: eDP-1 + DEBUG qml: [20260317-072918] BarService Registered widget: eDP-1|left|MediaMini|1 + DEBUG qml: [20260317-072918] BarWidgetLoade Loading widget ControlCenter on screen: eDP-1 + DEBUG qml: [20260317-072918] BarService Registered widget: eDP-1|left|ControlCenter|0 + DEBUG qml: [20260317-072918] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072918] HyprlandServic safeUpdateWindows() toplevels: 4 + DEBUG qml: [20260317-072918] HyprlandServic safeUpdateWindows() windows after sort: 4 + DEBUG qml: [20260317-072918] CompositorServ syncWindows() from backend length: 4 + DEBUG qml: [20260317-072918] CompositorServ syncWindows() model count: 4 + DEBUG qml: [20260317-072918] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072918] HyprlandServic safeUpdateWindows() toplevels: 4 + DEBUG qml: [20260317-072918] HyprlandServic safeUpdateWindows() windows after sort: 4 + DEBUG qml: [20260317-072918] CompositorServ syncWindows() from backend length: 4 + DEBUG qml: [20260317-072918] CompositorServ syncWindows() model count: 4 + DEBUG qml: [20260317-072918] BarContentWind onBarAutoHideStateChanged: eDP-1 true my screen: eDP-1 + DEBUG qml: [20260317-072918] BarContentWind onBarAutoHideStateChanged: eDP-1 true my screen: HDMI-A-1 + DEBUG qml: [20260317-072918] BarService Unregistered widget: eDP-1|right|NotificationHistory|4 + DEBUG qml: [20260317-072918] BarService Unregistered widget: eDP-1|right|Battery|3 + DEBUG qml: [20260317-072918] BarService Unregistered widget: eDP-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-072918] BarService Unregistered widget: eDP-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-072918] BarService Unregistered widget: eDP-1|right|Volume|0 + DEBUG qml: [20260317-072918] BarService Unregistered widget: eDP-1|left|Clock|2 + DEBUG qml: [20260317-072918] BarService Unregistered widget: eDP-1|left|MediaMini|1 + DEBUG qml: [20260317-072918] BarService Unregistered widget: eDP-1|left|ControlCenter|0 + DEBUG qml: [20260317-072918] Spectrum Component unregistered: bar:mediamini:eDP-1:left:1 - total: 0 + DEBUG qml: [20260317-072918] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072918] HyprlandServic safeUpdateWindows() toplevels: 4 + DEBUG qml: [20260317-072918] HyprlandServic safeUpdateWindows() windows after sort: 4 + DEBUG qml: [20260317-072918] CompositorServ syncWindows() from backend length: 4 + DEBUG qml: [20260317-072918] CompositorServ syncWindows() model count: 4 + DEBUG qml: [20260317-072923] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072923] HyprlandServic safeUpdateWindows() toplevels: 4 + DEBUG qml: [20260317-072923] HyprlandServic safeUpdateWindows() windows after sort: 4 + DEBUG qml: [20260317-072923] CompositorServ syncWindows() from backend length: 4 + DEBUG qml: [20260317-072923] CompositorServ syncWindows() model count: 4 + DEBUG qml: [20260317-072935] BarService Workspace switched to: 1 on screen: eDP-1 + DEBUG qml: [20260317-072935] BarContentWind onBarAutoHideStateChanged: eDP-1 false my screen: eDP-1 + DEBUG qml: [20260317-072935] Bar Bar screen set to: eDP-1 + DEBUG qml: [20260317-072935] Bar Position: left Floating: true + DEBUG qml: [20260317-072935] Bar Bar Component.onCompleted for screen: eDP-1 + DEBUG qml: [20260317-072935] BarContentWind onBarAutoHideStateChanged: eDP-1 false my screen: HDMI-A-1 + DEBUG qml: [20260317-072935] Bar syncWidgetModel: → ControlCenter|MediaMini|Clock changed: true + DEBUG qml: [20260317-072935] Bar syncWidgetModel: → changed: false + DEBUG qml: [20260317-072935] Bar syncWidgetModel: → Volume|KeyboardLayout|plugin:battery-threshold|Battery|NotificationHistory changed: true + DEBUG qml: [20260317-072935] PanelService missing screen for getPanel: notificationHistoryPanel + DEBUG qml: [20260317-072935] BarWidgetLoade Loading widget NotificationHistory on screen: eDP-1 + DEBUG qml: [20260317-072935] BarService Registered widget: eDP-1|right|NotificationHistory|4 + DEBUG qml: [20260317-072935] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072935] BarWidgetLoade Loading widget Battery on screen: eDP-1 + DEBUG qml: [20260317-072935] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072935] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072935] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-072935] BarService Registered widget: eDP-1|right|Battery|3 + DEBUG qml: [20260317-072935] BarWidgetLoade Loading widget plugin:battery-threshold on screen: eDP-1 + DEBUG qml: [20260317-072935] BarWidgetLoade Injected plugin API for plugin:battery-threshold + DEBUG qml: [20260317-072935] BarService Registered widget: eDP-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-072935] BarWidgetLoade Loading widget KeyboardLayout on screen: eDP-1 + DEBUG qml: [20260317-072935] BarService Registered widget: eDP-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-072935] PanelService missing screen for getPanel: audioPanel + DEBUG qml: [20260317-072935] BarWidgetLoade Loading widget Volume on screen: eDP-1 + DEBUG qml: [20260317-072935] BarService Registered widget: eDP-1|right|Volume|0 + DEBUG qml: [20260317-072935] BarWidgetLoade Loading widget Clock on screen: eDP-1 + DEBUG qml: [20260317-072935] BarService Registered widget: eDP-1|left|Clock|2 + DEBUG qml: [20260317-072935] BarWidgetLoade Loading widget MediaMini on screen: eDP-1 + DEBUG qml: [20260317-072935] BarService Registered widget: eDP-1|left|MediaMini|1 + DEBUG qml: [20260317-072935] BarWidgetLoade Loading widget ControlCenter on screen: eDP-1 + DEBUG qml: [20260317-072935] BarService Registered widget: eDP-1|left|ControlCenter|0 + DEBUG qml: [20260317-072935] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072935] HyprlandServic safeUpdateWindows() toplevels: 4 + DEBUG qml: [20260317-072935] HyprlandServic safeUpdateWindows() windows after sort: 4 + DEBUG qml: [20260317-072935] CompositorServ syncWindows() from backend length: 4 + DEBUG qml: [20260317-072935] CompositorServ syncWindows() model count: 4 + DEBUG qml: [20260317-072936] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072936] HyprlandServic safeUpdateWindows() toplevels: 5 + DEBUG qml: [20260317-072936] HyprlandServic safeUpdateWindows() windows after sort: 5 + DEBUG qml: [20260317-072936] CompositorServ syncWindows() from backend length: 5 + DEBUG qml: [20260317-072936] CompositorServ syncWindows() model count: 5 + DEBUG qml: [20260317-072936] BarContentWind onBarAutoHideStateChanged: eDP-1 true my screen: eDP-1 + DEBUG qml: [20260317-072936] BarContentWind onBarAutoHideStateChanged: eDP-1 true my screen: HDMI-A-1 + DEBUG qml: [20260317-072936] BarService Unregistered widget: eDP-1|right|NotificationHistory|4 + DEBUG qml: [20260317-072936] BarService Unregistered widget: eDP-1|right|Battery|3 + DEBUG qml: [20260317-072936] BarService Unregistered widget: eDP-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-072936] BarService Unregistered widget: eDP-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-072936] BarService Unregistered widget: eDP-1|right|Volume|0 + DEBUG qml: [20260317-072936] BarService Unregistered widget: eDP-1|left|Clock|2 + DEBUG qml: [20260317-072936] BarService Unregistered widget: eDP-1|left|MediaMini|1 + DEBUG qml: [20260317-072936] BarService Unregistered widget: eDP-1|left|ControlCenter|0 + DEBUG qml: [20260317-072936] Spectrum Component unregistered: bar:mediamini:eDP-1:left:1 - total: 0 + DEBUG qml: [20260317-072936] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072936] HyprlandServic safeUpdateWindows() toplevels: 5 + DEBUG qml: [20260317-072936] HyprlandServic safeUpdateWindows() windows after sort: 5 + DEBUG qml: [20260317-072936] CompositorServ syncWindows() from backend length: 5 + DEBUG qml: [20260317-072936] CompositorServ syncWindows() model count: 5 + DEBUG qml: [20260317-072937] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072937] HyprlandServic safeUpdateWindows() toplevels: 6 + DEBUG qml: [20260317-072937] HyprlandServic safeUpdateWindows() windows after sort: 6 + DEBUG qml: [20260317-072937] CompositorServ syncWindows() from backend length: 6 + DEBUG qml: [20260317-072937] CompositorServ syncWindows() model count: 6 + DEBUG qml: [20260317-072937] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072937] HyprlandServic safeUpdateWindows() toplevels: 6 + DEBUG qml: [20260317-072937] HyprlandServic safeUpdateWindows() windows after sort: 6 + DEBUG qml: [20260317-072937] CompositorServ syncWindows() from backend length: 6 + DEBUG qml: [20260317-072937] CompositorServ syncWindows() model count: 6 + DEBUG qml: [20260317-072941] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072941] HyprlandServic safeUpdateWindows() toplevels: 6 + DEBUG qml: [20260317-072941] HyprlandServic safeUpdateWindows() windows after sort: 6 + DEBUG qml: [20260317-072941] CompositorServ syncWindows() from backend length: 6 + DEBUG qml: [20260317-072941] CompositorServ syncWindows() model count: 6 + DEBUG qml: [20260317-072942] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072942] HyprlandServic safeUpdateWindows() toplevels: 6 + DEBUG qml: [20260317-072942] HyprlandServic safeUpdateWindows() windows after sort: 6 + DEBUG qml: [20260317-072942] CompositorServ syncWindows() from backend length: 6 + DEBUG qml: [20260317-072942] CompositorServ syncWindows() model count: 6 + DEBUG qml: [20260317-072952] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072952] HyprlandServic safeUpdateWindows() toplevels: 6 + DEBUG qml: [20260317-072952] HyprlandServic safeUpdateWindows() windows after sort: 6 + DEBUG qml: [20260317-072952] CompositorServ syncWindows() from backend length: 6 + DEBUG qml: [20260317-072952] CompositorServ syncWindows() model count: 6 + DEBUG qml: [20260317-072952] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072952] HyprlandServic safeUpdateWindows() toplevels: 6 + DEBUG qml: [20260317-072952] HyprlandServic safeUpdateWindows() windows after sort: 6 + DEBUG qml: [20260317-072952] CompositorServ syncWindows() from backend length: 6 + DEBUG qml: [20260317-072952] CompositorServ syncWindows() model count: 6 + DEBUG qml: [20260317-072954] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072954] HyprlandServic safeUpdateWindows() toplevels: 6 + DEBUG qml: [20260317-072954] HyprlandServic safeUpdateWindows() windows after sort: 6 + DEBUG qml: [20260317-072954] CompositorServ syncWindows() from backend length: 6 + DEBUG qml: [20260317-072954] CompositorServ syncWindows() model count: 6 + DEBUG qml: [20260317-072955] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-072955] HyprlandServic safeUpdateWindows() toplevels: 6 + DEBUG qml: [20260317-072955] HyprlandServic safeUpdateWindows() windows after sort: 6 + DEBUG qml: [20260317-072955] CompositorServ syncWindows() from backend length: 6 + DEBUG qml: [20260317-072955] CompositorServ syncWindows() model count: 6 + DEBUG qml: [20260317-073017] BarService Workspace switched to: 2 on screen: HDMI-A-1 + DEBUG qml: [20260317-073017] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 false my screen: eDP-1 + DEBUG qml: [20260317-073017] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 false my screen: HDMI-A-1 + DEBUG qml: [20260317-073017] Bar Bar screen set to: HDMI-A-1 + DEBUG qml: [20260317-073017] Bar Position: left Floating: true + DEBUG qml: [20260317-073017] Bar Bar Component.onCompleted for screen: HDMI-A-1 + DEBUG qml: [20260317-073017] Bar syncWidgetModel: → ControlCenter|MediaMini|Clock changed: true + DEBUG qml: [20260317-073017] Bar syncWidgetModel: → changed: false + DEBUG qml: [20260317-073017] Bar syncWidgetModel: → Volume|KeyboardLayout|plugin:battery-threshold|Battery|NotificationHistory changed: true + DEBUG qml: [20260317-073017] PanelService missing screen for getPanel: notificationHistoryPanel + DEBUG qml: [20260317-073017] BarWidgetLoade Loading widget NotificationHistory on screen: HDMI-A-1 + DEBUG qml: [20260317-073017] BarService Registered widget: HDMI-A-1|right|NotificationHistory|4 + DEBUG qml: [20260317-073017] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073017] BarWidgetLoade Loading widget Battery on screen: HDMI-A-1 + DEBUG qml: [20260317-073017] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073017] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073017] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073017] BarService Registered widget: HDMI-A-1|right|Battery|3 + DEBUG qml: [20260317-073017] BarWidgetLoade Loading widget plugin:battery-threshold on screen: HDMI-A-1 + DEBUG qml: [20260317-073017] BarWidgetLoade Injected plugin API for plugin:battery-threshold + DEBUG qml: [20260317-073017] BarService Registered widget: HDMI-A-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-073017] BarWidgetLoade Loading widget KeyboardLayout on screen: HDMI-A-1 + DEBUG qml: [20260317-073017] BarService Registered widget: HDMI-A-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-073017] PanelService missing screen for getPanel: audioPanel + DEBUG qml: [20260317-073017] BarWidgetLoade Loading widget Volume on screen: HDMI-A-1 + DEBUG qml: [20260317-073017] BarService Registered widget: HDMI-A-1|right|Volume|0 + DEBUG qml: [20260317-073017] BarWidgetLoade Loading widget Clock on screen: HDMI-A-1 + DEBUG qml: [20260317-073017] BarService Registered widget: HDMI-A-1|left|Clock|2 + DEBUG qml: [20260317-073017] BarWidgetLoade Loading widget MediaMini on screen: HDMI-A-1 + DEBUG qml: [20260317-073017] BarService Registered widget: HDMI-A-1|left|MediaMini|1 + DEBUG qml: [20260317-073017] BarWidgetLoade Loading widget ControlCenter on screen: HDMI-A-1 + DEBUG qml: [20260317-073017] BarService Registered widget: HDMI-A-1|left|ControlCenter|0 + DEBUG qml: [20260317-073017] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073017] HyprlandServic safeUpdateWindows() toplevels: 6 + DEBUG qml: [20260317-073017] HyprlandServic safeUpdateWindows() windows after sort: 6 + DEBUG qml: [20260317-073017] CompositorServ syncWindows() from backend length: 6 + DEBUG qml: [20260317-073017] CompositorServ syncWindows() model count: 6 + DEBUG qml: [20260317-073017] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073017] HyprlandServic safeUpdateWindows() toplevels: 6 + DEBUG qml: [20260317-073017] HyprlandServic safeUpdateWindows() windows after sort: 6 + DEBUG qml: [20260317-073017] CompositorServ syncWindows() from backend length: 6 + DEBUG qml: [20260317-073017] CompositorServ syncWindows() model count: 6 + DEBUG qml: [20260317-073018] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 true my screen: eDP-1 + DEBUG qml: [20260317-073018] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 true my screen: HDMI-A-1 + DEBUG qml: [20260317-073018] BarService Unregistered widget: HDMI-A-1|right|NotificationHistory|4 + DEBUG qml: [20260317-073018] BarService Unregistered widget: HDMI-A-1|right|Battery|3 + DEBUG qml: [20260317-073018] BarService Unregistered widget: HDMI-A-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-073018] BarService Unregistered widget: HDMI-A-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-073018] BarService Unregistered widget: HDMI-A-1|right|Volume|0 + DEBUG qml: [20260317-073018] BarService Unregistered widget: HDMI-A-1|left|Clock|2 + DEBUG qml: [20260317-073018] BarService Unregistered widget: HDMI-A-1|left|MediaMini|1 + DEBUG qml: [20260317-073018] BarService Unregistered widget: HDMI-A-1|left|ControlCenter|0 + DEBUG qml: [20260317-073018] Spectrum Component unregistered: bar:mediamini:HDMI-A-1:left:1 - total: 0 + DEBUG qml: [20260317-073018] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073018] HyprlandServic safeUpdateWindows() toplevels: 6 + DEBUG qml: [20260317-073018] HyprlandServic safeUpdateWindows() windows after sort: 6 + DEBUG qml: [20260317-073018] CompositorServ syncWindows() from backend length: 6 + DEBUG qml: [20260317-073018] CompositorServ syncWindows() model count: 6 + DEBUG qml: [20260317-073019] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073019] HyprlandServic safeUpdateWindows() toplevels: 7 + DEBUG qml: [20260317-073019] HyprlandServic safeUpdateWindows() windows after sort: 7 + DEBUG qml: [20260317-073019] CompositorServ syncWindows() from backend length: 7 + DEBUG qml: [20260317-073019] CompositorServ syncWindows() model count: 7 + DEBUG qml: [20260317-073019] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073019] HyprlandServic safeUpdateWindows() toplevels: 7 + DEBUG qml: [20260317-073019] HyprlandServic safeUpdateWindows() windows after sort: 7 + DEBUG qml: [20260317-073019] CompositorServ syncWindows() from backend length: 7 + DEBUG qml: [20260317-073019] CompositorServ syncWindows() model count: 7 + DEBUG qml: [20260317-073020] ImageCache Cache miss, processing: image://qsimage/2/1 + DEBUG qml: [20260317-073020] ImageCache Coalescing request for: de134686cf92b5807b197c087a77381f2dbb3e5850f79f49a627205e5abd6aad + DEBUG qml: [20260317-073020] ImageCache Coalescing request for: de134686cf92b5807b197c087a77381f2dbb3e5850f79f49a627205e5abd6aad + DEBUG qml: [20260317-073020] ImageCache Fallback cache created: /home/shelomoh/.cache/noctalia/images/notifications/de134686cf92b5807b197c087a77381f2dbb3e5850f79f49a627205e5abd6aad.png + DEBUG qml: [20260317-073020] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073020] HyprlandServic safeUpdateWindows() toplevels: 7 + DEBUG qml: [20260317-073020] HyprlandServic safeUpdateWindows() windows after sort: 7 + DEBUG qml: [20260317-073020] CompositorServ syncWindows() from backend length: 7 + DEBUG qml: [20260317-073020] CompositorServ syncWindows() model count: 7 + DEBUG qml: [20260317-073021] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073021] HyprlandServic safeUpdateWindows() toplevels: 6 + DEBUG qml: [20260317-073021] HyprlandServic safeUpdateWindows() windows after sort: 6 + DEBUG qml: [20260317-073021] CompositorServ syncWindows() from backend length: 6 + DEBUG qml: [20260317-073021] CompositorServ syncWindows() model count: 6 + DEBUG qml: [20260317-073023] BarService Workspace switched to: 1 on screen: eDP-1 + DEBUG qml: [20260317-073023] BarContentWind onBarAutoHideStateChanged: eDP-1 false my screen: eDP-1 + DEBUG qml: [20260317-073023] Bar Bar screen set to: eDP-1 + DEBUG qml: [20260317-073023] Bar Position: left Floating: true + DEBUG qml: [20260317-073023] Bar Bar Component.onCompleted for screen: eDP-1 + DEBUG qml: [20260317-073023] BarContentWind onBarAutoHideStateChanged: eDP-1 false my screen: HDMI-A-1 + DEBUG qml: [20260317-073023] Bar syncWidgetModel: → ControlCenter|MediaMini|Clock changed: true + DEBUG qml: [20260317-073023] Bar syncWidgetModel: → changed: false + DEBUG qml: [20260317-073023] Bar syncWidgetModel: → Volume|KeyboardLayout|plugin:battery-threshold|Battery|NotificationHistory changed: true + DEBUG qml: [20260317-073023] BarService Workspace switched to: 5 on screen: eDP-1 + DEBUG qml: [20260317-073023] PanelService missing screen for getPanel: notificationHistoryPanel + DEBUG qml: [20260317-073023] BarWidgetLoade Loading widget NotificationHistory on screen: eDP-1 + DEBUG qml: [20260317-073023] BarService Registered widget: eDP-1|right|NotificationHistory|4 + DEBUG qml: [20260317-073023] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073023] BarWidgetLoade Loading widget Battery on screen: eDP-1 + DEBUG qml: [20260317-073023] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073023] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073023] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073023] BarService Registered widget: eDP-1|right|Battery|3 + DEBUG qml: [20260317-073023] BarWidgetLoade Loading widget plugin:battery-threshold on screen: eDP-1 + DEBUG qml: [20260317-073023] BarWidgetLoade Injected plugin API for plugin:battery-threshold + DEBUG qml: [20260317-073023] BarService Registered widget: eDP-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-073023] BarWidgetLoade Loading widget KeyboardLayout on screen: eDP-1 + DEBUG qml: [20260317-073023] BarService Registered widget: eDP-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-073023] PanelService missing screen for getPanel: audioPanel + DEBUG qml: [20260317-073023] BarWidgetLoade Loading widget Volume on screen: eDP-1 + DEBUG qml: [20260317-073023] BarService Registered widget: eDP-1|right|Volume|0 + DEBUG qml: [20260317-073023] BarWidgetLoade Loading widget Clock on screen: eDP-1 + DEBUG qml: [20260317-073023] BarService Registered widget: eDP-1|left|Clock|2 + DEBUG qml: [20260317-073023] BarWidgetLoade Loading widget MediaMini on screen: eDP-1 + DEBUG qml: [20260317-073023] BarService Registered widget: eDP-1|left|MediaMini|1 + DEBUG qml: [20260317-073023] BarWidgetLoade Loading widget ControlCenter on screen: eDP-1 + DEBUG qml: [20260317-073023] BarService Registered widget: eDP-1|left|ControlCenter|0 + DEBUG qml: [20260317-073023] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073023] HyprlandServic safeUpdateWindows() toplevels: 6 + DEBUG qml: [20260317-073023] HyprlandServic safeUpdateWindows() windows after sort: 6 + DEBUG qml: [20260317-073023] CompositorServ syncWindows() from backend length: 6 + DEBUG qml: [20260317-073023] CompositorServ syncWindows() model count: 6 + DEBUG qml: [20260317-073023] BarContentWind onBarAutoHideStateChanged: eDP-1 true my screen: eDP-1 + DEBUG qml: [20260317-073023] BarContentWind onBarAutoHideStateChanged: eDP-1 true my screen: HDMI-A-1 + DEBUG qml: [20260317-073024] BarService Unregistered widget: eDP-1|right|NotificationHistory|4 + DEBUG qml: [20260317-073024] BarService Unregistered widget: eDP-1|right|Battery|3 + DEBUG qml: [20260317-073024] BarService Unregistered widget: eDP-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-073024] BarService Unregistered widget: eDP-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-073024] BarService Unregistered widget: eDP-1|right|Volume|0 + DEBUG qml: [20260317-073024] BarService Unregistered widget: eDP-1|left|Clock|2 + DEBUG qml: [20260317-073024] BarService Unregistered widget: eDP-1|left|MediaMini|1 + DEBUG qml: [20260317-073024] BarService Unregistered widget: eDP-1|left|ControlCenter|0 + DEBUG qml: [20260317-073024] Spectrum Component unregistered: bar:mediamini:eDP-1:left:1 - total: 0 + DEBUG qml: [20260317-073024] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073024] HyprlandServic safeUpdateWindows() toplevels: 6 + DEBUG qml: [20260317-073024] HyprlandServic safeUpdateWindows() windows after sort: 6 + DEBUG qml: [20260317-073024] CompositorServ syncWindows() from backend length: 6 + DEBUG qml: [20260317-073024] CompositorServ syncWindows() model count: 6 + DEBUG qml: [20260317-073024] BarService Workspace switched to: 2 on screen: HDMI-A-1 + DEBUG qml: [20260317-073024] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 false my screen: eDP-1 + DEBUG qml: [20260317-073024] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 false my screen: HDMI-A-1 + DEBUG qml: [20260317-073024] Bar Bar screen set to: HDMI-A-1 + DEBUG qml: [20260317-073024] Bar Position: left Floating: true + DEBUG qml: [20260317-073024] Bar Bar Component.onCompleted for screen: HDMI-A-1 + DEBUG qml: [20260317-073024] Bar syncWidgetModel: → ControlCenter|MediaMini|Clock changed: true + DEBUG qml: [20260317-073024] Bar syncWidgetModel: → changed: false + DEBUG qml: [20260317-073024] Bar syncWidgetModel: → Volume|KeyboardLayout|plugin:battery-threshold|Battery|NotificationHistory changed: true + DEBUG qml: [20260317-073024] BarService Workspace switched to: 6 on screen: HDMI-A-1 + DEBUG qml: [20260317-073024] PanelService missing screen for getPanel: notificationHistoryPanel + DEBUG qml: [20260317-073024] BarWidgetLoade Loading widget NotificationHistory on screen: HDMI-A-1 + DEBUG qml: [20260317-073024] BarService Registered widget: HDMI-A-1|right|NotificationHistory|4 + DEBUG qml: [20260317-073024] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073024] BarWidgetLoade Loading widget Battery on screen: HDMI-A-1 + DEBUG qml: [20260317-073024] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073024] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073024] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073024] BarService Registered widget: HDMI-A-1|right|Battery|3 + DEBUG qml: [20260317-073024] BarWidgetLoade Loading widget plugin:battery-threshold on screen: HDMI-A-1 + DEBUG qml: [20260317-073024] BarWidgetLoade Injected plugin API for plugin:battery-threshold + DEBUG qml: [20260317-073024] BarService Registered widget: HDMI-A-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-073024] BarWidgetLoade Loading widget KeyboardLayout on screen: HDMI-A-1 + DEBUG qml: [20260317-073024] BarService Registered widget: HDMI-A-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-073024] PanelService missing screen for getPanel: audioPanel + DEBUG qml: [20260317-073024] BarWidgetLoade Loading widget Volume on screen: HDMI-A-1 + DEBUG qml: [20260317-073024] BarService Registered widget: HDMI-A-1|right|Volume|0 + DEBUG qml: [20260317-073024] BarWidgetLoade Loading widget Clock on screen: HDMI-A-1 + DEBUG qml: [20260317-073024] BarService Registered widget: HDMI-A-1|left|Clock|2 + DEBUG qml: [20260317-073024] BarWidgetLoade Loading widget MediaMini on screen: HDMI-A-1 + DEBUG qml: [20260317-073024] BarService Registered widget: HDMI-A-1|left|MediaMini|1 + DEBUG qml: [20260317-073024] BarWidgetLoade Loading widget ControlCenter on screen: HDMI-A-1 + DEBUG qml: [20260317-073024] BarService Registered widget: HDMI-A-1|left|ControlCenter|0 + DEBUG qml: [20260317-073024] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073024] HyprlandServic safeUpdateWindows() toplevels: 6 + DEBUG qml: [20260317-073024] HyprlandServic safeUpdateWindows() windows after sort: 6 + DEBUG qml: [20260317-073024] CompositorServ syncWindows() from backend length: 6 + DEBUG qml: [20260317-073024] CompositorServ syncWindows() model count: 6 + DEBUG qml: [20260317-073025] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 true my screen: eDP-1 + DEBUG qml: [20260317-073025] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 true my screen: HDMI-A-1 + DEBUG qml: [20260317-073025] BarService Unregistered widget: HDMI-A-1|right|NotificationHistory|4 + DEBUG qml: [20260317-073025] BarService Unregistered widget: HDMI-A-1|right|Battery|3 + DEBUG qml: [20260317-073025] BarService Unregistered widget: HDMI-A-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-073025] BarService Unregistered widget: HDMI-A-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-073025] BarService Unregistered widget: HDMI-A-1|right|Volume|0 + DEBUG qml: [20260317-073025] BarService Unregistered widget: HDMI-A-1|left|Clock|2 + DEBUG qml: [20260317-073025] BarService Unregistered widget: HDMI-A-1|left|MediaMini|1 + DEBUG qml: [20260317-073025] BarService Unregistered widget: HDMI-A-1|left|ControlCenter|0 + DEBUG qml: [20260317-073025] Spectrum Component unregistered: bar:mediamini:HDMI-A-1:left:1 - total: 0 + DEBUG qml: [20260317-073025] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073025] HyprlandServic safeUpdateWindows() toplevels: 6 + DEBUG qml: [20260317-073025] HyprlandServic safeUpdateWindows() windows after sort: 6 + DEBUG qml: [20260317-073025] CompositorServ syncWindows() from backend length: 6 + DEBUG qml: [20260317-073025] CompositorServ syncWindows() model count: 6 + DEBUG qml: [20260317-073026] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073026] HyprlandServic safeUpdateWindows() toplevels: 7 + DEBUG qml: [20260317-073026] HyprlandServic safeUpdateWindows() windows after sort: 7 + DEBUG qml: [20260317-073026] CompositorServ syncWindows() from backend length: 7 + DEBUG qml: [20260317-073026] CompositorServ syncWindows() model count: 7 + DEBUG qml: [20260317-073026] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073026] HyprlandServic safeUpdateWindows() toplevels: 7 + DEBUG qml: [20260317-073026] HyprlandServic safeUpdateWindows() windows after sort: 7 + DEBUG qml: [20260317-073026] CompositorServ syncWindows() from backend length: 7 + DEBUG qml: [20260317-073026] CompositorServ syncWindows() model count: 7 + DEBUG qml: [20260317-073026] BarService Workspace switched to: 3 on screen: HDMI-A-1 + DEBUG qml: [20260317-073026] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 false my screen: eDP-1 + DEBUG qml: [20260317-073026] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 false my screen: HDMI-A-1 + DEBUG qml: [20260317-073026] Bar Bar screen set to: HDMI-A-1 + DEBUG qml: [20260317-073026] Bar Position: left Floating: true + DEBUG qml: [20260317-073026] Bar Bar Component.onCompleted for screen: HDMI-A-1 + DEBUG qml: [20260317-073026] Bar syncWidgetModel: → ControlCenter|MediaMini|Clock changed: true + DEBUG qml: [20260317-073026] Bar syncWidgetModel: → changed: false + DEBUG qml: [20260317-073026] Bar syncWidgetModel: → Volume|KeyboardLayout|plugin:battery-threshold|Battery|NotificationHistory changed: true + DEBUG qml: [20260317-073026] PanelService missing screen for getPanel: notificationHistoryPanel + DEBUG qml: [20260317-073026] BarWidgetLoade Loading widget NotificationHistory on screen: HDMI-A-1 + DEBUG qml: [20260317-073026] BarService Registered widget: HDMI-A-1|right|NotificationHistory|4 + DEBUG qml: [20260317-073026] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073026] BarWidgetLoade Loading widget Battery on screen: HDMI-A-1 + DEBUG qml: [20260317-073026] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073026] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073026] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073026] BarService Registered widget: HDMI-A-1|right|Battery|3 + DEBUG qml: [20260317-073026] BarWidgetLoade Loading widget plugin:battery-threshold on screen: HDMI-A-1 + DEBUG qml: [20260317-073026] BarWidgetLoade Injected plugin API for plugin:battery-threshold + DEBUG qml: [20260317-073026] BarService Registered widget: HDMI-A-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-073026] BarWidgetLoade Loading widget KeyboardLayout on screen: HDMI-A-1 + DEBUG qml: [20260317-073026] BarService Registered widget: HDMI-A-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-073026] PanelService missing screen for getPanel: audioPanel + DEBUG qml: [20260317-073026] BarWidgetLoade Loading widget Volume on screen: HDMI-A-1 + DEBUG qml: [20260317-073026] BarService Registered widget: HDMI-A-1|right|Volume|0 + DEBUG qml: [20260317-073026] BarWidgetLoade Loading widget Clock on screen: HDMI-A-1 + DEBUG qml: [20260317-073026] BarService Registered widget: HDMI-A-1|left|Clock|2 + DEBUG qml: [20260317-073026] BarWidgetLoade Loading widget MediaMini on screen: HDMI-A-1 + DEBUG qml: [20260317-073026] BarService Registered widget: HDMI-A-1|left|MediaMini|1 + DEBUG qml: [20260317-073026] BarWidgetLoade Loading widget ControlCenter on screen: HDMI-A-1 + DEBUG qml: [20260317-073026] BarService Registered widget: HDMI-A-1|left|ControlCenter|0 + DEBUG qml: [20260317-073026] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073026] HyprlandServic safeUpdateWindows() toplevels: 7 + DEBUG qml: [20260317-073026] HyprlandServic safeUpdateWindows() windows after sort: 7 + DEBUG qml: [20260317-073026] CompositorServ syncWindows() from backend length: 7 + DEBUG qml: [20260317-073026] CompositorServ syncWindows() model count: 7 + DEBUG qml: [20260317-073026] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 true my screen: eDP-1 + DEBUG qml: [20260317-073026] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 true my screen: HDMI-A-1 + DEBUG qml: [20260317-073026] BarService Workspace switched to: 2 on screen: HDMI-A-1 + DEBUG qml: [20260317-073026] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 false my screen: eDP-1 + DEBUG qml: [20260317-073026] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 false my screen: HDMI-A-1 + DEBUG qml: [20260317-073026] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073026] HyprlandServic safeUpdateWindows() toplevels: 7 + DEBUG qml: [20260317-073026] HyprlandServic safeUpdateWindows() windows after sort: 7 + DEBUG qml: [20260317-073026] CompositorServ syncWindows() from backend length: 7 + DEBUG qml: [20260317-073026] CompositorServ syncWindows() model count: 7 + DEBUG qml: [20260317-073027] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 true my screen: eDP-1 + DEBUG qml: [20260317-073027] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 true my screen: HDMI-A-1 + DEBUG qml: [20260317-073027] BarService Unregistered widget: HDMI-A-1|right|NotificationHistory|4 + DEBUG qml: [20260317-073027] BarService Unregistered widget: HDMI-A-1|right|Battery|3 + DEBUG qml: [20260317-073027] BarService Unregistered widget: HDMI-A-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-073027] BarService Unregistered widget: HDMI-A-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-073027] BarService Unregistered widget: HDMI-A-1|right|Volume|0 + DEBUG qml: [20260317-073027] BarService Unregistered widget: HDMI-A-1|left|Clock|2 + DEBUG qml: [20260317-073027] BarService Unregistered widget: HDMI-A-1|left|MediaMini|1 + DEBUG qml: [20260317-073027] BarService Unregistered widget: HDMI-A-1|left|ControlCenter|0 + DEBUG qml: [20260317-073027] Spectrum Component unregistered: bar:mediamini:HDMI-A-1:left:1 - total: 0 + DEBUG qml: [20260317-073027] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073027] HyprlandServic safeUpdateWindows() toplevels: 7 + DEBUG qml: [20260317-073027] HyprlandServic safeUpdateWindows() windows after sort: 7 + DEBUG qml: [20260317-073027] CompositorServ syncWindows() from backend length: 7 + DEBUG qml: [20260317-073027] CompositorServ syncWindows() model count: 7 + DEBUG qml: [20260317-073027] BarService Workspace switched to: 6 on screen: HDMI-A-1 + DEBUG qml: [20260317-073027] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 false my screen: eDP-1 + DEBUG qml: [20260317-073027] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 false my screen: HDMI-A-1 + DEBUG qml: [20260317-073027] Bar Bar screen set to: HDMI-A-1 + DEBUG qml: [20260317-073027] Bar Position: left Floating: true + DEBUG qml: [20260317-073027] Bar Bar Component.onCompleted for screen: HDMI-A-1 + DEBUG qml: [20260317-073027] Bar syncWidgetModel: → ControlCenter|MediaMini|Clock changed: true + DEBUG qml: [20260317-073027] Bar syncWidgetModel: → changed: false + DEBUG qml: [20260317-073027] Bar syncWidgetModel: → Volume|KeyboardLayout|plugin:battery-threshold|Battery|NotificationHistory changed: true + DEBUG qml: [20260317-073027] PanelService missing screen for getPanel: notificationHistoryPanel + DEBUG qml: [20260317-073027] BarWidgetLoade Loading widget NotificationHistory on screen: HDMI-A-1 + DEBUG qml: [20260317-073027] BarService Registered widget: HDMI-A-1|right|NotificationHistory|4 + DEBUG qml: [20260317-073027] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073027] BarWidgetLoade Loading widget Battery on screen: HDMI-A-1 + DEBUG qml: [20260317-073027] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073027] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073027] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073027] BarService Registered widget: HDMI-A-1|right|Battery|3 + DEBUG qml: [20260317-073027] BarWidgetLoade Loading widget plugin:battery-threshold on screen: HDMI-A-1 + DEBUG qml: [20260317-073027] BarWidgetLoade Injected plugin API for plugin:battery-threshold + DEBUG qml: [20260317-073027] BarService Registered widget: HDMI-A-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-073027] BarWidgetLoade Loading widget KeyboardLayout on screen: HDMI-A-1 + DEBUG qml: [20260317-073027] BarService Registered widget: HDMI-A-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-073027] PanelService missing screen for getPanel: audioPanel + DEBUG qml: [20260317-073027] BarWidgetLoade Loading widget Volume on screen: HDMI-A-1 + DEBUG qml: [20260317-073027] BarService Registered widget: HDMI-A-1|right|Volume|0 + DEBUG qml: [20260317-073027] BarWidgetLoade Loading widget Clock on screen: HDMI-A-1 + DEBUG qml: [20260317-073027] BarService Registered widget: HDMI-A-1|left|Clock|2 + DEBUG qml: [20260317-073027] BarWidgetLoade Loading widget MediaMini on screen: HDMI-A-1 + DEBUG qml: [20260317-073027] BarService Registered widget: HDMI-A-1|left|MediaMini|1 + DEBUG qml: [20260317-073027] BarWidgetLoade Loading widget ControlCenter on screen: HDMI-A-1 + DEBUG qml: [20260317-073027] BarService Registered widget: HDMI-A-1|left|ControlCenter|0 + DEBUG qml: [20260317-073027] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073027] HyprlandServic safeUpdateWindows() toplevels: 7 + DEBUG qml: [20260317-073027] HyprlandServic safeUpdateWindows() windows after sort: 7 + DEBUG qml: [20260317-073027] CompositorServ syncWindows() from backend length: 7 + DEBUG qml: [20260317-073027] CompositorServ syncWindows() model count: 7 + DEBUG qml: [20260317-073028] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 true my screen: eDP-1 + DEBUG qml: [20260317-073028] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 true my screen: HDMI-A-1 + DEBUG qml: [20260317-073028] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073028] HyprlandServic safeUpdateWindows() toplevels: 7 + DEBUG qml: [20260317-073028] HyprlandServic safeUpdateWindows() windows after sort: 7 + DEBUG qml: [20260317-073028] CompositorServ syncWindows() from backend length: 7 + DEBUG qml: [20260317-073028] CompositorServ syncWindows() model count: 7 + DEBUG qml: [20260317-073028] BarService Unregistered widget: HDMI-A-1|right|NotificationHistory|4 + DEBUG qml: [20260317-073028] BarService Unregistered widget: HDMI-A-1|right|Battery|3 + DEBUG qml: [20260317-073028] BarService Unregistered widget: HDMI-A-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-073028] BarService Unregistered widget: HDMI-A-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-073028] BarService Unregistered widget: HDMI-A-1|right|Volume|0 + DEBUG qml: [20260317-073028] BarService Unregistered widget: HDMI-A-1|left|Clock|2 + DEBUG qml: [20260317-073028] BarService Unregistered widget: HDMI-A-1|left|MediaMini|1 + DEBUG qml: [20260317-073028] BarService Unregistered widget: HDMI-A-1|left|ControlCenter|0 + DEBUG qml: [20260317-073028] Spectrum Component unregistered: bar:mediamini:HDMI-A-1:left:1 - total: 0 + DEBUG qml: [20260317-073028] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073028] HyprlandServic safeUpdateWindows() toplevels: 7 + DEBUG qml: [20260317-073028] HyprlandServic safeUpdateWindows() windows after sort: 7 + DEBUG qml: [20260317-073028] CompositorServ syncWindows() from backend length: 7 + DEBUG qml: [20260317-073028] CompositorServ syncWindows() model count: 7 + DEBUG qml: [20260317-073029] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073029] HyprlandServic safeUpdateWindows() toplevels: 7 + DEBUG qml: [20260317-073029] HyprlandServic safeUpdateWindows() windows after sort: 7 + DEBUG qml: [20260317-073029] CompositorServ syncWindows() from backend length: 7 + DEBUG qml: [20260317-073029] CompositorServ syncWindows() model count: 7 + DEBUG qml: [20260317-073029] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073029] HyprlandServic safeUpdateWindows() toplevels: 7 + DEBUG qml: [20260317-073029] HyprlandServic safeUpdateWindows() windows after sort: 7 + DEBUG qml: [20260317-073029] CompositorServ syncWindows() from backend length: 7 + DEBUG qml: [20260317-073029] CompositorServ syncWindows() model count: 7 + DEBUG qml: [20260317-073030] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073030] HyprlandServic safeUpdateWindows() toplevels: 7 + DEBUG qml: [20260317-073030] HyprlandServic safeUpdateWindows() windows after sort: 7 + DEBUG qml: [20260317-073030] CompositorServ syncWindows() from backend length: 7 + DEBUG qml: [20260317-073030] CompositorServ syncWindows() model count: 7 + DEBUG qml: [20260317-073038] Media Players changed + DEBUG qml: [20260317-073038] Media Found actively playing player: Mozilla Firefox + DEBUG qml: [20260317-073038] Media Switching player + DEBUG qml: [20260317-073038] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073038] HyprlandServic safeUpdateWindows() toplevels: 7 + DEBUG qml: [20260317-073038] HyprlandServic safeUpdateWindows() windows after sort: 7 + DEBUG qml: [20260317-073038] CompositorServ syncWindows() from backend length: 7 + DEBUG qml: [20260317-073038] CompositorServ syncWindows() model count: 7 + DEBUG qml: [20260317-073038] Media Players changed + DEBUG qml: [20260317-073038] Media Found actively playing player: Mozilla zen + DEBUG qml: [20260317-073038] Media Switching player + DEBUG qml: [20260317-073040] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073040] HyprlandServic safeUpdateWindows() toplevels: 7 + DEBUG qml: [20260317-073040] HyprlandServic safeUpdateWindows() windows after sort: 7 + DEBUG qml: [20260317-073040] CompositorServ syncWindows() from backend length: 7 + DEBUG qml: [20260317-073040] CompositorServ syncWindows() model count: 7 + DEBUG qml: [20260317-073041] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073041] HyprlandServic safeUpdateWindows() toplevels: 7 + DEBUG qml: [20260317-073041] HyprlandServic safeUpdateWindows() windows after sort: 7 + DEBUG qml: [20260317-073041] CompositorServ syncWindows() from backend length: 7 + DEBUG qml: [20260317-073041] CompositorServ syncWindows() model count: 7 + DEBUG qml: [20260317-073041] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073041] HyprlandServic safeUpdateWindows() toplevels: 7 + DEBUG qml: [20260317-073041] HyprlandServic safeUpdateWindows() windows after sort: 7 + DEBUG qml: [20260317-073041] CompositorServ syncWindows() from backend length: 7 + DEBUG qml: [20260317-073041] CompositorServ syncWindows() model count: 7 + DEBUG qml: [20260317-073042] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 false my screen: eDP-1 + DEBUG qml: [20260317-073042] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 false my screen: HDMI-A-1 + DEBUG qml: [20260317-073042] Bar Bar screen set to: HDMI-A-1 + DEBUG qml: [20260317-073042] Bar Position: left Floating: true + DEBUG qml: [20260317-073042] Bar Bar Component.onCompleted for screen: HDMI-A-1 + DEBUG qml: [20260317-073042] Bar syncWidgetModel: → ControlCenter|MediaMini|Clock changed: true + DEBUG qml: [20260317-073042] Bar syncWidgetModel: → changed: false + DEBUG qml: [20260317-073042] Bar syncWidgetModel: → Volume|KeyboardLayout|plugin:battery-threshold|Battery|NotificationHistory changed: true + DEBUG qml: [20260317-073042] PanelService missing screen for getPanel: notificationHistoryPanel + DEBUG qml: [20260317-073042] BarWidgetLoade Loading widget NotificationHistory on screen: HDMI-A-1 + DEBUG qml: [20260317-073042] BarService Registered widget: HDMI-A-1|right|NotificationHistory|4 + DEBUG qml: [20260317-073042] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073042] BarWidgetLoade Loading widget Battery on screen: HDMI-A-1 + DEBUG qml: [20260317-073042] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073042] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073042] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073042] BarService Registered widget: HDMI-A-1|right|Battery|3 + DEBUG qml: [20260317-073042] BarWidgetLoade Loading widget plugin:battery-threshold on screen: HDMI-A-1 + DEBUG qml: [20260317-073042] BarWidgetLoade Injected plugin API for plugin:battery-threshold + DEBUG qml: [20260317-073042] BarService Registered widget: HDMI-A-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-073042] BarWidgetLoade Loading widget KeyboardLayout on screen: HDMI-A-1 + DEBUG qml: [20260317-073042] BarService Registered widget: HDMI-A-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-073042] PanelService missing screen for getPanel: audioPanel + DEBUG qml: [20260317-073042] BarWidgetLoade Loading widget Volume on screen: HDMI-A-1 + DEBUG qml: [20260317-073042] BarService Registered widget: HDMI-A-1|right|Volume|0 + DEBUG qml: [20260317-073042] BarWidgetLoade Loading widget Clock on screen: HDMI-A-1 + DEBUG qml: [20260317-073042] BarService Registered widget: HDMI-A-1|left|Clock|2 + DEBUG qml: [20260317-073042] BarWidgetLoade Loading widget MediaMini on screen: HDMI-A-1 + DEBUG qml: [20260317-073042] BarService Registered widget: HDMI-A-1|left|MediaMini|1 + DEBUG qml: [20260317-073042] BarWidgetLoade Loading widget ControlCenter on screen: HDMI-A-1 + DEBUG qml: [20260317-073042] BarService Registered widget: HDMI-A-1|left|ControlCenter|0 + DEBUG qml: [20260317-073042] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073042] HyprlandServic safeUpdateWindows() toplevels: 7 + DEBUG qml: [20260317-073042] HyprlandServic safeUpdateWindows() windows after sort: 7 + DEBUG qml: [20260317-073042] CompositorServ syncWindows() from backend length: 7 + DEBUG qml: [20260317-073042] CompositorServ syncWindows() model count: 7 + DEBUG qml: [20260317-073043] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073043] HyprlandServic safeUpdateWindows() toplevels: 7 + DEBUG qml: [20260317-073043] HyprlandServic safeUpdateWindows() windows after sort: 7 + DEBUG qml: [20260317-073043] CompositorServ syncWindows() from backend length: 7 + DEBUG qml: [20260317-073043] CompositorServ syncWindows() model count: 7 + DEBUG qml: [20260317-073044] WindowsProvide Initialized + DEBUG qml: [20260317-073044] Launcher Registered: WindowsProvider + DEBUG qml: [20260317-073044] SessionProvide Initialized + DEBUG qml: [20260317-073044] Launcher Registered: SessionProvider + DEBUG qml: [20260317-073044] SettingsProvid Initialized + DEBUG qml: [20260317-073044] Launcher Registered: SettingsProvider + DEBUG qml: [20260317-073044] CalculatorProv Initialized + DEBUG qml: [20260317-073044] Launcher Registered: CalculatorProvider + DEBUG qml: [20260317-073044] EmojiProvider Initialized + DEBUG qml: [20260317-073044] Launcher Registered: EmojiProvider + DEBUG qml: [20260317-073044] Launcher Registered: CommandProvider + DEBUG qml: [20260317-073044] ClipboardProvi Initialized + DEBUG qml: [20260317-073044] Launcher Registered: ClipboardProvider + DEBUG qml: [20260317-073044] ApplicationsPr Loaded 109 applications + DEBUG qml: [20260317-073044] Launcher Registered: ApplicationsProvider + DEBUG qml: [20260317-073044] BarContentWind onBarAutoHideStateChanged: eDP-1 false my screen: eDP-1 + DEBUG qml: [20260317-073044] Bar Bar screen set to: eDP-1 + DEBUG qml: [20260317-073044] Bar Position: left Floating: true + DEBUG qml: [20260317-073044] Bar Bar Component.onCompleted for screen: eDP-1 + DEBUG qml: [20260317-073044] BarContentWind onBarAutoHideStateChanged: eDP-1 false my screen: HDMI-A-1 + DEBUG qml: [20260317-073044] Bar syncWidgetModel: → ControlCenter|MediaMini|Clock changed: true + DEBUG qml: [20260317-073044] Bar syncWidgetModel: → changed: false + DEBUG qml: [20260317-073044] Bar syncWidgetModel: → Volume|KeyboardLayout|plugin:battery-threshold|Battery|NotificationHistory changed: true + DEBUG qml: [20260317-073044] PanelService missing screen for getPanel: notificationHistoryPanel + DEBUG qml: [20260317-073044] BarWidgetLoade Loading widget NotificationHistory on screen: eDP-1 + DEBUG qml: [20260317-073044] BarService Registered widget: eDP-1|right|NotificationHistory|4 + DEBUG qml: [20260317-073044] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073044] BarWidgetLoade Loading widget Battery on screen: eDP-1 + DEBUG qml: [20260317-073044] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073044] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073044] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073044] BarService Registered widget: eDP-1|right|Battery|3 + DEBUG qml: [20260317-073044] BarWidgetLoade Loading widget plugin:battery-threshold on screen: eDP-1 + DEBUG qml: [20260317-073044] BarWidgetLoade Injected plugin API for plugin:battery-threshold + DEBUG qml: [20260317-073044] BarService Registered widget: eDP-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-073044] BarWidgetLoade Loading widget KeyboardLayout on screen: eDP-1 + DEBUG qml: [20260317-073044] BarService Registered widget: eDP-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-073044] PanelService missing screen for getPanel: audioPanel + DEBUG qml: [20260317-073044] BarWidgetLoade Loading widget Volume on screen: eDP-1 + DEBUG qml: [20260317-073044] BarService Registered widget: eDP-1|right|Volume|0 + DEBUG qml: [20260317-073044] BarWidgetLoade Loading widget Clock on screen: eDP-1 + DEBUG qml: [20260317-073044] BarService Registered widget: eDP-1|left|Clock|2 + DEBUG qml: [20260317-073044] BarWidgetLoade Loading widget MediaMini on screen: eDP-1 + DEBUG qml: [20260317-073044] BarService Registered widget: eDP-1|left|MediaMini|1 + DEBUG qml: [20260317-073044] BarWidgetLoade Loading widget ControlCenter on screen: eDP-1 + DEBUG qml: [20260317-073044] BarService Registered widget: eDP-1|left|ControlCenter|0 + WARN qt.svg: /usr/share/icons/hicolor/scalable/apps/btop.svg:111:6: Could not resolve property: #pattern1888 + WARN qt.svg: /usr/share/icons/hicolor/scalable/apps/btop.svg:111:6: Could not resolve property: #pattern1870 + WARN qt.svg: /usr/share/icons/hicolor/scalable/apps/btop.svg:111:6: Could not resolve property: #pattern1888 + WARN qt.svg: /usr/share/icons/hicolor/scalable/apps/btop.svg:111:6: Could not resolve property: #pattern1870 + DEBUG qml: [20260317-073044] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073044] HyprlandServic safeUpdateWindows() toplevels: 7 + DEBUG qml: [20260317-073044] HyprlandServic safeUpdateWindows() windows after sort: 7 + DEBUG qml: [20260317-073044] CompositorServ syncWindows() from backend length: 7 + DEBUG qml: [20260317-073044] CompositorServ syncWindows() model count: 7 + WARN qt.svg: /usr/share/icons/hicolor/scalable/apps/btop.svg:111:6: Could not resolve property: #pattern1888 + WARN qt.svg: /usr/share/icons/hicolor/scalable/apps/btop.svg:111:6: Could not resolve property: #pattern1870 + DEBUG qml: [20260317-073045] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073045] HyprlandServic safeUpdateWindows() toplevels: 7 + DEBUG qml: [20260317-073045] HyprlandServic safeUpdateWindows() windows after sort: 7 + DEBUG qml: [20260317-073045] CompositorServ syncWindows() from backend length: 7 + DEBUG qml: [20260317-073045] CompositorServ syncWindows() model count: 7 + DEBUG qml: [20260317-073046] SmartPanel Panel closed immediately launcherPanel-HDMI-A-1 + DEBUG qml: [20260317-073046] ApplicationsPr Launching: Brave (App ID: brave-browser) + DEBUG qml: [20260317-073046] ApplicationsPr Executing command: brave + DEBUG qml: [20260317-073046] CompositorServ Spawning: brave + DEBUG qml: [20260317-073046] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073046] HyprlandServic safeUpdateWindows() toplevels: 7 + DEBUG qml: [20260317-073046] HyprlandServic safeUpdateWindows() windows after sort: 7 + DEBUG qml: [20260317-073046] CompositorServ syncWindows() from backend length: 7 + DEBUG qml: [20260317-073046] CompositorServ syncWindows() model count: 7 + DEBUG qml: [20260317-073046] BarContentWind onBarAutoHideStateChanged: eDP-1 true my screen: eDP-1 + DEBUG qml: [20260317-073046] BarContentWind onBarAutoHideStateChanged: eDP-1 true my screen: HDMI-A-1 + DEBUG qml: [20260317-073046] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 true my screen: eDP-1 + DEBUG qml: [20260317-073046] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 true my screen: HDMI-A-1 + DEBUG qml: [20260317-073046] ShellState Saved state file + DEBUG qml: [20260317-073046] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073046] HyprlandServic safeUpdateWindows() toplevels: 8 + DEBUG qml: [20260317-073046] HyprlandServic safeUpdateWindows() windows after sort: 8 + DEBUG qml: [20260317-073046] CompositorServ syncWindows() from backend length: 8 + DEBUG qml: [20260317-073046] CompositorServ syncWindows() model count: 8 + DEBUG qml: [20260317-073046] BarService Unregistered widget: eDP-1|right|NotificationHistory|4 + DEBUG qml: [20260317-073046] BarService Unregistered widget: eDP-1|right|Battery|3 + DEBUG qml: [20260317-073046] BarService Unregistered widget: eDP-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-073046] BarService Unregistered widget: eDP-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-073046] BarService Unregistered widget: eDP-1|right|Volume|0 + DEBUG qml: [20260317-073046] BarService Unregistered widget: eDP-1|left|Clock|2 + DEBUG qml: [20260317-073046] BarService Unregistered widget: eDP-1|left|MediaMini|1 + DEBUG qml: [20260317-073046] BarService Unregistered widget: eDP-1|left|ControlCenter|0 + DEBUG qml: [20260317-073046] BarService Unregistered widget: HDMI-A-1|right|NotificationHistory|4 + DEBUG qml: [20260317-073046] BarService Unregistered widget: HDMI-A-1|right|Battery|3 + DEBUG qml: [20260317-073046] BarService Unregistered widget: HDMI-A-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-073046] BarService Unregistered widget: HDMI-A-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-073046] BarService Unregistered widget: HDMI-A-1|right|Volume|0 + DEBUG qml: [20260317-073046] BarService Unregistered widget: HDMI-A-1|left|Clock|2 + DEBUG qml: [20260317-073046] BarService Unregistered widget: HDMI-A-1|left|MediaMini|1 + DEBUG qml: [20260317-073046] BarService Unregistered widget: HDMI-A-1|left|ControlCenter|0 + DEBUG qml: [20260317-073046] Spectrum Component unregistered: bar:mediamini:eDP-1:left:1 - total: 0 + DEBUG qml: [20260317-073046] Spectrum Component unregistered: bar:mediamini:HDMI-A-1:left:1 - total: 0 + DEBUG qml: [20260317-073046] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073046] HyprlandServic safeUpdateWindows() toplevels: 8 + DEBUG qml: [20260317-073046] HyprlandServic safeUpdateWindows() windows after sort: 8 + DEBUG qml: [20260317-073046] CompositorServ syncWindows() from backend length: 8 + DEBUG qml: [20260317-073046] CompositorServ syncWindows() model count: 8 + DEBUG qml: [20260317-073047] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073047] HyprlandServic safeUpdateWindows() toplevels: 8 + DEBUG qml: [20260317-073047] HyprlandServic safeUpdateWindows() windows after sort: 8 + DEBUG qml: [20260317-073047] CompositorServ syncWindows() from backend length: 8 + DEBUG qml: [20260317-073047] CompositorServ syncWindows() model count: 8 + DEBUG qml: [20260317-073047] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073047] HyprlandServic safeUpdateWindows() toplevels: 8 + DEBUG qml: [20260317-073047] HyprlandServic safeUpdateWindows() windows after sort: 8 + DEBUG qml: [20260317-073047] CompositorServ syncWindows() from backend length: 8 + DEBUG qml: [20260317-073047] CompositorServ syncWindows() model count: 8 + DEBUG qml: [20260317-073048] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073048] HyprlandServic safeUpdateWindows() toplevels: 8 + DEBUG qml: [20260317-073048] HyprlandServic safeUpdateWindows() windows after sort: 8 + DEBUG qml: [20260317-073048] CompositorServ syncWindows() from backend length: 8 + DEBUG qml: [20260317-073048] CompositorServ syncWindows() model count: 8 + DEBUG qml: [20260317-073049] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073049] HyprlandServic safeUpdateWindows() toplevels: 8 + DEBUG qml: [20260317-073049] HyprlandServic safeUpdateWindows() windows after sort: 8 + DEBUG qml: [20260317-073049] CompositorServ syncWindows() from backend length: 8 + DEBUG qml: [20260317-073049] CompositorServ syncWindows() model count: 8 + DEBUG qml: [20260317-073050] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073050] HyprlandServic safeUpdateWindows() toplevels: 8 + DEBUG qml: [20260317-073050] HyprlandServic safeUpdateWindows() windows after sort: 8 + DEBUG qml: [20260317-073050] CompositorServ syncWindows() from backend length: 8 + DEBUG qml: [20260317-073050] CompositorServ syncWindows() model count: 8 + DEBUG qml: [20260317-073052] BarService Workspace switched to: 5 on screen: eDP-1 + DEBUG qml: [20260317-073052] BarContentWind onBarAutoHideStateChanged: eDP-1 false my screen: eDP-1 + DEBUG qml: [20260317-073052] Bar Bar screen set to: eDP-1 + DEBUG qml: [20260317-073052] Bar Position: left Floating: true + DEBUG qml: [20260317-073052] Bar Bar Component.onCompleted for screen: eDP-1 + DEBUG qml: [20260317-073052] BarContentWind onBarAutoHideStateChanged: eDP-1 false my screen: HDMI-A-1 + DEBUG qml: [20260317-073052] Bar syncWidgetModel: → ControlCenter|MediaMini|Clock changed: true + DEBUG qml: [20260317-073052] Bar syncWidgetModel: → changed: false + DEBUG qml: [20260317-073052] Bar syncWidgetModel: → Volume|KeyboardLayout|plugin:battery-threshold|Battery|NotificationHistory changed: true + DEBUG qml: [20260317-073052] PanelService missing screen for getPanel: notificationHistoryPanel + DEBUG qml: [20260317-073052] BarWidgetLoade Loading widget NotificationHistory on screen: eDP-1 + DEBUG qml: [20260317-073052] BarService Registered widget: eDP-1|right|NotificationHistory|4 + DEBUG qml: [20260317-073052] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073052] BarWidgetLoade Loading widget Battery on screen: eDP-1 + DEBUG qml: [20260317-073052] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073052] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073052] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073052] BarService Registered widget: eDP-1|right|Battery|3 + DEBUG qml: [20260317-073052] BarWidgetLoade Loading widget plugin:battery-threshold on screen: eDP-1 + DEBUG qml: [20260317-073052] BarWidgetLoade Injected plugin API for plugin:battery-threshold + DEBUG qml: [20260317-073052] BarService Registered widget: eDP-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-073052] BarWidgetLoade Loading widget KeyboardLayout on screen: eDP-1 + DEBUG qml: [20260317-073052] BarService Registered widget: eDP-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-073052] PanelService missing screen for getPanel: audioPanel + DEBUG qml: [20260317-073052] BarWidgetLoade Loading widget Volume on screen: eDP-1 + DEBUG qml: [20260317-073052] BarService Registered widget: eDP-1|right|Volume|0 + DEBUG qml: [20260317-073052] BarWidgetLoade Loading widget Clock on screen: eDP-1 + DEBUG qml: [20260317-073052] BarService Registered widget: eDP-1|left|Clock|2 + DEBUG qml: [20260317-073052] BarWidgetLoade Loading widget MediaMini on screen: eDP-1 + DEBUG qml: [20260317-073052] BarService Registered widget: eDP-1|left|MediaMini|1 + DEBUG qml: [20260317-073052] BarWidgetLoade Loading widget ControlCenter on screen: eDP-1 + DEBUG qml: [20260317-073052] BarService Registered widget: eDP-1|left|ControlCenter|0 + DEBUG qml: [20260317-073052] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073052] HyprlandServic safeUpdateWindows() toplevels: 8 + DEBUG qml: [20260317-073052] HyprlandServic safeUpdateWindows() windows after sort: 8 + DEBUG qml: [20260317-073052] CompositorServ syncWindows() from backend length: 8 + DEBUG qml: [20260317-073052] CompositorServ syncWindows() model count: 8 + DEBUG qml: [20260317-073053] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073053] HyprlandServic safeUpdateWindows() toplevels: 8 + DEBUG qml: [20260317-073053] HyprlandServic safeUpdateWindows() windows after sort: 8 + DEBUG qml: [20260317-073053] CompositorServ syncWindows() from backend length: 8 + DEBUG qml: [20260317-073053] CompositorServ syncWindows() model count: 8 + DEBUG qml: [20260317-073053] BarService Workspace switched to: 6 on screen: HDMI-A-1 + DEBUG qml: [20260317-073053] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 false my screen: eDP-1 + DEBUG qml: [20260317-073053] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 false my screen: HDMI-A-1 + DEBUG qml: [20260317-073053] Bar Bar screen set to: HDMI-A-1 + DEBUG qml: [20260317-073053] Bar Position: left Floating: true + DEBUG qml: [20260317-073053] Bar Bar Component.onCompleted for screen: HDMI-A-1 + DEBUG qml: [20260317-073053] Bar syncWidgetModel: → ControlCenter|MediaMini|Clock changed: true + DEBUG qml: [20260317-073053] Bar syncWidgetModel: → changed: false + DEBUG qml: [20260317-073053] Bar syncWidgetModel: → Volume|KeyboardLayout|plugin:battery-threshold|Battery|NotificationHistory changed: true + DEBUG qml: [20260317-073053] PanelService missing screen for getPanel: notificationHistoryPanel + DEBUG qml: [20260317-073053] BarWidgetLoade Loading widget NotificationHistory on screen: HDMI-A-1 + DEBUG qml: [20260317-073053] BarService Registered widget: HDMI-A-1|right|NotificationHistory|4 + DEBUG qml: [20260317-073053] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073053] BarWidgetLoade Loading widget Battery on screen: HDMI-A-1 + DEBUG qml: [20260317-073053] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073053] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073053] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073053] BarService Registered widget: HDMI-A-1|right|Battery|3 + DEBUG qml: [20260317-073053] BarWidgetLoade Loading widget plugin:battery-threshold on screen: HDMI-A-1 + DEBUG qml: [20260317-073053] BarWidgetLoade Injected plugin API for plugin:battery-threshold + DEBUG qml: [20260317-073053] BarService Registered widget: HDMI-A-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-073053] BarWidgetLoade Loading widget KeyboardLayout on screen: HDMI-A-1 + DEBUG qml: [20260317-073053] BarService Registered widget: HDMI-A-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-073053] PanelService missing screen for getPanel: audioPanel + DEBUG qml: [20260317-073053] BarWidgetLoade Loading widget Volume on screen: HDMI-A-1 + DEBUG qml: [20260317-073053] BarService Registered widget: HDMI-A-1|right|Volume|0 + DEBUG qml: [20260317-073053] BarWidgetLoade Loading widget Clock on screen: HDMI-A-1 + DEBUG qml: [20260317-073053] BarService Registered widget: HDMI-A-1|left|Clock|2 + DEBUG qml: [20260317-073053] BarWidgetLoade Loading widget MediaMini on screen: HDMI-A-1 + DEBUG qml: [20260317-073053] BarService Registered widget: HDMI-A-1|left|MediaMini|1 + DEBUG qml: [20260317-073053] BarWidgetLoade Loading widget ControlCenter on screen: HDMI-A-1 + DEBUG qml: [20260317-073053] BarService Registered widget: HDMI-A-1|left|ControlCenter|0 + DEBUG qml: [20260317-073053] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073053] HyprlandServic safeUpdateWindows() toplevels: 8 + DEBUG qml: [20260317-073053] HyprlandServic safeUpdateWindows() windows after sort: 8 + DEBUG qml: [20260317-073053] CompositorServ syncWindows() from backend length: 8 + DEBUG qml: [20260317-073053] CompositorServ syncWindows() model count: 8 + DEBUG qml: [20260317-073054] BarContentWind onBarAutoHideStateChanged: eDP-1 true my screen: eDP-1 + DEBUG qml: [20260317-073054] BarContentWind onBarAutoHideStateChanged: eDP-1 true my screen: HDMI-A-1 + DEBUG qml: [20260317-073054] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 true my screen: eDP-1 + DEBUG qml: [20260317-073054] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 true my screen: HDMI-A-1 + DEBUG qml: [20260317-073054] BarService Unregistered widget: eDP-1|right|NotificationHistory|4 + DEBUG qml: [20260317-073054] BarService Unregistered widget: eDP-1|right|Battery|3 + DEBUG qml: [20260317-073054] BarService Unregistered widget: eDP-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-073054] BarService Unregistered widget: eDP-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-073054] BarService Unregistered widget: eDP-1|right|Volume|0 + DEBUG qml: [20260317-073054] BarService Unregistered widget: eDP-1|left|Clock|2 + DEBUG qml: [20260317-073054] BarService Unregistered widget: eDP-1|left|MediaMini|1 + DEBUG qml: [20260317-073054] BarService Unregistered widget: eDP-1|left|ControlCenter|0 + DEBUG qml: [20260317-073054] Spectrum Component unregistered: bar:mediamini:eDP-1:left:1 - total: 0 + DEBUG qml: [20260317-073054] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073054] HyprlandServic safeUpdateWindows() toplevels: 8 + DEBUG qml: [20260317-073054] HyprlandServic safeUpdateWindows() windows after sort: 8 + DEBUG qml: [20260317-073054] CompositorServ syncWindows() from backend length: 8 + DEBUG qml: [20260317-073054] CompositorServ syncWindows() model count: 8 + DEBUG qml: [20260317-073054] BarService Unregistered widget: HDMI-A-1|right|NotificationHistory|4 + DEBUG qml: [20260317-073054] BarService Unregistered widget: HDMI-A-1|right|Battery|3 + DEBUG qml: [20260317-073054] BarService Unregistered widget: HDMI-A-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-073054] BarService Unregistered widget: HDMI-A-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-073054] BarService Unregistered widget: HDMI-A-1|right|Volume|0 + DEBUG qml: [20260317-073054] BarService Unregistered widget: HDMI-A-1|left|Clock|2 + DEBUG qml: [20260317-073054] BarService Unregistered widget: HDMI-A-1|left|MediaMini|1 + DEBUG qml: [20260317-073054] BarService Unregistered widget: HDMI-A-1|left|ControlCenter|0 + DEBUG qml: [20260317-073054] Spectrum Component unregistered: bar:mediamini:HDMI-A-1:left:1 - total: 0 + DEBUG qml: [20260317-073054] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073054] HyprlandServic safeUpdateWindows() toplevels: 8 + DEBUG qml: [20260317-073054] HyprlandServic safeUpdateWindows() windows after sort: 8 + DEBUG qml: [20260317-073054] CompositorServ syncWindows() from backend length: 8 + DEBUG qml: [20260317-073054] CompositorServ syncWindows() model count: 8 + DEBUG qml: [20260317-073058] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073058] HyprlandServic safeUpdateWindows() toplevels: 8 + DEBUG qml: [20260317-073058] HyprlandServic safeUpdateWindows() windows after sort: 8 + DEBUG qml: [20260317-073058] CompositorServ syncWindows() from backend length: 8 + DEBUG qml: [20260317-073058] CompositorServ syncWindows() model count: 8 + DEBUG qml: [20260317-073058] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 false my screen: eDP-1 + DEBUG qml: [20260317-073058] BarContentWind onBarAutoHideStateChanged: HDMI-A-1 false my screen: HDMI-A-1 + DEBUG qml: [20260317-073058] Bar Bar screen set to: HDMI-A-1 + DEBUG qml: [20260317-073058] Bar Position: left Floating: true + DEBUG qml: [20260317-073058] Bar Bar Component.onCompleted for screen: HDMI-A-1 + DEBUG qml: [20260317-073058] Bar syncWidgetModel: → ControlCenter|MediaMini|Clock changed: true + DEBUG qml: [20260317-073058] Bar syncWidgetModel: → changed: false + DEBUG qml: [20260317-073058] Bar syncWidgetModel: → Volume|KeyboardLayout|plugin:battery-threshold|Battery|NotificationHistory changed: true + DEBUG qml: [20260317-073058] PanelService missing screen for getPanel: notificationHistoryPanel + DEBUG qml: [20260317-073058] BarWidgetLoade Loading widget NotificationHistory on screen: HDMI-A-1 + DEBUG qml: [20260317-073058] BarService Registered widget: HDMI-A-1|right|NotificationHistory|4 + DEBUG qml: [20260317-073058] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073058] BarWidgetLoade Loading widget Battery on screen: HDMI-A-1 + DEBUG qml: [20260317-073058] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073058] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073058] PanelService missing screen for getPanel: batteryPanel + DEBUG qml: [20260317-073058] BarService Registered widget: HDMI-A-1|right|Battery|3 + DEBUG qml: [20260317-073058] BarWidgetLoade Loading widget plugin:battery-threshold on screen: HDMI-A-1 + DEBUG qml: [20260317-073058] BarWidgetLoade Injected plugin API for plugin:battery-threshold + DEBUG qml: [20260317-073058] BarService Registered widget: HDMI-A-1|right|plugin:battery-threshold|2 + DEBUG qml: [20260317-073058] BarWidgetLoade Loading widget KeyboardLayout on screen: HDMI-A-1 + DEBUG qml: [20260317-073058] BarService Registered widget: HDMI-A-1|right|KeyboardLayout|1 + DEBUG qml: [20260317-073058] PanelService missing screen for getPanel: audioPanel + DEBUG qml: [20260317-073058] BarWidgetLoade Loading widget Volume on screen: HDMI-A-1 + DEBUG qml: [20260317-073058] BarService Registered widget: HDMI-A-1|right|Volume|0 + DEBUG qml: [20260317-073058] BarWidgetLoade Loading widget Clock on screen: HDMI-A-1 + DEBUG qml: [20260317-073058] BarService Registered widget: HDMI-A-1|left|Clock|2 + DEBUG qml: [20260317-073058] BarWidgetLoade Loading widget MediaMini on screen: HDMI-A-1 + DEBUG qml: [20260317-073058] BarService Registered widget: HDMI-A-1|left|MediaMini|1 + DEBUG qml: [20260317-073058] BarWidgetLoade Loading widget ControlCenter on screen: HDMI-A-1 + DEBUG qml: [20260317-073058] BarService Registered widget: HDMI-A-1|left|ControlCenter|0 + DEBUG qml: [20260317-073058] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073058] HyprlandServic safeUpdateWindows() toplevels: 8 + DEBUG qml: [20260317-073058] HyprlandServic safeUpdateWindows() windows after sort: 8 + DEBUG qml: [20260317-073058] CompositorServ syncWindows() from backend length: 8 + DEBUG qml: [20260317-073058] CompositorServ syncWindows() model count: 8 + DEBUG qml: [20260317-073059] HyprlandServic safeUpdateWindows() start + DEBUG qml: [20260317-073059] HyprlandServic safeUpdateWindows() toplevels: 8 + DEBUG qml: [20260317-073059] HyprlandServic safeUpdateWindows() windows after sort: 8 + DEBUG qml: [20260317-073059] CompositorServ syncWindows() from backend length: 8 + DEBUG qml: [20260317-073059] CompositorServ syncWindows() model count: 8 + DEBUG qml: [20260317-073101] WindowsProvide Initialized + DEBUG qml: [20260317-073101] Launcher Registered: WindowsProvider + DEBUG qml: [20260317-073101] SessionProvide Initialized + DEBUG qml: [20260317-073101] Launcher Registered: SessionProvider + DEBUG qml: [20260317-073101] SettingsProvid Initialized + DEBUG qml: [20260317-073101] Launcher Registered: SettingsProvider + DEBUG qml: [20260317-073101] CalculatorProv Initialized + DEBUG qml: [20260317-073101] Launcher Registered: CalculatorProvider + DEBUG qml: [20260317-073101] EmojiProvider Initialized + DEBUG qml: [20260317-073101] Launcher Registered: EmojiProvider + DEBUG qml: [20260317-073101] Launcher Registered: CommandProvider + DEBUG qml: [20260317-073101] ClipboardProvi Initialized + DEBUG qml: [20260317-073101] Launcher Registered: ClipboardProvider + DEBUG qml: [20260317-073101] ApplicationsPr Loaded 109 applications + DEBUG qml: [20260317-073101] Launcher Registered: ApplicationsProvider + DEBUG qml: [20260317-073101] BarContentWind onBarAutoHideStateChanged: eDP-1 false my screen: eDP-1 + DEBUG qml: [20260317-073101] Bar Bar screen set to: eDP-1 + DEBUG qml: [20260317-073101] Bar Position: left Floating: true + DEBUG qml: [20260317-073101] Bar Bar Component.onCompleted for screen: eDP-1 + DEBUG qml: [20260317-073101] BarContentWind onBarAutoHideStateChanged: eDP-1 false my screen: HDMI-A-1 + DEBUG qml: [20260317-073101] Bar syncWidgetModel: → ControlCenter|MediaMini|Clock changed: true + DEBUG qml: [20260317-073101] Bar syncWidgetModel: → changed: false + DEBUG qml: [20260317-073101] Bar syncWidgetModel: → Volume|KeyboardLayout|plugin:battery-threshold|Battery|NotificationHistory changed: true + WARN qt.svg: /usr/share/icons/hicolor/scalable/apps/btop.svg:111:6: Could not resolve property: #pattern1888 + DEBUG qml: [20260317-073101] PanelService missing screen for getPanel: notificationHistoryPanel + DEBUG qml: [20260317-073101] PanelService missing screen for getPanel: notificationHistoryPanel + WARN qt.svg: /usr/share/icons/hicolor/scalable/apps/btop.svg:111:6: Could not resolve property: #pattern1870 +fish: Job 1, 'NOCTALIA_DEBUG=1 build/src/quic…' terminated by signal SIGSEGV (Address boundary error) +Failed to show notification: Error calling StartServiceByName for org.freedesktop.Notifications: Timeout was reached diff --git a/crash/qs-crash-1773733226.txt b/crash/qs-crash-1773733226.txt new file mode 100644 index 000000000..1015e7344 --- /dev/null +++ b/crash/qs-crash-1773733226.txt @@ -0,0 +1,329 @@ + PID: 3846 (quickshell) + UID: 1000 (shelomoh) + GID: 1000 (shelomoh) + Signal: 11 (SEGV) + Timestamp: Tue 2026-03-17 09:34:27 EET (5min ago) + Command Line: build/src/quickshell -p ../noctalia-shell + Executable: /home/shelomoh/Downloads/noctalia-qs/build/src/quickshell + Control Group: /user.slice/user-1000.slice/user@1000.service/app.slice/app-ghostty-surface-transient-3507.scope + Unit: user@1000.service + User Unit: app-ghostty-surface-transient-3507.scope + Slice: user-1000.slice + Owner UID: 1000 (shelomoh) + Boot ID: d5c40a483efb425188b8fda02e442f92 + Machine ID: e1f87fbe60e9410db9c53ecbd7ab103a + Hostname: shelomoh-laptop + Storage: /var/lib/systemd/coredump/core.quickshell.1000.d5c40a483efb425188b8fda02e442f92.3846.1773732867000000.zst (present) + Size on Disk: 33.6M + Message: Process 3846 (quickshell) of user 1000 dumped core. + + Stack trace of thread 3846: + #0 0x00007f89515c1f53 _ZN3QV46Object12insertMemberEPNS_14StringOrSymbolEPKNS_8PropertyENS_18PropertyAttributesE (libQt6Qml.so.6 + 0x1c1f53) + #1 0x00007f895153f908 n/a (libQt6Qml.so.6 + 0x13f908) + #2 0x00007f89515c4c61 _ZN3QV46Object11internalPutENS_11PropertyKeyERKNS_5ValueEPS2_ (libQt6Qml.so.6 + 0x1c4c61) + #3 0x00007f89515c4aa0 _ZN3QV46Object11internalPutENS_11PropertyKeyERKNS_5ValueEPS2_ (libQt6Qml.so.6 + 0x1c4aa0) + #4 0x00007f895160b398 n/a (libQt6Qml.so.6 + 0x20b398) + #5 0x00007f895160b4a1 _ZN3QV47Runtime12StoreElement4callEPNS_15ExecutionEngineERKNS_5ValueES6_S6_ (libQt6Qml.so.6 + 0x20b4a1) + #6 0x00007f8936d2244d n/a (n/a + 0x0) + #7 0x00007f895164e266 n/a (libQt6Qml.so.6 + 0x24e266) + #8 0x00007f89515a3eb6 n/a (libQt6Qml.so.6 + 0x1a3eb6) + #9 0x00007f895160ea1d _ZN3QV47Runtime18CallPropertyLookup4callEPNS_15ExecutionEngineERKNS_5ValueEjPS4_i (libQt6Qml.so.6 + 0x20ea1d) + #10 0x00007f8936d23e27 n/a (n/a + 0x0) + #11 0x00007f895164e266 n/a (libQt6Qml.so.6 + 0x24e266) + #12 0x00007f8951596300 n/a (libQt6Qml.so.6 + 0x196300) + #13 0x00007f895159c909 _ZN3QV48Function4callEP7QObjectPPvPK9QMetaTypeiPNS_16ExecutionContextE (libQt6Qml.so.6 + 0x19c909) + #14 0x00007f89516f32b0 _ZN24QQmlJavaScriptExpression8evaluateEPPvPK9QMetaTypei (libQt6Qml.so.6 + 0x2f32b0) + #15 0x00007f895168a2cb _ZN25QQmlBoundSignalExpression8evaluateEPPv (libQt6Qml.so.6 + 0x28a2cb) + #16 0x00007f895168f80d n/a (libQt6Qml.so.6 + 0x28f80d) + #17 0x00007f895171cf58 _ZN12QQmlNotifier10emitNotifyEP20QQmlNotifierEndpointPPv (libQt6Qml.so.6 + 0x31cf58) + #18 0x00007f8950bd8b82 n/a (libQt6Core.so.6 + 0x1d8b82) + #19 0x00007f89516f1c36 _ZN20QQmlIncubatorPrivate8incubateER26QQmlInstantiationInterrupt (libQt6Qml.so.6 + 0x2f1c36) + #20 0x00007f89516f1e17 _ZN20QQmlIncubatorPrivate8incubateER26QQmlInstantiationInterrupt (libQt6Qml.so.6 + 0x2f1e17) + #21 0x00007f89516f2974 _ZN24QQmlIncubationController11incubateForEi (libQt6Qml.so.6 + 0x2f2974) + #22 0x000055faff9d58ff _ZN22QsIncubationController8incubateEv (/home/shelomoh/Downloads/noctalia-qs/build/src/quickshell + 0x76f8ff) + #23 0x00007f8950bc6474 _ZN7QObject5eventEP6QEvent (libQt6Core.so.6 + 0x1c6474) + #24 0x00007f8950b6bf48 _ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent (libQt6Core.so.6 + 0x16bf48) + #25 0x00007f8950b6c320 _ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData (libQt6Core.so.6 + 0x16c320) + #26 0x00007f8950e51e78 n/a (libQt6Core.so.6 + 0x451e78) + #27 0x00007f895361df4d n/a (libglib-2.0.so.0 + 0x5ef4d) + #28 0x00007f895361f617 n/a (libglib-2.0.so.0 + 0x60617) + #29 0x00007f895361f825 g_main_context_iteration (libglib-2.0.so.0 + 0x60825) + #30 0x00007f8950e4fcb2 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x44fcb2) + #31 0x00007f8950b76cf6 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x176cf6) + #32 0x00007f8950b709f1 _ZN16QCoreApplication4execEv (libQt6Core.so.6 + 0x1709f1) + #33 0x000055faff759246 _ZN2qs6launch6launchERKNS0_10LaunchArgsEPPcP16QCoreApplication (/home/shelomoh/Downloads/noctalia-qs/build/src/quickshell + 0x4f3246) + #34 0x000055faff7537b9 launchFromCommand (/home/shelomoh/Downloads/noctalia-qs/build/src/quickshell + 0x4ed7b9) + #35 0x000055faff745007 _ZN2qs6launch4mainEiPPc (/home/shelomoh/Downloads/noctalia-qs/build/src/quickshell + 0x4df007) + #36 0x00007f89504366c1 n/a (libc.so.6 + 0x276c1) + #37 0x00007f89504367f9 __libc_start_main (libc.so.6 + 0x277f9) + #38 0x000055faff7472c5 _start (/home/shelomoh/Downloads/noctalia-qs/build/src/quickshell + 0x4e12c5) + + Stack trace of thread 3847: + #0 0x00007f89504adf32 n/a (libc.so.6 + 0x9ef32) + #1 0x00007f89504a239c n/a (libc.so.6 + 0x9339c) + #2 0x00007f89504a23e4 n/a (libc.so.6 + 0x933e4) + #3 0x00007f895051c2f6 ppoll (libc.so.6 + 0x10d2f6) + #4 0x00007f895361f744 n/a (libglib-2.0.so.0 + 0x60744) + #5 0x00007f895361f825 g_main_context_iteration (libglib-2.0.so.0 + 0x60825) + #6 0x00007f8950e4fcb2 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x44fcb2) + #7 0x00007f8950b76cf6 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x176cf6) + #8 0x00007f8950c9277e _ZN7QThread4execEv (libQt6Core.so.6 + 0x29277e) + #9 0x00007f8950d31c7a n/a (libQt6Core.so.6 + 0x331c7a) + #10 0x00007f89504a597a n/a (libc.so.6 + 0x9697a) + #11 0x00007f89505292bc n/a (libc.so.6 + 0x11a2bc) + + Stack trace of thread 3848: + #0 0x00007f89504adf32 n/a (libc.so.6 + 0x9ef32) + #1 0x00007f89504a239c n/a (libc.so.6 + 0x9339c) + #2 0x00007f89504a23e4 n/a (libc.so.6 + 0x933e4) + #3 0x00007f895051c2f6 ppoll (libc.so.6 + 0x10d2f6) + #4 0x00007f895361f744 n/a (libglib-2.0.so.0 + 0x60744) + #5 0x00007f895361f825 g_main_context_iteration (libglib-2.0.so.0 + 0x60825) + #6 0x00007f8950e4fcb2 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x44fcb2) + #7 0x00007f8950b76cf6 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x176cf6) + #8 0x00007f8950c9277e _ZN7QThread4execEv (libQt6Core.so.6 + 0x29277e) + #9 0x00007f895257607e n/a (libQt6DBus.so.6 + 0x3707e) + #10 0x00007f8950d31c7a n/a (libQt6Core.so.6 + 0x331c7a) + #11 0x00007f89504a597a n/a (libc.so.6 + 0x9697a) + #12 0x00007f89505292bc n/a (libc.so.6 + 0x11a2bc) + + Stack trace of thread 3849: + #0 0x00007f895052706d syscall (libc.so.6 + 0x11806d) + #1 0x00007f895364ba2e g_cond_wait (libglib-2.0.so.0 + 0x8ca2e) + #2 0x00007f89535e522d n/a (libglib-2.0.so.0 + 0x2622d) + #3 0x00007f89535e529d g_async_queue_pop (libglib-2.0.so.0 + 0x2629d) + #4 0x00007f894c4af51c n/a (libpangoft2-1.0.so.0 + 0xc51c) + #5 0x00007f895365513c n/a (libglib-2.0.so.0 + 0x9613c) + #6 0x00007f89504a597a n/a (libc.so.6 + 0x9697a) + #7 0x00007f89505292bc n/a (libc.so.6 + 0x11a2bc) + + Stack trace of thread 3850: + #0 0x00007f895052706d syscall (libc.so.6 + 0x11806d) + #1 0x00007f895364ba2e g_cond_wait (libglib-2.0.so.0 + 0x8ca2e) + #2 0x00007f89535e522d n/a (libglib-2.0.so.0 + 0x2622d) + #3 0x00007f8953655607 n/a (libglib-2.0.so.0 + 0x96607) + #4 0x00007f895365513c n/a (libglib-2.0.so.0 + 0x9613c) + #5 0x00007f89504a597a n/a (libc.so.6 + 0x9697a) + #6 0x00007f89505292bc n/a (libc.so.6 + 0x11a2bc) + + Stack trace of thread 3851: + #0 0x00007f89504adf32 n/a (libc.so.6 + 0x9ef32) + #1 0x00007f89504a239c n/a (libc.so.6 + 0x9339c) + #2 0x00007f89504a23e4 n/a (libc.so.6 + 0x933e4) + #3 0x00007f895051c2f6 ppoll (libc.so.6 + 0x10d2f6) + #4 0x00007f895361f744 n/a (libglib-2.0.so.0 + 0x60744) + #5 0x00007f895361f825 g_main_context_iteration (libglib-2.0.so.0 + 0x60825) + #6 0x00007f895361f872 n/a (libglib-2.0.so.0 + 0x60872) + #7 0x00007f895365513c n/a (libglib-2.0.so.0 + 0x9613c) + #8 0x00007f89504a597a n/a (libc.so.6 + 0x9697a) + #9 0x00007f89505292bc n/a (libc.so.6 + 0x11a2bc) + + Stack trace of thread 3852: + #0 0x00007f89504adf32 n/a (libc.so.6 + 0x9ef32) + #1 0x00007f89504a239c n/a (libc.so.6 + 0x9339c) + #2 0x00007f89504a23e4 n/a (libc.so.6 + 0x933e4) + #3 0x00007f895051c2f6 ppoll (libc.so.6 + 0x10d2f6) + #4 0x00007f895361f744 n/a (libglib-2.0.so.0 + 0x60744) + #5 0x00007f895361f9d7 g_main_loop_run (libglib-2.0.so.0 + 0x609d7) + #6 0x00007f895388f0c4 n/a (libgio-2.0.so.0 + 0x1190c4) + #7 0x00007f895365513c n/a (libglib-2.0.so.0 + 0x9613c) + #8 0x00007f89504a597a n/a (libc.so.6 + 0x9697a) + #9 0x00007f89505292bc n/a (libc.so.6 + 0x11a2bc) + + Stack trace of thread 3856: + #0 0x00007f89504adf32 n/a (libc.so.6 + 0x9ef32) + #1 0x00007f89504a239c n/a (libc.so.6 + 0x9339c) + #2 0x00007f89504a268c n/a (libc.so.6 + 0x9368c) + #3 0x00007f89504a5068 pthread_cond_timedwait (libc.so.6 + 0x96068) + #4 0x00007f8950d362a5 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x3362a5) + #5 0x00007f8950c91189 n/a (libQt6Core.so.6 + 0x291189) + #6 0x00007f8950d31c7a n/a (libQt6Core.so.6 + 0x331c7a) + #7 0x00007f89504a597a n/a (libc.so.6 + 0x9697a) + #8 0x00007f89505292bc n/a (libc.so.6 + 0x11a2bc) + + Stack trace of thread 3867: + #0 0x00007f89504adf32 n/a (libc.so.6 + 0x9ef32) + #1 0x00007f89504a239c n/a (libc.so.6 + 0x9339c) + #2 0x00007f89504a268c n/a (libc.so.6 + 0x9368c) + #3 0x00007f89504a5068 pthread_cond_timedwait (libc.so.6 + 0x96068) + #4 0x00007f8950d362a5 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x3362a5) + #5 0x00007f8950c91189 n/a (libQt6Core.so.6 + 0x291189) + #6 0x00007f8950d31c7a n/a (libQt6Core.so.6 + 0x331c7a) + #7 0x00007f89504a597a n/a (libc.so.6 + 0x9697a) + #8 0x00007f89505292bc n/a (libc.so.6 + 0x11a2bc) + + Stack trace of thread 3897: + #0 0x00007f89504adf32 n/a (libc.so.6 + 0x9ef32) + #1 0x00007f89504a239c n/a (libc.so.6 + 0x9339c) + #2 0x00007f89504a268c n/a (libc.so.6 + 0x9368c) + #3 0x00007f89504a5068 pthread_cond_timedwait (libc.so.6 + 0x96068) + #4 0x00007f8950d362a5 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x3362a5) + #5 0x00007f8950c91189 n/a (libQt6Core.so.6 + 0x291189) + #6 0x00007f8950d31c7a n/a (libQt6Core.so.6 + 0x331c7a) + #7 0x00007f89504a597a n/a (libc.so.6 + 0x9697a) + #8 0x00007f89505292bc n/a (libc.so.6 + 0x11a2bc) + + Stack trace of thread 3889: + #0 0x00007f89504adf32 n/a (libc.so.6 + 0x9ef32) + #1 0x00007f89504a239c n/a (libc.so.6 + 0x9339c) + #2 0x00007f89504a23e4 n/a (libc.so.6 + 0x933e4) + #3 0x00007f8950529595 epoll_wait (libc.so.6 + 0x11a595) + #4 0x00007f8938027d0a n/a (libspa-support.so + 0x1bd0a) + #5 0x00007f893801263c n/a (libspa-support.so + 0x663c) + #6 0x00007f8953a12401 n/a (libpipewire-0.3.so.0 + 0x8b401) + #7 0x00007f89504a597a n/a (libc.so.6 + 0x9697a) + #8 0x00007f89505292bc n/a (libc.so.6 + 0x11a2bc) + + Stack trace of thread 3854: + #0 0x00007f89504adf32 n/a (libc.so.6 + 0x9ef32) + #1 0x00007f89504a239c n/a (libc.so.6 + 0x9339c) + #2 0x00007f89504a23e4 n/a (libc.so.6 + 0x933e4) + #3 0x00007f895051bdae __poll (libc.so.6 + 0x10cdae) + #4 0x00007f8953af3cf5 n/a (libQt6WaylandClient.so.6 + 0x6acf5) + #5 0x00007f8950d31c7a n/a (libQt6Core.so.6 + 0x331c7a) + #6 0x00007f89504a597a n/a (libc.so.6 + 0x9697a) + #7 0x00007f89505292bc n/a (libc.so.6 + 0x11a2bc) + + Stack trace of thread 3898: + #0 0x00007f89504adf32 n/a (libc.so.6 + 0x9ef32) + #1 0x00007f89504a239c n/a (libc.so.6 + 0x9339c) + #2 0x00007f89504a268c n/a (libc.so.6 + 0x9368c) + #3 0x00007f89504a5068 pthread_cond_timedwait (libc.so.6 + 0x96068) + #4 0x00007f8950d362a5 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x3362a5) + #5 0x00007f8950c91189 n/a (libQt6Core.so.6 + 0x291189) + #6 0x00007f8950d31c7a n/a (libQt6Core.so.6 + 0x331c7a) + #7 0x00007f89504a597a n/a (libc.so.6 + 0x9697a) + #8 0x00007f89505292bc n/a (libc.so.6 + 0x11a2bc) + + Stack trace of thread 3853: + #0 0x00007f89504adf32 n/a (libc.so.6 + 0x9ef32) + #1 0x00007f89504a239c n/a (libc.so.6 + 0x9339c) + #2 0x00007f89504a23e4 n/a (libc.so.6 + 0x933e4) + #3 0x00007f895051bdae __poll (libc.so.6 + 0x10cdae) + #4 0x00007f8953af3cf5 n/a (libQt6WaylandClient.so.6 + 0x6acf5) + #5 0x00007f8950d31c7a n/a (libQt6Core.so.6 + 0x331c7a) + #6 0x00007f89504a597a n/a (libc.so.6 + 0x9697a) + #7 0x00007f89505292bc n/a (libc.so.6 + 0x11a2bc) + + Stack trace of thread 3900: + #0 0x00007f89504adf32 n/a (libc.so.6 + 0x9ef32) + #1 0x00007f89504a239c n/a (libc.so.6 + 0x9339c) + #2 0x00007f89504a268c n/a (libc.so.6 + 0x9368c) + #3 0x00007f89504a5068 pthread_cond_timedwait (libc.so.6 + 0x96068) + #4 0x00007f8950d362a5 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x3362a5) + #5 0x00007f8950c91189 n/a (libQt6Core.so.6 + 0x291189) + #6 0x00007f8950d31c7a n/a (libQt6Core.so.6 + 0x331c7a) + #7 0x00007f89504a597a n/a (libc.so.6 + 0x9697a) + #8 0x00007f89505292bc n/a (libc.so.6 + 0x11a2bc) + + Stack trace of thread 3855: + #0 0x00007f89504adf32 n/a (libc.so.6 + 0x9ef32) + #1 0x00007f89504a239c n/a (libc.so.6 + 0x9339c) + #2 0x00007f89504a23e4 n/a (libc.so.6 + 0x933e4) + #3 0x00007f895051c2f6 ppoll (libc.so.6 + 0x10d2f6) + #4 0x00007f895361f744 n/a (libglib-2.0.so.0 + 0x60744) + #5 0x00007f895361f825 g_main_context_iteration (libglib-2.0.so.0 + 0x60825) + #6 0x00007f8950e4fcb2 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x44fcb2) + #7 0x00007f8950b76cf6 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x176cf6) + #8 0x00007f8950c9277e _ZN7QThread4execEv (libQt6Core.so.6 + 0x29277e) + #9 0x00007f8950d31c7a n/a (libQt6Core.so.6 + 0x331c7a) + #10 0x00007f89504a597a n/a (libc.so.6 + 0x9697a) + #11 0x00007f89505292bc n/a (libc.so.6 + 0x11a2bc) + + Stack trace of thread 3899: + #0 0x00007f89504adf32 n/a (libc.so.6 + 0x9ef32) + #1 0x00007f89504a239c n/a (libc.so.6 + 0x9339c) + #2 0x00007f89504a268c n/a (libc.so.6 + 0x9368c) + #3 0x00007f89504a5068 pthread_cond_timedwait (libc.so.6 + 0x96068) + #4 0x00007f8950d362a5 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x3362a5) + #5 0x00007f8950c91189 n/a (libQt6Core.so.6 + 0x291189) + #6 0x00007f8950d31c7a n/a (libQt6Core.so.6 + 0x331c7a) + #7 0x00007f89504a597a n/a (libc.so.6 + 0x9697a) + #8 0x00007f89505292bc n/a (libc.so.6 + 0x11a2bc) + + Stack trace of thread 3938: + #0 0x00007f89504adf32 n/a (libc.so.6 + 0x9ef32) + #1 0x00007f89504a239c n/a (libc.so.6 + 0x9339c) + #2 0x00007f89504a268c n/a (libc.so.6 + 0x9368c) + #3 0x00007f89504a5068 pthread_cond_timedwait (libc.so.6 + 0x96068) + #4 0x00007f8950d362a5 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x3362a5) + #5 0x00007f8950c91189 n/a (libQt6Core.so.6 + 0x291189) + #6 0x00007f8950d31c7a n/a (libQt6Core.so.6 + 0x331c7a) + #7 0x00007f89504a597a n/a (libc.so.6 + 0x9697a) + #8 0x00007f89505292bc n/a (libc.so.6 + 0x11a2bc) + + Stack trace of thread 331554: + #0 0x00007f89504adf32 n/a (libc.so.6 + 0x9ef32) + #1 0x00007f89504a239c n/a (libc.so.6 + 0x9339c) + #2 0x00007f89504a268c n/a (libc.so.6 + 0x9368c) + #3 0x00007f89504a5068 pthread_cond_timedwait (libc.so.6 + 0x96068) + #4 0x00007f8950d362a5 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x3362a5) + #5 0x00007f8950c91189 n/a (libQt6Core.so.6 + 0x291189) + #6 0x00007f8950d31c7a n/a (libQt6Core.so.6 + 0x331c7a) + #7 0x00007f89504a597a n/a (libc.so.6 + 0x9697a) + #8 0x00007f89505292bc n/a (libc.so.6 + 0x11a2bc) + + Stack trace of thread 4065: + #0 0x00007f89504adf32 n/a (libc.so.6 + 0x9ef32) + #1 0x00007f89504a239c n/a (libc.so.6 + 0x9339c) + #2 0x00007f89504a23e4 n/a (libc.so.6 + 0x933e4) + #3 0x00007f895051c2f6 ppoll (libc.so.6 + 0x10d2f6) + #4 0x00007f895361f744 n/a (libglib-2.0.so.0 + 0x60744) + #5 0x00007f895361f825 g_main_context_iteration (libglib-2.0.so.0 + 0x60825) + #6 0x00007f8950e4fcb2 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x44fcb2) + #7 0x00007f8950b76cf6 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x176cf6) + #8 0x00007f8950c9277e _ZN7QThread4execEv (libQt6Core.so.6 + 0x29277e) + #9 0x00007f89529a2fc2 n/a (libQt6Quick.so.6 + 0x3a2fc2) + #10 0x00007f8950d31c7a n/a (libQt6Core.so.6 + 0x331c7a) + #11 0x00007f89504a597a n/a (libc.so.6 + 0x9697a) + #12 0x00007f89505292bc n/a (libc.so.6 + 0x11a2bc) + + Stack trace of thread 331555: + #0 0x00007f89504adf32 n/a (libc.so.6 + 0x9ef32) + #1 0x00007f89504a239c n/a (libc.so.6 + 0x9339c) + #2 0x00007f89504a268c n/a (libc.so.6 + 0x9368c) + #3 0x00007f89504a5068 pthread_cond_timedwait (libc.so.6 + 0x96068) + #4 0x00007f8950d362a5 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x3362a5) + #5 0x00007f8950c91189 n/a (libQt6Core.so.6 + 0x291189) + #6 0x00007f8950d31c7a n/a (libQt6Core.so.6 + 0x331c7a) + #7 0x00007f89504a597a n/a (libc.so.6 + 0x9697a) + #8 0x00007f89505292bc n/a (libc.so.6 + 0x11a2bc) + + Stack trace of thread 331556: + #0 0x00007f89504adf32 n/a (libc.so.6 + 0x9ef32) + #1 0x00007f89504a239c n/a (libc.so.6 + 0x9339c) + #2 0x00007f89504a268c n/a (libc.so.6 + 0x9368c) + #3 0x00007f89504a5068 pthread_cond_timedwait (libc.so.6 + 0x96068) + #4 0x00007f8950d362a5 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x3362a5) + #5 0x00007f8950c91189 n/a (libQt6Core.so.6 + 0x291189) + #6 0x00007f8950d31c7a n/a (libQt6Core.so.6 + 0x331c7a) + #7 0x00007f89504a597a n/a (libc.so.6 + 0x9697a) + #8 0x00007f89505292bc n/a (libc.so.6 + 0x11a2bc) + + Stack trace of thread 4119: + #0 0x00007f89504adf32 n/a (libc.so.6 + 0x9ef32) + #1 0x00007f89504a239c n/a (libc.so.6 + 0x9339c) + #2 0x00007f89504a23e4 n/a (libc.so.6 + 0x933e4) + #3 0x00007f895051c2f6 ppoll (libc.so.6 + 0x10d2f6) + #4 0x00007f895361f744 n/a (libglib-2.0.so.0 + 0x60744) + #5 0x00007f895361f825 g_main_context_iteration (libglib-2.0.so.0 + 0x60825) + #6 0x00007f8950e4fcb2 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x44fcb2) + #7 0x00007f8950b76cf6 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x176cf6) + #8 0x00007f8950c9277e _ZN7QThread4execEv (libQt6Core.so.6 + 0x29277e) + #9 0x00007f8950d31c7a n/a (libQt6Core.so.6 + 0x331c7a) + #10 0x00007f89504a597a n/a (libc.so.6 + 0x9697a) + #11 0x00007f89505292bc n/a (libc.so.6 + 0x11a2bc) + + Stack trace of thread 4533: + #0 0x00007f89504adf32 n/a (libc.so.6 + 0x9ef32) + #1 0x00007f89504a239c n/a (libc.so.6 + 0x9339c) + #2 0x00007f89504a268c n/a (libc.so.6 + 0x9368c) + #3 0x00007f89504a5068 pthread_cond_timedwait (libc.so.6 + 0x96068) + #4 0x00007f8950d362a5 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x3362a5) + #5 0x00007f8950c91189 n/a (libQt6Core.so.6 + 0x291189) + #6 0x00007f8950d31c7a n/a (libQt6Core.so.6 + 0x331c7a) + #7 0x00007f89504a597a n/a (libc.so.6 + 0x9697a) + #8 0x00007f89505292bc n/a (libc.so.6 + 0x11a2bc) + ELF object binary architecture: AMD x86-64 + +Failed to invoke gdb: No such file or directory