View Single Post
Posts: 209 | Thanked: 8 times | Joined on Nov 2005 @ Fishers, Indiana
#38
Originally Posted by penguinbait View Post
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!!
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