[Differential] [Commented On] D4807: Check whether tar.lzo format is available
Ragnar Thomsen
noreply at phabricator.kde.org
Sun Feb 26 14:12:25 UTC 2017
rthomsen added inline comments.
INLINE COMMENTS
> pluginmanager.cpp:260-263
> + if (QFileInfo::exists(QStringLiteral("/usr/lib64/libarchive.so"))) {
> + libarchive = QStringLiteral("/usr/lib64/libarchive.so");
> + } else if (QFileInfo::exists(QStringLiteral("/usr/lib/libarchive.so"))) {
> + libarchive = QStringLiteral("/usr/lib/libarchive.so");
Do we need to check in `/usr/local/lib{,64}` as well?
REPOSITORY
R36 Ark
REVISION DETAIL
https://phabricator.kde.org/D4807
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: elvisangelaccio, rthomsen
Cc: kde-utils-devel, #ark, tctara
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-utils-devel/attachments/20170226/d4985b2d/attachment.html>
More information about the Kde-utils-devel
mailing list