Problem with running genymotion in KDE desktop











up vote
6
down vote

favorite
2












1- I have a problem in running genymotion in KDE Plasma desktop in ubuntu 14.04 but it works in default ubuntu desktop corectly!



It gives me an error like this:



    linux@younes:~$ ~/genymotion/genymotion
Logging activities to file: /home/linux/.Genymobile/genymotion.log
Aborted (core dumped)
linux@younes:~$


please help me










share|improve this question
























  • will you please attach the log file content
    – Apurv
    Oct 6 '14 at 18:25















up vote
6
down vote

favorite
2












1- I have a problem in running genymotion in KDE Plasma desktop in ubuntu 14.04 but it works in default ubuntu desktop corectly!



It gives me an error like this:



    linux@younes:~$ ~/genymotion/genymotion
Logging activities to file: /home/linux/.Genymobile/genymotion.log
Aborted (core dumped)
linux@younes:~$


please help me










share|improve this question
























  • will you please attach the log file content
    – Apurv
    Oct 6 '14 at 18:25













up vote
6
down vote

favorite
2









up vote
6
down vote

favorite
2






2





1- I have a problem in running genymotion in KDE Plasma desktop in ubuntu 14.04 but it works in default ubuntu desktop corectly!



It gives me an error like this:



    linux@younes:~$ ~/genymotion/genymotion
Logging activities to file: /home/linux/.Genymobile/genymotion.log
Aborted (core dumped)
linux@younes:~$


please help me










share|improve this question















1- I have a problem in running genymotion in KDE Plasma desktop in ubuntu 14.04 but it works in default ubuntu desktop corectly!



It gives me an error like this:



    linux@younes:~$ ~/genymotion/genymotion
Logging activities to file: /home/linux/.Genymobile/genymotion.log
Aborted (core dumped)
linux@younes:~$


please help me







14.04 android kde






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited May 1 '15 at 5:08









Jacob Vlijm

63.2k9122216




63.2k9122216










asked Sep 18 '14 at 2:46









RayanFar

16518




16518












  • will you please attach the log file content
    – Apurv
    Oct 6 '14 at 18:25


















  • will you please attach the log file content
    – Apurv
    Oct 6 '14 at 18:25
















will you please attach the log file content
– Apurv
Oct 6 '14 at 18:25




will you please attach the log file content
– Apurv
Oct 6 '14 at 18:25










3 Answers
3






active

oldest

votes

















up vote
11
down vote



accepted










This one helped me try it,



Installing the libs:



apt-get install libxi-dev libxmu-dev


Moving the Qt libs inside the Genymotion installation directory
Code:



mkdir QtLibs && mv *Qt*.so* QtLibs


Try to read what log says.






share|improve this answer





















  • how did you know?
    – RayanFar
    Oct 9 '14 at 13:35










  • know what... ??
    – Apurv
    Oct 10 '14 at 3:59










  • I mean how did you know it need to Qt libs ?
    – RayanFar
    Oct 10 '14 at 12:11










  • I guessed it will need Qt libs because the problem is popular... : )
    – Apurv
    Oct 15 '14 at 5:24


















up vote
1
down vote













I had the same problem and just solved it. I already had LibQt* files inside the genymotion folder. Then I deleted all the libQt* files from the folder. Now it works like a charm. The genymotion development team has also said to delete these files.






share|improve this answer






























    up vote
    0
    down vote













    In my case I performed the following steps:





    1. Installing the libs:



      sudo apt-get install libxi-dev libxmu-dev libqt4-webkit libqt4-svg



    2. Now, go to Genymotion installation directory, then move the Qt libs:



      mkdir QtLibs && mv *Qt*.so* QtLibs







    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',
      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/3.0/"u003ecc by-sa 3.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%2f525419%2fproblem-with-running-genymotion-in-kde-desktop%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      11
      down vote



      accepted










      This one helped me try it,



      Installing the libs:



      apt-get install libxi-dev libxmu-dev


      Moving the Qt libs inside the Genymotion installation directory
      Code:



      mkdir QtLibs && mv *Qt*.so* QtLibs


      Try to read what log says.






      share|improve this answer





















      • how did you know?
        – RayanFar
        Oct 9 '14 at 13:35










      • know what... ??
        – Apurv
        Oct 10 '14 at 3:59










      • I mean how did you know it need to Qt libs ?
        – RayanFar
        Oct 10 '14 at 12:11










      • I guessed it will need Qt libs because the problem is popular... : )
        – Apurv
        Oct 15 '14 at 5:24















      up vote
      11
      down vote



      accepted










      This one helped me try it,



      Installing the libs:



      apt-get install libxi-dev libxmu-dev


      Moving the Qt libs inside the Genymotion installation directory
      Code:



      mkdir QtLibs && mv *Qt*.so* QtLibs


      Try to read what log says.






      share|improve this answer





















      • how did you know?
        – RayanFar
        Oct 9 '14 at 13:35










      • know what... ??
        – Apurv
        Oct 10 '14 at 3:59










      • I mean how did you know it need to Qt libs ?
        – RayanFar
        Oct 10 '14 at 12:11










      • I guessed it will need Qt libs because the problem is popular... : )
        – Apurv
        Oct 15 '14 at 5:24













      up vote
      11
      down vote



      accepted







      up vote
      11
      down vote



      accepted






      This one helped me try it,



      Installing the libs:



      apt-get install libxi-dev libxmu-dev


      Moving the Qt libs inside the Genymotion installation directory
      Code:



      mkdir QtLibs && mv *Qt*.so* QtLibs


      Try to read what log says.






      share|improve this answer












      This one helped me try it,



      Installing the libs:



      apt-get install libxi-dev libxmu-dev


      Moving the Qt libs inside the Genymotion installation directory
      Code:



      mkdir QtLibs && mv *Qt*.so* QtLibs


      Try to read what log says.







      share|improve this answer












      share|improve this answer



      share|improve this answer










      answered Oct 6 '14 at 18:24









      Apurv

      61258




      61258












      • how did you know?
        – RayanFar
        Oct 9 '14 at 13:35










      • know what... ??
        – Apurv
        Oct 10 '14 at 3:59










      • I mean how did you know it need to Qt libs ?
        – RayanFar
        Oct 10 '14 at 12:11










      • I guessed it will need Qt libs because the problem is popular... : )
        – Apurv
        Oct 15 '14 at 5:24


















      • how did you know?
        – RayanFar
        Oct 9 '14 at 13:35










      • know what... ??
        – Apurv
        Oct 10 '14 at 3:59










      • I mean how did you know it need to Qt libs ?
        – RayanFar
        Oct 10 '14 at 12:11










      • I guessed it will need Qt libs because the problem is popular... : )
        – Apurv
        Oct 15 '14 at 5:24
















      how did you know?
      – RayanFar
      Oct 9 '14 at 13:35




      how did you know?
      – RayanFar
      Oct 9 '14 at 13:35












      know what... ??
      – Apurv
      Oct 10 '14 at 3:59




      know what... ??
      – Apurv
      Oct 10 '14 at 3:59












      I mean how did you know it need to Qt libs ?
      – RayanFar
      Oct 10 '14 at 12:11




      I mean how did you know it need to Qt libs ?
      – RayanFar
      Oct 10 '14 at 12:11












      I guessed it will need Qt libs because the problem is popular... : )
      – Apurv
      Oct 15 '14 at 5:24




      I guessed it will need Qt libs because the problem is popular... : )
      – Apurv
      Oct 15 '14 at 5:24












      up vote
      1
      down vote













      I had the same problem and just solved it. I already had LibQt* files inside the genymotion folder. Then I deleted all the libQt* files from the folder. Now it works like a charm. The genymotion development team has also said to delete these files.






      share|improve this answer



























        up vote
        1
        down vote













        I had the same problem and just solved it. I already had LibQt* files inside the genymotion folder. Then I deleted all the libQt* files from the folder. Now it works like a charm. The genymotion development team has also said to delete these files.






        share|improve this answer

























          up vote
          1
          down vote










          up vote
          1
          down vote









          I had the same problem and just solved it. I already had LibQt* files inside the genymotion folder. Then I deleted all the libQt* files from the folder. Now it works like a charm. The genymotion development team has also said to delete these files.






          share|improve this answer














          I had the same problem and just solved it. I already had LibQt* files inside the genymotion folder. Then I deleted all the libQt* files from the folder. Now it works like a charm. The genymotion development team has also said to delete these files.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited May 1 '15 at 5:05









          Eliah Kagan

          81k20226364




          81k20226364










          answered May 1 '15 at 3:34









          Rhokai

          112




          112






















              up vote
              0
              down vote













              In my case I performed the following steps:





              1. Installing the libs:



                sudo apt-get install libxi-dev libxmu-dev libqt4-webkit libqt4-svg



              2. Now, go to Genymotion installation directory, then move the Qt libs:



                mkdir QtLibs && mv *Qt*.so* QtLibs







              share|improve this answer



























                up vote
                0
                down vote













                In my case I performed the following steps:





                1. Installing the libs:



                  sudo apt-get install libxi-dev libxmu-dev libqt4-webkit libqt4-svg



                2. Now, go to Genymotion installation directory, then move the Qt libs:



                  mkdir QtLibs && mv *Qt*.so* QtLibs







                share|improve this answer

























                  up vote
                  0
                  down vote










                  up vote
                  0
                  down vote









                  In my case I performed the following steps:





                  1. Installing the libs:



                    sudo apt-get install libxi-dev libxmu-dev libqt4-webkit libqt4-svg



                  2. Now, go to Genymotion installation directory, then move the Qt libs:



                    mkdir QtLibs && mv *Qt*.so* QtLibs







                  share|improve this answer














                  In my case I performed the following steps:





                  1. Installing the libs:



                    sudo apt-get install libxi-dev libxmu-dev libqt4-webkit libqt4-svg



                  2. Now, go to Genymotion installation directory, then move the Qt libs:



                    mkdir QtLibs && mv *Qt*.so* QtLibs








                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Sep 27 '15 at 14:36









                  karel

                  55.8k11124142




                  55.8k11124142










                  answered Sep 27 '15 at 14:29









                  user2701286

                  1




                  1






























                      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.





                      Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                      Please pay close attention to the following guidance:


                      • 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%2f525419%2fproblem-with-running-genymotion-in-kde-desktop%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

                      flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

                      Mangá

                       ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