This file contains hidden or 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
| diff --git a/man/org.freedesktop.timesync1.xml b/man/org.freedesktop.timesync1.xml | |
| index 47d7fdc77d..61b0e164cf 100644 | |
| --- a/man/org.freedesktop.timesync1.xml | |
| +++ b/man/org.freedesktop.timesync1.xml | |
| @@ -48,6 +48,7 @@ node /org/freedesktop/timesync1 { | |
| readonly as SystemNTPServers = ['...', ...]; | |
| readonly as RuntimeNTPServers = ['...', ...]; | |
| readonly as FallbackNTPServers = ['...', ...]; | |
| + readonly as NTSKeyExchangeServers = ['...', ...]; | |
| @org.freedesktop.DBus.Property.EmitsChangedSignal("false") |
This file contains hidden or 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
| #!/usr/bin/env python3 | |
| import os | |
| import sys | |
| import subprocess | |
| import tempfile | |
| import shutil | |
| # Make sure you have imagemagick with lcms support | |
| # Update the path to your ICC |