From 584cb019bdb3f3047c14e1aa6355027078087c01 Mon Sep 17 00:00:00 2001 From: Phillip Berndt Date: Wed, 10 Feb 2016 12:22:34 +0100 Subject: [PATCH] Work around #44: Support long user names in w --- contrib/pm-utils/40autorandr | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/pm-utils/40autorandr b/contrib/pm-utils/40autorandr index 8a66f39..8f7067c 100755 --- a/contrib/pm-utils/40autorandr +++ b/contrib/pm-utils/40autorandr @@ -5,6 +5,9 @@ exec > /var/log/autorandr.log 2>&1 AUTORANDR="autorandr -c --default default" +# Work around #44: Long user names in w +export PROCPS_USERLEN=40 + detect_display() { # Wait for the system to recognize the changed state, see bug #30 -- 2.39.2