go to a particular slide.
Take a screenshot
+
+Allow placement:
+
+ 0010L-hello.html +-----------+-----------+
+ 0010R-hello.html | | |
+ | L | R |
+ | | |
+ +-----------+-----------+
+
+similarly 'A' (above) and 'B' (below).
+
+Allow placement across monitors.
+
+Allow talk notes to be placed permanently on one monitor (is this
+useful though? speaker could just open an editor with the notes
+separately).
+
+Fix Gtk2::Embed so it doesn't keep crashing and so we can
+run everything in a single process.
In C<functions>, I have:
# -*- shell-script -*-
+
+ # Place any local environment variables required in 'local'.
+ if [ -f local ]; then source local; fi
+
export PS1="$ "
- export HISTFILE=/tmp/history
+
+ export HISTFILE=$talkdir/history
+
rm -f $HISTFILE
+ touch $HISTFILE
add_history ()
{
terminal ()
{
+ # Make $HISTFILE unwritable so the shell won't update it
+ # when it exits.
+ chmod -w $HISTFILE
+
+ # Run gnome-terminal.
exec \
gnome-terminal \
--window \