]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/commitdiff
Work around #44: Support long user names in w
authorPhillip Berndt <phillip.berndt@googlemail.com>
Wed, 10 Feb 2016 11:22:34 +0000 (12:22 +0100)
committerPhillip Berndt <phillip.berndt@googlemail.com>
Wed, 10 Feb 2016 11:22:34 +0000 (12:22 +0100)
contrib/pm-utils/40autorandr

index 8a66f3971f84d408e322e8ef0c692e0f892c8d43..8f7067cfa7aa89e8faba1cb772f998044e0d4e8d 100755 (executable)
@@ -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