All Projects

IDProjectCategoryTask TypeSeveritySummaryStatusProgress  descOperating System
295Additional ApplicationsApplicationBug ReportLowMaking the pnd file executableUnconfirmed
0%
Release 1 (Zaxxon) Task Description Hi there, it would be neat if an rc script containing this could be added to the os (and run on startup) : if [ ! -e /proc/sys/fs/binfmt_misc/register ];then modprobe binfmt_misc mount -t binfmt_misc none /proc/sys/fs/binfmt_misc fi echo ":squashPND:M::hsqs::/usr/bin/pnd_run:">/proc/sys/fs/binfmt_misc/register That render all the SquashFS executable directy by clicking them on the icon. Sadly there is no way to pass the arguments to the apps (as pnd_run dont support that). A similar line could be added to support iso pnd.
260OpenPandora Main OSCoreBug ReportMediumLow Power Mode: Input (keyboard, nub) still taken. Appl...Unconfirmed
0%
Release 1 (Zaxxon) Task Description This is the related documentation: http://pandorawiki.org/Power_modes#Low_Power (Please update accordingly as part of the issue resolution) FROM MY USER EXPERIENCE: If you put the Pandora into Low Power Mode, then press some keys, and then wake the Pandora back into Normal Mode, your input (both keys and nubs, haven't tried with USB input yet) seem to have triggered something while the device was in Low Power Mode! What does really happen in Low Power Mode concerning execution and input? a) Input is received AND triggers as application execution continues or b) Kernel/driver queues the input signals into a buffer, and executes them on wake? If supposition a) or b) is true, then this would be one more reason to properly implement:  FS#259  OBSERVANCE EXAMPLE 1: 1) Start MiniMenu. Mentally note down your active tab. 2) Put Pandora to Low Power Mode. 3) Press shoulder button R once. 4) Wake Pandora to Normal Mode. You are now one tab to the right of where you left. Input must have been caught in Low Power Mode, but wether execution of it happened while Low Power Mode or later after wake in Normal power Mode is unclear. OBSERVANCE EXAMPLE 2: 1) Start gedit (a text editor). Insert the digit "1". 2) Put Pandora to Low Power Mode. 3) Press: CTRL-N 2 CTRL-N 3 CTRL-N 4. (Without the spaces) 4) Wake Pandora to Normal Mode. 5) For a fraction of a second you see the tabs building up. Either the input was really received AND executed while Low Power Mode and what you see is just a delayed window manager refreshment, or the input was queued in Low Power Mode, and only executed on wake.
222OpenPandora Main OSApplicationBug ReportLowLogin Screen does not accept all symbols of the form Fn...Unconfirmed
0%
Release 1 (Zaxxon) 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.
272OpenPandora Development OSBackend / CoreBug ReportMediumkernel 3.2.1 DSS export omapfb update mode functionsUnconfirmed
0%
AllRelease 2 (Yars Revenge) Task Description The update mode functions have moved from the DSS layer to omapfb implementaion. This patch exports the new function symbols for use by the TI drivers. --- a/drivers/video/omap2/omapfb/omapfb-ioctl.c +++ b/drivers/video/omap2/omapfb/omapfb-ioctl.c @@ -22,6 +22,7 @@ #include #include +#include #include #include #include @@ -359,6 +360,7 @@ int omapfb_set_update_mode(struct fb_info *fbi, return r; } +EXPORT_SYMBOL(omapfb_set_update_mode); int omapfb_get_update_mode(struct fb_info *fbi, enum omapfb_update_mode *mode) @@ -381,6 +383,7 @@ int omapfb_get_update_mode(struct fb_info *fbi, return 0; } +EXPORT_SYMBOL(omapfb_get_update_mode); /* XXX this color key handling is a hack... */ static struct omapfb_color_key omapfb_color_keys[2];
244OpenPandora Main OSApplicationFeature RequestLowInclude man and the manpagesUnconfirmed
0%
Release 1 (Zaxxon) 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).
325OpenPandora Main OSCoreBug ReportLowImpossible to not set password at first boot Unconfirmed
0%
Release 1 (Zaxxon) 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 ;-)

124OpenPandora Main OSBase OSBug ReportLowifup doesn't like dhclientUnconfirmed
0%
Release 1 (Zaxxon) Task Description I added: iface usb0 inet dhcp And ran: ifup usb0 But dhclient simply prints usage.
331OpenPandora Main OSCoreBug ReportMediumHold switch key continuously sends X11 KeyPress events ...Unconfirmed
0%
Release 1 (Zaxxon) Task Description

