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 TypeSeveritySummary  descStatusProgress
 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.
270CoreBug ReportVery LowPower-slider & lid-close events: XFCE observes user set...New
0%
Task Description STATUS QUO: If you are in XFCE and hold the power slider for 3 seconds, you thereby trigger the shutdown command. For 3 more seconds a dialogue box gives you the chance to abort the shutdown ("Shutting down in 3…2…"). Now in MiniMenu no direct shutdown key is available. You first have to quit the running app (via PANDORA key), then call up the menu (via SELECT key), and then navigate to "Shutdown" and confirm it (by B or ENTER). INQUIRED BEHAVIOR: 1) Thanks to the very recent MiniMenu speedups, these 4 consecutive user interaction steps can now at least be be executed a lot faster. Nevertheless, offering a 1-button-interaction (via power slider) too, would be nice. Could you please make that available to MiniMenu? And in general: Make this power-slide-event available to any possible GUI, so that not each GUI has to implement this by itself, but rather the OS catches this event and handles it uniformly, except if a certain GUI WANTS to establish an exception to the rule. 2) Also the "Lid-Close-Settings" seem to be ignored by MiniMenu. MiniMenu seems to have the action "Turn off screen" hardcoded to that event. Please make MiniMenu observe the user settings from "Lid-Close-Settings". RELATED SOURCE CODE FILES (to my knowledge): op_lid.sh op_power.sh op_bright_up.sh op_bright_down.sh
252CoreFeature RequestLowPower management: If power cable is plugged ignore "Shu...New
0%
Task Description If the power cable is plugged and the user chooses "Shutdown Pandora" from a menu, there should be a warning that this is without purpose, as the device will automatically restart. The resulting user choices should be "Cancel shutdown" and "Shutdown nevertheless".
 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.
 32 CoreBug ReportLow pndnotifyd: Crawling through directories it shouldn't i ...Closed
100%
Task Description My current configuration is: Rootfs on first SD Card, 2nd partition. If I put my WIZ SD Card with tons of files into the second SD Slot while booting, pndnotifyd eats up about 95% of CPU time. After about 8 - 9 minutes, it stopped eating the CPU and the system is working normally. This doesn't happen when I put in the card when XFCE4 is already running. Using LSOF, I can confirm it's crawling where it shouldn't: pndnotify 1825 root 6r DIR 179,9 1441792 62488 /media/mmcblk1p1/roms/c64/Tapes Could it be that on first initialization it hasn't loaded the config and crawls through the whole SD Card? On a side note: I got 44700 files on that SD Card... so if it needs about 8 minutes, that does mean it can do over 5000 files a minute!
 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)
 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.
 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
 22 CoreBug ReportLow pndevmapperd: Powerbutton / hold doesn't work. Closed
100%
Task Description Moving the powerbutton doesn't get recognized by pndevmapperd. When moving the powerbutton to hold, it reports: keyboard.c: can't emulate rawmode for keycode 152
 20 CoreBug ReportLow pndevmapperd: op_lid.sh / op_lidtoggle.sh Closed
100%
Task Description pndevmapperd tries to run /usr/pandora/scripts/op_lidtoggle.sh, however, the filename is /usr/pandora/scripts/op_lid.sh Either rename the file or change the call ;)
 26 CoreBug ReportMedium pndevmapperd only works when manually started Closed
100%
Task Description Though pndevmapperd runs after booting (ps -A lists it), it doesn't react to anything. EDIT: It DOES do something. It creates defunct op_menu.sh with each press. When you run it manually from the terminal, the menu button works find and shows the appfinder.
 189 CoreBug ReportMedium pnd-run.sh does not work correctly for very long <pathn ...Closed
100%
Task Description When unmounting, the pnd-run-script greps the output of "losetup -a" at some point. But if you have a very long pathname and filename for the pnd (like "/media/trans8/gamedata/scummvm/Secret_of_Monkey_Islands_Amiga_EN.pnd" then the endpart is cut off in the output, grep can't find the right part and the script get's confused. Example: mounting works: /usr/pandora/scripts/pnd_run.sh -p /media/trans8/gamedata/scummvm/Secret_of_Monkey_Islands_Amiga_EN.pnd -b scummvm -m unounting does not work: /usr/pandora/scripts/pnd_run.sh -p /media/trans8/gamedata/scummvm/Secret_of_Monkey_Islands_Amiga_EN.pnd -b scummvm -u (see /tmp/pndrun*-logs for output) The problem is that the outut of losetup looks like this in such a case: "/dev/loop7: [b309]:157081 (/media/trans8/gamedata/scummvm/Secret_of_Monkey_Islands_Amiga_*)" And because the pnd-name is not fully shown, grepping the name does not work. After i renamed th pnd to a much shorter name (somi_amiga_en.pnd) it worked nicely. Still this should be fixed.
 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
 46 CoreBug ReportMedium pmenu: MediaPlayer only shows ~/ Closed
100%
Task Description The mediaplayer only does show the ~/-Directory. Ideally, it should present SD1 / SD2 / Users Home.
 50 CoreTo Do (Reminder)Medium pmenu: Add shutdown / logout Closed
100%
Task Description There's no way yet to shutdown (poweroff) or logout from pmenu yet.
 28 CoreBug ReportHigh pmenu only shows preview pictures when selecting the PN ...Closed
100%
Task Description When selecting a PND for the first time, it only shows a red X. When selecting the PND for the second time, it shows the preview picture.
 9 CoreBug ReportHigh pmenu doesn't work Closed
100%
Task Description Running pmenu leads to: ERROR: config_read_file() failed: skins/Platinum/skin.cfg (line 21 of config skin.c) (config_skin.c:22) ERROR: cfg_gui_read failed, exiting... ( main.c:1517)
 40 CoreBug ReportLow pmenu doesn't show screenshots Closed
100%
Task Description I did create some PXML files which have screenshots included. pmenu seems to ignore them, it just shows a red X.
 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.
 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 :)
 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!
 169 CoreBug ReportLow pidgin freezes all the time Closed
100%
Task Description pidgin freezes all the time
 98 ApplicationBug ReportMedium Pidgin freezes (msn) Closed
100%
Task Description Pidgin freezes when using the msn protocol. Sometimes it can last 25 minutes before doing so, sometimes it freezes instantly. Usually it's after only a few minutes. Once it freezes you are still able to close it using the built in crash manager (?!) This happens both when running from XFCE and Minimenu.
 71 CoreBug ReportLow Permissions of omapdss need to be fixed Closed
100%
Task Description Only root can currently setup and change TV Out parameters :) Should be set to make it user-changeable.
 3 CoreBug ReportHigh Permissions for brightness and CPU Speed Closed
100%
Task Description /sys/devices/platform/twl4030-pwm0-bl/backlight/twl4030-pwm0-bl/brightness /proc/pandora/cpu_mhz_max Those values cannot be changed by the user, only by root. Should be changed.
 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
 15 CoreBug ReportMedium Permissions / automounted SD Card Closed
100%
Task Description Only root has write access to automounted SD Cards. The normal user can only read.
 44 CoreBug ReportMedium Pandora-Start-Menu button too small Closed
100%
Task Description Since about mid January, the Openpandora-Startmenu-Button doesn't resize when the "Show Title" is enabled. Therefore, you only see parts of the "OpenPandora"-Title and no icon. Disabling the title shows the icon. I have no idea how to resize it and why this happened (the theme hasn't been changed as far as I know)
 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.
 81 CoreBug ReportHigh pandora seems to hang during boot, turns out it didn't Closed
100%
Task Description it seemed just now thay my pandora didnt complete its bootsequence. During booting, the screen turned black. I thought it had crashed, but I still saw lights flashing when I inserted an SDcard. I then assumed that it WAS booting normally, but that the screen was turned down. So I pushed enter to confirm my username, as I suspected that I was at that prompt. Next I inputted my pwd, pushed enter, waited a bit, and then ised Fn+I to increase the brightness. It worked! I think that during the bootprocess the screen should at most be set to the darkest setting, but never to off. I think I know what happened. I told my pandora to shutdown and closed the lit before it was done. I guess that that swiittched off the screen, a setting which was then saved by the shutdown process, and restored during the bootsequence. I would suggest fixing this in the startup process, rather than the shutdown process, because that way, no matter what ends up in the settings, a sensible valsue is set at startup. I'll see if I can reproduce this.
 102 Base OSBug ReportVery Low Pandora key does not close XFCE menu  Closed
