From b043da7e75ddc1919eb4182f4773b4f26b6984da Mon Sep 17 00:00:00 2001 From: IgnorantGuru Date: Sun, 16 Dec 2012 05:59:13 -0700 Subject: [PATCH] systemd service file set DISPLAY for popups #17 --- ChangeLog | 1 + etc/systemd/devmon@.service | 2 ++ 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0df32ca..01f3022 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 0.3.5+ file mount prevent race conditions disallow remount of file due to potential race conditions + systemd service file set DISPLAY for popups #17 0.3.5 2012-11-24: ftpfs limit attempts on none #14 handle mount point trailing space #12 diff --git a/etc/systemd/devmon@.service b/etc/systemd/devmon@.service index 8d010dc..23ccf87 100644 --- a/etc/systemd/devmon@.service +++ b/etc/systemd/devmon@.service @@ -4,6 +4,8 @@ Description=devmon Service [Service] Type=simple User=%i +# Set DISPLAY for popup dialogs +Environment=DISPLAY=:0 EnvironmentFile=/etc/conf.d/devmon ExecStart=/usr/bin/devmon $ARGS