Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Rodríguez <scollazo@activitycentral.com>2013-01-15 17:36:45 (GMT)
committer Santiago Rodríguez <scollazo@activitycentral.com>2013-01-15 17:36:45 (GMT)
commitb5fafe85aa7fd861d5ab29a9d9a8f5caf3d04a83 (patch)
treeb70868212037d9667034b32f4d00507c9acbdad8
parent8dac42fdc8df52879585de288bdde8379c4a35d9 (diff)
Don't create a new .xsession file
If there is a .xsession file, we append our changes
-rw-r--r--modules/x11/kspost.90.tweaks.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/x11/kspost.90.tweaks.inc b/modules/x11/kspost.90.tweaks.inc
index 19a86fa..dd37c69 100644
--- a/modules/x11/kspost.90.tweaks.inc
+++ b/modules/x11/kspost.90.tweaks.inc
@@ -65,10 +65,13 @@ def main():
main()
EOF
+
chmod 755 /usr/bin/yumfix
# run the above from ~/.xsession
-echo "/usr/bin/yumfix" > /home/olpc/.xsession
+# We add it to the current .xsession
+# Fixes sdxo#2387
+echo "/usr/bin/yumfix" >> /home/olpc/.xsession
echo "include=/tmp/yum.conf.mod" >> /etc/yum.conf