100%
Task Description If the XFCE menu has been opened by a touchscreen command, it can also be closed by hitting the logo again. However, opening the menu this way and then hitting the Pandora key only spawns more instances of the menu. Least intrusive way to close those seems to be to select "Logout" and hit Cancel.
 58 CoreBug ReportCritical Pandora has not been shipped yet. Closed
100%
Task Description Pandora has not been shipped yet.
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.
315CoreBug ReportMediumPairing bluetooth SPP devices doesn't work with XFCEUnconfirmed
0%
Task Description Hi, sadly the XFCE bluetooth manager seems to have problems with pairing simple SPP devices (an BT GPS mouse here). 1. Enable BT 2. BT Manager -> Add new device 3. Confirm Dialog and wait for scanning 4. Pick device 5. Select PIN options -> "0000" (here for me) In next step the dialog still asks you to enter a random PIN at your BT device (which is impossible here). Thus it seems, that the XFCE dialog makes troubles, I tried it with 2 different GPS. Pairing the GPS manually works fine: sudo rfcomm connect rfcomm0 00:18:E4:26:5F:14
 61 CoreFeature RequestMedium Packages to remove and include Closed
100%
Task Description The following packages can be removed: embryo gnome-games gnome-games-blackjack gnome-games-gnometris gnome-games-iagno gnome-games-gtali gnome-games-gnobots2 xmms-mad But we need the following ones: xmms-plugin-input-mpg123 xmms-plugin-input-mikmod mikmod libxxf86dga1 epdfview gnumeric (if possible, would be nice) I do wonder though if we should remove all gnome-games (and ScummVM) completely. Makes more sense if we wrap those games up as PND files. Same goes for the community wallpapers. Should we include them? Or save that space for other things?
261CoreTo Do (Reminder)HighOverview of all current KEYBOARD INPUT related issuesUnconfirmed
0%
Task Description Built-in keyboard input is a central thing on the Pandora, as it concerns almost all user interfaced apps! I realized that I myself and also others submitted quite many reports concerning this issue. Hence this meta issue is intended as an overview/accumulation/aid for those devs who are willing to overwork the whole issue. If you realize new related issues, feel free to add them here. If this my effort is contradicting the OpenPandora workflow, then pardon me, and instruct me, how else to handle issues of that kind. Thanks! Keyboard low level: Driver, keyboard layout, post processing (hotkeys, input support, etc) FS#138 FS#227 FS#242  FS#259  Keyboard mid level: Application interfacing  FS#102  FS#123 FS#238 Keyboard application internal level  FS#157  (dupe:  FS#249 ) FS#243 FS#256
 323 CoreBug ReportMedium OS Selector bug Closed
100%
Task Description

When selecting no OS in the OS Selector you're returned to the login screen where you have to reauthenicate. (Pressing Enter without selecting an OS does this)

