Eclipse's popups randomly change size and position after upgrade to Ubuntu 18.04











up vote
0
down vote

favorite












After I updated from Ubuntu 16.04 to 18.04, the popup windows of Eclipse's inspect wizard (the ones that popup on hover) started randomly changing sizes and positions. Most of the time they are so small it's impossible to read them and I always need to resize them manually. Other times they are in out of reach locations near the end of the screen.



What have I done so far?



I though it's because I have an old Eclipse that is not adapted to Gnome yet so I installed completely new Eclipse Photon using



https://snapcraft.io/eclipse



but it didn't help. Then I thought that maybe my Eclipse workspace is corrupted so I created completely new one and it didn't help. I'm not sure if this is Ubuntu related thing or Eclipse related thing but since it happened after upgrade to 18.04 I thought I will ask here.



Other infos



I'm using:




  • Ubuntu 18.04.1


  • Eclipse Photon Release (4.8.0)



I didn't change the eclipse.ini file but here it is if it helps



-startup
plugins/org.eclipse.equinox.launcher_1.5.0.v20180512-1130.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.700.v20180518-1200
-product
org.eclipse.epp.package.java.product
-showsplash
org.eclipse.epp.package.common
--launcher.defaultAction
openFile
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.8
-Dosgi.instance.area.default=@user.home/eclipse-workspace
-XX:+UseG1GC
-XX:+UseStringDeduplication
--add-modules=ALL-SYSTEM
-Dosgi.requiredJavaVersion=1.8
-Dosgi.dataAreaRequiresExplicitInit=true
-Xms256m
-Xmx1024m
--add-modules=ALL-SYSTEM


Update: I have tried to add GTK version to eclipse.ini file but it didn't help



--launcher.GTK_version 2


Examples



Here are the photos of how it looks like (sorry for the quality, I didn't figure out how to take screenshot of a popup)



Here is a popup being too small (and also in wrong location)
Popup too small



Here is a popup after I resized it
Popup resized



Here is a popup being in completely wrong location (top of the screen)
Pop up out of reach










share|improve this question




























    up vote
    0
    down vote

    favorite












    After I updated from Ubuntu 16.04 to 18.04, the popup windows of Eclipse's inspect wizard (the ones that popup on hover) started randomly changing sizes and positions. Most of the time they are so small it's impossible to read them and I always need to resize them manually. Other times they are in out of reach locations near the end of the screen.



    What have I done so far?



    I though it's because I have an old Eclipse that is not adapted to Gnome yet so I installed completely new Eclipse Photon using



    https://snapcraft.io/eclipse



    but it didn't help. Then I thought that maybe my Eclipse workspace is corrupted so I created completely new one and it didn't help. I'm not sure if this is Ubuntu related thing or Eclipse related thing but since it happened after upgrade to 18.04 I thought I will ask here.



    Other infos



    I'm using:




    • Ubuntu 18.04.1


    • Eclipse Photon Release (4.8.0)



    I didn't change the eclipse.ini file but here it is if it helps



    -startup
    plugins/org.eclipse.equinox.launcher_1.5.0.v20180512-1130.jar
    --launcher.library
    plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.700.v20180518-1200
    -product
    org.eclipse.epp.package.java.product
    -showsplash
    org.eclipse.epp.package.common
    --launcher.defaultAction
    openFile
    --launcher.defaultAction
    openFile
    --launcher.appendVmargs
    -vmargs
    -Dosgi.requiredJavaVersion=1.8
    -Dosgi.instance.area.default=@user.home/eclipse-workspace
    -XX:+UseG1GC
    -XX:+UseStringDeduplication
    --add-modules=ALL-SYSTEM
    -Dosgi.requiredJavaVersion=1.8
    -Dosgi.dataAreaRequiresExplicitInit=true
    -Xms256m
    -Xmx1024m
    --add-modules=ALL-SYSTEM


    Update: I have tried to add GTK version to eclipse.ini file but it didn't help



    --launcher.GTK_version 2


    Examples



    Here are the photos of how it looks like (sorry for the quality, I didn't figure out how to take screenshot of a popup)



    Here is a popup being too small (and also in wrong location)
    Popup too small



    Here is a popup after I resized it
    Popup resized



    Here is a popup being in completely wrong location (top of the screen)
    Pop up out of reach










    share|improve this question


























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      After I updated from Ubuntu 16.04 to 18.04, the popup windows of Eclipse's inspect wizard (the ones that popup on hover) started randomly changing sizes and positions. Most of the time they are so small it's impossible to read them and I always need to resize them manually. Other times they are in out of reach locations near the end of the screen.



      What have I done so far?



      I though it's because I have an old Eclipse that is not adapted to Gnome yet so I installed completely new Eclipse Photon using



      https://snapcraft.io/eclipse



      but it didn't help. Then I thought that maybe my Eclipse workspace is corrupted so I created completely new one and it didn't help. I'm not sure if this is Ubuntu related thing or Eclipse related thing but since it happened after upgrade to 18.04 I thought I will ask here.



      Other infos



      I'm using:




      • Ubuntu 18.04.1


      • Eclipse Photon Release (4.8.0)



      I didn't change the eclipse.ini file but here it is if it helps



      -startup
      plugins/org.eclipse.equinox.launcher_1.5.0.v20180512-1130.jar
      --launcher.library
      plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.700.v20180518-1200
      -product
      org.eclipse.epp.package.java.product
      -showsplash
      org.eclipse.epp.package.common
      --launcher.defaultAction
      openFile
      --launcher.defaultAction
      openFile
      --launcher.appendVmargs
      -vmargs
      -Dosgi.requiredJavaVersion=1.8
      -Dosgi.instance.area.default=@user.home/eclipse-workspace
      -XX:+UseG1GC
      -XX:+UseStringDeduplication
      --add-modules=ALL-SYSTEM
      -Dosgi.requiredJavaVersion=1.8
      -Dosgi.dataAreaRequiresExplicitInit=true
      -Xms256m
      -Xmx1024m
      --add-modules=ALL-SYSTEM


      Update: I have tried to add GTK version to eclipse.ini file but it didn't help



      --launcher.GTK_version 2


      Examples



      Here are the photos of how it looks like (sorry for the quality, I didn't figure out how to take screenshot of a popup)



      Here is a popup being too small (and also in wrong location)
      Popup too small



      Here is a popup after I resized it
      Popup resized



      Here is a popup being in completely wrong location (top of the screen)
      Pop up out of reach










      share|improve this question















      After I updated from Ubuntu 16.04 to 18.04, the popup windows of Eclipse's inspect wizard (the ones that popup on hover) started randomly changing sizes and positions. Most of the time they are so small it's impossible to read them and I always need to resize them manually. Other times they are in out of reach locations near the end of the screen.



      What have I done so far?



      I though it's because I have an old Eclipse that is not adapted to Gnome yet so I installed completely new Eclipse Photon using



      https://snapcraft.io/eclipse



      but it didn't help. Then I thought that maybe my Eclipse workspace is corrupted so I created completely new one and it didn't help. I'm not sure if this is Ubuntu related thing or Eclipse related thing but since it happened after upgrade to 18.04 I thought I will ask here.



      Other infos



      I'm using:




      • Ubuntu 18.04.1


      • Eclipse Photon Release (4.8.0)



      I didn't change the eclipse.ini file but here it is if it helps



      -startup
      plugins/org.eclipse.equinox.launcher_1.5.0.v20180512-1130.jar
      --launcher.library
      plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.700.v20180518-1200
      -product
      org.eclipse.epp.package.java.product
      -showsplash
      org.eclipse.epp.package.common
      --launcher.defaultAction
      openFile
      --launcher.defaultAction
      openFile
      --launcher.appendVmargs
      -vmargs
      -Dosgi.requiredJavaVersion=1.8
      -Dosgi.instance.area.default=@user.home/eclipse-workspace
      -XX:+UseG1GC
      -XX:+UseStringDeduplication
      --add-modules=ALL-SYSTEM
      -Dosgi.requiredJavaVersion=1.8
      -Dosgi.dataAreaRequiresExplicitInit=true
      -Xms256m
      -Xmx1024m
      --add-modules=ALL-SYSTEM


      Update: I have tried to add GTK version to eclipse.ini file but it didn't help



      --launcher.GTK_version 2


      Examples



      Here are the photos of how it looks like (sorry for the quality, I didn't figure out how to take screenshot of a popup)



      Here is a popup being too small (and also in wrong location)
      Popup too small



      Here is a popup after I resized it
      Popup resized



      Here is a popup being in completely wrong location (top of the screen)
      Pop up out of reach







      gnome 18.04 eclipse






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 27 at 17:02

























      asked Nov 27 at 16:25









      Miroslav

      3615




      3615



























          active

          oldest

          votes











          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%2f1096547%2feclipses-popups-randomly-change-size-and-position-after-upgrade-to-ubuntu-18-04%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown






























          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          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%2f1096547%2feclipses-popups-randomly-change-size-and-position-after-upgrade-to-ubuntu-18-04%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á

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