Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » Issue opening eclipse+installer URL on Kubuntu
Issue opening eclipse+installer URL on Kubuntu [message #1829796] Fri, 10 July 2020 15:43 Go to next message
Lutz Wrage is currently offline Lutz WrageFriend
Messages: 181
Registered: July 2009
Senior Member
I'm not sure if this is an issue with Oomph, general Eclipse, KDE, or something else:
I am running the eclipse installer on Kubuntu. It has created a *.desktop file to register the "eclipse+installer" protocol handler, which is set to run eclipse-inst %u , where %u stands for the URL.
When I click on the Launch... link on https://www.eclipse.org/setups/installer/?url=https://git.eclipse.org/c/justj/justj.tools.git/plain/releng/org.eclipse.justj.tools.releng/JustJConfiguration.setup&show=true I get a dialog to select the application (Eclipse Installer is pre-selected), and when I confirm nothing happens.
Same when I run
eclipse-inst eclipse+installer:https://git.eclipse.org/c/justj/justj.tools.git/plain/releng/org.eclipse.justj.tools.releng/JustJConfiguration.setup

from the command line.
However, when I add an additional argument (e.g., "-consoleLog", or even just a "-") before the URL the eclipse installer starts and applies the configuration from the URL as expected:
Working command line:
eclipse-inst - eclipse+installer:https://git.eclipse.org/c/justj/justj.tools.git/plain/releng/org.eclipse.justj.tools.releng/JustJConfiguration.setup

Opening "eclipse+installer" links works if I apply this fix to the .desktop file.
Does anybody have an idea what may be going on?
Re: Issue opening eclipse+installer URL on Kubuntu [message #1829813 is a reply to message #1829796] Sat, 11 July 2020 04:51 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
No, that seems strange. I know I got this working on Ubuntu and I don't expect the installer application should process command line arguments differently in your case. The processing is done here:

https://git.eclipse.org/c/oomph/org.eclipse.oomph.git/tree/plugins/org.eclipse.oomph.setup.installer/src/org/eclipse/oomph/setup/internal/installer/InstallerApplication.java#n245

So I would need to try this out again on my virtual box to see which arguments actually arrive at the application after the Eclipse launcher argument processing has stripped the arguments that it recognizes. Please open a Bugzilla, though I can't promise to look at it quickly. Probably I'll need run the Tycho build locally to produce the product and use remote debugging to see how the arguments are arriving...


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Issue opening eclipse+installer URL on Kubuntu [message #1830018 is a reply to message #1829813] Wed, 15 July 2020 21:21 Go to previous message
Lutz Wrage is currently offline Lutz WrageFriend
Messages: 181
Registered: July 2009
Senior Member
see https://bugs.eclipse.org/bugs/show_bug.cgi?id=565253
Previous Topic:Upgrading the IDE
Next Topic:Diagnosing update issue
Goto Forum:
  


Current Time: Tue Apr 23 10:51:43 GMT 2024

Powered by FUDForum. Page generated in 0.02820 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top