Notice: Trying to access array offset on value of type bool in /srv/www/vhosts/openpandora.org/domains/bugs.openpandora.org/httpdocs/scripts/details.php on line 649 FS#18 : Some errors in first-run-wizard.sh

OpenPandora Main OS

  • Status Closed
  • Percent Complete
    100%
  • Task Type Bug Report
  • Category Core
  • Operating System All
  • Severity Medium
  • Reported Version SuperZaxxon Beta 4
Attached to Project: OpenPandora Main OS
Opened by Michael Mrozek - 05.01.2010
Last edited by Michael Mrozek - 27.01.2010

FS#18 - Some errors in first-run-wizard.sh

Line 154 and 157 need to be changed: 153 if [ $launcher == "xfce" ]; then 154 sed -i 's/.*sessions.*/sessions xfce4,pmenu/g' /etc/slim.conf 155 echo Xfce selected as default interface 156 else 157 sed -i 's/.*sessions.*/sessions pmenu,xfce4/g' /etc/slim.conf 158 echo PMenu selected as default interface 159 fi They should be: 154 sed -i 's/.*sessions .*/sessions xfce4/g' /etc/slim.conf 157 sed -i 's/.*sessions .*/sessions pmenu/g' /etc/slim.conf Note the empty space behind sessions. :)
Closed by  Michael Mrozek
27.01.2010 03:20
Reason for closing:  Fixed
Additional comments about closing:  Did change the stuff so that it will change the config in .xinitrc and does work fine.

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing