<table><tr><td style="">dfaure created this revision.<br />dfaure added reviewers: chinmoyr, ngraham, maltek.<br />Herald added a project: Frameworks.<br />Herald added a subscriber: kde-frameworks-devel.<br />dfaure requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D22022">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>We already silenced that annoying messagebox for filesystems like<br />
VFAT, NTFS, SMBFS etc. But it still happens in more tricky cases like<br />
copying to a VirtualBox shared folder when the host is Windows<br />
(i.e. this is NTFS but we can't know, mtab just says vboxsf,<br />
and with a Linux host, vboxsf does support chmod).</p>

<p>All other similar warnings (chown/chgrp/utime failing) also just<br />
lead to a qWarning, no point in annoying the user about this since<br />
he/she can't do anything about it anyway.</p>

<p>In addition at the filesystem level chmod(2) doesn't even fail anymore<br />
these days on VFAT/NTFS, it just fails silently.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Not really, since I couldn't actually get that warning on a native<br />
Linux system, due to the last point above.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R241 KIO</div></div></div><br /><div><strong>BRANCH</strong><div><div>master</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D22022">https://phabricator.kde.org/D22022</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/ioslaves/file/file_unix.cpp</div></div></div><br /><div><strong>To: </strong>dfaure, chinmoyr, ngraham, maltek<br /><strong>Cc: </strong>kde-frameworks-devel, LeGast00n, michaelh, ngraham, bruns<br /></div>