How to install Touchegg-GCE?How to emulate a right mouse button click on touchscreen?How to install touchegg?Touchegg not working 12.10 after multi-touch unity gestures disabledcan't get touchegg to work with my touchpadTouchegg settings unchangeableTouchegg Setup issues on Ubuntu Gnome 14.04 - Macbookpro 11,1Touchegg at Ubuntu Gnome 14.04, multi touch not workingMultitouch with Touchegg on SynPS/2 Synaptics TouchPadNeed help using Touchegg with Ubuntu Gnome 15.04how to install touchegg on ubuntu 14.10?

Personal Finance Management Tool

I was kicked out during the orientation

Centered text and Equations aligned

Most general definition of differentiation

Propagator of a real scalar field does not give an unambiguous result

If I buy a super off-peak ticket, can I travel on a off-peak train and pay the difference?

Is the use of ellipsis (...) dismissive or rude?

reload interface while keeping data?

What's the best way to keep cover of a pan slightly opened?

Did the Windows 95 screensavers use hardware acceleration APIs?

How does vampirism work in 5e?

Does being invisible grant advantage on stealth checks by RAW?

Can the Detect Magic spell detect an Antimagic Field spell?

How to tell my Mom that I don't care about someone without upsetting her?

How can I order rows returned by the RETURNING clause of a DML statement?

Is publishing runnable code instead of pseudo code shunned?

What should be done if I suspect a player is using weighted dice?

Are soldered electrical connections code-compliant?

Can I make leading exclamation points be ignored in the terminal? (I type them by instinct due to ipython)

Find the used hard disk data and solve disk pressure

Was playing with both hands ever allowed in chess?

Can socialism and capitalism coexist in the same country?

A single word for "not allowed to be changed" or "must be this way"

Is a triangle waveform a type of pulse width modulation?



How to install Touchegg-GCE?


How to emulate a right mouse button click on touchscreen?How to install touchegg?Touchegg not working 12.10 after multi-touch unity gestures disabledcan't get touchegg to work with my touchpadTouchegg settings unchangeableTouchegg Setup issues on Ubuntu Gnome 14.04 - Macbookpro 11,1Touchegg at Ubuntu Gnome 14.04, multi touch not workingMultitouch with Touchegg on SynPS/2 Synaptics TouchPadNeed help using Touchegg with Ubuntu Gnome 15.04how to install touchegg on ubuntu 14.10?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









6


















please, help me!
how to install Touchegg-GCE in Ubuntu?










share|improve this question































    6


















    please, help me!
    how to install Touchegg-GCE in Ubuntu?










    share|improve this question



























      6













      6









      6


      1






      please, help me!
      how to install Touchegg-GCE in Ubuntu?










      share|improve this question














      please, help me!
      how to install Touchegg-GCE in Ubuntu?







      touchpad multi-touch touchegg






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Oct 8 '15 at 5:23









      Amir Qasemnezhad MoqadamAmir Qasemnezhad Moqadam

      731 gold badge2 silver badges7 bronze badges




      731 gold badge2 silver badges7 bronze badges























          2 Answers
          2






          active

          oldest

          votes


















          15



















          First install dependencies:



          sudo apt-get install build-essential libqt4-dev libx11-6 libx11-dev


          Download the .zip file from here



          cd ~/Downloads
          unzip Touchegg-gce-master.zip
          cd Touchegg-gce-master
          qmake
          make && sudo make install


          To launch touchegg-gce you have to go to that particular folder.



          The binary is installed in /usr/local/bin, check your PATH. Or start via your Application Launcher, there is a desktop file in /usr/local/share/applications/touchegg-gce.desktop



          enter image description here






          share|improve this answer



























          • @AmirQasemnezhadMoqadam If this users answer helped you, please click the check mark on the left of the answer, so others can easily find this information.

            – Mark Kirby
            Oct 8 '15 at 8:14






          • 2





            @AmirQasemnezhadMoqadam: As you're a reputation 1 user: If this answer helped you, don't forget to click the grey at the left of this text, which means Yes, this answer is valid! ;-)

            – Fabby
            Oct 8 '15 at 9:17


















          0



















          Here is a variant to the first answer with some (small) advantages:



          • it provides the code in a git repository, which is nice in case you consider working on it

          • it provides the installed software in a Debian package, which makes uninstalling it clean and simple with sudo apt remove touchegg-gce

          The instructions are as follows:



          sudo apt install git build-essential libqt4-dev libx11-6 libx11-dev checkinstall

          git clone https://github.com/Raffarti/Touchegg-gce.git
          cd Touchegg-gce
          qmake && make
          sudo checkinstall
          --pkgname touchegg-gce
          --pkgversion 1.3.1
          --pkgsource "https://github.com/Raffarti/Touchegg-gce"
          --provides touchegg-gce
          make install


          At this stage, this is only a very basic Debian / Ubuntu package. For example, it does not list any dependency packages, and it installs files into /usr/local/ which is not the proper way. However, as a way to keep my local installation tidy an be able to uninstall things without having to research how exactly, I really like checkinstall.






          share|improve this answer


























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "89"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );














            draft saved

            draft discarded
















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f682858%2fhow-to-install-touchegg-gce%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown


























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            15



















            First install dependencies:



            sudo apt-get install build-essential libqt4-dev libx11-6 libx11-dev


            Download the .zip file from here



            cd ~/Downloads
            unzip Touchegg-gce-master.zip
            cd Touchegg-gce-master
            qmake
            make && sudo make install


            To launch touchegg-gce you have to go to that particular folder.



            The binary is installed in /usr/local/bin, check your PATH. Or start via your Application Launcher, there is a desktop file in /usr/local/share/applications/touchegg-gce.desktop



            enter image description here






            share|improve this answer



























            • @AmirQasemnezhadMoqadam If this users answer helped you, please click the check mark on the left of the answer, so others can easily find this information.

              – Mark Kirby
              Oct 8 '15 at 8:14






            • 2





              @AmirQasemnezhadMoqadam: As you're a reputation 1 user: If this answer helped you, don't forget to click the grey at the left of this text, which means Yes, this answer is valid! ;-)

              – Fabby
              Oct 8 '15 at 9:17















            15



















            First install dependencies:



            sudo apt-get install build-essential libqt4-dev libx11-6 libx11-dev


            Download the .zip file from here



            cd ~/Downloads
            unzip Touchegg-gce-master.zip
            cd Touchegg-gce-master
            qmake
            make && sudo make install


            To launch touchegg-gce you have to go to that particular folder.



            The binary is installed in /usr/local/bin, check your PATH. Or start via your Application Launcher, there is a desktop file in /usr/local/share/applications/touchegg-gce.desktop



            enter image description here






            share|improve this answer



























            • @AmirQasemnezhadMoqadam If this users answer helped you, please click the check mark on the left of the answer, so others can easily find this information.

              – Mark Kirby
              Oct 8 '15 at 8:14






            • 2





              @AmirQasemnezhadMoqadam: As you're a reputation 1 user: If this answer helped you, don't forget to click the grey at the left of this text, which means Yes, this answer is valid! ;-)

              – Fabby
              Oct 8 '15 at 9:17













            15















            15











            15









            First install dependencies:



            sudo apt-get install build-essential libqt4-dev libx11-6 libx11-dev


            Download the .zip file from here



            cd ~/Downloads
            unzip Touchegg-gce-master.zip
            cd Touchegg-gce-master
            qmake
            make && sudo make install


            To launch touchegg-gce you have to go to that particular folder.



            The binary is installed in /usr/local/bin, check your PATH. Or start via your Application Launcher, there is a desktop file in /usr/local/share/applications/touchegg-gce.desktop



            enter image description here






            share|improve this answer
















            First install dependencies:



            sudo apt-get install build-essential libqt4-dev libx11-6 libx11-dev


            Download the .zip file from here



            cd ~/Downloads
            unzip Touchegg-gce-master.zip
            cd Touchegg-gce-master
            qmake
            make && sudo make install


            To launch touchegg-gce you have to go to that particular folder.



            The binary is installed in /usr/local/bin, check your PATH. Or start via your Application Launcher, there is a desktop file in /usr/local/share/applications/touchegg-gce.desktop



            enter image description here







            share|improve this answer















            share|improve this answer




            share|improve this answer








            edited Oct 9 '15 at 15:07









            A.B.

            74.4k12 gold badges193 silver badges281 bronze badges




            74.4k12 gold badges193 silver badges281 bronze badges










            answered Oct 8 '15 at 6:05









            RavanRavan

            7,44116 gold badges49 silver badges77 bronze badges




            7,44116 gold badges49 silver badges77 bronze badges















            • @AmirQasemnezhadMoqadam If this users answer helped you, please click the check mark on the left of the answer, so others can easily find this information.

              – Mark Kirby
              Oct 8 '15 at 8:14






            • 2





              @AmirQasemnezhadMoqadam: As you're a reputation 1 user: If this answer helped you, don't forget to click the grey at the left of this text, which means Yes, this answer is valid! ;-)

              – Fabby
              Oct 8 '15 at 9:17

















            • @AmirQasemnezhadMoqadam If this users answer helped you, please click the check mark on the left of the answer, so others can easily find this information.

              – Mark Kirby
              Oct 8 '15 at 8:14






            • 2





              @AmirQasemnezhadMoqadam: As you're a reputation 1 user: If this answer helped you, don't forget to click the grey at the left of this text, which means Yes, this answer is valid! ;-)

              – Fabby
              Oct 8 '15 at 9:17
















            @AmirQasemnezhadMoqadam If this users answer helped you, please click the check mark on the left of the answer, so others can easily find this information.

            – Mark Kirby
            Oct 8 '15 at 8:14





            @AmirQasemnezhadMoqadam If this users answer helped you, please click the check mark on the left of the answer, so others can easily find this information.

            – Mark Kirby
            Oct 8 '15 at 8:14




            2




            2





            @AmirQasemnezhadMoqadam: As you're a reputation 1 user: If this answer helped you, don't forget to click the grey at the left of this text, which means Yes, this answer is valid! ;-)

            – Fabby
            Oct 8 '15 at 9:17





            @AmirQasemnezhadMoqadam: As you're a reputation 1 user: If this answer helped you, don't forget to click the grey at the left of this text, which means Yes, this answer is valid! ;-)

            – Fabby
            Oct 8 '15 at 9:17













            0



















            Here is a variant to the first answer with some (small) advantages:



            • it provides the code in a git repository, which is nice in case you consider working on it

            • it provides the installed software in a Debian package, which makes uninstalling it clean and simple with sudo apt remove touchegg-gce

            The instructions are as follows:



            sudo apt install git build-essential libqt4-dev libx11-6 libx11-dev checkinstall

            git clone https://github.com/Raffarti/Touchegg-gce.git
            cd Touchegg-gce
            qmake && make
            sudo checkinstall
            --pkgname touchegg-gce
            --pkgversion 1.3.1
            --pkgsource "https://github.com/Raffarti/Touchegg-gce"
            --provides touchegg-gce
            make install


            At this stage, this is only a very basic Debian / Ubuntu package. For example, it does not list any dependency packages, and it installs files into /usr/local/ which is not the proper way. However, as a way to keep my local installation tidy an be able to uninstall things without having to research how exactly, I really like checkinstall.






            share|improve this answer





























              0



















              Here is a variant to the first answer with some (small) advantages:



              • it provides the code in a git repository, which is nice in case you consider working on it

              • it provides the installed software in a Debian package, which makes uninstalling it clean and simple with sudo apt remove touchegg-gce

              The instructions are as follows:



              sudo apt install git build-essential libqt4-dev libx11-6 libx11-dev checkinstall

              git clone https://github.com/Raffarti/Touchegg-gce.git
              cd Touchegg-gce
              qmake && make
              sudo checkinstall
              --pkgname touchegg-gce
              --pkgversion 1.3.1
              --pkgsource "https://github.com/Raffarti/Touchegg-gce"
              --provides touchegg-gce
              make install


              At this stage, this is only a very basic Debian / Ubuntu package. For example, it does not list any dependency packages, and it installs files into /usr/local/ which is not the proper way. However, as a way to keep my local installation tidy an be able to uninstall things without having to research how exactly, I really like checkinstall.






              share|improve this answer



























                0















                0











                0









                Here is a variant to the first answer with some (small) advantages:



                • it provides the code in a git repository, which is nice in case you consider working on it

                • it provides the installed software in a Debian package, which makes uninstalling it clean and simple with sudo apt remove touchegg-gce

                The instructions are as follows:



                sudo apt install git build-essential libqt4-dev libx11-6 libx11-dev checkinstall

                git clone https://github.com/Raffarti/Touchegg-gce.git
                cd Touchegg-gce
                qmake && make
                sudo checkinstall
                --pkgname touchegg-gce
                --pkgversion 1.3.1
                --pkgsource "https://github.com/Raffarti/Touchegg-gce"
                --provides touchegg-gce
                make install


                At this stage, this is only a very basic Debian / Ubuntu package. For example, it does not list any dependency packages, and it installs files into /usr/local/ which is not the proper way. However, as a way to keep my local installation tidy an be able to uninstall things without having to research how exactly, I really like checkinstall.






                share|improve this answer














                Here is a variant to the first answer with some (small) advantages:



                • it provides the code in a git repository, which is nice in case you consider working on it

                • it provides the installed software in a Debian package, which makes uninstalling it clean and simple with sudo apt remove touchegg-gce

                The instructions are as follows:



                sudo apt install git build-essential libqt4-dev libx11-6 libx11-dev checkinstall

                git clone https://github.com/Raffarti/Touchegg-gce.git
                cd Touchegg-gce
                qmake && make
                sudo checkinstall
                --pkgname touchegg-gce
                --pkgversion 1.3.1
                --pkgsource "https://github.com/Raffarti/Touchegg-gce"
                --provides touchegg-gce
                make install


                At this stage, this is only a very basic Debian / Ubuntu package. For example, it does not list any dependency packages, and it installs files into /usr/local/ which is not the proper way. However, as a way to keep my local installation tidy an be able to uninstall things without having to research how exactly, I really like checkinstall.







                share|improve this answer













                share|improve this answer




                share|improve this answer










                answered May 2 at 22:56









                taniustanius

                3,41222 silver badges29 bronze badges




                3,41222 silver badges29 bronze badges































                    draft saved

                    draft discarded















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f682858%2fhow-to-install-touchegg-gce%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown









                    Popular posts from this blog

                    Tamil (spriik) Luke uk diar | Nawigatjuun

                    Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

                    Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?