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  desc
 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...
 150 CoreBug ReportLow pndnotifyd Segfault Closed
100%
Task Description Might be related to http://bugs.openpandora.org/index.php?do=details&task_id=128 as it have exactly the same behaviours. But this time no translation is involved (masked in my script until this is fixed). And making the file smaller (by removing apps :( ) managed to let it alive, so it seam to be file size related.
 153 ApplicationFeature RequestLow [PATCH] HACK: change OPP level according to set Mhz Closed
100%
Task Description It's a hack, use on your own risk as always. I feel like abusing the tracker dropping all my patches here, but whatever. Patch attached.
 157 CoreBug ReportLow Thunar and stilus Closed
100%
Task Description With Thunar 1.1 and OS Zaxon (hotfix 3) : - with detail view - I open Thunar - I click with the stilus to select the SD card - I double click with the stilus to open a folder => click with the stilus doesn't select file/folder anymore (I know it is a known bug, but it is not in the list)
 160 Base OSBug ReportLow bug in date/time setting window Closed
100%
Task Description first time i changed the date/time with no problems afterward every time when i try to change it it gives me "Please select month ..." this happens after selecting the time zone window.
 161 Base OSFeature RequestLow Add ftp to base OS Closed
100%
Task Description Include the netkit-ftp package so the Pandora has at least basic ftp functionality out of the box.
 163 Base OSBug ReportLow DPMS related "display problems" Closed
100%
Task Description Currently it looks like DPMS is active in xorg (eg when using XFCE). DPMS is normally used for stuff like turning the screen off to save energy. There seems to be no way to configure this while in XFCE. So the default xorg server values are used. At the moment the screen is turned off after 10mins of inactivity. Problems with this are a) that the time till it is turned off can not be configured b) after wakeup from such a DPMS related display shutdown the brightness is set to maximum. Solution to this: Deactivate the sleep values via xorg.conf. I am attaching a diff to "[openembedded.git] / recipes / xorg-xserver / xserver-xorg-conf / omap3-pandora / xorg.conf" changing those to "default off".
 164 CoreBug ReportLow Display brightness not restored at booting, HF4beta3 Closed
100%
Task Description The update from Hotfix3 to Hotfix4 beta3 broke restoring of display brightness at boot time. Restoring of brightness after "powersave mode" (aka flipping the power switch for a short time) does work nicely. This might be related to bug #163 ( http://bugs.openpandora.org/index.php?do=details&task_id=163 ) where shutting the display down via DPMS does result in the brightness being lost when getting the display on again. This is related to the desktop mode (XFCE). Don't know if it does happen for minimenu, too, not tested yet.
 165 CoreBug ReportLow VPNC does't work Closed
100%
Task Description vpnc doesn't work
 167 ApplicationBug ReportLow midori crashes all the time Closed
100%
Task Description midori crashes all the time
 168 CoreBug ReportLow qt-embedded doesn't work Closed
100%
Task Description qt-embedded doesn't work
 169 CoreBug ReportLow pidgin freezes all the time Closed
100%
Task Description pidgin freezes all the time
 172 CoreBug ReportLow Angstrom repo's bison is borked (FYI) Closed
