[Bug 1754886] Re: Eclipse fails to start (java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter)

2019-08-25 Thread pintubigfoot via ubuntu-bugs
@jouharc Follow the steps on my update #30 You should be able to launch it once you have downgraded your jdk to version 8. Make sure when you run "java -version" from terminal, you can see version string "1.8.0_XXX" -- You received this bug notification because you are a member of Ubuntu

[Bug 1754886] Re: Eclipse fails to start (java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter)

2019-06-22 Thread pintubigfoot via ubuntu-bugs
@jasepow Seeing your log, I noticed your java version was 11.0.3 You need to use java 8: $ java -version java version "1.8.0_191" Java(TM) SE Runtime Environment (build 1.8.0_191-b12) Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode) I suggest you to either uninstall your java

[Bug 1754886] Re: Eclipse fails to start (java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter)

2019-06-08 Thread pintubigfoot via ubuntu-bugs
eclipse (Debian) is not fixed. This status is misleading. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1754886 Title: Eclipse fails to start (java.lang.ClassNotFoundException:

[Bug 1754886] Re: Eclipse fails to start (java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter)

2019-06-08 Thread pintubigfoot via ubuntu-bugs
Sorry, update on the workaround steps: $ sudo wget http://archive.ubuntu.com/ubuntu/pool/universe/e/eclipse /libequinox-osgi-java_3.8.1-8_all.deb $ sudo dpkg -x ./libequinox-osgi-java_3.8.1-8_all.deb / $ sudo apt install --reinstall libequinox-osgi-java $ eclipse #(this should launch) --

[Bug 1754886] Re: Eclipse fails to start (java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter)

2019-06-08 Thread pintubigfoot via ubuntu-bugs
This is the workaround: $ sudo wget http://archive.ubuntu.com/ubuntu/pool/universe/e/eclipse /libequinox-osgi-java_3.8.1-8_all.deb $ sudo dpkg -x ./libequinox-osgi-java_3.8.1-8_all.deb / ( reference:

[Bug 1754886] Re: Eclipse fails to start (java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter)

2019-06-08 Thread pintubigfoot via ubuntu-bugs
eclipse (Debian) is not fixed. The status is misleading. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1754886 Title: Eclipse fails to start (java.lang.ClassNotFoundException:

[Bug 1288786] Re: pkexec does not launch graphical authentication

2016-08-07 Thread pintubigfoot
Same happening to me too after today's update $ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=16.04 DISTRIB_CODENAME=xenial DISTRIB_DESCRIPTION="Ubuntu 16.04.1 LTS" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1517884] Re: libxp6 not available in wily

2016-06-11 Thread pintubigfoot
$ lsb_release -rd Description:Ubuntu 16.04 LTS Release:16.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1517884 Title: libxp6 not available in wily To manage notifications about

[Bug 1517884] Re: libxp6 not available in wily

2016-06-11 Thread pintubigfoot
Right, libxp is essential lib. Please bring it back. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1517884 Title: libxp6 not available in wily To manage notifications about this bug go to:

[Bug 1310170] Re: fglrx DRI initialization fails on Radeon HD 7660G (Trinity)

2015-09-26 Thread pintubigfoot
Thanks for the finding. Indeed mine was also found fglrx in /etc/modprobe.d/blacklist-local.conf. Not sure how it happened, cos I was upgrading from 11.04 > 11.10 > 12.04 > 14.04. Spent so much time to figure out this problem! :) -- You received this bug notification because you are a member of

[Bug 774882] Re: doesn't work in natty

2011-12-15 Thread pintubigfoot
sshpass 1.05 had been released: http://sourceforge.net/projects/sshpass/files/sshpass/1.05/ This is their change log: Version 1.05 * OpenSSH version 5.6 closed our leaked slave PTY fd, breaking sshpass. This reverted the better detection of child exit, unfortunately. *

[Bug 722537] Re: compiz crashed with SIGSEGV

2011-05-13 Thread pintubigfoot
I have Radeon HD 5430 and also get affected by this issue. For my case, Woobly effect still works. When enabling the desktop cube, rotate cube, or 3D window; my screen will be flickered first followed by disabled Window Decoration. After the decoration is enabled back, the window is not movable

[Bug 279102] Re: Unreliable network connection with B44 driver

2010-06-01 Thread pintubigfoot
Hey guys, I am using Fujitsu Lifebook S2110 with Ubuntu 10.04 AMD64 and were consistently getting the issue. The issue was then gone away when I turned on the eth flow-control: ethtool -A eth0 rx on tx on autoneg off Can some of you try to verify if ethtool -A eth0 rx on tx on autoneg off also

[Bug 279102] Re: Unreliable network connection with B44 driver

2010-06-01 Thread pintubigfoot
Sorry, the command is incomplete. Full commands are: # ethtool -A eth0 rx on tx on autoneg off # ethtool -s eth0 autoneg off So far I do not encounter disconnection during the heavy network load. I put the above 2 commands into /etc/rc.local -- Unreliable network connection with B44 driver