From e610ac3d50d563a8e73a7d9b16a2126df2dabdf9 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 17 May 2018 23:56:40 +0900 Subject: [PATCH] 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. --- src/timedate/org.freedesktop.timedate1.policy | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 -- 2.47.3