Community
Participate
Working Groups
In the recent implementation we made it so that gdbus is started if swt.dbus.init system property was set. But after some thought, it seems like it may be better to invoke it dynamically if there's a need for it in SWT. I.e when OpenDocument or OpenUrl are registered.
New Gerrit change created: https://git.eclipse.org/r/116138
New Gerrit change created: https://git.eclipse.org/r/116140
Gerrit change https://git.eclipse.org/r/116138 was merged to [master]. Commit: http://git.eclipse.org/c/platform/eclipse.platform.swt.git/commit/?id=e1810e11b59acc83c8b0dc376540d361c667fc82
Awaiting equinox patch to be merged. For verification later: 1) ./eclipse myFile 2) ./eclipse <wait to open> ./eclipse myFile
Awaiting merge of equinox patch.
Gerrit change https://git.eclipse.org/r/116140 was merged to [master]. Commit: http://git.eclipse.org/c/equinox/rt.equinox.framework.git/commit/?id=99ea6b27ab528bdc5a5158fab0b9c8f4208a359a
Verified in lastest master. ./eclipse file opens files as expected and gdbus isn't initialized unless needed.