Bluetooth does not autostart, preset disabled

I have to manually enable bluetooth after each restart if I want to use a bluetooth device (headphones).

sudo systemctl status bluetooth
[sudo] password for abc: 
● bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: disabled)
     Active: active (running) since Sat 2024-04-13 10:03:53 AEST; 5min ago
       Docs: man:bluetoothd(8)
   Main PID: 637 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 34754)
     Memory: 2.6M (peak: 2.9M)
        CPU: 33ms
     CGroup: /system.slice/bluetooth.service
             └─637 /usr/lib/bluetooth/bluetoothd

Apr 13 10:04:10 5600H bluetoothd[637]: Endpoint registered: sender=:1.62 path=/MediaEndpoint/A2DPSink/sbc_xq_453
Apr 13 10:04:10 5600H bluetoothd[637]: Endpoint registered: sender=:1.62 path=/MediaEndpoint/A2DPSource/sbc_xq_453
Apr 13 10:04:10 5600H bluetoothd[637]: Endpoint registered: sender=:1.62 path=/MediaEndpoint/A2DPSink/sbc_xq_512
Apr 13 10:04:10 5600H bluetoothd[637]: Endpoint registered: sender=:1.62 path=/MediaEndpoint/A2DPSource/sbc_xq_512
Apr 13 10:04:10 5600H bluetoothd[637]: Endpoint registered: sender=:1.62 path=/MediaEndpoint/A2DPSink/sbc_xq_552
Apr 13 10:04:10 5600H bluetoothd[637]: Endpoint registered: sender=:1.62 path=/MediaEndpoint/A2DPSource/sbc_xq_552
Apr 13 10:04:10 5600H bluetoothd[637]: Endpoint registered: sender=:1.62 path=/MediaEndpoint/A2DPSink/faststream
Apr 13 10:04:10 5600H bluetoothd[637]: Endpoint registered: sender=:1.62 path=/MediaEndpoint/A2DPSource/faststream
Apr 13 10:04:10 5600H bluetoothd[637]: Failed to add UUID: Failed (0x03)
Apr 13 10:04:10 5600H bluetoothd[637]: Failed to add UUID: Failed (0x03)

Help please.

Hi @Ozdemon,

Please provide the output of:

sudo systemctl cat bluetooth

And:

journalctl --priority=warning..err --no-pager --boot=0

Where:

  • The --priority=warning..err argument limits the output to warnings and errors only;
  • --no-pager formats the output nicely for use here, on the forum;
  • the --boot=0 argument limits the messages to be from the current boot; and
  • --unit=bluetooth.service limits the output to only be from the bluetooth service.

Also, it seems enabled, but checking can’t really hurt, so:

sudo systemctl enable bluetooth.service

Thanks for your reply @Mirdarthos . The outputs are:

# /usr/lib/systemd/system/bluetooth.service
[Unit]
Description=Bluetooth service
Documentation=man:bluetoothd(8)
ConditionPathIsDirectory=/sys/class/bluetooth

[Service]
Type=dbus
BusName=org.bluez
ExecStart=/usr/lib/bluetooth/bluetoothd
NotifyAccess=main
#WatchdogSec=10
#Restart=on-failure
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
LimitNPROC=1

# Filesystem lockdown
ProtectHome=true
ProtectSystem=strict
PrivateTmp=true
ProtectKernelTunables=true
ProtectControlGroups=true
StateDirectory=bluetooth
StateDirectoryMode=0700
ConfigurationDirectory=bluetooth
ConfigurationDirectoryMode=0555

# Execute Mappings
MemoryDenyWriteExecute=true

# Privilege escalation
NoNewPrivileges=true

# Real-time
RestrictRealtime=true

