From c0d3172ef07ab109736e25febd4276e9aa079bfa Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Wed, 30 Dec 2009 12:12:38 +0000 Subject: [PATCH 1/1] pandora-skel: Add libpnd HUP in the init script to ensure it knows about the logged in user. --- recipes/pandora-system/pandora-skel/.xinitrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/pandora-system/pandora-skel/.xinitrc b/recipes/pandora-system/pandora-skel/.xinitrc index bfda473..4a8e80f 100644 --- a/recipes/pandora-system/pandora-skel/.xinitrc +++ b/recipes/pandora-system/pandora-skel/.xinitrc @@ -38,6 +38,9 @@ if [ -d /etc/X11/Xsession.d ]; then done fi +# HUP pndnotifyd to make sure it picks up the users home. +kill -1 pndnotifyd + # The following variable defines the session which is started if the user # doesn't explicitely select a session in SLiM. -- 2.39.2