-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docs): Show how to enable opt-in features to devs/contributors. (#…
…859) We don't show Landscape config page nor the subscribe button by default. Those willing to test those features by hand need to enable them explicitly via the Windows registry, since #835 .
- Loading branch information
Showing
4 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,8 @@ zshrc | |
ESM | ||
Ok | ||
|
||
# Registry keys | ||
# Registry keys and types | ||
DWORD | ||
UbuntuPro | ||
UbuntuProToken | ||
LandscapeConfig |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# How to enable opt-in features | ||
|
||
Some features in UP4W are opt-in. While the code is arranged such that CI | ||
always tests with those features enabled, when running UP4W on your machine, | ||
you need to enable them explicitly via the Windows registry. This guide shows | ||
you how to do that. | ||
|
||
## Enable Landscape configuration in the GUI | ||
|
||
1. Open the Windows registry editor: press `Win + R`, type `regedit` and press `Enter`. | ||
1. Navigate to the following key: `HKEY_CURRENT_USER\Software\Canonical\UbuntuPro\`. | ||
1. Create a new DWORD value named `ShowLandscapeConfig` and set it to `1`. | ||
|
||
The next time you open the GUI, you'll find that the Landscape configuration | ||
page can be shown via the set up wizard or by clicking on the 'Configure | ||
Landscape' button. | ||
|
||
## Enable subscribing via the Microsoft Store | ||
|
||
1. Open the Windows registry editor: press `Win + R`, type `regedit` and press `Enter`. | ||
1. Navigate to the following key: `HKEY_CURRENT_USER\Software\Canonical\UbuntuPro\`. | ||
1. Create a new DWORD value named `AllowStorePurchase` and set it to `1`. | ||
|
||
The next time you open the GUI you'll find the button to subscribe to Ubuntu | ||
Pro via the Microsoft Store. | ||
|
||
```{warning} | ||
Beware that can incur in real charges if you proceed with the purchase. | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters