mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
Mac OS X: on access denied open "all files & folders" prefs instead of "full disk access"
This commit is contained in:
parent
95ce718d41
commit
f5b36b6dd0
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ bool DownloadThread::_openAndPrepareDevice()
|
||||||
} else if (authopenresult == _file.authOpenError) {
|
} else if (authopenresult == _file.authOpenError) {
|
||||||
QString msg = tr("Error running authopen to gain access to disk device '%1'").arg(QString(_filename));
|
QString msg = tr("Error running authopen to gain access to disk device '%1'").arg(QString(_filename));
|
||||||
msg += "<br>"+tr("Please verify if 'Raspberry Pi Imager' is allowed access to 'removable volumes' in privacy settings (under 'files and folders' or alternatively give it 'full disk access').");
|
msg += "<br>"+tr("Please verify if 'Raspberry Pi Imager' is allowed access to 'removable volumes' in privacy settings (under 'files and folders' or alternatively give it 'full disk access').");
|
||||||
QProcess::execute("open x-apple.systempreferences:com.apple.preference.security?Privacy_AllFiles");
|
QProcess::execute("open x-apple.systempreferences:com.apple.preference.security?Privacy_RemovableVolume");
|
||||||
emit error(msg);
|
emit error(msg);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue