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 753988 - "Open Link" doesn't work under wayland
"Open Link" doesn't work under wayland
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: Wayland
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
: 758281 (view as bug list)
Depends on:
Blocks: wayland
 
 
Reported: 2015-08-23 13:41 UTC by Matthias Clasen
Modified: 2015-11-30 16:01 UTC
See Also:
GNOME target: 3.20
GNOME version: ---



Description Matthias Clasen 2015-08-23 13:41:39 UTC
I'm not sure whats going wrong here, but using that menu item doesn't have the desired effect in a wayland session.
Comment 1 Christian Persch 2015-08-23 17:01:16 UTC
Hmm. If someting goes wrong with opening the link, it's supposed to show a dialogue with an error message. You don't get that dialogue?

Since it's just using gtk_show_uri() behind the scenes, does a simple test programme (or the links in the about dialogue) have the same problem?

Maybe some problem in the environment (missing/wrong env var?), but since g-t-server itself runs with that environment, maybe not… check "strings /proc/$(pidof gnome-terminal-server)/environ" for anything obvious?

Or maybe to do with gdkapplaunchcontext-wayland.c being rather stub-y ?
Comment 2 Matthias Clasen 2015-08-31 14:19:51 UTC
I suspect that it may be fallout from the app-id changes in wayland.

Probably on the gtk side, anyway. Moving it over.
Comment 3 Daniel Stone 2015-11-18 15:02:33 UTC
Not sure what changed, but WFM with current 3.18.x.
Comment 4 Christian Persch 2015-11-18 19:26:23 UTC
*** Bug 758281 has been marked as a duplicate of this bug. ***
Comment 5 Javier Jardón (IRC: jjardon) 2015-11-19 11:46:11 UTC
(In reply to Daniel Stone from comment #3)
> Not sure what changed, but WFM with current 3.18.x.

Not here (Arch). What distro are you using?
Comment 6 Daniel Stone 2015-11-19 11:57:11 UTC
F23, but with 3.18.x built from jhbuild. Chrome (not Chromium) as the browser.
Comment 7 Christian Stadelmann 2015-11-25 20:28:02 UTC
Are you running latest glib releases? If no you could be running into https://bugzilla.redhat.com/show_bug.cgi?id=1261672
Comment 8 Javier Jardón (IRC: jjardon) 2015-11-25 20:40:32 UTC
Yeah, seems is working ok now since GLib 2.46.2

Actually, the commit that fixed the bug you mentioned has been merged between betwenn 2.46.1 and 2.46.2 ( https://git.gnome.org/browse/glib/commit/?h=glib-2-46&id=24a4b33ffe7f4ef3487316e85060dd37b907941d ), so seems it was related

Matthias; ok to close this?
Comment 9 Matthias Clasen 2015-11-30 16:01:34 UTC
sure