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 |
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 has been truncated, but you can view the full file.
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
| # For brevity, I excluded: 16375 occurances of: Notify message sent to '/run/systemd/notify': "WATCHDOG=1" | |
| Mar 13 14:09:11 phenom systemd-timesyncd[384695]: Successfully touched timestamp file. | |
| Mar 13 14:09:11 phenom systemd-timesyncd[384695]: Bus bus-api-timesync: changing state UNSET → OPENING | |
| Mar 13 14:09:11 phenom systemd-timesyncd[384695]: sd-bus: starting bus bus-api-timesync by connecting to /run/dbus/system_bus_socket... | |
| Mar 13 14:09:11 phenom systemd-timesyncd[384695]: Bus bus-api-timesync: changing state OPENING → AUTHENTICATING | |
| Mar 13 14:09:11 phenom systemd-timesyncd[384695]: Registering bus object implementation for path=/org/freedesktop/timesync1 iface=org.freedesktop.timesync1.Manager | |
| Mar 13 14:09:11 phenom systemd-timesyncd[384695]: Registering bus object implementation for path=/org/freedesktop/LogControl1 iface=org.freedesktop.LogControl1 | |
| Mar 13 14:09:11 phenom systemd-timesyncd[384695]: Added new ntske server time.cloudflare.com. | |
| Mar 13 14:09:11 phenom systemd-timesyncd[384695]: Added new |