Why is kded6 triggering an auto-mount-request on login?

Sorry I do not know. For about 3 years now I’m only using openSUSE Tumbleweed.

You could use

qdbus6 org.kde.kded6 /kded org.kde.kded6.loadedModules

to check (probably the “6” needs to be replaced with “5” on Plasma5).

“In the early days” there was a section in “systemsettings” where one could en-disable the plasma-services. However in Tumbleweed I had to do

kcmshell6 kcm_kded

which gave me a GUI where I could switch the service off.

(Probably there is a kcmshell5 kcm_kded for Plasma5.)

Yes, specific to KDE Plasma 6. If Leap users are subscribed to KDE repos (for Plasma 6) they might also encounter this, however it really is a corner case and has no functional impact on the end user.

Yes shifted to Background Services these days. Also, searchable from the menu.

List user bus names:

karl@i4130:~> busctl --user --acquired | grep kded
org.kde.GtkConfig                           1640 kded6           karl :1.12      user@1000.service -       -
org.kde.StatusNotifierWatcher               1640 kded6           karl :1.12      user@1000.service -       -
org.kde.Wacom                               1640 kded6           karl :1.12      user@1000.service -       -
org.kde.kappmenu                            1640 kded6           karl :1.12      user@1000.service -       -
org.kde.kded6                               1640 kded6           karl :1.12      user@1000.service -       -
org.kde.keyboard                            1640 kded6           karl :1.12      user@1000.service -       -
org.kde.plasma.browser.integration          1640 kded6           karl :1.26      user@1000.service -       -
org.kde.plasmanetworkmanagement             1640 kded6           karl :1.12      user@1000.service -       -
org.kde.plasmashell.accentColor             1640 kded6           karl :1.12      user@1000.service -       -
org.kde.touchpad                            1640 kded6           karl :1.12      user@1000.service -       -
karl@i4130:~> 

Show object tree of service of org.kde.kded6:

karl@i4130:~> busctl --user tree org.kde.kded6
├─ /AccentColor
├─ /GtkConfig
├─ /KAppMenu
├─ /Layouts
├─ /MainApplication
├─ /StatusNotifierWatcher
├─ /Tablet
├─ /kbuildsycoca
├─ /kded
├─ /modules
│ ├─ /modules/BrowserIntegrationReminder
│ ├─ /modules/StatusNotifierWatcher
│ ├─ /modules/appmenu
│ ├─ /modules/audioshortcutsservice
│ ├─ /modules/baloosearchmodule
│ ├─ /modules/bluedevil
│ │ └─ /modules/bluedevil/ObexAgent
│ ├─ /modules/browserintegrationflatpakintegrator
│ ├─ /modules/browserintegrationreminder
│ ├─ /modules/desktopnotifier
│ ├─ /modules/devicenotifications
│ ├─ /modules/donationmessage
│ ├─ /modules/freespacenotifier
│ ├─ /modules/gtkconfig
│ ├─ /modules/kameleon
│ ├─ /modules/kded_accounts
│ ├─ /modules/kded_bolt
│ ├─ /modules/kded_touchpad
│ ├─ /modules/keyboard
│ ├─ /modules/kscreen
│ ├─ /modules/ktimezoned
│ ├─ /modules/mprisservice
│ ├─ /modules/networkmanagement
│ ├─ /modules/plasma_accentcolor_service
│ ├─ /modules/printmanager
│ ├─ /modules/remotenotifier
│ ├─ /modules/smart
│ │ └─ /modules/smart/devices
│ │   └─ /modules/smart/devices/_org_freedesktop_UDisks2_block_devices_sda
│ ├─ /modules/smbwatcher
│ ├─ /modules/statusnotifierwatcher
│ └─ /modules/wacomtablet
└─ /org
  └─ /org/kde
    ├─ /org/kde/kded6
    └─ /org/kde/plasmanetworkmanagement
karl@i4130:~> 

BTW: What are your filesystems?

karl@i4130:~> systemctl list-dependencies local-fs.target remote-fs.target 
local-fs.target
● ├─-.mount
● ├─\x2esnapshots.mount
● ├─boot-efi.mount
● ├─boot-grub2-i386\x2dpc.mount
● ├─boot-grub2-x86_64\x2defi.mount
● ├─home.mount
● ├─opt.mount
● ├─root.mount
● ├─srv.mount
● ├─systemd-remount-fs.service
● ├─tmp.mount
● ├─usr-local.mount
● └─var.mount

remote-fs.target
● └─fritz.box.automount
karl@i4130:~> 

I agree that the user may not notice. But otoh, why should he bother about the “free space” on file systems (if that is what the feature does) even on those he may have no connection at all (e.g. because he hasn’t any access to it). That is typically something the system manager should observe.

I any case, thanks to all who tried explain more details bout this in KDE5.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.