[Install]
WantedBy=bluetooth.target
Alias=dbus-org.bluez.service
$ journalctl --priority=warning..err --no-pager --boot=0
Apr 14 05:39:00 5600H kernel: Speculative Return Stack Overflow: IBPB-extending microcode not applied!
Apr 14 05:39:00 5600H kernel: Speculative Return Stack Overflow: WARNING: See https://kernel.org/doc/html/latest/admin-guide/hw-vuln/srso.html for mitigation options.
Apr 14 05:39:01 5600H kernel: ACPI Error: No handler for Region [ECRM] (0000000094cbe773) [EmbeddedControl] (20230628/evregion-130)
Apr 14 05:39:01 5600H kernel: ACPI Error: Region EmbeddedControl (ID=3) has no handler (20230628/exfldio-261)
Apr 14 05:39:01 5600H kernel: ACPI Error: Aborting method \_SB.GPIO._EVT due to previous error (AE_NOT_EXIST) (20230628/psparse-529)
Apr 14 05:39:01 5600H systemd-fstab-generator[239]: Mount point  is not a valid path, ignoring.
Apr 14 05:39:01 5600H systemd-fstab-generator[239]: Mount point  is not a valid path, ignoring.
Apr 14 05:39:01 5600H kernel: vboxdrv: loading out-of-tree module taints kernel.
Apr 14 05:39:01 5600H kernel: VBoxNetAdp: Successfully started.
Apr 14 05:39:01 5600H kernel: VBoxNetFlt: Successfully started.
Apr 14 05:39:02 5600H kernel: sd 3:0:0:0: [sda] No Caching mode page found
Apr 14 05:39:02 5600H kernel: sd 3:0:0:0: [sda] Assuming drive cache: write through
Apr 14 05:39:02 5600H kernel: sd 2:0:0:0: [sdb] No Caching mode page found
Apr 14 05:39:02 5600H kernel: sd 2:0:0:0: [sdb] Assuming drive cache: write through
Apr 14 05:39:03 5600H kernel: scsi 2:0:0:1: Wrong diagnostic page; asked for 1 got 8
Apr 14 05:39:03 5600H kernel: scsi 2:0:0:1: Failed to get diagnostic page 0x1
Apr 14 05:39:03 5600H kernel: scsi 2:0:0:1: Failed to bind enclosure -19
Apr 14 05:39:03 5600H bluetoothd[618]: src/plugin.c:plugin_init() System does not support csip plugin
Apr 14 05:39:03 5600H bluetoothd[618]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
Apr 14 05:39:03 5600H bluetoothd[618]: src/plugin.c:plugin_init() System does not support micp plugin
Apr 14 05:39:03 5600H bluetoothd[618]: src/plugin.c:plugin_init() System does not support vcp plugin
Apr 14 05:39:03 5600H bluetoothd[618]: src/plugin.c:plugin_init() System does not support mcp plugin
Apr 14 05:39:03 5600H bluetoothd[618]: src/plugin.c:plugin_init() System does not support bass plugin
Apr 14 05:39:03 5600H bluetoothd[618]: src/plugin.c:plugin_init() System does not support bap plugin
Apr 14 05:39:03 5600H systemd[1]: Cannot find unit for notify message of PID 660, ignoring.
Apr 14 05:39:03 5600H systemd[1]: Cannot find unit for notify message of PID 663, ignoring.
Apr 14 05:39:03 5600H systemd[1]: Cannot find unit for notify message of PID 697, ignoring.
Apr 14 05:39:03 5600H systemd[1]: Cannot find unit for notify message of PID 698, ignoring.
Apr 14 05:39:03 5600H systemd[1]: snapd.service: Got notification message from PID 735, but reception only permitted for main PID 620
Apr 14 05:39:05 5600H kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Apr 14 05:39:08 5600H dbus-broker-launch[610]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
Apr 14 05:39:09 5600H kernel: kauditd_printk_skb: 55 callbacks suppressed
Apr 14 05:39:09 5600H rpc.statd[2718]: Flags: TI-RPC
Apr 14 05:39:09 5600H systemd-fstab-generator[2752]: Mount point  is not a valid path, ignoring.
Apr 14 05:39:09 5600H systemd-fstab-generator[2752]: Mount point  is not a valid path, ignoring.
Apr 14 05:39:10 5600H dbus-broker-launch[610]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Apr 14 05:39:11 5600H dbus-broker-launch[2818]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Apr 14 05:39:11 5600H dbus-broker-launch[2818]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Apr 14 05:39:11 5600H dbus-broker-launch[2818]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Apr 14 05:39:11 5600H kernel: sddm-greeter[2814]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
Apr 14 05:39:11 5600H sddm-greeter[2814]: QObject: Cannot create children for a parent that is in a different thread.
                                          (Parent is QGuiApplication(0x7ffcfc56ec40), parent's thread is QThread(0x561c1f006ba0), current thread is QThread(0x561c1f3d6e20)
Apr 14 05:39:11 5600H sddm-greeter[2814]: QObject: Cannot create children for a parent that is in a different thread.
                                          (Parent is QGuiApplication(0x7ffcfc56ec40), parent's thread is QThread(0x561c1f006ba0), current thread is QThread(0x561c1f3d6e20)
Apr 14 05:39:11 5600H sddm-greeter[2814]: QObject: Cannot create children for a parent that is in a different thread.
                                          (Parent is QGuiApplication(0x7ffcfc56ec40), parent's thread is QThread(0x561c1f006ba0), current thread is QThread(0x561c1f3d6e20)
Apr 14 05:39:11 5600H sddm-greeter[2814]: QObject::installEventFilter(): Cannot filter events for objects in a different thread.
Apr 14 05:39:11 5600H udisksd[2832]: Error probing device: Error sending ATA command IDENTIFY DEVICE to '/dev/sda': Unexpected sense data returned:
                                     0000: f0 00 01 00  00 00 00 0a  00 00 00 00  00 1d 00 00    ................
                                     0010: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00    ................
                                      (g-io-error-quark, 0)
Apr 14 05:39:11 5600H udisksd[2832]: Error probing device: Error sending ATA command IDENTIFY DEVICE to '/dev/sdb': Unexpected sense data returned:
                                     0000: f0 00 01 00  50 00 01 0a  80 00 00 00  00 1d 00 00    ....P...........
                                     0010: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00    ................
                                      (g-io-error-quark, 0)
Apr 14 05:39:11 5600H kernel: block nvme0n1: No UUID available providing old NGUID
Apr 14 05:39:11 5600H sddm-greeter[2814]: file:///usr/share/sddm/themes/breath/components/VirtualKeyboard.qml:11:1: Type InputPanel unavailable
Apr 14 05:39:11 5600H sddm-greeter[2814]: qrc:/QtQuick/VirtualKeyboard/content/InputPanel.qml:138:5: Type Keyboard unavailable
Apr 14 05:39:11 5600H sddm-greeter[2814]: qrc:/QtQuick/VirtualKeyboard/content/components/Keyboard.qml:38:1: module "QtQuick.VirtualKeyboard.Plugins" is not installed
Apr 14 05:39:11 5600H sddm-greeter[2814]: file:///usr/share/sddm/themes/breath/Main.qml:465:13: Unable to assign [undefined] to QUrl
Apr 14 05:39:11 5600H sddm-greeter[2814]: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.22'
Apr 14 05:39:11 5600H sddm-greeter[2814]: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.23'
Apr 14 05:39:11 5600H sddm-greeter[2814]: file:///usr/share/sddm/themes/breath/Main.qml:465:13: Unable to assign [undefined] to QUrl
Apr 14 05:39:11 5600H sddm-greeter[2814]: file:///usr/share/sddm/themes/breath/Main.qml:465:13: Unable to assign [undefined] to QUrl
Apr 14 05:39:11 5600H sddm-greeter[2814]: file:///usr/share/sddm/themes/breath/Main.qml:465:13: Unable to assign [undefined] to QUrl
Apr 14 05:39:11 5600H sddm-greeter[2814]: file:///usr/share/sddm/themes/breath/Main.qml:465:13: Unable to assign [undefined] to QUrl
Apr 14 05:39:11 5600H sddm-greeter[2814]: file:///usr/share/sddm/themes/breath/Main.qml:465:13: Unable to assign [undefined] to QUrl
Apr 14 05:39:11 5600H sddm-greeter[2814]: file:///usr/share/sddm/themes/breath/Main.qml:465:13: Unable to assign [undefined] to QUrl
Apr 14 05:39:11 5600H sddm-greeter[2814]: file:///usr/share/sddm/themes/breath/Main.qml:465:13: Unable to assign [undefined] to QUrl
Apr 14 05:39:11 5600H sddm-greeter[2814]: file:///usr/share/sddm/themes/breath/Main.qml:465:13: Unable to assign [undefined] to QUrl
Apr 14 05:39:11 5600H sddm-greeter[2814]: file:///usr/share/sddm/themes/breath/Main.qml:465:13: Unable to assign [undefined] to QUrl
Apr 14 05:39:11 5600H sddm-greeter[2814]: file:///usr/share/sddm/themes/breath/Main.qml:465:13: Unable to assign [undefined] to QUrl
Apr 14 05:39:11 5600H sddm-greeter[2814]: file:///usr/share/sddm/themes/breath/Main.qml:465:13: Unable to assign [undefined] to QUrl
Apr 14 05:39:11 5600H sddm-greeter[2814]: file:///usr/share/sddm/themes/breath/Main.qml:465:13: Unable to assign [undefined] to QUrl
Apr 14 05:39:16 5600H dbus-broker-launch[2896]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Apr 14 05:39:16 5600H dbus-broker-launch[2896]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Apr 14 05:39:16 5600H dbus-broker-launch[2896]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Apr 14 05:39:16 5600H kwin_wayland[2909]: No backend specified, automatically choosing drm
Apr 14 05:39:17 5600H ksplashqml[2912]: file:///usr/share/plasma/look-and-feel/org.manjaro.breath.desktop/contents/splash/Splash.qml:49: ReferenceError: maxWidth is not defined
Apr 14 05:39:17 5600H ksplashqml[2912]: file:///usr/share/plasma/look-and-feel/org.manjaro.breath.desktop/contents/splash/Splash.qml:81:29: Unable to assign int to QEasingCurve
Apr 14 05:39:17 5600H ksmserver[3014]: Qt: Session management error: networkIdsList argument is NULL
Apr 14 05:39:17 5600H kernel: warning: `kded5' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
Apr 14 05:39:17 5600H plasmashell[3080]: Checking screens: available: (QScreen(0x5596d049f3e0, name="HDMI-A-2")) redundant: QHash() fake: QSet() all: (QScreen(0x5596d049f3e0, name="HDMI-A-2"))
Apr 14 05:39:17 5600H kded5[3016]: kf.coreaddons: "Could not load plugin from /usr/lib/qt/plugins/plasma/geolocationprovider/plasma-geolocation-gps.so: Cannot load library /usr/lib/qt/plugins/plasma/geolocationprovider/plasma-geolocation-gps.so: (libgps.so.30: cannot open shared object file: No such file or directory)"
Apr 14 05:39:17 5600H plasmashell[3080]: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
Apr 14 05:39:17 5600H plasmashell[3080]: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
Apr 14 05:39:17 5600H plasmashell[3080]: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
Apr 14 05:39:17 5600H plasmashell[3080]: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
Apr 14 05:39:17 5600H kded5[3016]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Apr 14 05:39:17 5600H kded5[3016]: kf.bluezqt: PendingCall Error: "The name is not activatable"
Apr 14 05:39:17 5600H kded5[3016]: kscreen.kded: PowerDevil SuspendSession action not available!
Apr 14 05:39:17 5600H polkit-kde-authentication-agent-1[3126]: KXMessages used on non-X11 platform! This is an application bug.
Apr 14 05:39:18 5600H backlighthelper[3236]: org.kde.powerdevil: no kernel backlight interface found
Apr 14 05:39:18 5600H org_kde_powerdevil[3127]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
Apr 14 05:39:18 5600H org_kde_powerdevil[3127]: org.kde.powerdevil: org.kde.powerdevil.backlighthelper.brightness failed
Apr 14 05:39:18 5600H org_kde_powerdevil[3127]: ddca_get_display_info_list2 called before ddca_init2() or ddca_init()
Apr 14 05:39:18 5600H plasmashell[3080]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/InlineMessage.qml:265:13: QML SelectableLabel: Binding loop detected for property "implicitWidth"
Apr 14 05:39:18 5600H plasmashell[3080]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
Apr 14 05:39:18 5600H plasmashell[3080]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
Apr 14 05:39:18 5600H plasmashell[3080]: org.kde.plasma.containmentlayoutmanager: Error: cannot change the containment to AppletsLayout
Apr 14 05:39:18 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:18 5600H plasmashell[3080]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderItemDelegate.qml:325:17: QML Label: Binding loop detected for property "width"
Apr 14 05:39:18 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:18 5600H plasmashell[3080]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
Apr 14 05:39:18 5600H plasmashell[3080]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
Apr 14 05:39:18 5600H plasmashell[3080]: Trying to use rootObject before initialization is completed, whilst using setInitializationDelayed. Forcing completion
Apr 14 05:39:18 5600H bluetoothd[618]: src/adv_monitor.c:btd_adv_monitor_power_down() Unexpected NULL btd_adv_monitor_manager object upon power down
Apr 14 05:39:18 5600H plasmashell[3080]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
Apr 14 05:39:19 5600H kioslave5[3287]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:19 5600H plasmashell[3080]: file:///usr/share/plasma/plasmoids/org.kde.kscreen/contents/ui/main.qml:30:5: Unable to assign [undefined] to bool
Apr 14 05:39:19 5600H org_kde_powerdevil[3127]: org.kde.powerdevil: Handle button events action could not check for screen configuration
Apr 14 05:39:19 5600H org_kde_powerdevil[3127]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
Apr 14 05:39:19 5600H zeitgeist-datah[3465]: zeitgeist-datahub.vala:224: Unable to get name "org.gnome.zeitgeist.datahub" on the bus!
Apr 14 05:39:19 5600H megasync[3343]: QSettings::value: Empty key passed
Apr 14 05:39:19 5600H megasync[3343]: QSettings::value: Empty key passed
Apr 14 05:39:19 5600H plasmashell[3080]: Cyclic dependency detected between "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml" and "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationHeader.qml"
Apr 14 05:39:19 5600H plasmashell[3080]: Cyclic dependency detected between "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml" and "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/ThumbnailStrip.qml"
Apr 14 05:39:19 5600H pulseaudio[3294]: module-combine is deprecated: Please use module-combine-sink instead of module-combine!
Apr 14 05:39:19 5600H pulseaudio[3294]: We will now load module-combine-sink. Please make sure to remove module-combine from your configuration.
Apr 14 05:39:19 5600H bluetoothd[618]: Failed to add UUID: Failed (0x03)
Apr 14 05:39:19 5600H bluetoothd[618]: Failed to add UUID: Failed (0x03)
Apr 14 05:39:19 5600H bluetoothd[618]: Failed to add UUID: Failed (0x03)
Apr 14 05:39:19 5600H bluetoothd[618]: Failed to add UUID: Failed (0x03)
Apr 14 05:39:19 5600H yakuake[3349]: org.kde.konsole.profile: "/home/tpb/.local/share/konsole/Empty.profile"  does not have a valid name, ignoring.
Apr 14 05:39:19 5600H plasmashell[3080]: file:///usr/share/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/main.qml:95: TypeError: Cannot read property 'airplaneModeAvailable' of null
Apr 14 05:39:19 5600H plasmashell[3080]: file:///usr/share/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/main.qml:95: TypeError: Cannot read property 'airplaneModeAvailable' of null
Apr 14 05:39:19 5600H plasmashell[3080]: file:///usr/share/plasma/plasmoids/org.kde.kscreen/contents/ui/main.qml:30:5: Unable to assign [undefined] to bool
Apr 14 05:39:19 5600H plasmashell[3080]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/main.qml:18:1: QML MouseArea (parent or ancestor of QQuickLayoutAttached): Binding loop detected for property "minimumWidth"
Apr 14 05:39:19 5600H plasmashell[3080]: Both point size and pixel size set. Using pixel size.
Apr 14 05:39:19 5600H plasmashell[3080]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/Tooltip.qml:78:9: QML GridLayout (parent or ancestor of QQuickLayoutAttached): Binding loop detected for property "minimumWidth"
Apr 14 05:39:19 5600H plasmashell[3080]: org.kde.plasma.containmentlayoutmanager: Error: cannot change the containment to AppletsLayout
Apr 14 05:39:19 5600H plasmashell[3080]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
Apr 14 05:39:19 5600H plasmashell[3080]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Apr 14 05:39:20 5600H kioslave5[3301]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:21 5600H plasmashell[3080]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Apr 14 05:39:21 5600H plasmashell[3080]: kf5idletime_wayland: This plugin does not support polling idle time
Apr 14 05:39:21 5600H plasmashell[3080]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Apr 14 05:39:21 5600H plasmashell[3080]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Apr 14 05:39:21 5600H plasmashell[3080]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Apr 14 05:39:21 5600H plasmashell[3080]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Apr 14 05:39:21 5600H plasmashell[3080]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Apr 14 05:39:21 5600H plasmashell[3080]: file:///usr/share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/CompactRepresentation.qml:61:17: Unable to assign [undefined] to int
Apr 14 05:39:21 5600H plasmashell[3080]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Apr 14 05:39:21 5600H plasmashell[3080]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Apr 14 05:39:21 5600H plasmashell[3080]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Apr 14 05:39:21 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:21 5600H plasmashell[3080]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Apr 14 05:39:21 5600H kioslave5[3287]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:21 5600H plasmashell[3080]: file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/DeviceItem.qml:36:5: Unable to assign [undefined] to bool
Apr 14 05:39:21 5600H plasmashell[3080]: file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/DeviceItem.qml:35:5: Unable to assign [undefined] to bool
Apr 14 05:39:21 5600H plasmashell[3080]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderItemDelegate.qml:325:17: QML Label: Binding loop detected for property "width"
Apr 14 05:39:21 5600H kioslave5[3287]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:21 5600H plasmashell[3080]: file:///usr/lib/qt/qml/org/kde/plasma/extras/ExpandableListItem.qml:291: TypeError: Cannot read property 'enabled' of null
Apr 14 05:39:21 5600H plasmashell[3080]: file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/DeviceItem.qml:36:5: Unable to assign [undefined] to bool
Apr 14 05:39:21 5600H plasmashell[3080]: file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/DeviceItem.qml:35:5: Unable to assign [undefined] to bool
Apr 14 05:39:21 5600H kioslave5[3301]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:21 5600H plasmashell[3080]: file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/DeviceItem.qml:36:5: Unable to assign [undefined] to bool
Apr 14 05:39:21 5600H plasmashell[3080]: file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/DeviceItem.qml:35:5: Unable to assign [undefined] to bool
Apr 14 05:39:21 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:21 5600H plasmashell[3080]: file:///usr/lib/qt/qml/org/kde/plasma/extras/ExpandableListItem.qml:291: TypeError: Cannot read property 'enabled' of null
Apr 14 05:39:21 5600H plasmashell[3080]: file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/DeviceItem.qml:36:5: Unable to assign [undefined] to bool
Apr 14 05:39:21 5600H plasmashell[3080]: file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/DeviceItem.qml:35:5: Unable to assign [undefined] to bool
Apr 14 05:39:21 5600H plasmashell[3080]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderItemDelegate.qml:325:17: QML Label: Binding loop detected for property "width"
Apr 14 05:39:21 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:21 5600H plasmashell[3080]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_04_00.1.hdmi-stereo-extra1.monitor"
Apr 14 05:39:21 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:21 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:21 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:21 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:21 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:21 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:21 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:21 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:22 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:22 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:22 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:22 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:22 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:22 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:22 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:22 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:22 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:22 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:22 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:22 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:22 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:22 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:22 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:22 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:22 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:22 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:22 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:22 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:22 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:22 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:22 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:22 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:22 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:22 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:22 5600H plasmashell[3080]: file:///usr/share/plasma/plasmoids/org.kde.plasma.printmanager/contents/ui/PrinterItem.qml:22:5: Unable to assign [undefined] to bool
Apr 14 05:39:22 5600H plasmashell[3080]: file:///usr/share/plasma/plasmoids/org.kde.plasma.printmanager/contents/ui/PrinterItem.qml:22:5: Unable to assign [undefined] to bool
Apr 14 05:39:22 5600H systemd[2865]: app-bluemail@autostart.service: Main process exited, code=dumped, status=5/TRAP
Apr 14 05:39:22 5600H systemd[2865]: app-bluemail@autostart.service: Failed with result 'core-dump'.
Apr 14 05:39:24 5600H plasmashell[3080]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Apr 14 05:39:24 5600H plasmashell[3080]: trying to show an empty dialog
Apr 14 05:39:25 5600H systemd[2865]: app-dropbox@autostart.service: Main process exited, code=killed, status=9/KILL
Apr 14 05:39:25 5600H plasmashell[3080]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Apr 14 05:39:30 5600H plasmashell[3080]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5596d1026540) QQmlContext(0x5596d1f704c0) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
Apr 14 05:39:30 5600H plasmashell[3080]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5596d1026540) QQmlContext(0x5596d1f704c0) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
Apr 14 05:39:32 5600H kded5[3016]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Apr 14 05:39:34 5600H plasmashell[3080]: QQmlEngine::setContextForObject(): Object already has a QQmlContext
Apr 14 05:39:34 5600H plasmashell[3080]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/AppletConfiguration.qml:126:5: QML ScrollView: Binding loop detected for property "implicitWidth"
Apr 14 05:39:34 5600H plasmashell[3080]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/InlineMessage.qml:265:13: QML SelectableLabel: Binding loop detected for property "implicitWidth"
Apr 14 05:39:34 5600H plasmashell[3080]: kf.coreaddons: "Could not find plugin org.kde.plasma.folder"
Apr 14 05:39:34 5600H plasmashell[3080]: Error loading KCM: "Could not find plugin org.kde.plasma.folder"
Apr 14 05:39:34 5600H plasmashell[3080]: kf.coreaddons: "Could not find plugin org.kde.plasma.folder"
Apr 14 05:39:34 5600H plasmashell[3080]: Error loading KCM: "Could not find plugin org.kde.plasma.folder"
Apr 14 05:39:34 5600H plasmashell[3080]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:210: TypeError: Cannot read property 'objectName' of null
Apr 14 05:39:34 5600H plasmashell[3080]: kf.coreaddons: "Could not find plugin org.kde.haenau"
Apr 14 05:39:34 5600H plasmashell[3080]: Error loading KCM: "Could not find plugin org.kde.haenau"
Apr 14 05:39:34 5600H plasmashell[3080]: kf.coreaddons: "Could not find plugin org.kde.slideshow"
Apr 14 05:39:34 5600H plasmashell[3080]: Error loading KCM: "Could not find plugin org.kde.slideshow"
Apr 14 05:39:34 5600H plasmashell[3080]: kf.coreaddons: "Could not find plugin org.kde.hunyango"
Apr 14 05:39:34 5600H plasmashell[3080]: Error loading KCM: "Could not find plugin org.kde.hunyango"
Apr 14 05:39:34 5600H plasmashell[3080]: kf.coreaddons: "Could not find plugin org.kde.color"
Apr 14 05:39:34 5600H plasmashell[3080]: Error loading KCM: "Could not find plugin org.kde.color"
Apr 14 05:39:34 5600H plasmashell[3080]: kf.coreaddons: "Could not find plugin org.kde.image"
Apr 14 05:39:34 5600H plasmashell[3080]: Error loading KCM: "Could not find plugin org.kde.image"
Apr 14 05:39:34 5600H plasmashell[3080]: kf.coreaddons: "Could not find plugin org.kde.image"
Apr 14 05:39:34 5600H plasmashell[3080]: Error loading KCM: "Could not find plugin org.kde.image"
Apr 14 05:39:34 5600H plasmashell[3080]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:138:9: QML StackView: Binding loop detected for property "implicitHeight"
Apr 14 05:39:34 5600H plasmashell[3080]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:38:5: QML Loader: Binding loop detected for property "height"
Apr 14 05:39:34 5600H plasmashell[3080]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:38:5: QML Loader: Binding loop detected for property "height"
Apr 14 05:39:34 5600H plasmashell[3080]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:51:5: QML ColumnLayout: Binding loop detected for property "height"
Apr 14 05:39:34 5600H plasmashell[3080]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:38:5: QML Loader: Binding loop detected for property "height"
Apr 14 05:39:34 5600H plasmashell[3080]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationContainmentAppearance.qml:51:5: QML ColumnLayout: Binding loop detected for property "height"
Apr 14 05:39:34 5600H plasmashell[3080]: file:///usr/lib/qt/qml/org/kde/kcm/SettingHighlighter.qml:0: ReferenceError: kcm is not defined
Apr 14 05:39:34 5600H plasmashell[3080]: file:///usr/lib/qt/qml/org/kde/kcm/SettingHighlighter.qml:0: ReferenceError: kcm is not defined
Apr 14 05:39:34 5600H plasmashell[3080]: file:///usr/lib/qt/qml/org/kde/kcm/SettingHighlighter.qml:0: ReferenceError: kcm is not defined
Apr 14 05:39:34 5600H plasmashell[3080]: file:///usr/lib/qt/qml/org/kde/kcm/SettingHighlighter.qml:0: ReferenceError: kcm is not defined
Apr 14 05:39:34 5600H plasmashell[3080]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
Apr 14 05:39:34 5600H plasmashell[3080]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
Apr 14 05:39:34 5600H plasmashell[3080]: file:///usr/share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/CompactRepresentation.qml:61:17: Unable to assign [undefined] to int
Apr 14 05:39:34 5600H plasmashell[3080]: file:///usr/share/plasma/plasmoids/org.kde.plasma.printmanager/contents/ui/PrinterItem.qml:22:5: Unable to assign [undefined] to bool
Apr 14 05:39:34 5600H plasmashell[3080]: file:///usr/share/plasma/plasmoids/org.kde.plasma.printmanager/contents/ui/PrinterItem.qml:22:5: Unable to assign [undefined] to bool
Apr 14 05:39:34 5600H plasmashell[3080]: file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/DeviceItem.qml:36:5: Unable to assign [undefined] to bool
Apr 14 05:39:34 5600H plasmashell[3080]: file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/DeviceItem.qml:35:5: Unable to assign [undefined] to bool
Apr 14 05:39:34 5600H plasmashell[3080]: file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/DeviceItem.qml:36:5: Unable to assign [undefined] to bool
Apr 14 05:39:34 5600H plasmashell[3080]: file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/DeviceItem.qml:35:5: Unable to assign [undefined] to bool
Apr 14 05:39:35 5600H plasmashell[3080]: Both point size and pixel size set. Using pixel size.
Apr 14 05:39:35 5600H plasmashell[3080]: org.kde.plasma.containmentlayoutmanager: Error: cannot change the containment to AppletsLayout
Apr 14 05:39:35 5600H plasmashell[3080]: file:///usr/lib/qt/qml/org/kde/kcm/SettingHighlighter.qml:0: ReferenceError: kcm is not defined
Apr 14 05:39:35 5600H plasmashell[3080]: file:///usr/lib/qt/qml/org/kde/kcm/SettingHighlighter.qml:0: ReferenceError: kcm is not defined
Apr 14 05:39:35 5600H plasmashell[3080]: file:///usr/lib/qt/qml/org/kde/kcm/SettingHighlighter.qml:0: ReferenceError: kcm is not defined
Apr 14 05:39:35 5600H plasmashell[3080]: file:///usr/lib/qt/qml/org/kde/kcm/SettingHighlighter.qml:0: ReferenceError: kcm is not defined
Apr 14 05:39:35 5600H kioslave5[3257]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Apr 14 05:39:35 5600H plasmashell[3080]: QQmlEngine::setContextForObject(): Object already has a QQmlContext
Apr 14 05:39:39 5600H plasmashell[3080]: kf.coreaddons: "Could not find plugin org.kde.slideshow"
Apr 14 05:39:39 5600H plasmashell[3080]: Error loading KCM: "Could not find plugin org.kde.slideshow"
Apr 14 05:39:39 5600H plasmashell[3080]: file:///usr/share/plasma/wallpapers/org.kde.image/contents/ui/SlideshowComponent.qml: No such file or directory
Apr 14 05:39:39 5600H plasmashell[3080]: Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
Apr 14 05:39:39 5600H plasmashell[3080]: Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
Apr 14 05:39:39 5600H plasmashell[3080]: file:///usr/lib/qt/qml/org/kde/kcm/SettingHighlighter.qml:0: ReferenceError: kcm is not defined
Apr 14 05:39:39 5600H plasmashell[3080]: file:///usr/lib/qt/qml/org/kde/kcm/SettingHighlighter.qml:0: ReferenceError: kcm is not defined
Apr 14 05:39:39 5600H plasmashell[3080]: file:///usr/lib/qt/qml/org/kde/kcm/SettingHighlighter.qml:0: ReferenceError: kcm is not defined
Apr 14 05:39:39 5600H plasmashell[3080]: file:///usr/lib/qt/qml/org/kde/kcm/SettingHighlighter.qml:0: ReferenceError: kcm is not defined
Apr 14 05:39:39 5600H plasmashell[3080]: file:///usr/lib/qt/qml/org/kde/kcm/SettingHighlighter.qml:0: ReferenceError: kcm is not defined
Apr 14 05:39:39 5600H plasmashell[3080]: file:///usr/lib/qt/qml/org/kde/kcm/SettingHighlighter.qml:0: ReferenceError: kcm is not defined
Apr 14 05:39:39 5600H plasmashell[3080]: file:///usr/lib/qt/qml/org/kde/kcm/SettingHighlighter.qml:0: ReferenceError: kcm is not defined
Apr 14 05:39:39 5600H plasmashell[3080]: file:///usr/lib/qt/qml/org/kde/kcm/SettingHighlighter.qml:0: ReferenceError: kcm is not defined
Apr 14 05:39:39 5600H plasmashell[3080]: file:///usr/lib/qt/qml/org/kde/kcm/SettingHighlighter.qml:0: ReferenceError: kcm is not defined
Apr 14 05:39:45 5600H plasmashell[3080]: kf.service.services: KApplicationTrader: mimeType "x-scheme-handler/file" not found
Apr 14 05:39:45 5600H plasmashell[3080]: QString::arg: 2 argument(s) missing in org.mozilla.Thunderbird
Apr 14 05:40:10 5600H zeitgeist-datah[3364]: zeitgeist-datahub.vala:207: Error during inserting events: GDBus.Error:org.gnome.zeitgeist.EngineError.InvalidArgument: Incomplete event: interpretation, manifestation and actor are required
Apr 14 05:40:21 5600H plasmashell[3080]: kf.service.services: KApplicationTrader: mimeType "x-scheme-handler/file" not found
Apr 14 05:40:21 5600H plasmashell[3080]: QString::arg: 2 argument(s) missing in org.kde.konsole
Apr 14 05:40:21 5600H konsole[5075]: org.kde.konsole.profile: "/home/tpb/.local/share/konsole/Empty.profile"  does not have a valid name, ignoring.
Apr 14 05:40:47 5600H plasmashell[3080]: kf.service.services: KApplicationTrader: mimeType "x-scheme-handler/file" not found
Apr 14 05:40:47 5600H plasmashell[3080]: QString::arg: 2 argument(s) missing in leafpad
Apr 14 05:40:48 5600H plasmashell[3080]: kpipewire_logging: PipeWire remote error:  -2 unknown resource 2 op:4
Apr 14 05:40:48 5600H plasmashell[3080]: kpipewire_logging: PipeWire remote error:  -2 unknown resource 3 op:4
Apr 14 05:40:48 5600H plasmashell[3080]: kpipewire_logging: PipeWire remote error:  -2 unknown resource 2 op:4
Apr 14 05:40:48 5600H plasmashell[3080]: kpipewire_logging: PipeWire remote error:  -2 unknown resource 3 op:4
Apr 14 05:40:48 5600H plasmashell[3080]: kpipewire_logging: PipeWire remote error:  -2 unknown resource 2 op:4
Apr 14 05:40:48 5600H plasmashell[3080]: kpipewire_logging: PipeWire remote error:  -2 unknown resource 3 op:4
Apr 14 05:40:48 5600H plasmashell[3080]: kpipewire_logging: PipeWire remote error:  -2 unknown resource 2 op:4
Apr 14 05:40:48 5600H plasmashell[3080]: kpipewire_logging: PipeWire remote error:  -2 unknown resource 2 op:4
Apr 14 05:40:48 5600H plasmashell[3080]: kpipewire_logging: PipeWire remote error:  -2 unknown resource 2 op:4
Apr 14 05:40:48 5600H plasmashell[3080]: kpipewire_logging: PipeWire remote error:  -2 unknown resource 2 op:7
Apr 14 05:40:48 5600H plasmashell[3080]: kpipewire_logging: PipeWire remote error:  -2 unknown resource 3 op:4
Apr 14 05:40:48 5600H plasmashell[3080]: kpipewire_logging: PipeWire remote error:  -2 unknown resource 3 op:4
Apr 14 05:40:48 5600H plasmashell[3080]: kpipewire_logging: PipeWire remote error:  -2 unknown resource 3 op:4
Apr 14 05:40:48 5600H plasmashell[3080]: kpipewire_logging: PipeWire remote error:  -2 unknown resource 3 op:7

sudo systemctl enable bluetooth.service (No output)

systemctl does not usually need sudo

And … are you actually asking about the service?

When you boot up fresh - is the service started?

systemctl status bluetooth

Do you restart the service to get things going?

Or are you referring to something else like a desktop interface that you need to toggle?

@cscs Hi, my output for bluetooth status on startup is:

$ systemctl status bluetooth
● bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: disabled)
     Active: active (running) since Sun 2024-04-14 10:37:25 AEST; 1min 38s ago
       Docs: man:bluetoothd(8)
   Main PID: 661 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 34754)
     Memory: 2.6M (peak: 2.9M)
        CPU: 35ms
     CGroup: /system.slice/bluetooth.service
             └─661 /usr/lib/bluetooth/bluetoothd

Apr 14 10:37:57 5600H bluetoothd[661]: Endpoint registered: sender=:1.61 path=/MediaEndpoint/A2DPSource/sbc_xq_453
Apr 14 10:37:57 5600H bluetoothd[661]: Endpoint registered: sender=:1.61 path=/MediaEndpoint/A2DPSink/sbc_xq_512
Apr 14 10:37:57 5600H bluetoothd[661]: Endpoint registered: sender=:1.61 path=/MediaEndpoint/A2DPSource/sbc_xq_512
Apr 14 10:37:57 5600H bluetoothd[661]: Endpoint registered: sender=:1.61 path=/MediaEndpoint/A2DPSink/sbc_xq_552
Apr 14 10:37:57 5600H bluetoothd[661]: Endpoint registered: sender=:1.61 path=/MediaEndpoint/A2DPSource/sbc_xq_552
Apr 14 10:37:57 5600H bluetoothd[661]: Endpoint registered: sender=:1.61 path=/MediaEndpoint/A2DPSink/faststream
Apr 14 10:37:57 5600H bluetoothd[661]: Endpoint registered: sender=:1.61 path=/MediaEndpoint/A2DPSource/faststream
Apr 14 10:37:57 5600H bluetoothd[661]: Failed to add UUID: Failed (0x03)
Apr 14 10:37:57 5600H bluetoothd[661]: Failed to add UUID: Failed (0x03)
Apr 14 10:37:57 5600H bluetoothd[661]: Failed to add UUID: Failed (0x03)

So the status says Bluetooth is enabled but if I go to System Settings Bluetooth it shows BT is disabled.

If I go to the taskbar, Status and Notifications, Bluetooth is greyed out.
Bluetooth screenshot1

If I click on Bluetooth I have to enable bluetooth to connect.
Bluetooth screenshot2

If my bluetooth device is on, Plasma will then connect/disconnect/connect.

What I am hoping to do is have Bluetooth enabled at startup so I don’t have to manually start it each time.

So instead we are talking about the bluetooth applet.

Please select the “Configure” option
(I am on Plasma 6 so, if you are not the path may not be exactly the same, use the button you have);

System Settings > Bluetooth > Configure [Button] > On Login

Please ensure that under “On Login” either “Enable Bluetooth” or “Restore Previous Status” is selected.
(if “Restore…” does not function as expected please report, and try “Enable…”)

@cscs Thanks for your reply. I am on Plasma 5.27.11. I have tried both configurations, BT enabled then restart and BT connected, Restore previous session and restart and in both cases BT is disabled on a restart.
Is the terminal output of BT status “preset: disabled” indicating that my selection of BT enabled on login or BT Restore previous state is not being saved?

Its not related at all.
It simply means it was shipped to you disabled.
You have since enabled it, and have verified it is enabled/started upon login.


Then I dont know. Obviously thats what those options are for and if they dont work …

Maybe the ‘Failed to add UUID …’ lines are related?
Does the service log change after enabling through the applet?


Another thing I might check is loaded modules.
I suppose its possible that the toggle is activating one that is not already present.
You might check

lsmod

Or something like

lsmod | grep -iE 'bt|blu'

Before and After using the applet to start bluetooth.

@cscs Hi, the output of lsmod | grep -iE ‘bt|blu’ is the same before and after using the applet to start BT. The only thing I noticed is if I ticked the applet to enable BT, but did not click the button to connect to the Headphones, they connected anyway. In other words the applet was showing I needed to click connect to the BT device even though it was already connected. Perhaps there is some conflict with the applet.

However, given Plasma 6 is not far away, I think I will wait to see if that solves my problem. Thank you very much for your help. :clap:

I don’t remember the exact name of the setting, but you can find Bluetooth auto on parameter in /etc/bluetooth/main.conf. It’s “autoenable” or something like that.