To automate some simple tasks (e.g. disabling the track-pad when plugging a USB mouse, changing some config files when connecting to home or work WIFI, ...), I was using Cuttlefish. The program works a bit similar to Tasker on smartphones, in that you can perform certain actions based on various triggers. All triggers and actions can be chosen from a long list using a GUI. Call it programming for dummies, if you will, but it was a convenient way of performing some tasks without digging too deep into the internals of Linux.
Cuttlefish was working pretty well for me under Ubuntu 12.04, but these days it appears to be abandoned by the author. I managed to install it for Ubuntu 14.04 using some PPA. This works more or less, but it keeps crashing several times a day, so it is effectively unusable.
Did anyone manage to get Cuttlefish working reliable under 14.04 or 16.04? Alternatively, is there a good replacement application, or do I need to start writing command line scripts again? I know that there are alternative ways to achieve some of the tasks I need, but this is too much black magic.
apt-cache show cuttlefish
and let me know what dependencies are listed ? Also , are you interested only in getting this app working , or you could live with automating the usb mouse connecting/disconnecting ? – Sergiy Kolodyazhnyy Jun 14 '16 at 19:34