Closed GoogleCodeExporter closed 9 years ago
The problem is that you had AutoKey running on machine2 when you replaced its
config file with the symlink. When you quit AutoKey, it persists configuration
as it shuts down, overwriting your symlinked data with what is in memory. So,
simply make sure AutoKey is not running on machine2 before replacing its config
file with the symlink.
Original comment by cdekter
on 1 Jul 2011 at 10:39
thanks for your reply. The problem is valid, though, for anyone who wants to
sync their scripts and *has autokey run at system start.* This will mean that
autokey is always running before Dropbox has a chance to sync the file. Now,
for the time being I can remove autokey from my systerm startup, but I do think
that this is a usability snag. After all, autokey is the kind of application
that people want to have running in the background all the time. It seems to me
that a fix would involve just checking periodically to see whether the script
file has changed and updating the version in memory if necessary.
Original comment by scotti...@gmail.com
on 9 Aug 2011 at 6:09
Fair point... I'm at the point of trying to decide whether to do this kind of
enhancement or work on a large-scale rewrite... will put this on the TODO list
for now.
Original comment by cdekter
on 9 Aug 2011 at 9:35
Part one of the fix for this is done - don't overwrite the configuration file
on startup.
Original comment by cdekter
on 11 Sep 2011 at 11:31
Completed for v0.80.0 by implementing real-time configuration reloading using
inotify
Original comment by cdekter
on 16 Sep 2011 at 12:49
Original issue reported on code.google.com by
scotti...@gmail.com
on 1 Jul 2011 at 9:27