![]() |
2007-03-29
, 00:17
|
|
Posts: 3,096 |
Thanked: 1,525 times |
Joined on Jan 2006
@ Michigan, USA
|
#32
|
I suppose it's a possibility as I'm using the "Danjon" theme that's included in the default image. I'm not sure how that would interfere with matchbox shutting down though. I am definitely not running a plain jane fresh install; I have abiword, maemo-mapper, fbreader, fmradio-applet, and a host of other apps.
It doesn't do anything aside from the message you get that matchbox is shutting down.
I can see it by running "ps -ef | grep matchbox". At that point I see the matchbox-wm process listed as "/usr/bin/matchbox-window-manager -theme theme3 -use_t". I can also detect that fact it's running by trying to move windows (after KDE has started) which turn transparent instead of moving and exhibit the theme decorations from Hildon instead of KDE. I edited stopmaemo and commented out the "startkde" line to avoid having all those mesages scrolling past; after running the stopmaemo script several times it never stopped matchbox except in one isolated instance I can't reproduce (rebooted to test it and that was it-- never again).
Larry
![]() |
2007-03-29
, 01:05
|
|
Posts: 3,096 |
Thanked: 1,525 times |
Joined on Jan 2006
@ Michigan, USA
|
#33
|
![]() |
2007-03-29
, 01:26
|
Posts: 450 |
Thanked: 16 times |
Joined on Mar 2006
|
#34
|
![]() |
2007-03-29
, 01:29
|
|
Posts: 3,096 |
Thanked: 1,525 times |
Joined on Jan 2006
@ Michigan, USA
|
#35
|
![]() |
2007-03-29
, 01:30
|
|
Posts: 3,096 |
Thanked: 1,525 times |
Joined on Jan 2006
@ Michigan, USA
|
#36
|
For what it's worth, I switched to the Adria theme -- and still got the "KDE Panel - The KDE Crash Handler." I guess it's always "come up fine" for me with this one(!) exception. That is, the system (KDE) overall has never crashed. (Am I perhaps misunderstanding what consitutes a "crash" in this context?)
![]() |
2007-03-29
, 01:33
|
Posts: 450 |
Thanked: 16 times |
Joined on Mar 2006
|
#37
|
![]() |
2007-03-29
, 13:13
|
Posts: 209 |
Thanked: 8 times |
Joined on Nov 2005
@ Fishers, Indiana
|
#38
|
OK, I lied.
Here is how you fix it
Just do a ps and grep for matchbox
Nokia-N800-51:~# ps -fe | grep matchbox
880 user 2864 S < /usr/bin/matchbox-window-manager -theme theme3
Change MBTHEME='default' to whatever theme you are running, in this case Danjun or theme3.
Nokia-N800-51:~# vi stopmaemo
MBTHEME='theme3'
TITLEBAR=yes
DESKTOPMODE=plain
LOWLIGHT=no
SHOWCURSOR=yes
DIALOGMODE=static
SUPERMODAL=yes
There you go Larry!!
![]() |
2007-03-29
, 13:37
|
Posts: 209 |
Thanked: 8 times |
Joined on Nov 2005
@ Fishers, Indiana
|
#39
|
![]() |
2007-03-29
, 14:05
|
|
Posts: 3,096 |
Thanked: 1,525 times |
Joined on Jan 2006
@ Michigan, USA
|
#40
|
Looks exactly like what's needed. I can't believe that Nokia would be so ridiculous as to actually worry about which theme was being used.... When shutting down. Very bad design. Anyway, here's a line that can automatically adjust to whatever theme you're using; seems to work great for me. I'm really hoping it doesn't get mangled when I post it:
MBTHEME=`ps -ef | grep matc | grep theme | sed 's/\([^\/]\+\)\(\/usr\/bin\/matchbox[-a-z0-9]\+\)\( -theme \)\([^ ]\+\)\(.*\)/\4/g'`
Larry
Larry