Changes to eclipse due to snap?ATF and Eclipse ecourred “Error initializing the web browser”Eclipse stopped working with Ubuntu upgrade to 14.04Why won't my Android SDK Manager show up when invoked from Eclipse?Eclipse luna missing titles after theme revertSnap application not starting due to “AppArmor policy”snap vs apt install (here for eclipse)Can't open shared libraries (snap)Errors when trying to make a Wayland-native kiosk snap
Coffee Grounds and Gritty Butter Cream Icing
How long could a human survive completely without the immune system?
Electrical service sizing mix up in Mexico
Why do English transliterations of Arabic names have so many Qs in them?
How come the Russian cognate for the Czech word "čerstvý" (fresh) means entirely the opposite thing (stale)?
difference between $HOME and ~
Trigger : making API call to validate record creation?
Should I be able to see patterns in a HS256 encoded JWT?
Why didn't he give Sam the antidote?
What does it take to recreate microchips like 68000 and 6502 in their original process nodes nowadays?
What is the difference between 山道【さんどう】 and 山道【やまみち】?
Had there been instances of national states banning harmful imports before the Opium wars?
How to explain that the sums of numerators over sums of denominators isn't the same as the mean of ratios?
Transiting through Switzerland by coach with lots of cash
A goat is tied to the corner of a shed
Go (to / in) your own way
What does this superscript on HypergeometricPFQ mean?
Why does the first method take more than twice as long to create an array?
Alternative axioms for groups.
PhD research results in postdoc talk presentation
SHA3-255, one bit less
I've been fired, was allowed to announce it as if I quit and given extra notice, how to handle the questions?
How slow was the 6502 BASIC compared to Assembly
How to Skip One Bullet in ITEMIZE?
Changes to eclipse due to snap?
ATF and Eclipse ecourred “Error initializing the web browser”Eclipse stopped working with Ubuntu upgrade to 14.04Why won't my Android SDK Manager show up when invoked from Eclipse?Eclipse luna missing titles after theme revertSnap application not starting due to “AppArmor policy”snap vs apt install (here for eclipse)Can't open shared libraries (snap)Errors when trying to make a Wayland-native kiosk snap
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
It's a few weeks since I started eclipse but after trying to open it today, I get the 'no more handles' SWT error which I remember fixing before by setting SWT_FTK3-0.
Now I find that eclipse seems to be under snap which I am not familiar with. Furthermore there appear to be a /snap/eclipse/40
, a /snap/eclipse/29
and a /snap/eclipse/current
. I think 40 and current are the latest eclipse.
I think I want to edit either the eclipse.ini in 40 or current to have the lines
--launcher.GTK_version
2
but I don't seem to be able to do it. Can anyone please suggest how I can recover my eclipse?
I am running the latest ubuntu 18.04 and a couple of days ago 'livepatch' made some changes
I have seen this error when I start Ubuntu in the default gnome and Wayland. If I select unity from the gear icon, then eclipse will stat OK. I'm fairly certain that I started eclipse and checked for updates less than 2 weeks ago, so I wonder what has changed to break, such that I can't fix it?
UPDATE
I have managed to get eclipse started using an eclipse.ini
in /etc
. That file contains the reference to GTK version 2. I have done this with the command line from a terminal window
eclipse --launcher.ini /etc/eclipse.ini
However this produces the error
The Eclipse executable launcher no longer supports running with GTK
+2.x Continuing using GTK+3.x.
This leaves me with the "no more handles error"
and I can't run eclipse.
18.04 eclipse snap
|
show 1 more comment
It's a few weeks since I started eclipse but after trying to open it today, I get the 'no more handles' SWT error which I remember fixing before by setting SWT_FTK3-0.
Now I find that eclipse seems to be under snap which I am not familiar with. Furthermore there appear to be a /snap/eclipse/40
, a /snap/eclipse/29
and a /snap/eclipse/current
. I think 40 and current are the latest eclipse.
I think I want to edit either the eclipse.ini in 40 or current to have the lines
--launcher.GTK_version
2
but I don't seem to be able to do it. Can anyone please suggest how I can recover my eclipse?
I am running the latest ubuntu 18.04 and a couple of days ago 'livepatch' made some changes
I have seen this error when I start Ubuntu in the default gnome and Wayland. If I select unity from the gear icon, then eclipse will stat OK. I'm fairly certain that I started eclipse and checked for updates less than 2 weeks ago, so I wonder what has changed to break, such that I can't fix it?
UPDATE
I have managed to get eclipse started using an eclipse.ini
in /etc
. That file contains the reference to GTK version 2. I have done this with the command line from a terminal window
eclipse --launcher.ini /etc/eclipse.ini
However this produces the error
The Eclipse executable launcher no longer supports running with GTK
+2.x Continuing using GTK+3.x.
This leaves me with the "no more handles error"
and I can't run eclipse.
18.04 eclipse snap
Please edit your question and post the ouput of the commandecho $PATH
– Marmayogi
Apr 17 at 16:01
For what it;s worth, I have: echo $PATH /home/nick/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games::/snap/bin:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin:/home/nick/scripts
– NickT
Apr 17 at 16:09
You have three version of eclipse: 29, 40 and current. Iscurrent
a symlink? I verified your PATH and there was no reference about eclipse binary. Have you created any symlink in /usr/local/bin/ that tracks the version you are using? Please check.
– Marmayogi
Apr 17 at 16:33
Marked as solved, fix is shown in update 2
– NickT
Apr 18 at 11:31
please post solution in answer place and revert your edit
– αғsнιη
Apr 18 at 11:47
|
show 1 more comment
It's a few weeks since I started eclipse but after trying to open it today, I get the 'no more handles' SWT error which I remember fixing before by setting SWT_FTK3-0.
Now I find that eclipse seems to be under snap which I am not familiar with. Furthermore there appear to be a /snap/eclipse/40
, a /snap/eclipse/29
and a /snap/eclipse/current
. I think 40 and current are the latest eclipse.
I think I want to edit either the eclipse.ini in 40 or current to have the lines
--launcher.GTK_version
2
but I don't seem to be able to do it. Can anyone please suggest how I can recover my eclipse?
I am running the latest ubuntu 18.04 and a couple of days ago 'livepatch' made some changes
I have seen this error when I start Ubuntu in the default gnome and Wayland. If I select unity from the gear icon, then eclipse will stat OK. I'm fairly certain that I started eclipse and checked for updates less than 2 weeks ago, so I wonder what has changed to break, such that I can't fix it?
UPDATE
I have managed to get eclipse started using an eclipse.ini
in /etc
. That file contains the reference to GTK version 2. I have done this with the command line from a terminal window
eclipse --launcher.ini /etc/eclipse.ini
However this produces the error
The Eclipse executable launcher no longer supports running with GTK
+2.x Continuing using GTK+3.x.
This leaves me with the "no more handles error"
and I can't run eclipse.
18.04 eclipse snap
It's a few weeks since I started eclipse but after trying to open it today, I get the 'no more handles' SWT error which I remember fixing before by setting SWT_FTK3-0.
Now I find that eclipse seems to be under snap which I am not familiar with. Furthermore there appear to be a /snap/eclipse/40
, a /snap/eclipse/29
and a /snap/eclipse/current
. I think 40 and current are the latest eclipse.
I think I want to edit either the eclipse.ini in 40 or current to have the lines
--launcher.GTK_version
2
but I don't seem to be able to do it. Can anyone please suggest how I can recover my eclipse?
I am running the latest ubuntu 18.04 and a couple of days ago 'livepatch' made some changes
I have seen this error when I start Ubuntu in the default gnome and Wayland. If I select unity from the gear icon, then eclipse will stat OK. I'm fairly certain that I started eclipse and checked for updates less than 2 weeks ago, so I wonder what has changed to break, such that I can't fix it?
UPDATE
I have managed to get eclipse started using an eclipse.ini
in /etc
. That file contains the reference to GTK version 2. I have done this with the command line from a terminal window
eclipse --launcher.ini /etc/eclipse.ini
However this produces the error
The Eclipse executable launcher no longer supports running with GTK
+2.x Continuing using GTK+3.x.
This leaves me with the "no more handles error"
and I can't run eclipse.
18.04 eclipse snap
18.04 eclipse snap
edited Apr 22 at 9:20
αғsнιη
25.9k23 gold badges105 silver badges167 bronze badges
25.9k23 gold badges105 silver badges167 bronze badges
asked Apr 17 at 9:12
NickTNickT
1,6762 gold badges18 silver badges24 bronze badges
1,6762 gold badges18 silver badges24 bronze badges
Please edit your question and post the ouput of the commandecho $PATH
– Marmayogi
Apr 17 at 16:01
For what it;s worth, I have: echo $PATH /home/nick/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games::/snap/bin:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin:/home/nick/scripts
– NickT
Apr 17 at 16:09
You have three version of eclipse: 29, 40 and current. Iscurrent
a symlink? I verified your PATH and there was no reference about eclipse binary. Have you created any symlink in /usr/local/bin/ that tracks the version you are using? Please check.
– Marmayogi
Apr 17 at 16:33
Marked as solved, fix is shown in update 2
– NickT
Apr 18 at 11:31
please post solution in answer place and revert your edit
– αғsнιη
Apr 18 at 11:47
|
show 1 more comment
Please edit your question and post the ouput of the commandecho $PATH
– Marmayogi
Apr 17 at 16:01
For what it;s worth, I have: echo $PATH /home/nick/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games::/snap/bin:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin:/home/nick/scripts
– NickT
Apr 17 at 16:09
You have three version of eclipse: 29, 40 and current. Iscurrent
a symlink? I verified your PATH and there was no reference about eclipse binary. Have you created any symlink in /usr/local/bin/ that tracks the version you are using? Please check.
– Marmayogi
Apr 17 at 16:33
Marked as solved, fix is shown in update 2
– NickT
Apr 18 at 11:31
please post solution in answer place and revert your edit
– αғsнιη
Apr 18 at 11:47
Please edit your question and post the ouput of the command
echo $PATH
– Marmayogi
Apr 17 at 16:01
Please edit your question and post the ouput of the command
echo $PATH
– Marmayogi
Apr 17 at 16:01
For what it;s worth, I have: echo $PATH /home/nick/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games::/snap/bin:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin:/home/nick/scripts
– NickT
Apr 17 at 16:09
For what it;s worth, I have: echo $PATH /home/nick/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games::/snap/bin:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin:/home/nick/scripts
– NickT
Apr 17 at 16:09
You have three version of eclipse: 29, 40 and current. Is
current
a symlink? I verified your PATH and there was no reference about eclipse binary. Have you created any symlink in /usr/local/bin/ that tracks the version you are using? Please check.– Marmayogi
Apr 17 at 16:33
You have three version of eclipse: 29, 40 and current. Is
current
a symlink? I verified your PATH and there was no reference about eclipse binary. Have you created any symlink in /usr/local/bin/ that tracks the version you are using? Please check.– Marmayogi
Apr 17 at 16:33
Marked as solved, fix is shown in update 2
– NickT
Apr 18 at 11:31
Marked as solved, fix is shown in update 2
– NickT
Apr 18 at 11:31
please post solution in answer place and revert your edit
– αғsнιη
Apr 18 at 11:47
please post solution in answer place and revert your edit
– αғsнιη
Apr 18 at 11:47
|
show 1 more comment
0
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',
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1134594%2fchanges-to-eclipse-due-to-snap%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1134594%2fchanges-to-eclipse-due-to-snap%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
Please edit your question and post the ouput of the command
echo $PATH
– Marmayogi
Apr 17 at 16:01
For what it;s worth, I have: echo $PATH /home/nick/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games::/snap/bin:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin:/home/nick/scripts
– NickT
Apr 17 at 16:09
You have three version of eclipse: 29, 40 and current. Is
current
a symlink? I verified your PATH and there was no reference about eclipse binary. Have you created any symlink in /usr/local/bin/ that tracks the version you are using? Please check.– Marmayogi
Apr 17 at 16:33
Marked as solved, fix is shown in update 2
– NickT
Apr 18 at 11:31
please post solution in answer place and revert your edit
– αғsнιη
Apr 18 at 11:47