When put into Hold mode, X11 handles the power switch as if it's being pressed, and it generates lots of keypress events, passing them to the foreground application. Since /dev/input/eventX does not seem to continuously trigger, I'm guessing it's due to key repeat.

To reproduce:

  • Install xev and open it in the terminal
  • Put the power key in HOLD mode
  • Notice the "time" value changing rapidly

In addition to causing more work to X, it also floods the active application with key presses, resulting in increased CPU usage. In my test, switching to HOLD while Firefox is in the foreground causes it to use 6% CPU and X an additional 2.5%.

In addition, the key-press events continue even after the switch is taken off HOLD until another key is pressed.

A possible solution to this is to blacklist the power-button event device, to prevent evdev from listening to it (the key is handled by pndevmapperd).

290OpenPandora Main OSCoreBug ReportMediumgnome-mount not availableUnconfirmed
0%
Release 1 (Zaxxon) Task Description In GTK applications, such as Truecrypt, NoteCase Pro or Mousepad, the file open / file save dialogs have shortcuts to mounted file systems on the left side. If clicking such a shortcut entry, the corresponding file system's contents are shown in the right dialog pane. This works for file systems, which were available at boot time. For file systems mounted after booting, e.g. by inserting an SD card or connecting a USB drive, when clicking such an entry, an error message appears saying "Could not mount [volumen name] Failed to execute child process 'gnome-mount' (No such file or directory)" This is healed by sudo opkg install gnome-mount (which instals gnome-mount, nautilus, gvfsd-ftp, gvfs (upgrade), and a lot of libs (upgrades).. This has been seen in SuperZaxxon release 1.5, not in Beta3 (but Beta3 is the only choice in Flyspray's dropdown currently). I reported that error for HF6 I think, and it seemed to be fixed in SuperZaxxon Beta5. A regression?
204OpenPandora Main OSCoreBug ReportMediumfonts issuesUnconfirmed
0%
Release 1 (Zaxxon) Task Description Ok, I just want to say that there is something missing about the font on the base image. I cant get what (at least for now) Here is an issue : http://www.gp32x.com/board/index.php?/topic/54282-getting-vnc-viewer-to-work/ With my current Ogre build I get : Warning: Unable to load any usable ISO8859 font Error: Aborting: no font found I've googled but so far no solution :(
206OpenPandora Development OSBackend / CoreFeature RequestLowFirst Boot Wizard - Controls assignment screen neededResearching
0%
Release 2 (.next) Task Description Since I don't have a Pandora, I used the videos that EvilDragon has shown to discover this issue. Nowhere did I see in the First Boot Wizard that it tells you what the default controls in XFCE does like for example how the mouse moves and clicking using the nubs. It also doesn't tell you what the gaming buttons do (L and R included). Would be nice to know for first time users. It should also tell a user if they want to change these setting to look at a specific place after the wizard is done. We shouldn't have the users figure the controls and such out by trial and error. When is that ever fun? :)
12OpenPandora Main OSCoreTo Do (Reminder)Lowfile association for .pndNew
0%
All Task Description Build the xml file and defaults.list so that pnd_run is file-assocated to .pnd
335OpenPandora Main OSApplicationBug ReportLowEvince 2.30 crashes when fullscreenUnconfirmed
0%
Release 1 (Zaxxon) 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

229OpenPandora Main OSCoreBug ReportHighEnable wake on alarm interrupts Unconfirmed
0%
All Task Description Found I'd kept some notes about making the Pandora's wake on alarm function work... drivers/rtc/rtc-twl4030.c twl4030_rtc_remove (for when the driver is removed) and twl4030_rtc_ shutdown (for when the system is shutdown) functions need to change. Or at least the shut down does. oh YUK who's been using goto.... changes in drivers/rtc/rtc-twl4030.c twl4030_rtc_remove commented out //mask_rtc_irq_bit(BIT_RTC_INTERRUPTS_REG_IT_ALARM_M); twl4030_rtc_shutdown replaced // mask_rtc_irq_bit(BIT_RTC_INTERRUPTS_REG_IT_TIMER_M | // BIT_RTC_INTERRUPTS_REG_IT_ALARM_M); with mask_rtc_irq_bit(BIT_RTC_INTERRUPTS_REG_IT_TIMER_M); twl4030_rtc_suspend replaced // mask_rtc_irq_bit(BIT_RTC_INTERRUPTS_REG_IT_TIMER_M | // BIT_RTC_INTERRUPTS_REG_IT_ALARM_M); with mask_rtc_irq_bit(BIT_RTC_INTERRUPTS_REG_IT_TIMER_M); twl4030_rtc_init added (before return!) twl4030_rtc_alarm_irq_set_state(true); Should probably check reg 0x2B with mask 0x08 to see if alarm should be left enabled or not ? but only in twl4030_rtc_shutdown and ?remove? NOT in twl4030_rtc_init should remove ever happen ??? I'm guessing it's best to not enable the alarm irq's all the time???
155OpenPandora Main OSCoreBug ReportMediumCritical problems after rescaling GLES2 X windowsUnconfirmed
0%
All Task Description When a X window which is displaying GLES2 render output is: - Either dragged out of the visibile screen region (?) - Is made larger than it was at the creation time of the GLES2 context then: - The performance will drop significantly as the EGL buffer swaps won't occur as fast as before, - The render output will be corrupted and flicker - In rare occasions crashes the application or locks up the entire system (which forces you to remove the battery) The problem can not be solved without restarting the application (Possibly forcing players to complete the same goals again as they were unable to reach a savepoint or similar things). This was confirmed in Mupen64Plus and the PowerVR GLES Samples and some of my own projects (which are, however, based on the PowerVR samples). As I didn't see any other reports about this problems (but had it confirmed by other Pandora users too) I would expect that it can be fixed by using a newer X, kernel or combination of them as other OMAP users would be effected too.
327OpenPandora Main OSCoreFeature RequestLowContext menu for the XFCE menuUnconfirmed
0%
Release 1 (Zaxxon) 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.

256Additional ApplicationsApplicationFeature RequestMediumClosed lid apps (i.e. audio recording/playback) should ...Unconfirmed
0%
All Task Description When the lid is closed the only remaining buttons on the Pandora are the L + R shoulder buttons and the power slider. Applications operating in this mode should utilize that few available buttons! Example for button utilization in a audio playback software: L + R at once: Toggle Play/Pause L hold: fast backward R hold: fast forward L click: jump to previous song R click: jump to next song L double click: jump to previous album/artist R double click: jump to next album/artist
246OpenPandora Main OSApplicationBug ReportMediumClipboard content of closed app gets tossed instead of ...Unconfirmed
0%
Release 1 (Zaxxon) Task Description FLAWED BEHAVIOUR: Copy and paste only works between 2 active applications. This is very limiting! If you are in the single task oriented MiniMenu you have no chance at all to share the clipboard between apps! If you are in the multi tasking oriented XFCE desktop environment you can only share between apps running in parallel! Not with apps which started after the source app has been terminated. DESIRED BEHAVIOUR: The clipboard content (within reasonable limits of course) should remain, regardless of the source application, so that you can paste at any later moment into any application.
307OpenPandora Main OSCoreFeature RequestMediumChange how Automatic Shutdown worksUnconfirmed
0%
Release 1 (Zaxxon) Task Description When thee Pandora is shutting down because its almost out of power, it should check to make sure that the nub inputs are set to the default mode (which is mouse movement for the left nub and mouse buttons for the right nub). If not, it should change them to be like that.
236OpenPandora Main OSCoreBug ReportLowCannot unmount SD-CardUnconfirmed
0%
Release 1 (Zaxxon) 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).
292OpenPandora Main OSCoreBug ReportLowCan't seek in ogg files using pygame / SDLUnconfirmed
0%
Release 1 (Zaxxon) 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)
320OpenPandora Main OSCoreBug ReportLowBluetooth connection lost after wake-up from sleep modeUnconfirmed
0%
Release 1 (Zaxxon) 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).

110OpenPandora Main OSCoreBug ReportVery LowBattery percentage static in MiniMenuUnconfirmed
0%
All 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.
94OpenPandora Main OSCoreBug ReportLowBacklight control by lid sensor not detected after bootNew
0%
All Task Description If you boot the system with the lid closed, the backlight will still be on when you get to the desktop. You have to lift the lid for an instant and then close again to shut it off. Perhaps this is because of the lack of trigger for an interrupt since the sensor is already activated. Can there be one extra check of the lid sensor after boot to cover this static position?
156OpenPandora Main OSBase OSFeature RequestVery LowAsk to format SD CardUnconfirmed
0%
Release 1 (Zaxxon) 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.
106OpenPandora Main OSApplicationFeature RequestVery LowAppData corruptionUnconfirmed
0%
All 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.
225OpenPandora Main OSCoreBug ReportMediumads7846 reports odd pressure valuesUnconfirmed
0%
Release 1 (Zaxxon) Task Description using evdev xorg drivers and not the tslib drivers you can receive pressure axis data however there is a problem with the values reported by the ads7846 module and the evdev driver has no calibration property for pressure using xinput test touchscreen you can see the pressure axis ranging from 120-ish for hard press to about 150-170 for light press (low pressure values can be quite erratic) I could possibly hack the evdev module to possibly do something with this odd and narrow range of values, but I rather think looking at the source that the ads7846 module needs some work. is there a git tag that has a known working configuration? as I've had problems getting the kernel to compile the last few times I attempted...
191OpenPandora Development OSCoreBug ReportLowAdd XInput extention to allow pressure sensivity in app...Unconfirmed
0%
Release 2 (.next) Task Description Please see this for GTK apps : http://library.gnome.org/devel/gdk/stable/gdk-Input-Devices.html And see this thread : http://boards.openpandora.org/index.php?/topic/372-xournal-pdf-annotations/page__gopid__6836#entry6836
148OpenPandora Main OSCoreBug ReportLowadd standard library path to ldconfig.so.conf to help l...Unconfirmed
0%
All Task Description cat >/etc/ld.so.conf
118OpenPandora Main OSBase OSFeature RequestLowadd sdl-perl to the base OSUnconfirmed
0%
Release 1 (Zaxxon) Task Description Hi there, Many games depend on sdl-perl. Perl and sdl are part of the base OS, but not not the connection between the two. Cheers, sebt3
217OpenPandora Main OSApplicationFeature RequestLowAdd Mounting and unmounting context options for PND'sUnconfirmed
0%
Release 1 (Zaxxon) Task Description It'll have to be in the SKEL. /etc/skel/Applications/Settings/Thunar/uca.xml People can replace the contents of their current uca.xml file with the following to gain this functionality now. /home/[USERNAME]/Applications/Settings/Thunar/uca.xml Terminal Open Terminal Here exo-open --working-directory %f --launch TerminalEmulator Example for a custom action * emblem-symbolic-link Mount PND /usr/pandora/scripts/pnd_run.sh -p %f -m && thunar /mnt/utmp/ *.pnd;*.PND gtk-jump-to-rtl Unmount PND /usr/pandora/scripts/pnd_run.sh -p %f -u *.pnd;*.PND
288OpenPandora Main OSCoreFeature RequestLowadd functionality to inputrcUnconfirmed
0%
All 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
104OpenPandora Main OSBase OSBug ReportLowAAC decoder libfaad doesn't appear to be compiled as fi...Unconfirmed
0%
Release 1 (Zaxxon) Task Description FAAD2 appears to not be compiled with fixed point decoding. My version of libfaad compiled with fixed point used 2-3x less cpu than the provided one. It's not enough to provide the switch to the configure script. the file libfaad/common.h has to be edited and a define uncommented. Line 68 in the v2.7 source. /* COMPILE TIME DEFINITIONS */ /* use double precision */ /* #define USE_DOUBLE_PRECISION */ /* use fixed point reals */ //#define FIXED_POINT
333Additional ApplicationsApplicationBug ReportLow30 sec 95% cpu spike by openbox upon "xmodmap ~/.pndXmo...Unconfirmed
0%
Release 1 (Zaxxon) Task Description

Command is essencial when switching between kb layouts

I'm using https://github.com/openpandora/meta-openpandora-vendor/blob/master/recipes-openpandora/openpandora-system/openpandora-skel/pndXmodmap

strace (openbox process): https://gist.github.com/anonymous/9925061

xmodmap latest version (1:1.0.4-r0.5) reinstalled

179OpenPandora Main OSCoreBug ReportLow.vimrc-preset for user but not for rootUnconfirmed
0%
Release 1 (Zaxxon) Task Description I am running PandoraOS from sd-card installed with the official tarball "pandora-rootfs.tar.bz2". I noticed that the control/keyboard-mapping in vi does not work correctly after switching to root (for example sudo su-). I solved this by copying over my users .vimrc to root-homedir. This should already be included in the tarball.
65OpenPandora Main OSCoreFeature RequestVery Low.desktop files, be nice if they included the non-englis...New
0%
Release 1 (Zaxxon) Task Description .desktop files only include the English stuff right now (using the .desktop default tags.) Be nice if in addition to 'title', we also include 'title[de]' type extras, whatever is in the PXML.xml pnd_pxml_t includes all the goods, but pnd_disco_t has only the summarized english stuff.
138OpenPandora Main OSCoreBug ReportLow'del' key (shift+backspace) not workingNew
0%
All Task Description The title says everything: The 'del' key does not work. In theory you should have a del "event" when hitting shift+backspace. This is not the case in all progs I tested so far (terminal and default text editor with gui).
Showing tasks 51 - 87 of 87 Page 2 of 2 - 1 - 2

Available keyboard shortcuts

Tasklist

Task Details

Task Editing