revast
                                            revast
                                        
                                    sorry to hear that. Then you will have to compile it yourself for now, which is also quite easy and described [here](https://github.com/thjaeger/easystroke/wiki/BuildInstructions) a bit shorter: ``` sudo apt-get build-dep easystroke...
@DarylO71 : no clue what's going on based on your description only. - please provide at least commandline output (easystroke -v), there should be some sort of error message -...
- there is no need to run easystroke under root, and if you start it in a normal terminal window as you normal user (or without sudo...), I do not...
well, when the application itself works, it is the settings which you have to reset then. - when it is started from autostart, look in the $HOME/.config/autostart folder, that holds...
Thanks, maybe try also @ [https://github.com/berkeleybross/easy-gesture](https://github.com/berkeleybross/easy-gesture), its an actively maintained fork, 72 Commits ahead.
> Hi where can I submit bug reports? Best mouse gesures implementation by far btw :D maybe try https://github.com/berkeleybross/easy-gesture, its an actively maintained fork, 72 Commits ahead. If you encounter...
ok, thanks! I also found that your ppa refuses to work. W: The repository 'http://ppa.launchpad.net/chg-hou/dawnlightsearch/ubuntu xenial InRelease' is not signed. N: Data from such a repository can't be authenticated and...
ok thanks. works now. Only one thing left: why do you have libsqlite3-dev in the debian package's depends line? Is that needed for normal operation?
uh, late answer. thanks for detailing it out! Any news regarding the pure c++ version?
btw, I hat to change `EditFolderDialog_base_class, _ = uic.loadUiType("Ui_edit_exclued_folder.ui")` to ``` EditFolderDialog_base_class, _ = uic.loadUiType( os.path.join(os.path.dirname(os.path.abspath(__file__)), "Ui_edit_exclued_folder.ui")) ``` in Ui_change_excluded_folder_dialog.py and 'MainWindow_base_class, _ = uic.loadUiType("Ui_mainwindow.ui")' to ``` MainWindow_base_class, _ =...