From: Michael Mrozek Date: Sat, 12 Nov 2011 01:38:49 +0000 (+0100) Subject: .xinitrc: Changed chmod for /tmp/currentuser and /tmp/currentuid to 777 X-Git-Tag: sz_beta3~62 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=7efadff06a5059785618e7f2601973e039f02741 .xinitrc: Changed chmod for /tmp/currentuser and /tmp/currentuid to 777 --- 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 &