I forgot to do "git add -A" last time. Here are the new files. master
authorAlan <qole@qole.org>
Sun, 13 Feb 2011 22:11:36 +0000 (14:11 -0800)
committerAlan <qole@qole.org>
Sun, 13 Feb 2011 22:11:36 +0000 (14:11 -0800)
fremantle/easy-chroot/control/full.changelog [new file with mode: 0644]
fremantle/easy-deb-chroot/control/changelog.full [new file with mode: 0644]
fremantle/easy-deb-chroot/src/home/user/.kbdactive [new file with mode: 0755]

diff --git a/fremantle/easy-chroot/control/full.changelog b/fremantle/easy-chroot/control/full.changelog
new file mode 100644 (file)
index 0000000..a18a946
--- /dev/null
@@ -0,0 +1,13 @@
+0.2.1: First version for Fremantle, fifth package. Trying a new version of py2deb. 
+0.2.2: Added thp's patches, some other fixes. 
+0.2.3: First version in Extras! 
+0.2.4: Fixed some small bugs and added a bugtracker field. 
+0.2.5: Unmount /dev/shm in the closechroot script 
+0.2.6: Include Debian's fuser as a workaround for broken busybox 
+0.2.7: Remove the closechroot .desktop file, move to Easy Debian
+0.2.8: Support dmsetup + kernel-module-dmloop packages, if installed
+0.2.9: Use the 'cd /proc' workaround for broken fuser bug, add 'nodiratime,nobh' to mount options
+0.3.0: Require dmlosetup to be present before attempting dm-loop.
+0.3.1: Strip trailing slash on mountpoint in all scripts, fixed problems in multi-loop handling.
+0.3.2: /sbin/closechroot enhancements: avoid -m option on fuser if encrypted partition mounted, and add support for pre-close scripts (see closechroot script for details)
+0.3.3: Fix "osso-xterm" bug
\ No newline at end of file
diff --git a/fremantle/easy-deb-chroot/control/changelog.full b/fremantle/easy-deb-chroot/control/changelog.full
new file mode 100644 (file)
index 0000000..9e9e59e
--- /dev/null
@@ -0,0 +1,17 @@
+0.9.37 Fixed the closechroot icon, added back oo icon & fullscreen key
+0.9.38 Fixed top menu in LXDE and added ctrl-space fullscreen key.
+0.9.39 Tweaked top menu in LXDE
+0.9.40 New image (m5-v3), new icons for HW keys, closechroot and Evince, improved installer
+0.9.41: Fixed closechroot icon conflict with easy-chroot pkg
+0.9.42: Changed icon and .desktop name for Evince to avoid conflict with Maemo pkg, improved installer.
+0.9.43: Removed Evince icon; Maemo version is just as good. Don't overwrite user's .xbindkeysrc
+0.9.44: Added notification (noise, vibration, LED) to install script, ready to push to Extras!
+0.9.45: Fixed ~/.xbindkeysrc file to work with all keyboards. Installer now triggers synchroot script.
+0.9.46: Deleted theme line from /home/user/.config/lxde/config
+0.9.47: PR 1.2 keyboard focus workaround, added debsu and debbie-sue
+0.9.48: A less image-dependent keyboard focus workaround, /usr/bin/fixkbdfocus
+0.9.49: Cleaned up the fixkbdfocus script.
+0.9.50: Made a new script that first attempts to raise the existing LXDE window, and if that fails, it starts a new LXDE session. This allows one icon to work for both starting and restoring LXDE. Thanks rebhana. Ready for Extras-Testing now.
+0.9.51: New Maemo-side script to launch LXDE with full keyboard focus!
+0.9.52: Tweaked Maemo-side script to avoid timing issues.
+0.9.53: Moved MurrinaNightOrange out, depends on it now. Depends on wmctrl too.
\ No newline at end of file
diff --git a/fremantle/easy-deb-chroot/src/home/user/.kbdactive b/fremantle/easy-deb-chroot/src/home/user/.kbdactive
new file mode 100755 (executable)
index 0000000..37f84fa
--- /dev/null
@@ -0,0 +1,17 @@
+# Script by Alan 'qole' Bruce
+# with help from DaithiF on ubuntuforums.org for 
+# the xprop | awk command to return the active window.
+
+# For some reason, you need to call wmctrl twice to get the
+# keyboard to work, but whatever works, eh?
+
+ACTIVEWINID=`xprop -root | awk '/NET_ACTIVE_WINDOW/ { print $5; exit }'`
+#zenity --display=:0 --info --title="Information" --text="Hopefully #you have keyboard focus now. Clear this dialog." &
+#while [ "x$TWOWIN" = "x" ] ; do
+  # wait for Zenity dialog to pop up...
+#  export TWOWIN=`wmctrl -l | grep -i Information | awk '{print $1}'`
+#done
+sudo /sbin/qobi-wmhint-fix $ACTIVEWINID
+sudo /usr/bin/set-focus $ACTIVEWINID
+#wmctrl -i -r $ACTIVEWINID -b toggle,fullscreen
+#wmctrl -i -r $ACTIVEWINID -b toggle,fullscreen