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 TypeSeverity  descSummaryStatusProgress
 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.
 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
222ApplicationBug ReportLowLogin Screen does not accept all symbols of the form Fn...Unconfirmed
0%
Task Description Problem - Login Screen does not accept all symbols of the form Fn+char Reproducibility - always Actual results - the characters :?#|$€"‘£¥@!_ do not work on the Login Screen with the Pandora's keyboard. When fn then the corresponding character is pressed, nothing is added to the string. Expected results - these characters should appear just like any other character Work Around - an external keyboard was able to enter these characters Aditional Information - While the characters :?#|$€"‘£¥@!_ do not work, the characters ;/\'-+=`() work just fine.
 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
227CoreBug ReportLowDelete button won't delete, and function lock doesn't w...Unconfirmed
50%
Task Description If you hit the function button, then hit it again to lock the function keys, it doesn't lock the function key. The delete key, hold shift and hit the back space button, it won't delete, meaning it won't remove the character to the right of the cursor. I saw this on the forum, and confirmed it on my pandora also.
 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.
 232 CoreBug ReportLow HF6 - charged completed with lid closed causing keyboar ...Closed
100%
Task Description HF6 - It seems as when charging finishes with pandora on then charge light goes out (charge completed assuming) keyboard not functioning just gamepad. Can't use letters to cycle through in mini minimenu or use space to pull up ovr settings. Will test further
 235 CoreBug ReportLow File /tmp/currentuser cannot be deleted by other users Closed
100%
Task Description The system creates a file /tmp/currentuser at the first login of a user. After logging out and in as another user the file still contains the previous user name. An cannot be deleted/overwritten by the new user. Steps To Reproduce: At least two users are available and have XFCE GUI enabled. 1. Login as user (eg. guest), a file /tmp/currentuser is created (containing guest) 2. Log out 3. Log in as another user (eg. jgeiss), the file still contains the old name 4. Change GUI to PMenu 5. Log out 6. Log in as first user (guest) Now the first user (guest) has PMenu as GUI which was set by the second user (jgeiss). Maybe the permission should be 0666 for this file?
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).
 247 CoreBug ReportLow pnd_make.sh can't handle PND with spaces in the path Closed
100%
Task Description pnd_make.sh can't handle PND with spaces in the path. For example, if the label of the volume where the PND is saved, has spacebars. The Problem is line 655: 655: PND=$(readlink -f $PND) Bash handles a path with spacebars as two seperate arguments for the readlink command. The problem is, that i don't know a solution for this problem.
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
 264 CoreBug ReportLow Issues with HOTFIX 6 R1 Beta Closed
100%
Task Description I started with hotfix 5 and when I used the Left Nub for mouse movement it performed well. I installed HOTFIX 6 R1 Beta and the Nub works fine except pushing up. It moves the cursor very slow and all other directions just fine. The other nub works just fine as well. This only began after I installed HF6R1B. I also had to install the Hotfix twice due to sustained system freeze upon start up on the first attempt. I enabled gui choice but minimenu does not function it just cycles back to GUI choice.
 266 ApplicationBug ReportLow hf6rc: Unable to enter Low Power Mode with lid shut: Closed
100%
Task Description Since hf6rc was installed I am unable to enter low power mode. I did pull up the new lid config settings script and selected switch off screen. Reproducable. Nothing happens when the power switch is moved fully to the right for a short time. I expect it to entry low power mode. quirky for it not too. workaround: easy - enter LPM before closing lid. btw: unable to select hf6 in reported version.
 268 CoreBug ReportLow HF6: error in op_power.sh Closed
100%
Task Description When powering the system off after it has been in low power state once, an error is reported by op_power.sh, line 173. Unfortunately I don't have the full message as it's visible on the console only for a short time before the screen turns off. From looking at the script, the "fi" in the last line might be superfluous.
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
 278 CoreBug ReportLow Kernel 3.2.x: broken middle click on right nub Closed
100%
Task Description Using kernel 3.2.x middle click with the right nub is no longer working. With the "old" kernel you get a middle click when pushing the right nub down, this is no longer the case when eg using SuperZaxxon Beta3 (was already the case in SuperZaxxon Beta1 with kernel 3.2.1). As long as you are using kernel 2.6.27.x middle click is working as expected.
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)
 294 CoreBug ReportLow Left nub not working with kernel 3.2 Closed
100%
Task Description Left nub doesnt work when powering on into SuperZaxxon Final with kernel 3.2. Rebooting into kernel 2.6 fixes it until sleeping or powering off. After which rebooting into 2.6 is once again necessary to get the left nub working.
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.
 298 ApplicationBug ReportLow Mousepad only searches once Closed
