On a fresh install of Fedora 40 KDE Plasma, after opening Dolphin, two
windows pop up:
"Online Accounts", asking "+ Add New Account"
"Authentication Dialog", asking for a password

What happened before:
I had been struggling for a while to automount a smb sare via /etc/fstab
(in fact, the share is on a thumb drive attached to our router, mainly
used to receive scanned documents from a network MFC).
There seemed to be a race condition in systemd between smb3 mounting and
the network being up fully.
I finally got it figured out. Here is the corresponding line in
/etc/fstab (the game changer was adding the last option:
x-systemd.automount):

//fritz.box/NAS/FUSB/Scanordner /mnt/Scanordner smb3
vers=3.1.1,uid=1000,credentials=/root/mount_smb3.conf,x-systemd
.automount

Now the"Authentication Dialog" pops up, even though the password is
given in the credentials file, and after the share being mounted r/w.
Nothing severe happens when I simply shut the dialog, I can access the
share as well.

The other dialog "Online Accounts" is even more strange to me.
I'd simply like to prevent both windows from popping up ...
--
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to