Skip to content

Commit ddf5956

Browse files
authored
Fedora (#39)
* Update sync.md Update to include information needed to sync with many Gnome configurations. * Update mkdocs.yml Add the admonition details extension to allow for a less intrusive note that only applies to some configurations. * Update sync.md Add drop down note about the bug in keyring that affects some Gnome configurations.
1 parent e9457c9 commit ddf5956

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/administration/sync.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,15 @@ It is available in Gramps Desktop and can be installed [in the usual way](https:
1717
!!! warn
1818
Please make sure to use the same version of Gramps on your desktop as the one running on your server. See the [Get Help](../help/help.md) section for how to find out which Gramps version your server is running. The Gramps version has the form `MAJOR.MINOR.PATCH`, and `MAJOR` and `MINOR` must be the same on web and desktop.
1919

20-
2120
Optional step:
2221

23-
- Install `keyring` (e.g. `sudo apt install python3-keyring`) to allow storing the API password safely in your system's password manager
22+
??? note inline end "Gnome keyring bug"
23+
There is currently a [bug in python keyring](https://github.com/jaraco/keyring/issues/496) that affects many Gnome desktop configurations. You may need to create the configuration file `~/.config/python_keyring/keyringrc.cfg` and edit it to look like this:
24+
25+
[backend]
26+
default-keyring=keyring.backends.SecretService.Keyring
27+
28+
- Install `keyring` (e.g. `sudo apt install python3-keyring` or `sudo dnf install python3-keyring`) to allow storing the API password safely in your system's password manager
2429

2530
## Usage
2631

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ plugins:
102102
'user-guide/sync.md': 'administration/sync.md'
103103
markdown_extensions:
104104
- admonition
105+
- pymdownx.details
105106
- pymdownx.highlight
106107
- pymdownx.superfences
107108
- attr_list

0 commit comments

Comments
 (0)