100%
Task Description Whenever I search text in an open Mouspad document, it works fine the first time. As soon as I close the search dialogue and re-open it, the "find" (resp "find and replace" in replace dialogue) button is greyed out and unclickable. (This is the state the dialogue is in before typing anything, but this time, typing doesn't help.) "return" also doesn't work. Only help is closing and reopening Mousepad.
299CoreBug ReportLowrun_pnd.sh does not follow PXML.xml or "-d"-ParameterAssigned
0%
Task Description I call pnd_run.sh with a pnd. The application directory will invariably be /media/SD/pandora/appdata/, no matter if the PXML.xml specifies a different appdata path. Also, the parameter -d for run_pnd.sh is not followed, either. I tried with vlc.pnd from the app store and with Dosbox74.pnd. UPDATE: Original submission contained a wrong filename reference. Corrected that typo to the filename intended by the submitter. Admin: porg.
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.
 302 CoreBug ReportLow Correct keymap not available during login process Closed
100%
Task Description The correct keymap, as matching the characters printed on the keys, is available when running the First Boot Wizard, but not during login. This means that special characters like ! ( ) and so on, which you enter via Fn-[2nd key] cannot currently be used in a username nor password. My first experience with my Pandora was therefore that I had to reflash the OS due to this as I had locked myself out because I used a special character in my first chosen password. Also reported here: http://boards.openpandora.org/index.php?/topic/10112-question-mark/#entry188179
 303 CoreBug ReportLow pppd 2.4.3 has a bug, recommend upgrade to ppp 2.4.5  Closed
100%
Task Description pppd 2.4.3 doesnt auto reconnect (in my setup) even if configured to do so (persist). Found a ppp bug report confirming this ( http://ppp.samba.org/cgi-bin/ppp-bugs/resolved?id=1110;user=guest - "ppp-2.4.3 / pppoe not reconnecting") and that it has been fixed. I compiled pppd 2.4.5 and that reconnects just fine.
 304 CoreBug ReportLow bluetooth serial port sleep causes lost / frozen connec ...Closed
100%
Task Description I experienced (reliably) 3 times that if I had an idle ppp/rfcomm connection to my phone, it would eventually freeze so that the phone reported no active bluetooth connection and the pandora ppp would still think that the connection is active, but no data would flow. Killing pppd and re-trying would fail opening of the rfcomm link with "Host is down". Disabling & enabling bluetooth "fixed" this so that pppd worked again (so it is not the phone that was "down"). Adding these lines to op_bluetooth_work.sh (apparently atleast) fixed it for me: add between lines 14-15: echo 0 > /sys/devices/platform/omap_uart.0/sleep_timeout (or at any place during enable for that matter) And to disable (before exit 0, line 30) to save power when bluetooth is off and restore normal settings: echo 10 > /sys/devices/platform/omap_uart.0/sleep_timeout I remember mentioning this way back when I last tested bluetooth, but got a reply that this should not be needed because we have flow control between the bt chip and pandora. But if a sleeping serial port loses a character when somebody sends a burst to it, what could flow control do? If it reported not ready to receive, the character would never be sent (and things would freeze...). If it reports ready to receive (what I think it does) the character will be lost. One would need to periodically disable the serial port sleep (and enable ready to receive) for a moment to check for pending data, but I think this would use more power than keeping the serial port active and/or possibly cause way too big delays. I'm not really certain of this thing (whether this is a workaround, hack or a real fix... and whether my interpretation of what is happening is correct - i have no real proof), but I think that reporting what I've found is better than not. (And am I the only user of bluetooth with an old phone for internet (ppp+rfcomm, not pan)? ...)
 305 CoreBug ReportLow [PATCH] bluetooth startup doesnt restore enabled state Closed
100%
Task Description op_bluetooth.sh doesnt remember to call op_bluetooth_work.sh in the startup case. Patch inlined here (maybe broken, but for fast reading) and behind link: http://urjaman.dyndns.info/bluetooth-startup-fix.patch --- op_bluetooth.sh.org 2012-11-24 01:54:53.000000000 +0000 +++ op_bluetooth.sh 2012-11-24 02:06:51.000000000 +0000 @@ -7,8 +7,13 @@ cd "$HOME" if [ "$1" = "startup" ]; then - [ -f "$LOCK" ] && sudo /usr/sbin/hciconfig "$INTERFACE" up pscan 1>/dev/null && sudo /usr/sbin/bluetoothd || echo "Bluetooth: User has not enabled Bluetooth." - + if [ -f "$LOCK" ]; then + sudo /usr/pandora/scripts/op_bluetooth_work.sh 1 + INTERFACE="`hciconfig | grep "^hci" | cut -d ':' -f 1`" + sudo /usr/sbin/hciconfig "$INTERFACE" up pscan 1>/dev/null && sudo /usr/sbin/bluetoothd + else + echo "Bluetooth: User has not enabled Bluetooth." + fi else # Figure out if Bluetooth is running or not
 306 CoreBug ReportLow Issue with Network Notification pop-ups Closed
100%
Task Description Clicking on the button in a notification used when WiFi is enabled (such as the one stating that Wireless Networks were found), doesn't close the notification. In order to close it, I have to click the X button that's in the top-left.
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.
 312 CoreBug ReportLow Special character in password Closed
100%
Task Description problem: setting a username and password using first setup wizzard it's possible to set special character like @#*%/ ect... the login manager don't support this characters, so you need to reset the device. possible solution: 1. disable the possibility of setting special characters. 2. implement special characters in login manager.
 313 CoreBug ReportLow WiFi LED Not Triggered on First Activation Closed
100%
Task Description The first time WiFi is enabled after boot, using either the the config button menu or the Toggle WiFi menu option the WiFi LED does not light up. (though the WiFi itself does work) Once it has been enabled and disabled for the first time, it will work normally for subsequent uses of the WiFi toggle. If the Toggle WiFi script is launched for the first time from the terminal the LED does light up. This is the case in SuperZaxxon 1.53 with all current upgrades applied, and reportedly since the introduction of SuperZaxxon. checking /sys/class/leds/pandora::wifi/trigger while the WiFi is enabled but the LED off shows that the trigger has been successfully set to phy0radio Also noted while investigating this: If Wifi is enabled for the first time from the terminal the following errors are generated by /etc/init.d/wl1251-init Usage: insmod filename [args] find: /lib/modules/3.2.30/updates: No such file or directory Usage: insmod filename [args] find: /lib/modules/3.2.30/updates: No such file or directory Usage: insmod filename [args] find: /lib/modules/3.2.30/updates: No such file or directory Usage: insmod filename [args] find: /lib/modules/3.2.30/updates: No such file or directory Usage: insmod filename [args] Usage: insmod filename [args] Usage: insmod filename [args] find: /lib/modules/3.2.30/updates: No such file or directory Usage: insmod filename [args] find: /lib/modules/3.2.30/updates: No such file or directory Usage: insmod filename [args] find: /lib/modules/3.2.30/updates: No such file or directory Usage: insmod filename [args] find: /lib/modules/3.2.30/updates: No such file or directory Usage: insmod filename [args] The commands that generate these errors are only executed if the mac80211 module is not already loaded - and that module is not unloaded when wifi is disabled. This seems to be unrelated to the issue being reported, however I can't see any cause for the issue at all, so I figured it was worth including it in the report anyway.
 314 CoreBug ReportLow Pandora-Button doesn't open XFCE menu Closed
100%
Task Description If you enable the "disapear automaticaly" feature in the XFCE panel, the Pandora button doesn't open the main menu anymore and you need to open it manually with the cursor.
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).

 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.

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.

328CoreBug ReportLowXFCE desktop icons not displayed when logging on too qu...Requires testing
0%
Task Description

It looks like XFCE cannot find the icons for links/launchers on the desktop, when the user logs on too quickly. This happens either when the session chooser at start-up is disabled, or when the session is being chosen quickly after the session chooser is being displayed (e.g. by pressing enter as soon as the chooser window pops up). The icons are probably not generated yet at that time point.

 

A simple workaround is adding the command "xfdesktop --reload" to autostart. Couls this be included in the next SuperZaxxon release or a hotfix?

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.

 334 CoreBug ReportLow op_bright_down.sh: error when decreasing brightness Closed
100%
Task Description

The script does not handle brightness "0".

If you try to decrease brightness if it's already at 0, it produces errors:

~ # /usr/pandora/scripts/op_bright_down.sh /usr/pandora/scripts/op_bright_down.sh: line 18: [: : integer expression expected /usr/pandora/scripts/op_bright_down.sh: line 22: echo: write error: Invalid argument

Not sure how to attach a patch here, but you can get the change with:

git pull git://git.assembla.com/openpandora-oe.git bug-333

I also changed the script to use /bin/sh since it's a valid posix script.

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

 337 CoreBug ReportLow SPAM Closed
100%
Task Description

SPAM

 17 CoreFeature RequestLow Backlight off when display shuts off Closed
100%
Task Description Would it be easy to make the backlight shut off when the screen goes off after a period of inactivity? That would save a lot of energy both during the charge cycle and if left on with a battery running. Thanks!
 19 CoreFeature RequestLow XFCE-Menu Editor Closed
100%
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
 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. ;)
Showing tasks 201 - 250 of 311 Page 5 of 7<<First - 3 - 4 - 5 - 6 - 7 -

Available keyboard shortcuts

Tasklist

Task Details

Task Editing