All Projects

ID  descProjectCategoryTask TypeSeveritySummaryStatusProgressOperating System
 26 OpenPandora Main OSCoreBug ReportMedium pndevmapperd only works when manually started Closed
100%
All Task Description Though pndevmapperd runs after booting (ps -A lists it), it doesn't react to anything. EDIT: It DOES do something. It creates defunct op_menu.sh with each press. When you run it manually from the terminal, the menu button works find and shows the appfinder.
 24 OpenPandora Main OSCoreBug ReportLow op_menu.sh not working Closed
100%
All Task Description Reports: xfce4-appfinder: Cannot open display: . Fix might be (according to vimacs): Change those two similar looking lines to: sudo -u $xfceuser DISPLAY=:0.0 xfce4-appfinder and: pidlist=$(pstree -lpA | grep pnd_run.sh | sed -ne 's/.*-\(.*\)(\([0-9]\+\))/\2\n \1/p' | DISPLAY=:0.0 zenity --list --multiple --column "pid" --column "name" --title "kill" --text "which apps should be killed" | sed 's/|/\n/') Needs to be checked.
 23 OpenPandora Main OSCoreBug ReportVery Low slim-init doesn't pass session to .xinitrc Closed
100%
All Task Description It seems like slim doesn't send the session to .xinitrc I included an "echo $1 >> ~/debug.txt" in the script and the file was completely empty. That's why it always starts xfce4, not pmenu: The fallback is startxfce4.
 22 OpenPandora Main OSCoreBug ReportLow pndevmapperd: Powerbutton / hold doesn't work. Closed
100%
All Task Description Moving the powerbutton doesn't get recognized by pndevmapperd. When moving the powerbutton to hold, it reports: keyboard.c: can't emulate rawmode for keycode 152
 21 OpenPandora Main OSCoreBug ReportLow op_bright.sh doesn't work correctly Closed
100%
All Task Description The file has to be changed to make it work. The working script is: #!/bin/bash #get value range minbright=3 maxbright=$(cat /sys/devices/platform/twl4030-pwm0-bl/backlight/twl4030-pwm0-bl/max_brightness) curbright=$(cat /sys/devices/platform/twl4030-pwm0-bl/backlight/twl4030-pwm0-bl/brightness) device=/sys/devices/platform/twl4030-pwm0-bl/backlight/twl4030-pwm0-bl/brightness if [ ! $1 ]; then newbright=$(DISPLAY=0:0 zenity --scale --text "set brightness" --min-value=$minbright --max-value=$maxbright --value=$curbright --step 1) else newbright=$1 fi if [ $newbright -le $minbright ]; then newbright=$newbright; fi echo $newbright > $device
 20 OpenPandora Main OSCoreBug ReportLow pndevmapperd: op_lid.sh / op_lidtoggle.sh Closed
100%
All Task Description pndevmapperd tries to run /usr/pandora/scripts/op_lidtoggle.sh, however, the filename is /usr/pandora/scripts/op_lid.sh Either rename the file or change the call ;)
 19 OpenPandora Main OSCoreFeature RequestLow XFCE-Menu Editor Closed
100%
All Task Description Add an XFCE-Menu Editor (using python). This way, people can edit the Startmenu :) http://my.opera.com/Texel/blog/2008/02/20/xfce-applications-menu-editor-0-4
 18 OpenPandora Main OSCoreBug ReportMedium Some errors in first-run-wizard.sh Closed
100%
All Task Description 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. :)
 15 OpenPandora Main OSCoreBug ReportMedium Permissions / automounted SD Card Closed
100%
All Task Description Only root has write access to automounted SD Cards. The normal user can only read.
 11 OpenPandora Main OSCoreBug ReportHigh Console keymap: Two keys not mapped yet Closed
100%
All Task Description INS (Fn + Del) is not working in console yet. ALT and CTRL are not working in console yet. The rest of the console keys are fine (tested in nano). Keys in X are mapped completely.
 9 OpenPandora Main OSCoreBug ReportHigh pmenu doesn't work Closed
100%
All Task Description Running pmenu leads to: ERROR: config_read_file() failed: skins/Platinum/skin.cfg (line 21 of config skin.c) (config_skin.c:22) ERROR: cfg_gui_read failed, exiting... ( main.c:1517)
 8 OpenPandora Main OSCoreBug ReportHigh WiFi doesn't work Closed
100%
All Task Description Error inserting /lib/modules/2.6.27-omap1/kernel/drivers/net/wireless/wl12xx/wl1251_sdio.ko: -1 Unknown symbol in module
 7 OpenPandora Main OSCoreBug ReportLow No help or tips and tricks yet Closed
100%
All Task Description Help is missing as are the tips and tricks on startup.
 6 OpenPandora Main OSCoreBug ReportMedium Calibrate Touchscreen within the Settings-Menu of XFCE  ...Closed
100%
All Task Description It doesn't run.
 5 OpenPandora Main OSCoreBug ReportHigh Touchscreen Calibration stops the First-Boot-Wizard Closed
100%
All Task Description When selecting the touchscreen calibration within the first-boot-wizard, the script stops after the calibration and the Pandora continues to boot.
 4 OpenPandora Main OSCoreBug ReportLow Missing Icons Closed
100%
All Task Description Some icons are missing: XFCE4 Settings Manager: Accessibility, Appearance, Desktop, Display, File Manager, Keyboard, Mouse The icons on the panel (Mail, Web, etc.) are also missing (they're invisibile)
 3 OpenPandora Main OSCoreBug ReportHigh Permissions for brightness and CPU Speed Closed
100%
All Task Description /sys/devices/platform/twl4030-pwm0-bl/backlight/twl4030-pwm0-bl/brightness /proc/pandora/cpu_mhz_max Those values cannot be changed by the user, only by root. Should be changed.
 2 OpenPandora Main OSCoreBug ReportHigh pndnotifyd Closed
100%
All Task Description pndnotifyd needs to be restarted before it works (tested in image 2009-12-21) This can manually be fixed by installing two packages: http://www.angstrom-distribution.org/unstable/feed/armv7a/base/sessreg_1.0.4-r0.2_armv7a.ipk http://djwillis.openpandora.org/pandora/packages/pandora-libpnd_1.0-r12.5_armv7a.ipk And adding to lines to slim.conf: sessionstart_cmd /usr/bin/sessreg -a -l $DISPLAY %user sessionstop_cmd /usr/bin/sessreg -d -l $DISPLAY %user
 1 OpenPandora Main OSCoreBug ReportVery Low Sample Task Closed
0%
All Task Description This isn't a real task. You should close it and start opening some real tasks.
Showing tasks 51 - 69 of 69 Page 2 of 2 - 1 - 2

Available keyboard shortcuts

Tasklist

Task Details

Task Editing