OpenPandora Main OS

This project it to track issues relating to the current shipping OS only as found here http://goo.gl/S5JCy. Please state what Hotfix you are running with any issue report. Please ONLY use this to record issues for the main OS and its default included applications - any other application issue reports should go into the Additional Applications project. Issue reports with 'in development OS images' or feature requests for the next MAJOR version (not Hotfix release) should be placed into the OpenPandora Development OS project and reported on the mailing list http://openpandora.org/cgi-bin/mailman/listinfo/firmware-dev. Please read this page to find out how to properly report bugs: http://pandorawiki.org/Reporting_bugs

IDCategoryTask TypeSeveritySummaryStatusProgress  asc
 32 CoreBug ReportLow pndnotifyd: Crawling through directories it shouldn't i ...Closed
100%
Task Description My current configuration is: Rootfs on first SD Card, 2nd partition. If I put my WIZ SD Card with tons of files into the second SD Slot while booting, pndnotifyd eats up about 95% of CPU time. After about 8 - 9 minutes, it stopped eating the CPU and the system is working normally. This doesn't happen when I put in the card when XFCE4 is already running. Using LSOF, I can confirm it's crawling where it shouldn't: pndnotify 1825 root 6r DIR 179,9 1441792 62488 /media/mmcblk1p1/roms/c64/Tapes Could it be that on first initialization it hasn't loaded the config and crawls through the whole SD Card? On a side note: I got 44700 files on that SD Card... so if it needs about 8 minutes, that does mean it can do over 5000 files a minute!
 33 CoreBug ReportLow mmcqd eating lots of CPU power when writing Closed
100%
Task Description EDIT: Tried a remount with noatime and this seemed to work very well. CPU usage when writing still goes higher, but not as high as before. Very common problem, seems to happen on all systems (just do a google search for mmcqd). Just run SuperTux, wait about 10 seconds at the title screen and it will hang for a few seconds (while mmcqd goes up). Same problem as on the GP2X where we also had hangs occuring. I wonder if there's something that can be done here? Some suggest to change mmcqd priority. Some other sites do try to remove features of mmcqd. Another option is to mount async (like on the gp2x). As the Pandora usually isn't switched off the hard way but should be shutdown properly, this could be a good solution. That would mean that our suspend mode needs to call sync before shutting down. Maybe pnd_run.sh could also run sync after a game quit? Here are some interesting reads that might help us: http://www.mail-archive.com/linux-omap@vger.kernel.org/msg16345.html : "wait_for_completion is blocking call. Please check 'omap_mmc_request'" http://www.mail-archive.com/davinci-linux-open-source@linux.davincidsp.com/msg08732.html - He disables some stuff in mmcqd which lowers CPU usage.
 34 CoreTo Do (Reminder)Low Add software mixer to ALSA Closed
100%
Task Description Some headphones are very loud. The volume wheel cannot be used properly with them. Therefore, we should be able to change the volume in software mode, too. File attached below, simply needs to be included in the next image by DJWillis.
 35 CoreBug ReportLow AbiWord crashes when you try to start the help. Closed
100%
Task Description Starting the Help Center will freeze AbiWord.
 36 CoreBug ReportLow X doesn't restart in No-X mode (pnd_run.sh) Closed
100%
Task Description At the end of the script, it calls /etc/init.d/slim-init-init start If you fix that to /etc/init.d/slim-init start , X restarting works again. Please apply this fix into the GIT.
 40 CoreBug ReportLow pmenu doesn't show screenshots Closed
100%
Task Description I did create some PXML files which have screenshots included. pmenu seems to ignore them, it just shows a red X.
 41 CoreBug ReportLow netbook-launcher-efl: Shutdown / Logout / Reboot not wo ...Closed
100%
Task Description The netbook-launcher displays the logout / reboot / shutdown dialogue, but doesn't do anything when you select anything.
 42 CoreBug ReportLow op_defaultgui.sh: sed needs sudo access Closed
