D10605: Fix location of Firefox dbCacheFile

Laurent Montel noreply at phabricator.kde.org
Sat Feb 17 17:02:55 UTC 2018


mlaurent requested changes to this revision.
mlaurent added a comment.
This revision now requires changes to proceed.


  Otherwise patch is correct.

INLINE COMMENTS

> firefox.cpp:58
>      if (m_dbCacheFile.isEmpty()) {
> -        m_dbCacheFile = QStandardPaths::writableLocation(QStandardPaths::CacheLocation) + QStringLiteral("bookmarkrunnerfirefoxdbfile.sqlite");
> +        m_dbCacheFile = QStandardPaths::writableLocation(QStandardPaths::CacheLocation) + "/" + QStringLiteral("bookmarkrunnerfirefoxdbfile.sqlite");
>      }

or QStringLiteral("/bookmarkrunnerfirefoxdbfile.sqlite"); directly.

REPOSITORY
  R120 Plasma Workspace

REVISION DETAIL
  https://phabricator.kde.org/D10605

To: z3ntu, mlaurent
Cc: mlaurent, plasma-devel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20180217/d109ec89/attachment-0001.html>


More information about the Plasma-devel mailing list