@zavorra: That's not a static build of FBInk, so it won't work for people who don't have my standalone version installed

.
I basically have three different types of builds in the wild:
* FBInk: shared, full feature set.
* KFMon & KOReader: static, minimal feature set.
* KoboStuff: static, full feature set.
You can easily pull the latest KoboStuff binary from
here, if need be

.
EDIT: You can also probably shorten the watch config to just this:
Code:
[watch]
; Those next two keys are MANDATORY
filename = /mnt/onboard/00_hacks/kfmon_icons/xxx_GDriveSync.png ; Absolute path of the icon to watch for
action = /mnt/onboard/00_hacks/scripts/GDriveSync.sh ; Absolute path of the command to launch when the icon is opened
; The following keys are NOT mandatory
block_spawns = 1
EDITē: I'd also find a way to get drive to use a custom certdb path instead of clobbering the system's one

.