the icon problem should be solved. try ----------------- opkg -force-depends remove illume-config illume-config-asu opkg install illume-theme-asu
stop the xserver remove "~/.e" start the xserver ----------------- with the illume theme there is another problem. it is crashing all the time, until you change the engine. so for the illume package you need to do this: ----------------- opkg -force-depends remove illume-config illume-config-asu opkg install illume-config-illume illume-theme-illume stop the xserver remove "~/.e" start the xserver go into the configuration page (with the icon in the upper left corner and not with the settings icon on the desktop) select engine select the "software" engine (not the default selected "software_16"). close all restart xserver ----------------- the background is now in grey and the menue drop down is not really what i want, but i have querty again. and i have working icons. so i could use my phone again. but they still have to go their way until 2008.11 :) b John Lee schrieb: ------ the only supported combination is illume-theme-asu + illume if you got stuffs like illume-config, illume-config-asu, please remove them. illume-theme-asu comes with both config and theme files. it does NOT include 'qwerty' button and 'wrench' config. I have also seen the illume default combination works: illume-config-illume + illume-theme-illume + illume notice that config and theme comes in different packages here. it DOES include qwerty and wrench. the way to switch between different sets of config and theme is to set it in /etc/enlightenment/default_profile . this is ugly and will/should be solved in upstream soon. ----- Xavier Cremaschi schrieb: > A recent update to testing showed this bug still occurs in my situation. > > So I just wanted to share a little update relative to downgrade commands > from my previous mail : because opkg accepts more than one package's > name as argument, we can speed up the whole thing by making far less calls. > > Instead of : > >> cat down.txt | while read r; do >> opkg -force-depends remove $r >> done >> > which is sequential, you can do : > cat down.txt | xargs opkg -force-depends remove > > Instead of : > >> cat down.txt | while read r; do >> opkg install $r >> done >> > you can do : > cat down.txt | xargs opkg install > > > Xavier. > > > _______________________________________________ > Openmoko community mailing list > [email protected] > http://lists.openmoko.org/mailman/listinfo/community > > _______________________________________________ Openmoko community mailing list [email protected] http://lists.openmoko.org/mailman/listinfo/community

