Thread
:
Decent Window Manager (FVWM2) Ported To Diablo
View Single Post
petersteier
2010-01-24 , 08:27
Posts: 22 | Thanked: 5 times | Joined on Apr 2009 @ Austria
#
50
Thanks! Helped a lot.
Here is my solution:
#!/bin/sh
(
# nohup does not exist - trap SIGHUP myself
trap "" SIGHUP
# otherwise fbpanel will not get hold
rm .fbpanel/default
source /etc/osso-af-init/osso-gtk.defs
source /etc/osso-af-init/matchbox.defs
echo Theme is $MBTHEME
source /etc/osso-af-init/hildon-desktop.sh stop
sleep 2
source /etc/osso-af-init/matchbox.sh stop
sleep 3
openbox-session &
sleep 10
# source /etc/osso-af-init/hildon-desktop.sh stop
# sleep 2
) >/dev/null 2>/dev/null </dev/null ;
Works with default configuration; a few programs make troubles.
osso-xterm appears in the "System" menu.
microb can be started by typing "browser", but does not show navigation bar.
e-mail can be started by typing "modest showui".
Quote & Reply
|
The Following 2 Users Say Thank You to petersteier For This Useful Post:
qole
,
touchtop
petersteier
View Public Profile
Send a private message to petersteier
Find all posts by petersteier