https://bugs.kde.org/show_bug.cgi?id=447961
--- Comment #6 from Michael Ehrlichman <ehrlichma...@gmail.com> --- That sounds right. As you probably expect, if I prefix the line with "UUID=", then the line is not deleted. So an addition like the following, or perhaps a check for fsType=='davfs', would work, no? } else if (m_fsSpec.startsWith(QStringLiteral("http"))) { m_entryType = FstabEntry::Type::netdev; m_deviceNode = m_fsSpec; -- You are receiving this mail because: You are watching all bug changes.