View Single Post
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#11
I look forward to seeing the videos someone posts.

In the meantime, I've got a solution for the movable window hack. I will no longer install it by default; there will only be a menu icon that toggles the hack on or off (without a reboot, only a screen refresh).

It does this by running the following script (as user, not root):

Code:
#!/bin/sh
. /etc/osso-af-init/af-defines.sh
. /etc/osso-af-init/matchbox.defs
echo dialogmode=$DIALOGMODE 
echo stopping matchbox...
. /etc/osso-af-init/matchbox.sh stop

if [ ! "x`grep -i DIALOGMODE=free /etc/osso-af-init/matchbox.defs`" = "x" ] ; then
 echo "free mode: switching to static."
 sudo cp /etc/osso-af-init/matchbox.defs.orig /etc/osso-af-init/matchbox.defs
else
 echo "static mode: switching to free."
 sudo cp /etc/osso-af-init/matchbox.defs.window-hack /etc/osso-af-init/matchbox.defs
fi

. /etc/osso-af-init/af-defines.sh
. /etc/osso-af-init/matchbox.defs
echo dialogmode=$DIALOGMODE 
echo starting matchbox...
. /etc/osso-af-init/matchbox.sh start
try it, it works!

EDIT: It only works if you have Easy Debian installed...
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!

Last edited by qole; 2008-10-13 at 08:52.
 

The Following 6 Users Say Thank You to qole For This Useful Post: