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

--- Comment #7 from Andrius Štikonas <andr...@stikonas.eu> ---
(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.

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

Reply via email to