Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Another attempt to have macOS users enable QGIS #1209

Merged
merged 1 commit into from
Dec 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion themes/qgis-theme/forusers_download.html
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @DelazJ . I'm not sure you have to go through Applications for this - it can be done from the icon on the bar at the bottom (from memory).

How about:

After installing QGIS, the first launch attempt may fail due to security protections. To enable QGIS, control-click on its icon and select Open in the context menu. A confirmation dialog will display where you you need to click the Open button again. This only has to be done once.

Copy link
Contributor Author

@DelazJ DelazJ Nov 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nickbearman Indeed, people don't need to go through Applications folder, but I don't think that macOS places icon of installed applications in the Dock by default. So the imho safest step is to ask them to use the Applications road. Also, Garth was mentioning that it would avoid people trying to ctrl-click the icon in the dmg file they are installing.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DelazJ Good point, thanks for clarifying. Yes this looks good, thanks very much for making the change

Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ <h4>{{ _('Download for macOS') }} <i class="icon-chevron-down pull-right"></i></
</div>
<div id="mac" class="accordion-body collapse in">
<div class="accordion-inner centered">
<p><b><em>{{ _('After installing QGIS, the first launch attempt may fail due to security protections. To enable QGIS, control-click on its icon in your Applications folder and select Open in the context menu. A confirmation dialog will display where you you need to click the Open button again. This only has to be done once.') }}</em></b></p>
<a class="reference btn btn-large btn-success" href="https://qgis.org/downloads/macos/qgis-macos-pr.dmg">
<div class="primary-download-button">
<div class="qgis-download"></div>
Expand All @@ -81,7 +82,6 @@ <h4>{{ _('Download for macOS') }} <i class="icon-chevron-down pull-right"></i></
<a class="reference secondary-download-link" href="https://qgis.org/downloads/macos/qgis-macos-ltr.dmg">
{{ _('Looking for the most stable version? Get QGIS %s %s')|format( ltrversion, ltrnote ) }}
</a>
<p><b><em>{{ _('macOS High Sierra (10.13) or newer is required. QGIS is not yet notarized as required by macOS Catalina (10.15) security rules. On first launch, please control-click on the icon and choose Open from the context menu, after which a confirmation dialog is shown and you need to click the Open button.') }}</em></b></p>
</div>
<div class="accordion-inner">
<p>{{ _('Alternatively, for native support of both Intel x86 and Apple ARM architectures, together with the latest versions of key components (e.g. GDAL, PDAL, GRASS GIS) see:') }}</p>
Expand Down