On 12/12/2010 03:40 PM, MD wrote: > Thomas Zimmermann wrote: >> Am Sonntag 12 Dezember 2010, 14:57:01 schrieb MD: >>> Hans Zimmerman wrote: >>>> - the application switcher does not appear >>> It worked for me on the first (and possibly second) boot, but now it is >>> not started any more for some reason. Any ideas? >>> >>> Michael >> >> This is this Bug i mentioned: >> >>> Known Bugs: >>> * There is a problem with the autostart of applications in E, because of >>> that >>> the shr_elm_softkey is not always started. >> >> I hope that i can solve it somehow. > Ok, I missed that part of your mail. But in any case: Is there a > quick&dirty workaround for the time being? Without application switcher > it is pretty difficult to use the image and I would like to be able to > test it for other bugs as well. Any startup-script that could > force-start it maybe? Found something: It seems installing podboy screwed ncurses somehow. I got the following error when trying to start vala-terminal after installing podboy: r...@om-gta02 ~ # vala-terminal vala-terminal: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
So I tried to install ncurses: ########## r...@om-gta02 ~ # opkg install libncurses5 Multiple replacers for libncurses5, using first one (ncurses). Installing ncurses (5.4-r19.4) to root... Downloading http://build.shr-project.org/shr-testing/ipk//armv4t/ncurses_5.4-r19.4_armv4t.ipk. Collected errors: * check_data_file_clashes: Package ncurses wants to install file /etc/terminfo/a/ansi But that file is already provided by package * ncurses-terminfo-base * check_data_file_clashes: Package ncurses wants to install file /etc/terminfo/s/screen But that file is already provided by package * ncurses-terminfo-base * check_data_file_clashes: Package ncurses wants to install file /etc/terminfo/s/sun But that file is already provided by package * ncurses-terminfo-base * check_data_file_clashes: Package ncurses wants to install file /etc/terminfo/x/xterm-color But that file is already provided by package * ncurses-terminfo-base * check_data_file_clashes: Package ncurses wants to install file /etc/terminfo/x/xterm But that file is already provided by package * ncurses-terminfo-base * check_data_file_clashes: Package ncurses wants to install file /etc/terminfo/x/xterm-xfree86 But that file is already provided by package * ncurses-terminfo-base * check_data_file_clashes: Package ncurses wants to install file /etc/terminfo/d/dumb But that file is already provided by package * ncurses-terminfo-base * check_data_file_clashes: Package ncurses wants to install file /etc/terminfo/l/linux But that file is already provided by package * ncurses-terminfo-base * check_data_file_clashes: Package ncurses wants to install file /etc/terminfo/r/rxvt But that file is already provided by package * ncurses-terminfo-base * check_data_file_clashes: Package ncurses wants to install file /etc/terminfo/v/vt100 But that file is already provided by package * ncurses-terminfo-base * check_data_file_clashes: Package ncurses wants to install file /etc/terminfo/v/vt220 But that file is already provided by package * ncurses-terminfo-base * check_data_file_clashes: Package ncurses wants to install file /etc/terminfo/v/vt102 But that file is already provided by package * ncurses-terminfo-base * check_data_file_clashes: Package ncurses wants to install file /etc/terminfo/v/vt52 But that file is already provided by package * ncurses-terminfo-base * check_data_file_clashes: Package ncurses wants to install file /etc/terminfo/v/vt200 But that file is already provided by package * ncurses-terminfo-base * opkg_install_cmd: Cannot install package libncurses5. ###### With --force-overwrite I managed to install it finally and shr_elm_softkey is working again since then as well. (Podboy is still working, too.) Michael _______________________________________________ Shr-User mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-user
