Re: no icons in 2008.testing

Previous thread: [Om2008.9] GPS && pre-fetching maps from openstreetmap.org by Matthias Apitz on Wednesday, October 29, 2008 - 5:33 am. (9 messages)

Next thread: Fdom deathness by Paul on Wednesday, October 29, 2008 - 7:41 am. (3 messages)
From: Benedikt Schindler
Date: Wednesday, October 29, 2008 - 6:51 am

hi,

this ticket (http://docs.openmoko.org/trac/ticket/2082) said that the 
"no icons bug" is fixed since 4 days.
But there isn't an update in the unstable or testing tree.  (they are 
still "svnr36882". )

How long does it need to get into unstable / testing ?
Because the updates in the kernel-git (stable) showing up in the 
unstable-feeds 1 day after the patch is send to the git.

So should i say something if these changes are not showing up after 4 
days in the unstbale tree or is normal and should i be quiet and wait 
for it ? :)

cu
Beni


_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community
From: W.Kenworthy
Date: Wednesday, October 29, 2008 - 5:16 pm

Flashing the images for 26/27 and 28 showed icons.  Unusable for me
though as only the 26th ever registered (rarely, seems to be due to
installing the gsm mux by default - none of the distros I tried that
uses it works for me) and then the illume theme continually segv's which
is a real pain.

BillK



_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community
From: Gunnar AAstrand Grimnes
Date: Thursday, October 30, 2008 - 1:55 am

His question was not about flashing though - it was about whether
running opkg update will get you these fixes.

I also thought the testing images corresponded to the latest packages
you can get from "opkg update" with the testing repositories setup as
specified here:

http://wiki.openmoko.org/wiki/Download#The_bleeding_edge:_Om_.22base_.2F_empty.22_images

- Gunnar



_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community
From: Benedikt Schindler
Date: Thursday, October 30, 2008 - 3:00 am

i also have the illume theme installed, because of the keyboard.
no icons. but the phone works fine.
if i start start an application like qtmail it works. it also recives 
calls etc. and brings up the right application
for all that.

just no icons on the desktop, and no entrys in the running application 
drop down list.

i don't wonna reflash the phone if i don't realy have to ....
i am a  little bit tyred of installing all the apps again, and again , 
and again :)

----

but like i said, there was no update with a  "opk update && opkg 
upgrade"  for the illume packages.






_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community
From: Benedikt Schindler
Date: Thursday, October 30, 2008 - 2:45 am

with the gsm0710muxd  you need qtopia to know about it.
so in the file  "/etc/X11/Xsession.d/89qtopia" there must be something 
like this:

------------------------------------------------------------------------
identvar=$(date +%s)
ptsvar=$(dbus-send --system --print-reply --type=method_call 
--dest=org.pyneo.muxer /org/pyneo/Muxer 
org.freesmartphone.GSM.MUX.AllocChannel string:$identvar | grep string | 
awk -F '"' '{ print $2 }')
export QTOPIA_PHONE_DEVICE=$ptsvar

# Now start Qtopia
echo 1 > /sys/devices/platform/neo1973-pm-gsm.0/power_on
/usr/bin/app-restarter "$QTOPIA_MESSAGE" qpe 2>&1 | logger &
------------------------------------------------------------------------

this is with the angstrom gsm0710muxd,  maybe you need some other 
"--dest" params with an other muxd version.






_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community
From: William Kenworthy
Date: Thursday, October 30, 2008 - 4:25 am

Yeah did that, both manually and cut&pasted the FDOM equivalent.  I can
talk to the mux and chipset at times, but at others it seems
unresponsive.

BillK

-- 
William Kenworthy <billk@iinet.net.au>
Home in Perth!


_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community
From: Xavier Cremaschi
Date: Thursday, October 30, 2008 - 11:25 am

While this problem is not solved, maybe you could downgrade to 'stable'.

I have never done this, it is a bit rough, but you could try if you want :

First put Om2008.8 in your /etc/opkg/*conf files (instead of testing)

Then 'opkg update' to update your list of packages

Then create the list of packages you want to downgrade :
     opkg list_installed | grep svnr36882 | cut -d ' ' -f 1 > down.txt

Then remove these packages :
     cat down.txt | while read r; do
         opkg -force-depends remove $r
     done

Then reinstall them :
     cat down.txt | while read r; do
         opkg install $r
     done

Now you should have downgraded everything.

I don't think it's too hazardous, because it seems to be an 
X/Enlightenment problem, not a kernel/system one.

Of course if someone thinks this will *not* work, please tell us why 
before someone tries.

Xavier.


_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community
From: Xavier Cremaschi
Date: Thursday, October 30, 2008 - 4:17 pm

Ok it works, you just have to remove your ~/.e because it has been 
upgraded to svnr36882 version

Xavier.


_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community
From: Benedikt Schindler
Date: Friday, October 31, 2008 - 4:57 am

thx.
worked for me.




_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community
From: Xavier Cremaschi
Date: Wednesday, November 12, 2008 - 3:59 am

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.

which is sequential, you can do :
     cat down.txt | xargs opkg -force-depends remove

you can do :
     cat down.txt | xargs opkg install


Xavier.


_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community
From: Benedikt Schindler
Date: Wednesday, November 12, 2008 - 4:33 am

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.

-----






_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community
From: John Lee
Date: Friday, October 31, 2008 - 3:22 pm

the way to fix this bug is not updating to another svn rev which might
introduce other unexpected behaviors due to the massive changes in EFL
recently.  instead we stick to this 36882 and fix problems there.

I don't think we will upgrade efl rev before we have another efl
snapshot/release.  following some random rev in svn trunk tree is
proved to be a very very bad idea.

the current stuffs in testing repo works for me and our testing team
and also for other engineers.  so I bet there's something wrong in the
upgrade path or your theme/config combination.

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.

after you make sure your efl related stuff and illume related packages
are correct (check with opkg list_installed | grep illume), stop x
server, rm -rf ~/.e, start x server.

since the next stable release will be the first one that comes
directly from a branch of om.dev, the upgrade path from stable
(i.e. om2008.9) will need a lot of testing.  our beloved testing team
will help.


FYI:

at the moment the 'settings' app in testing repo still got error (not
scrolling), this is a known issue.  however one can still set the
suspend time.



_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community
From: Gunnar AAstrand Grimnes
Date: Saturday, November 1, 2008 - 2:52 am

Thanks for the update John!

Now I have icons again - it works with the asu theme, but with the
illume default theme enlightenment keeps crashing - oh well :)

Also, the settings app doesn't start at all.

Still this is a great improvement!

- Gunnar



_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community
Previous thread: [Om2008.9] GPS && pre-fetching maps from openstreetmap.org by Matthias Apitz on Wednesday, October 29, 2008 - 5:33 am. (9 messages)

Next thread: Fdom deathness by Paul on Wednesday, October 29, 2008 - 7:41 am. (3 messages)