After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 762566 - can't start builder from desktop file
can't start builder from desktop file
Status: RESOLVED FIXED
Product: gnome-builder
Classification: Other
Component: general
3.19.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME Builder Maintainers
GNOME Builder Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-02-23 21:19 UTC by Marinus Schraal
Modified: 2016-03-12 23:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
app: add custom handling of --gapplication-service (3.78 KB, patch)
2016-02-23 21:36 UTC, Christian Hergert
committed Details | Review

Description Marinus Schraal 2016-02-23 21:19:58 UTC
Trying to start gnome-builder from the application menu fails.

The log reveals the following:
feb 23 22:07:37 host /usr/libexec/gdm-x-session[24061]: Activating service name='org.gnome.Builder'
feb 23 22:07:37 host /usr/libexec/gdm-x-session[24061]: Activated service 'org.gnome.Builder' failed: Process org.gnome.Builder exited with status 1
feb 23 22:07:37 host org.gnome.Builder[24081]: Unknown option --gapplication-service

This started somewhere along the 3.19 development cycle, worked fine in 3.18 .
Comment 1 Christian Hergert 2016-02-23 21:36:19 UTC
Created attachment 322186 [details] [review]
app: add custom handling of --gapplication-service

Since we are not relying on GApplication for command line parsing, we need
to handle --gapplication-service ourself. This fixes launching of Builder
from the application overview.
Comment 2 Christian Hergert 2016-02-23 21:37:10 UTC
Looks like fallout from our switch to doing custom command line parsing. This emulates what GApplication would have done for us with --gapplication-service.
Comment 3 Christian Hergert 2016-02-23 21:37:24 UTC
Attachment 322186 [details] pushed as b81fe61 - app: add custom handling of --gapplication-service