From: Yu Watanabe Date: Thu, 17 May 2018 14:56:40 +0000 (+0900) Subject: timedatectl: do not wrap polkit policy message X-Git-Tag: v239~250^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9016%2Fhead;p=thirdparty%2Fsystemd.git timedatectl: do not wrap polkit policy message If messages are wrapped, then only the last line is shown in the dialog, at least polkit gui for Xfce. It may be a bug of polkit or Xfce. But it is not necessary to wrap the message in the policy file. So, let's fix them. --- diff --git a/src/timedate/org.freedesktop.timedate1.policy b/src/timedate/org.freedesktop.timedate1.policy index d488572ae3b..b6303ba1dd2 100644 --- a/src/timedate/org.freedesktop.timedate1.policy +++ b/src/timedate/org.freedesktop.timedate1.policy @@ -41,8 +41,7 @@ Set RTC to local timezone or UTC - Authentication is required to control whether - the RTC stores the local or UTC time. + Authentication is required to control whether the RTC stores the local or UTC time. auth_admin_keep auth_admin_keep @@ -52,8 +51,7 @@ Turn network time synchronization on or off - Authentication is required to control whether - network time synchronization shall be enabled. + Authentication is required to control whether network time synchronization shall be enabled. auth_admin_keep auth_admin_keep