100%
Task Description I (EvilDragon) created a small script where you can reselect the default GUI and enable / disable autologin. Works fine so far, except for that the sed to /etc/slim.conf needs root access. I have no idea how to make sudo in this script work without asking for a password. If anyone could help me there, I'll be happy :)
 48 CoreTo Do (Reminder)Low Create the TV Out Enable / Disable scripts Closed
100%
Task Description The commands do exist, I just need to wrap them round some zenity scripts.
 49 CoreTo Do (Reminder)Low Change some of our scripts into internal PNDs Closed
100%
Task Description Some of our scripts (CPU Speed, Switch Default GUI, Enable TV Out) should be changed into PND format so that pmenu can also run them.
 53 CoreBug ReportLow Non-X Touchscreen: Inverted axis Closed
100%
Task Description Running SDL-Apps in Non-X mode have inverted axis.
 59 CoreTo Do (Reminder)Low ToDo: Add joystick / keyboard switch to pnd_run and lib ...Closed
100%
Task Description The next kernel offers switching between a joystick / keyboard mode. In joystick mode, the DPAD and ABXYRL Buttons behave like a joystick buttons and have no keyboard mappings. In keyboard mode, the DPAD and ABXYRL Buttons have keyboard mappings and are NOT registered as joystick. The normal keyboard keys are not affected by this. PXML needs to have a switch added for that and pnd_run should change the mode according to that switch. When the PND app has quit, it should always go back to keyboard mode. The commands are the following: echo 1 > /proc/pandora/game_button_mode # keyboard mode echo 2 > /proc/pandora/game_button_mode # gamepad mode
 60 CoreTo Do (Reminder)Low Include new menufile (Setting) for XFCE4 Closed
100%
Task Description I just built a nice menu file which features subdirectories for games and emulators :) I attached it, the old one should be replaced: /etc/xdg/menus/xfce-applications.menu
 62 CoreTo Do (Reminder)Low New xmodmap to include into latest image Closed
100%
Task Description This is just the latest xmodmap, based on the latest map notaz released. Both maps (xmodmap and notaz' console map) are attached. Path in the image: /etc/skel/.pndXmodmap /etc/keymap-extension-2.6.map
 63 CoreTo Do (Reminder)Low Include new panel-setup for XFCE4 Closed
100%
Task Description I enhanced the XFCE4-Panel setup a bit, since we now have working ALSA mixer and a battery monitor. The files inside the attached archive should go to /etc/xdg/op/xfce4/panel/* in the image.
 64 CoreTo Do (Reminder)Low New power-manager.xml-file (removes opening the logout  ...Closed
100%
Task Description As the powerswitch is used to go into low power mode or shutdown, it doesn't make sense showing the logout dialogue (which would appear when you come back from low-power mode). Therefore, I disabled it with this file. It should be placed in: /etc/xdg/op/xfconf/xfce-perchannel-xml/ in the image.
 67 CoreBug ReportLow libpnd : pnd_apps_exec() function bug Closed
100%
Task Description libpnd : pnd_apps_exec() do not seems to be up to date with pnd_run.sh script, when executing the function i get from the terminal : getopt: invalid option -- 'c' Terminating...
 68 CoreBug ReportLow AlephOne PND not running Closed
100%
Task Description I don't even know if this is a bug or if I just happen to have a fault in my PXML file. All multi-apps-PNDs I have do run fine - except for AlephOne. Whether I include the datafiles or keep them external, it won't work. I can manually mount it (pnd_run.sh -p /bla.pnd -m ) and run it from the mounted directory, but it does not do so automatically from the desktop file. If one of you two could check that out, that would rock. You can download it from the usual PND-Repo I use ;)
 70 CoreTo Do (Reminder)Low Make switching GUIs more customizable (hardcoded at the ...Closed
100%
Task Description At the moment, /usr/pandora/scripts/op_switchgui,sh ,/usr/pandora/scripts/op_defaultgui.sh and /usr/pandora/scripts/first-run-wizard.sh are hardcoded with the GUIs we have. I'd like to have that configurable for the future. My current plan is having a config file with all the GUIs in (e.g. /etc/pandora/gui.conf) In there, there should be ALL GUIs: "XFCE4";"startxfce4";"xfce4-session-logout --logout" "Netbook Launcher";"startnetbooklauncher";"killall netbook-launcher-efl" "PMenu";"pmenu";"" So with an info: a) What's the name of the GUI b) How to start it c) How to stop it (if it doesn't do that itself) Therefore, various GUIs could be implemented and switched with the Switch GUI script by simply adding it to the config file. Ideally, all GUIs should either have a shutdown script (so I don't have to kill it to quit it) or react properly on a simple terminate command :) Or they could do it themselves, read out the config file, show up the different GUIs we have, change the /tmp/gui.load file and quit. Any more ideas? Any help? Coding that script shouldn't be too hard, the only thing I don't know at the moment is how to parse various config lines (as above) into a shell script :) vimacs, any idea there?
 71 CoreBug ReportLow Permissions of omapdss need to be fixed Closed
100%
Task Description Only root can currently setup and change TV Out parameters :) Should be set to make it user-changeable.
 75 Base OSTo Do (Reminder)Low Remove application-launcher from Pandora-Button Closed
100%
Task Description As the Application Launcher takes 12 seconds to load and slows all running games down terribly if you accidentally hit the Pandora-Button, it is useless. Please change it so it does something different. My suggestions: * Open the XFCE Start-Menu or * Open a simple applauncher (as suggested by vimacs) Make sure it doesn't disturb any game or emulator if you press it while playing!
 77 CoreBug ReportLow Shut down screen Closed
100%
Task Description The shut down screen says "booting...". :)
 79 CoreBug ReportLow On clean install, picking minimenu as a GUI hangs the p ...Closed
100%
Task Description I had to reboot the pandora (look in the manual :)) to get back to the installer. I had to specify ANOTHER user, as the one I made was still there. Picking the XFCE one did work.
 80 CoreBug ReportLow After bug 79, the user manager doesn't list my users Closed
100%
Task Description And when i try to remove anyway, it tries to remove user (null). I didn't have the guts to say 'Yes, remove user'
 83 Base OSBug ReportLow getting more /media/mmcblk?p1  Closed
100%
Task Description From a conversation with skeezix: I'm seeing /media/mmcblk0p1, mmcblk1p1, mmcblk2p1, mmcblk3p1 and mmcblk4p1 - is that something I should worry about? This started after I inserted & ejected my sd card a couple of times. To which skeezix said: The system starts at /media/mmcblk0 (with p1 ec being the partition number); if you eject the SD, then stick it back in, it will try to go to the earlier number again, but if some process was watching that SD when you ejected it, the system will nto be able to recycle that number, so you get the next blk number. So if you end up with /media/mmcblk5p1 (say), then it means you've been eject/inserting, and some program or another has been watching the SD instead of letting it go. Isn't it nicer to cleanup the ones above 1 (so 0 and 1 are there) at startup to avoid confusion?
 84 ApplicationBug ReportLow Bluetooth stays on Closed
100%
Task Description You can enable Bluetooth, but can't disable it afterwards from the system -> toggle bluetooth menu shortcut.
 85 CoreFeature RequestLow open lid while in low power mode Closed
100%
Task Description I'm replying in-forum: An interesting point -- opening the lid turning the screen on, but you're still in lower power mode. The question then becomes -- Since you enabled low power mode (using the power switch), thats the logical way to un-low power mode. Two outcomes come to mind .. When opening the lid, one of: i) wake up from low power mode, or ii) Don't turn the screen on when in low power mode (or a variation of (ii) -- flash a warning "hey, I'm in lower power, bugger off, and hit the power switch") I can code something in; probably occured due to in my prototype, I broke the power switch, so I didn't use low power mode near the end ;)
 88 Base OSFeature RequestLow pydoc is missing Closed
100%
Task Description I love to use the pandora for some on-the-go python development, and I think I'm not the only one, but unfortunately the module pydoc is missing, which is needed for doing help(sys) on the interactive prompt. Could you please include that in the next firmware revision? Thanks!
 90 Base OSFeature RequestLow Adding more "general libs" to the OS image Closed
100%
Task Description It would be nice if some more generic libs that could be used by software ported to the Pandora would be available in the base image. For example for Wesnoth we do require these additional libs (names taken from http://www.angstrom-distribution.org/repo/?pkgname=boost ): * boost-iostreams * boost-regex * boost-serialization Beside this Wesnoth does also require this package (from http://www.angstrom-distribution.org/repo/?pkgname=lua5.1 ): * lua5.1 In general I would recommend pulling in all of boost. This means the dependencies as well as the recommends. Here is a short paste of what this means: Depends: libc6, libstdc++6, libgcc1, boost-filesystem, boost-thread, boost-date-time, boost-system Recommends: boost-date-time, boost-filesystem, boost-graph, boost-iostreams, boost-program-options, boost-python, boost-regex, boost-serialization, boost-signals, boost-system, boost-test, boost-thread There are probably some other packages/lib that might make sense to directly have in the OS image, but they currently don't come to my mind, so I can't list them here. ;)
 93 Base OSBug ReportLow zaxxon first boot: don't ask for user prompt if already ...Closed
100%
Task Description How to reproduce: First boot, Pandora's Box has been opened. Prompt for Full name, username, and password. Then, simply press OK without selecting whether minimenu or xfce. None selected. Then you can't do any more. Wizard closes and you don't need any more options. After manual reboot, the wizard starts again and asks for name again. But the username already exists.
 96 Base OSFeature RequestLow Customizable SD mount options Closed
100%
Task Description Right now writes are really slow because they write synchronously: there should be an option to change this so that the user is first taught how to unmount an sd card then remove it...
 97 Base OSFeature RequestLow Missing kernel-module-snd-usb-audio Closed
100%
Task Description Missing kernel-module-snd-usb-audio would be nice to hook the pandora up to my logitec speakers and have audio out and a hub for hooking up other devices at the same time...
 100 CoreBug ReportLow Demos & Examples - remove from image Closed
100%
Task Description /usr/bin/qt4/demos is 9Mb in size and /usr/bin/qt4/examples is 11Mb. I'm guessing these are only useful for developers. Can they safely be removed? edit: additionally, /usr/share/vim is 12M. Can those of us who are never going to use VIM remove it?
 103 Base OSFeature RequestLow OpenAL library in firmware? Closed
100%
Task Description Is there any chance we can have OpenAL installed as a default library? I'm considering porting some software that requires it (and truth be told I manually compiled and installed it for my own use atm...)
 107 Base OSBug ReportLow Secure Wifi will not connect until XFCE is loaded Closed
100%
Task Description My Pandora is set to load MiniMenu on boot. I can't use any networked apps because wifi will not automatically connect on boot. XFCE needs to be loaded at least once so that i can enter my keychain password. Once i've entered my password Wifi connects and i can return to MiniMenu.
 113 CoreFeature RequestLow Add aliases for bash, eg ll for ls -l. Just uncommentin ...Closed
100%
Task Description Aliases like ll for "ls -l" are common. They are super useful on the Pandora (less to type, no Fn key needed). The .bashrc already includes them but they are commented. Please enabled the ls aliases and colored output. I do not think enabling the "-i" aliases too would be a good idea.
 114 ApplicationBug ReportLow Chromium browser does not support HTTPS/SSL Closed
100%
Task Description The Angstrom version of Chrome/Chromium web browser fails to open https links. This is a bug which has been fixed upstream, but not in the version packaged for Pandora.
 116 ApplicationBug ReportLow Freetype issues (freeciv sdl client) Closed
100%
Task Description With the SDL client for freeciv the font characters show up as square blocks and garbage characters. This may be related to freetype. I had also heard that battle at wesnoth had similar issues.
 117 ApplicationBug ReportLow Quake1 / Nanogl Lockup Closed
100%
Task Description After the last TI gles driver update quake1 (vanilla glquake 1 sources) and nanogl started to lockup the pandora after a few minutes of gameplay. Oddly all the other apps using nanogl seem stable. There is some bad code in nanogl (missing/null function pointers), which I need to clean up and afterwards reevaluate this issue.
 119 Base OSFeature RequestLow ext4 support Closed
100%
Task Description Don't know how much work this would be to get a later version of the linux firmware to add this, but it would be nice to have more filesystem support.
 125 CoreBug ReportLow wrong error handling in wl1251 platform initilization Closed
100%
Task Description in http://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blob;f=arch/arm/mach-omap2/board-omap3pandora.c;h=c6637426bf3a61f5bd0f85338304d0d8d114f67d;hb=HEAD I see: 555 ret = gpio_request(PANDORA_WIFI_IRQ_GPIO, "wl1251 irq"); 556 if (ret < 0) 557 goto fail_nreset; the goto should go to: fail_irq instead of fail_nreset Denis
 130 CoreFeature RequestLow [PATCH] in vsense mbuttons mode down=middle click Closed
100%
Task Description Patch attached.
 133 Base OSFeature RequestLow Add TiMidity++ to OS? Closed
100%
Task Description Hey, was just wondering if it would be possible to have TiMidity++ (http://timidity.sourceforge.net/) added with a hotfix, would allow games/ports that use it (the Zelda ports here: http://www.gp32x.com/board/index.php?/topic/54633-zelda-kind-of), zdoom and heretic (I think unless pickles has changed them) and other stuff that uses it to not have to include it in the .pnd and saving SD space... just an idea...
 134 CoreBug ReportLow please add a working phonon backend Closed
100%
Task Description Please see : http://www.gp32x.com/board/index.php?/topic/54831-minitube/page__view__findpost__p__883993 :)
 137 Base OSFeature RequestLow Default vim config Closed
100%
Task Description The current vim install does come without any config file. By default this means vim does work in "vi compatible mode" which makes it hardly usable. The attached config file is meant to be used as ~/.vimrc, so it should be added to "/etc/skel/.vimrc". The file is partly based on the default config used by gentoo. Things this config file sets: * Start in "vim mode" by default * activate ruler * set width of linenumber in ruler * assume that the terminal uses a dark background * configure what hitting backspace removed (newlines, ...) * some magic to have different encoding formats working in a more sane way
 139 Base OSBug ReportLow Space should not be accepted in hostname Closed
100%
Task Description http://www.gp32x.com/board/index.php?/topic/54878-embarassingly-nooby-questions-from-a-new-pandora-owner/page__view__findpost__p__885235 If the user names their Pandora using a space in the name, "This will prevent Xfce from operating correctly". Should trap this when asking for a host name.
 143 CoreBug ReportLow LED triggers timer and heartbeat cause freezing when us ...Closed
100%
Task Description Summary is about all i can dug out now. Somehow related to the PWM driving, because SD, bt and wifi leds work with trigger=timer. NOTE: power and charger leds are driven by PWM (just so you all know what I'm talking about). All i wanted to do was to add blinking power led to low power mode and all i get is a frozen pandora :/.
 144 CoreBug ReportLow Wifi LED does not always get re-activated after enablin ...Closed
100%
Task Description Wifi LED does not always get re-activated after enabling wifi. It seems that the led trigger which ought to be set to [phy0dadio] no longer exists and the phy# seems to increment (up to at least 11 I have observed) If I set the trigger to phy##radio then the notification works again, but I'm not sure of the best way to fix this. I suppose a quick hack to the wl1251-init script is the place to start.
 145 Base OSFeature RequestLow missing tune2fs command Closed
100%
Task Description bash: tune2fs: command not found Please include tune2fs into basic OS image. Would be handy for managing filesystem on SD cards.
 147 Base OSBug ReportLow Screen backlight is ON when starting with lid closed Closed
100%
Task Description [HotFix3 installed] If you power up the Pandora and have the screen closed, the backlight will still go on. That should not happen. Right now you have to open it, close it and than the backlight turns off to save energy...
Showing tasks 201 - 250 of 311 Page 5 of 7<<First - 3 - 4 - 5 - 6 - 7 -

Available keyboard shortcuts

Tasklist

Task Details

Task Editing