From 7efadff06a5059785618e7f2601973e039f02741 Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Sat, 12 Nov 2011 02:38:49 +0100 Subject: [PATCH 1/1] .xinitrc: Changed chmod for /tmp/currentuser and /tmp/currentuid to 777 --- recipes/pandora-system/pandora-skel/.xinitrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/pandora-system/pandora-skel/.xinitrc b/recipes/pandora-system/pandora-skel/.xinitrc index 9caa08c..50b2e6b 100644 --- a/recipes/pandora-system/pandora-skel/.xinitrc +++ b/recipes/pandora-system/pandora-skel/.xinitrc @@ -44,6 +44,8 @@ xmodmap ~/.pndXmodmap #Write the current user into /tmp/currentuser for any scripts or programs who want to make use of it whoami > /tmp/currentuser id -u > /tmp/currentuid +chmod 777 /tmp/currentuser +chmod 777 /tmp/currentuid # HUP pndnotifyd to make sure it picks up the users home. killall -1 pndnotifyd & -- 2.39.2