I happen to do this a lot and it drives me mad :P

 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.
 214 CoreBug ReportHigh op_wifi pnd not exiting cleanly, with fix (one characte ...Closed
100%
Task Description The op_wifi pnd does not exit out cleanly once the encased script executes, the pndrun_op_wifi.out reports umount: /mnt/utmp/op_wifi: device is busy. umount: /mnt/utmp/op_wifi: device is busy. umount UNION failed, didn't clean up. Process still using this FS : 3197 ? S 0:00 /bin/sh /etc/init.d/wl1251-init start This op_wifi.sh just calls /usr/pandora/scripts/op_wifi.sh for some reason, the init.d/w.... start causes it to hang, I executed all this locally, and it doesn't appear to keep running Appending " &" to the line which calls this init script, solves the problem.
 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
 233 CoreBug ReportVery Low op_power.sh: errors Closed
100%
Task Description op_power.sh gives some errors to me... it works anyway, but it's not nice to see them all the time. /usr/pandora/scripts/op_power.sh: line 60: [: 5380: binary operator expected or /usr/pandora/scripts/op_power.sh: line 60: [: too many arguments I guess line 60 of op_power.sh if [ ! $wlstate ]; then should rather be if [ -z "$wlstate" ]; then shouldn't it? The same thing is in line Then sometimes also rm: cannot remove `/tmp/wlstate': No such file or directory or cat: /tmp/wlstate: No such file or directory which could easily be fixed by adding a test -f /tmp/wlstate && or something like that before the respective command. I just added a lot of test, I'm not sure if every single one of them is really needed, but better too much than not enough, I would say. :-) I can't attach a file (I click the button and nothing happens), so I just paste it there: http://nopaste.info/2256365eba.html It's a bit longer because some indentations were wrong (and I corrected them) and I changed all indentations to tabs = 8 spaces instead of 2.
223CoreBug ReportHighop_power.sh kills gles contextUnconfirmed
0%
Task Description opengles and op_power.sh don't like each other very much. whenever returning from low power to full power mode again, opengles rendering is just dead. the reason for this issue are following 2 lines within op_power.sh 18 echo 0 > /sys/devices/platform/omapfb/graphics/fb0/blank ... 66 echo 1 > /sys/devices/platform/omapfb/graphics/fb0/blank if these lines are removed/commented, the gles rendering just resumes fine.
 24 CoreBug ReportLow op_menu.sh not working Closed
100%
Task Description Reports: xfce4-appfinder: Cannot open display: . Fix might be (according to vimacs): Change those two similar looking lines to: sudo -u $xfceuser DISPLAY=:0.0 xfce4-appfinder and: pidlist=$(pstree -lpA | grep pnd_run.sh | sed -ne 's/.*-\(.*\)(\([0-9]\+\))/\2\n \1/p' | DISPLAY=:0.0 zenity --list --multiple --column "pid" --column "name" --title "kill" --text "which apps should be killed" | sed 's/|/\n/') Needs to be checked.
 332 CoreBug ReportMedium op_lidsettings.sh and op_power.sh scripts fail for some ...Closed
100%
Task Description

/usr/pandora/scripts/op_lidsettings.sh and /usr/pandora/scripts/op_power.sh fail for some usernames due to poor shell scripting

 

these scripts find their config files by grepping /etc/passwd for the uer currently running xfce4-session, but the loose regexp matches too much. this shell fragment from op_lidsettings.sh:

 

grep /etc/passwd -e $(ps u -C xfce4-session | tail -n1 | awk '{print $1}')| cut -f 6 -d ":"

 

when a use called "me" is logged in, returns

 

/home/root

/usr/games

/var/run/dbus

/home/me

 

rather than just "/home/me"

 

all instances of that construct (reading and writing settings, in both op_lidsettings.sh and op_power.sh) should be changed to

 

grep /etc/passwd -e ^$(ps u -C xfce4-session | tail -n1 | awk '{print $1}'): | cut -f 6 -d ":"

 

to correctly match only the complete username field in /etc/passwd

 42 CoreBug ReportLow op_defaultgui.sh: sed needs sudo access Closed
100%
Task Description I (EvilDragon) created a small script where you can reselect the default GUI and enable / disable autologin. Works fine so far, except for that the sed to /etc/slim.conf needs root access. I have no idea how to make sudo in this script work without asking for a password. If anyone could help me there, I'll be happy :)
 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.

 21 CoreBug ReportLow op_bright.sh doesn't work correctly Closed
100%
Task Description The file has to be changed to make it work. The working script is: #!/bin/bash #get value range minbright=3 maxbright=$(cat /sys/devices/platform/twl4030-pwm0-bl/backlight/twl4030-pwm0-bl/max_brightness) curbright=$(cat /sys/devices/platform/twl4030-pwm0-bl/backlight/twl4030-pwm0-bl/brightness) device=/sys/devices/platform/twl4030-pwm0-bl/backlight/twl4030-pwm0-bl/brightness if [ ! $1 ]; then newbright=$(DISPLAY=0:0 zenity --scale --text "set brightness" --min-value=$minbright --max-value=$maxbright --value=$curbright --step 1) else newbright=$1 fi if [ $newbright -le $minbright ]; then newbright=$newbright; fi echo $newbright > $device
 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...)
 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 ;)
135ApplicationBug ReportLowOOM Killer causes loss of items in xfce4-panel configur...Unconfirmed
0%
Task Description When the Pandora runs out of memory and the Out-Of-Memory killer fires, the Applications/Settings/xfce4/panel/panels.xml loses the entries for the menu button and the power monitor.
Showing tasks 101 - 150 of 311 Page 3 of 7 - 1 - 2 - 3 - 4 - 5 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing