https://bugs.kde.org/show_bug.cgi?id=447961

--- Comment #8 from Andrius Štikonas <andr...@stikonas.eu> ---
(In reply to Andrius Štikonas from comment #7)
> (In reply to Michael Ehrlichman from comment #6)
> > 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;
> 
> Hmm, perhaps just setting m_deviceNode = m_fsSpec before all those if/else
> blocks work, let me test.

Actually it looks like things are going wrong during write stage:
https://invent.kde.org/system/kpmcore/-/blob/master/src/core/fstab.cpp#L280

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to