diff --git a/runners/bookmarks/browsers/firefox.cpp b/runners/bookmarks/browsers/firefox.cpp --- a/runners/bookmarks/browsers/firefox.cpp +++ b/runners/bookmarks/browsers/firefox.cpp @@ -199,7 +199,6 @@ } profilePath.prepend(QStringLiteral("%1/.mozilla/firefox/").arg(QDir::homePath())); m_dbFile = profilePath + "/places.sqlite"; - grp.writeEntry("dbfile", m_dbFile); m_dbFile_fav = profilePath + "/favicons.sqlite"; } else { auto dir = QDir(m_dbFile);