anodynos / touchegg

Automatically exported from code.google.com/p/touchegg
4 stars 1 forks source link

Display a message if you try to use the GUI without having installed Touchégg #66

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It should be mentioned that the GUI.deb can't run without the non-GUI.deb. 
Users may wonder about it.

Original issue reported on code.google.com by dauersurfer@gmail.com on 22 May 2011 at 8:57

GoogleCodeExporter commented 8 years ago
Is mentioned, if you try to run the GUI without install Touchégg you will get 
a message (in the terminal, could be a good idea make a message box)

    if(!usrFile.exists()) {
        qFatal("%s not found, reinstall Touchégg can solve the problem\n",
               USR_SHARE_CONFIG_FILE);
    }

I'll change it for a message box, thanks!

Original comment by jose.exposito89@gmail.com on 22 May 2011 at 9:05

GoogleCodeExporter commented 8 years ago
Another way is to define that requirement in the .deb-file.

Original comment by dauersurfer@gmail.com on 23 May 2011 at 8:09

GoogleCodeExporter commented 8 years ago
Ok, I'll add it too ;) Thanks!

Original comment by jose.exposito89@gmail.com on 23 May 2011 at 8:49

GoogleCodeExporter commented 8 years ago
The new packages maintained by the Ubuntu community have an excellent quality 
and we won't have these problems in the future :D

Original comment by jose.exposito89@gmail.com on 30 Sep 2011 at 12:32