100%
Task Description This is how it tries to call m4 (strace -fF'd): [pid 4231] execve("/OE/angstrom-dev/sysroots/x86_64-linux/usr/bin/m4", ["/OE/angstrom-dev/sysroots/x86_64"..., "/usr/share/bison/m4sugar/m4sugar"..., "-", "/usr/share/bison/yacc.c"], [/* 38 vars */]) = -1 ENOENT (No such file or directory) Problem = obvious. This is here because a) it is the bison that i get with opkg install bison and b) because i could find a general purpose bugtracker for stuff in the angstrom repo with a single googling. Added info on bison version, etc: pandora:/media/mmcblk0p3/dev/avrdude-5.6# opkg info bison Package: bison Version: 2.3-r5.0.5 Depends: libc6 Provides: Status: install user installed Section: devel Architecture: armv7a MD5Sum: c8e62fa82a96e9bba4c014c4345062ed Size: 181368 Filename: bison_2.3-r5.0.5_armv7a.ipk Description: GNU Project parser generator (yacc replacement). Installed-Time: 1283127122
 174 Base OSFeature RequestLow Include modem-manager in base image Closed
100%
Task Description Please consider including the modemmanager package in the base distibution. This allows 3G wireless dongles to work out of the box (configured via network-manager).
 181 ApplicationBug ReportLow Triple click in Thunar crash Closed
100%
Task Description Triple tapping (with the stylus) a directory in Thunar in icon or compact mode (not detail view) causes Thunar to close (crash) This is consistently repeatable: tapping three times in rapid succession on the same spot of the file causes the crash. It must be the exact same spot, as if double clicking, but a third tap is added. This can be triggered especially when a user becomes frustrated at mistapping, gets carried away, and taps too much.
 193 CoreBug ReportLow Cannot reach button well in ubuntu x64 Closed
100%
Task Description Window can also not be resized
 194 CoreBug ReportLow python ctypes broken (and fix) Closed
100%
Task Description run python and type import ctypes cant find _ctypes it says.... for further details and a fix see http://www.gp32x.com/board/index.php?/topic/57102-python-ctypes-stopped-working/
 198 ApplicationBug ReportLow Mousepad: 'Find' works only once Closed
100%
Task Description Mousepad 0.2.16 Find (Ctrl+F) works once, the next time it is used the button 'Find' is and stays grayed out.
 200 CoreBug ReportLow After opening the lid, the backlight is not reset to th ...Closed
100%
Task Description Using the hotkeys to set the backlite, after closing and then opening the lid, the backlight is not reset to the same level it was before closing it. It seems to set it to a fixed value.
 202 CoreBug ReportLow Set Date and Time won't let you cancel or close Closed
100%
Task Description The Date and Time application in MiniMenu by won't let you use the cross or the cancel button to close the application without changing anything. If you use one of those buttons then a new window opens that says: "Error: Please select a timezone" and equally so for the date and time.
 203 CoreBug ReportLow Video-out setting window does not exit on OK Closed
100%
Task Description The "video-out" window opens again if you choose OK button.
 211 CoreBug ReportLow x11vnc server (in xfce menu - > network) does not work! Closed
100%
Task Description x11vnc launcher in xfce menu -> network does not work. can this be fixed please.
 212 CoreFeature RequestLow Add curl to core installed programs Closed
100%
Task Description I wish for curl to be installed by default on the upcoming pandora FWs, As reported by the angstrom repo, where I install using the command: $sudo su ... #opkg update #opkg install curl curl 7.21.2-r4.0.9 is 78.57 Kilobytes with the dependencies Depends:libcurl4, libgnutls26, libgcrypt11, libgpg-error0, libc6, libz1 I do not know which is installed by default, but I'm sure libc6 is, so I'm going to state the info on the rest of the packages for its memory space usage on the NAND libcurl4(142.99 Kilobytes): Command line tool and library for client-side URL transfers. Depends:libc6, libgnutls26, libz1, libgcrypt11, libgpg-error0, as you can see, it has the same dependencies as above, so it seems both curl and libcurl are probably exclusive from the others, but I will go forward and state the rest of the dependencies libgnutls26 2.8.6-r10.0.5 (291.44 Kilobytes) Depends:libz1, libgcrypt11, libgpg-error0, libc6, (again, it looks like the above depends on this) libgcrypt11 1.4.1-r0.9 (220.35 Kilobytes) Depends: libgpg-error0, libc6, (Oh look, we're not looking at libz1 anymore) libgpg-error0 1.4-r7.1.9 (5.78 Kilobytes) Depends:libc6 now to the lone libz1 libz1 1.2.3-r7.0.9 (41.95 Kilobytes) Depends:libc6 So, in the case we already have the gpg stuff, then the installation is only 221.56KB, however, with the zlib and the gpg included, the total comes to 781.08KB So, now that the cost is out of the way, What are the goods and bads? Good: Its a very versatile CLI program to get and send information over http through the network, and is tolerant of network issues It doesn't take too much space relative to things that have been pulled out, like abiword. The libcurl is a very good library, and could be of great benefit to some future projects. Bad: Well, we already have wget, which is not as configurable, and wget hates Craig's appstore Here's the link to curl on the repo http://www.angstrom-distribution.org/repo/?pkgname=curl
 213 ApplicationBug ReportLow Gigolo does not perform it's task Closed
100%
Task Description In it's current state, Gigolo is flat out broken and (almost) useless. It pretends to to it's job, but can't because it's missing critical pieces of anatomy. It can mount local filesystems correctly, but then so can thunar, so this is a redundant and useless function. The main reason to use Gigolo is to mount remote filesystems easily, and without having to use the terminal, and to save passwords in your keychain. The solution to the problem is to perform the following tasks: sudo opkg install gvfsd-sftp sshfs-fuse sudo mousepad /etc/modutils/fuse type "fuse" save and quit sudo update-modules
 220 CoreFeature RequestLow Please include /usr/bin/xkbset Closed
100%
Task Description One of the first things after installing HF5 was downloading xkbset, because it is necessary for proper L-R buttons mapping as mouse buttons. Could you please include that in the system? I am using urjaman's executable from here: http://www.gp32x.com/board/index.php?/topic/55124-remapping-the-mouse-buttons-etc/page__st__15__p__896576&#entry896576 Even better would be a GUI that allows mapping of L-R buttons for mouse, just like GUI for nubs :) But including xkbset will be already good.
 224 CoreBug ReportLow Unresponsive start menu since HF5 Closed
100%
Task Description Since hotfix 5, the start menu often pauses for a few seconds, not letting me select anything or move the mouse. Other people have reported the issue as well: http://boards.openpandora.org/index.php?/topic/2295-is-the-xfce-menu-trolling-anyone-else/page__gopid__42559#entry42559
 228 CoreBug ReportLow libpnd must be linked to libstdc++ Closed
100%
Task Description Run "ldd -r /usr/lib/libpnd.so.1", and a number of undefined symbols are listed. These become a problem when attempting to load libpnd in Python. I imagine it could be a problem when attempting to load libpnd in other languages as well. This can be worked around with "LD_PRELOAD=/usr/lib/libstdc++.so" before running a Python program that loads libpnd. But it can be worked around more easily by linking libstdc++ during compile. Adding "-lstdc++" to line 41 of libpnd's Makefile does it. I'd add a patch, but the attach file button isn't working for me. Still, a simple fix, right?
 230 CoreBug ReportLow Second SD slot not working in future kernel version 2.6 ...Closed
100%
Task Description Sorry, not sure where to log this bug. I have confirmed with aTc on freenode, that SD slot #2 does not work on kernel version 2.6.37 from the openpandora git. Happy to test anything and reports results.
 231 CoreBug ReportLow Touchscreen not accurate on the edges - Calibration doe ...Closed
100%
Task Description The touchscreen is accurate in the middle of the screen but precision is off by one or more mm near the edges of the screen. Recalibrating and rebooting does not help. Seems like this is just a permission problem - tslib saves calibration data to /etc/pointercal which is noch writeable for the regular user. Changing permission on that file to 666 solves this, but i guess starting the calibration tool with root permission (gksu?) would be a better solution.
Showing tasks 151 - 200 of 311 Page 4 of 7<<First - 2 - 3 - 4 - 5 - 6 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing