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 TypeSeveritySummaryStatus  descProgress
236CoreBug ReportLowCannot unmount SD-CardUnconfirmed
0%
Task Description SD-Card in Pandora can only be unmounted by guest (uid=1000) but not by jgeiss (uid=1001). Steps To Reproduce: Insert SD-Card (or boot with SD-Card inserted), Login as jgeiss (uid=1001), Try to unmount SD-Card via XFCE-Popup-Menu (right mouse click on SD-Card-Icon and select unmount).
238ApplicationFeature RequestLowQuick key access to OK in dialoguesUnconfirmed
0%
Task Description PROBLEM DESCRIPTION: In many GUI dialogues the default action button (OK, ACCEPT, YES, …) cannot be triggered with a simple key press. Pressing ENTER triggers the element which has focus (usually the first dialogue element), but not the default action, as most computer users would expect! MY WORKAROUND MEANWHILE: Press ALT plus the underlined letter of your desired action. But that's not very convenient as the underlined letter needs to be looked upon first, as the button label can differ from situation to situation (ACCEPT, OK, YES, …) and then 2 keys need to be pressed. SUGGESTED SOLUTION: The custom of many operating systems should be adapted on the OpenPandora as well. SPACE triggers the currently focused element (whatever that may be: list item, radio button, checkbox, etc), and ENTER triggers the default action of that dialogue. Or even better use the Pandora specific A/B/Y/X keys cleverly in those dialogues/selections. I don't know whether there is a standard functionality assignment within this key-group, in MiniMenu "B" is start/confirm, I do not know of any other standard assignments yet.
239ApplicationFeature RequestLowMiniMenu: New option: Grid stop horizontalUnconfirmed
0%
Task Description I am suggesting the new option "Grid stop horizontal" for MiniMenu with the following possible settings and their effect. Yes -> If the boundary is reached the focus remains there. No -> If the boundary is reached the focus starts at the opposite side again. Jump to next/prev line -> If the boundary is reached the focus jumps to the next/previous line and the opposite side.
240ApplicationFeature RequestLowMiniMenu shall return into full screen mode (more quick...Unconfirmed
0%
Task Description If you set MiniMenu's option "Live (not exit) on app run?" to YES, and you quit an application and return to the still running MiniMenu, it runs in windowed mode, and takes about 2 seconds until it goes into full screen mode again. This delay should at best be not noticeable at all, at most 0-1 seconds.
244ApplicationFeature RequestLowInclude man and the manpagesUnconfirmed
0%
Task Description The command line environment of the default OS does not include the command "man" and the respective manpages of the installed programs. I personally often use manpages, as I hardly remember the syntax/arguments of all programs I use. Having them would be very convenient! EVALUATING NEEDED STORAGE AMOUNT Some may argue that storage space is quite limited on the NAND. Yes I agree. Hence the number of included programs is limited too. Hence it would not be all too many manpages. When I press TAB into an empty Terminal prompt, I get 1406 possibilities, which is about the amount of available commands/programs if we ignore aliases, etc. Multiply that with an average of 20 kb per manpage, and you get about 30 MB in total. With compression this could possibly be brought down to 15-20 MB. POSSIBLE SOLUTIONS A) Store into the NAND the manpages of core OS CLI programs only, and not all the library/system/etc documentation. B) Include only the man command into the core OS, and compile/configure it in such a fashion, that it finds the manpages within non-NAND media (SD card, USB volume, etc). b1) Specify that it simply looks into a certain path within the /media/*/pandora/ structure. b2) Or offer PND packages like man-core.pnd, man-extended.pnd,... you get the idea or even man-custom.pnd (which would look into its appdata or a certain path for custom added manpages, to somehow get the b1 approach within the PND approach).
251CoreFeature RequestLowSD Mass Storage: Possibility to host multiple volumesUnconfirmed
0%
Task Description a) Host multiple volumes at once. b) Select one for hosting first, later host additional ones. (I guess this scenario is more complicated)
258ApplicationBug ReportLowMiniMenu: Pressing key multiple times only cycles focus...Unconfirmed
0%
Task Description EXAMPLE: MiniMenu with the option "Subcategories as folders" YES, and the current active tab i.e. "Game" lists: Subgenre folders: ActionGame, AdventureGame, ArcadeGame, BlocksGame, … App items: Abuse, Amoeboax, Arkaniod, Bloqus, … THE BUG: Pressing "A" multiple times only cycles the focus between folders (ActionGame, AdventureGame, ArcadeGame), but never reaches the app items (Abuse, Amoeboax, Arkaniod). BESIDES THIS BUG in the current keyboard item selection logic, I kindly inquire to implement: FS#243
269CoreBug ReportLowThunar Slow ExitUnconfirmed
0%
Task Description Thunar takes a long time going back to minimenu on exit. You don't notice this when in XFCE but then you are always in the GUI not returning to it. This started in Hotfix 6 Alpha4 I believe
288CoreFeature RequestLowadd functionality to inputrcUnconfirmed
0%
Task Description Since the default inputrc doesn't contain any functionality (simple cli movements like ctrl-left or crtrl-right to skip words don't work) this diff may be useful to add to the cli-experience. I've also been trying to get the delete-key to work, but this is apparently already a known issue (see FS#227). I can remove this from the diff if you want. (I couldn't attach a file to the task somehow) 31,32c31,33 < # "\e[3~": delete-char < # "\e[2~": quoted-insert --- > #"\e[3~": delete-char > "\e[^?": delete-char > "\e[2~": quoted-insert 44,47c45,50 < # "\e[5C": forward-word < # "\e[5D": backward-word < # "\e\e[C": forward-word < # "\e\e[D": backward-word --- > "\e[1;5C": forward-word > "\e[1;5D": backward-word > "\e[5C": forward-word > "\e[5D": backward-word > "\e\e[C": forward-word > "\e\e[D": backward-word
292CoreBug ReportLowCan't seek in ogg files using pygame / SDLUnconfirmed
0%
Task Description Using pygame I try to play a music file starting from some position in the middle:: import pygame pygame.init() pygame.mixer.init() pygame.mixer.music.load('some_file.ogg') pygame.mixer.music.play(0,60) This should start playing the file from the firs minute, instead on the pandora the file plays from the start. I've tried the same code in a debian (sid) chroot (from extend utils) and it works correctly, as it does on my pc (debian wheezy). I suspect that the issue may be present also in .next (I've done a very quick test on a friend's pandora). Some relevant version numbers: * libogg.so.0.6.0 (on debian libogg.so.0.8.0) * libSDL_mixer-1.2.so.0.10.1 (on debian libSDL_mixer-1.2.so.0.12.0)
297CoreBug ReportLowpandora button and taskbar autohideUnconfirmed
0%
Task Description When the taskbar is set to autohide, the Pandora button does not bring up the menu anymore.
300CoreBug ReportLowSuperZaxxon interprets on-disk FAT32 filenames differen...Unconfirmed
0%
Task Description With SuperZaxxon Final, I've noticed that stuff running on the Pandora like Thunar and bash are seeing a different interpretation of filenames on disk than when I remove the SD card and insert it into my desktop PC. Specifically, the following two mismatches appear to be present when using a FAT32-formatted SD card: First, the Pandora's VFAT support seems to be be operating with different case-handling settings than desktop Linux distros. Filenames set in all uppercase are forced to all-lowercase on the Pandora (whether they're set on the desktop or the Pandora) but inserting the card into a PC reveals that the. All-lowercase filenames set by software on the Pandora risk appearing in all uppercase when the card is inserted into a PC. (I think the grsync PND is what created the files in question) Among other things, this forces me to use EITHER the PND-based copy of grsync over the network OR a desktop-based copy of rsync with an SD card reader but not both because the kernel will preserve case differences like ALBION.BAT vs. albion.bat but rsync think they are separate files. (resulting in Flash-killing, time-wasting deletion and re-creation) It also makes for irritating entries like "zzt" in DOSBox or "ddr" in PyDance where I can't capitalize the filename properly without employing Department of Redundancy Department with "DDR Songs" or "ZZT.The.Game" as an excuse for mixed case. Second, SuperZaxxon Final seems to be using a different (though still Unicode-capable) filename encoding than all the desktop distros I've tried. Filenames are preserved properly and all-ASCII filenames are displayed properly in all cases, but any non-ASCII characters appear as gibberish on whichever system was not used to set them. I've confirmed this problem with these two filenames: - 03 - The Foggy Dew with Sinéad O'Connor.flac - Lucky Star - Native Misao (Touhou - Native Faith) ???????????????????×??????.mp4 As a Canadian user, my desktops use the "en_CA.utf8" locale and the only other distros I've found which have this problem are Slax and the 1.0 release of its successor, Porteus, both of which use ISO-8859-1 (latin1) for filenames.
308CoreBug ReportLowWireless Network being dropped asks for passwordUnconfirmed
0%
Task Description When a Wireless Network that is dropped because its signal strength isn't that good gets reconnected to, I am being asked to re-input the password for that network. It would be nice if it just used the password I gave to it when it was able to connect without popping up that dialog box.
320CoreBug ReportLowBluetooth connection lost after wake-up from sleep modeUnconfirmed
0%
Task Description

When an internet connection was established through a mobile phone (Android, tethering) via bluetooth, the internet connection will not be re-established when the Pandora was sent to sleep and woken up again. The Pandora seems to be connected to the mobile phone, but no internet connection can be established, not even when manually trying to connect. The only way out is to disable bluetooth and enable it again.

I had similar problems with WiFi, before notaz tweaked the system (http://boards.openpandora.org/index.php/topic/11416-wifi-mysteries-resolved-once-and-for-all-—-power-saving-is-clearly-the-culprit/?p=249036).

324CoreBug ReportLowSticky keys setting for shift key disabling itself afte...Unconfirmed
0%
Task Description

The sticky keys option is disabling itself for the shift key. It continues to work with the left shoulder button though.

Unfortunately I have no idea what triggers the  sticky option to be disabled. Sometimes it happens after 1-2 minutes, sometimes it takes longer.

I would also like to point out that using the shoulder button instead of the shift button it _not_ an option! This issue has been reported in the forums, but apperantly was never fixed.

325CoreBug ReportLowImpossible to not set password at first boot Unconfirmed
0%
Task Description

The Wiki states that the Pandora can be used without setting a user password on first boot. But when the password and password confirmation field are left empty, an error pops up saying that there is a password missmatch.

(Please don't fix this bug by just changing the statement in the Wiki ;-)

326CoreBug ReportLowXFCE menu not expandingl with stylys and scrolling brok...Unconfirmed
0%
Task Description

The XFCE menu does not always show submenues like "Emulators" when being clicked on with the stylus. It only works if the click lasts long or after all menues have been clicked at once with a long click.

Also, tipping on a scroll arrof of menues that are higher than the screen causes the click to be registered as a "click and hold". This leads to the menu being scrolled all the way to the end.

327CoreFeature RequestLowContext menu for the XFCE menuUnconfirmed
0%
Task Description

Right now. the XFCE menu handles right clicks like left clicks. It would be more logical to either not do anything on a right click, or open a context menu that e.g. lets the user generate a link to an application on the desktop.

329CoreBug ReportLowScreen turns on when LCD closedUnconfirmed
0%
Task Description

Issue: The screen accidentally turns on even when the lid is closed.

How to reproduce: "Screen blanking" must be enabled! Close the lid, wait more than 10 minutes, tap either shoulder button.  This behaviour happens whether on charge or battery, at the desktop or running an application, provided that the "screen blanking" option is enabled.

Desired outcome: When the Pandora comes out of "screen blanking", it should restore the brightness to the same value that it was before blanking.

330CoreBug ReportLowNetworkManager crashes after suspend to RAMUnconfirmed
0%
Task Description

Suspend to RAM uses less power than the low power mode, but the NetworkManager crashes often after the Pandora woke up from suspend to RAM.

This could be fixed with an update of NetworkManager.

335ApplicationBug ReportLowEvince 2.30 crashes when fullscreenUnconfirmed
0%
Task Description

Hi,

Evince 2.30 often crashes with the following error message:

(evince:2834): EvinceDocument-CRITICAL **: ev_image_save_tmp: assertion `GDK_IS_PIXBUF (pixbuf)' failed
Segmentation fault

How to reproduce: open Evince,  select a PDF file, go into fullscreen mode, then click into the body of the document.

Cheers, Magic Sam

106ApplicationFeature RequestVery LowAppData corruptionUnconfirmed
0%
Task Description The appdata folder was corrupted on my SD card from an unclean eject this made the folder read only until i ran a repaired it. MiniMenu still displayed all my PND files. When clicking to launch the app would try to load crash and then return to MiniMenu without any visible error. This was pretty confusing and i thought it might be a good fix for a troubleshooting guide.
110CoreBug ReportVery LowBattery percentage static in MiniMenuUnconfirmed
0%
Task Description Battery remaining percentage in MiniMenu does not update unless you change tabs back and forth. This is only really an issue when leaving the unit charging and not using it. It gives the appearance that it is not charging until you swap tabs around.
156Base OSFeature RequestVery LowAsk to format SD CardUnconfirmed
0%
Task Description When I have received my Pandora, I got an SD Card but it was not formated. I didn't have any card reader so I didn't now what was wrong (the Pandora or the SD Card). When an unformated SD Card is inserted in the Pandora, it should be nice to ask if we want to format it.
 82 Base OSBug ReportCritical Network Manager - Wifi Can't Reconnect Closed
100%
Task Description When wifi drops out, or you have disconnected from it and wish to reconnect, you cant reconnect using network-manager. The connecting icon spins for a while, then it pops up the 'Password' Dialog. If you enter your password, the cycle begins again.
 201 CoreBug ReportHigh PND apps still use memory after they've quit Closed
100%
Task Description After running and quitting a PND app, not all of the used memory is being freed. This eats more and more memory over time. Just run 5 or 6 apps and you only have half of the memory left. Sounds like either aufs or unionfs don't free the memory after unmounting. This has been reported with HF4 and still is the case with HF5 Beta 2 -- downgraded to 'Researching' and 'Normal' priority until confirmed and details found
 237 CoreBug ReportCritical /dev/mmcblkN - N sometimes points to left, sometimes to ...Closed
100%
Task Description SPECIFICATION: According to http://pandorawiki.org/SD_compatibility_list /dev/mmcblk0 is the left SD card slot (the one being closer to the headphone check) /dev/mmcblk1 is the right SD card slot I trusted that device path specification. And it was correct MOST of the time. But sadly only most of the time, NOT ALWAYS!!! This bug is severely dangerous, as a (possibly critical) command could unexpectedly affect a device other than the one you intended it for! BUG INCIDENT: Sadly, I realized this bug at the worst possible moment! I issued the command: shred -fvz /dev/mmcblk0 but it erased the card in the RIGHT slot. I realized that because the card inserted on the left has 16GB, and the one on the right 128MB. I checked both the card positions and my entered command, to exclude my own mistake. Sadly it was not a clumsy mistake: This severe bug really exists! BUG REPRODUCIBILITY: I already slightly witnessed this bug during the last days, but thought it was just a coincidence. I.e. in GParted the larger card showed up at the wrong device path. I did a refresh and/or ejected/re-inserted the card, and the expected device path was back again, and I did not think further about this incident. Only today with this fatal shred incident, I eventually realized this behavior is a bug. Luckily I had my data backed up.
 2 CoreBug ReportHigh pndnotifyd Closed
100%
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
 10 CoreBug ReportHigh Permissions / sudoers isse in 12-21 image Closed
100%
Task Description pndnotifyd will create .desktop files Running those will fail; if you've just done a recent sudo, they'll run fine Probably sudoers file needs fix
 101 CoreBug ReportHigh Cannot unmount SD card or USB stick through the GUI Closed
100%
Task Description When I rightclick and select "unmount" I always get an error, see below. unmounting from a terminal window works fine. Also see: http://www.gp32x.com/board/index.php?/topic/54353-unmount-sd-card-hdd/ "Unable to unmount .... Cannot open /media/.hal-mtab"
 16 CoreBug ReportMedium normal user login fails over serial/ttys Closed
100%
Task Description Only root can login over serial or ttys, and only if it has no password. Ssh login works fine. After some debugging it seems to be PAM issue, possibly recipes/shadow/ misconfiguration in OE. Maybe we sould use IMAGE_LOGIN_MANAGER = "busybox" instead of IMAGE_LOGIN_MANAGER = "shadow" as we don't need super security?
 87 CoreBug ReportMedium default /etc/network/interfaces is causing problems Closed
100%
Task Description The default /etc/network/interfaces has 192.168.1.0/24 subnet set up for usb0 which causes wifi connectivity to fail for users that have wifi on the same subnet. All addresses should be edited out from /etc/network/interfaces, eth* stuff should probably be dropped too.
 112 CoreBug ReportMedium .pnd files with spaces in filename won't work Closed
100%
Task Description pnd_run.sh barfs when given a file with space in it's name. Also pnd_run bin doesnt enclose the .pnd name, it should. /usr/pandora/scripts/pnd_run.sh -p "PicoDrive_180beta2 .pnd" -e PicoDrive.run pnd set to `PicoDrive_180beta2 .pnd' exec set to `PicoDrive.run' /usr/pandora/scripts/pnd_run.sh: line 50: [: PicoDrive_180beta2: unary operator expected when run from menu: in fork! df: /media/mmcblk1p1/pandora/desktop//PicoDrive_180beta2: can't find mount point mountpoint: /usr/pandora/scripts/pnd_run.sh: line 120: [: !: integer expression expected not mounted on loop yet, doing so Usage: grep [OPTION]... PATTERN [FILE]... Try `grep --help' for more information. Usage: grep [OPTION]... PATTERN [FILE]... Try `grep --help' for more information. error determining fs, output was cannot
 115 Base OSBug ReportMedium OS is missing libvorbisidec.so Closed
100%
Task Description Please add to next hotfix, srb2 needed this file. My temporary hack was to modify the LD_LIBRARY_PATH (didnt like having to so this, but I think the way srb2 is loading the library it wouldnt work without it) and include the library in the pnd. Once this lib is added ill do an update on srb2 and remove the LD hack.
 128 CoreBug ReportMedium pndnotifyd Segfault Closed
100%
Task Description pndnotifyd Segfault when the PXML.xml attached with th pnd contain non-ascii characters (for translation)
 170 CoreBug ReportMedium Executable directories broken Closed
100%
Task Description Directory type packages fail to run. i.e. dropping a directory containing PXML.xml and a bunch of files onto the SD card rather than a .pnd package. The application is detected and menu entries created correctly, however pnd_run.sh fails to bind mount the directory due to bogus double quoting. Looks like a failed attempt to handle spaces in the path. Patch below removes these incorrect quotes. --- pnd_run.sh +++ pnd_run.sh.old @@ -161,2 +161,2 @@ elif [ $DFS = directory ]; then - mntline="sudo mount --bind -o ro ${PND} " + mntline="sudo mount --bind -o ro \"${PND}\" "
 171 CoreFeature RequestMedium Update clock from hardware when restoring from low powe ...Closed
100%
Task Description The clock occasionally does weird things during low power mode, sometimes gaining time, sometimes losing. This is most likely a result of the CPU being reduced to 14Mhz and the system clock being unable to keep up. A convenient work around is to make a call to "/sbin/hwclock --hctosys" during wake-up to load the hardware clock back into the system clock. This may add an extra second or two to the wake-up time but will prevent confusion caused by clock being very incorrect.
 176 CoreBug ReportMedium op_power.sh: problematic display brightness restoring a ...Closed
100%
Task Description Since hotfix4 it is possible to reduce the value for display brightness below '3'. Thus the script op_power.sh (the one used for low power mode) has to be adjusted accordingly. Currently line 25 in this script looks like this: if [ $oldbright -ge 3 ] && [ $oldbright -le $maxbright ]; then Please change the "-ge 3" part to "-ge 1" so that lower modes are possible, too. Otherwise the screen will be set to max brightness if you have selected a value of '1' when going into powersave mode. Somehow it looks like what is possible to select via the hotkeys and what is possible via the "application" differs. In the script op_lcdsettings.sh in line 11 a minimum brightness of 3 seems to be defined, with the hotkeys it is even possible to go down to 0 (screen off) or values like 1 and 2. This is the relevant line: minbright=3 Brightness restoring appears to be problematic in op_lid.sh, too. Just have a look at line 25 in this script: if [ $oldbright -ge 3 ] && [ $oldbright -le $maxbright ]; then Another issue is that the clockrate of 14MHz is simply too low to be reasonable. Please do adjust it to 125MHz instead, since this seems to be what TI recommends and what makes most sense since starting with hotfix4 this is where the lowest powermode (OPP0) is entered. When clocking down to 14MHz issues like the clock not working correctly come up. Relevant lines in op_power.sh: line 14, restoring old clockrate: if [ $oldspeed -gt 14 ] && [ $oldspeed -le 900 ]; then line 72, setting the clockrate for low power mode: echo 14 > /proc/pandora/cpu_mhz_max
 219 CoreBug ReportMedium wrong owner of /home/user/Desktop Closed
100%
Task Description I just reflashed with HF5, and it turns out that I cannot make shortcuts on the desktop. It is very simple to fix: sudo chown janek.janek Desktop/ I remember that this bug was also present in HF4, I fixed it so quickly that I didn't even remember to report it.
 234 CoreFeature RequestMedium Changeable behaviour when closing the lid Closed
100%
Task Description As it was requested on forum.gp2x.de and I think it's a good idea I've written some scripts to allow the user to change what happens when the lid is opened/closed. There are 3 Settings: -The old behaviour (turning off the screen) -Go into low power mode -Shutdown Default behaviour is still the same: Turn the screen off. Maybe we could change this to low power mode? I don't know. I made a lot of changes to op_lid.sh: http://pastebin.com/GT3qxWSx (diff: http://pastebin.com/Z8GwpDj8 ) I changed line 11 in op_power.sh to: if [ $powerstate -ne 0 ]; then And wrote a gui for changing the setting using zenity: http://pastebin.com/9JvSTqfQ (I still can't upload any files, don't know if it's the fault of my browser, that's why I use this paste service)
 279 CoreFeature RequestMedium pidgin requires (more) locales to work correctly Closed
100%
Task Description Please add the following package to allow umlauts working in pidgin: glibc-gconv-utf-16 After installing this package I no longer have a problem receiving umlauts in pidgin. Besides it might also make sense to add "glibc-gconv-cp1250" which might be required for western europe and koi8-r which seems to be missing for xchat and conversion of chars there. At the moment the following locale related packages are installed (as of SuperZaxxon Beta3): glibc-charmap-utf-8 - 2.9-r35.3.5 glibc-gconv - 2.9-r35.3.5 glibc-gconv-cp1252 - 2.9-r35.3.5 glibc-gconv-ibm850 - 2.9-r35.3.5 glibc-gconv-iso8859-1 - 2.9-r35.3.5 glibc-gconv-iso8859-15 - 2.9-r35.3.5 Please add: glibc-gconv-cp1250 glibc-gconv-koi8-r glibc-gconv-unicode glibc-gconv-utf-16 Thanks!
 14 CoreTo Do (Reminder)Low Add hup of pndnotifyd to .xinitrc Closed
100%
Task Description Pretty minor risk, but if the guy creates multiple accounts on the machine, and logs out of one and into another .. we'll want to hup pndnotifyd Alternative solution is to poll utmp (or inotify on utmp?) to watch for logins and handle it magicly.
 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.
 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. ;)
 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.
 321 CoreFeature RequestLow Support overriding all category fields with .ovr Closed
100%
Task Description

Currently only the main category and the first sub category of the main category can be overridden using a .ovr file while libpnd uses additional PXML supplied category date to construct the desktop file. This makes it difficult to work with PNDs that supply unwanted data in these additional fields.

 322 CoreBug ReportLow Allow removal of categories using the libpnd category c ...Closed
100%
Task Description

Since some PNDs provide nonstandard categories like GTK or GNOME, it is desirable to extend the libpnd category mapping with the ability to suppress individual categories completely.

 55 CoreBug ReportCritical .xinitrc problems (image from Feb 22nd) Closed
100%
Task Description Loading a GUI from slim fails, as .xinitrc is broken. Seems to have been edited using a windows editor? From line 50 on, there are newline characters that shouldn't be there. Removing them makes XFCE4 loading fine.
 58 CoreBug ReportCritical Pandora has not been shipped yet. Closed
100%
Task Description Pandora has not been shipped yet.
Showing tasks 51 - 100 of 311 Page 2 of 7 - 1 - 2 - 3 - 4 - 5 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing