You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Links with addresses starting with mailto: don't open in the mail client; instead nyxt attempts to open them and fails. This is an issue, as many places where mailto links are used (e.g. mailing list web interfaces) include parameters that otherwise can't be set in the UI of many email clients (e.g. "In-Reply-To" headers.) Precise recipe to reproduce the issue
Enter the command xdg-open mailto:[email protected]. If properly configured, your mail client should open. Now, launch nyxt and click this link. Nyxt will fail to launch your mail client.
~ 🮲🮳 nyxt
Nyxt version 3.12.0
<INFO> [00:10:16] Source location: #P"/gnu/store/hd7mgl09glflizslbvjn5qffgdjbi349-aadcg-nyxt-3.12.0/share/nyxt/"
<INFO> [00:10:16] Loading Lisp file #P"/home/wong/.config/nyxt/auto-config.3.lisp".
<INFO> [00:10:16] Loading Lisp file #P"/home/wong/.config/nyxt/config.lisp".
<INFO> [00:10:16] Listening to socket: #P"/run/user/1000/nyxt/nyxt.socket"
(process:2): Gtk-WARNING **: 05:10:16.286: Locale not supported by C library.
Using the fallback 'C' locale.
(WebKitWebProcess:2): Gdk-WARNING **: 05:10:16.290: Failed to read portal settings: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface ?org.freedesktop.portal.Settings? on object at path /org/freedesktop/portal/desktop
<INFO> [00:10:16] Loading #P"/home/wong/.local/share/nyxt/history/default.lisp".
(process:2): Gtk-WARNING **: 05:10:16.807: Locale not supported by C library.
Using the fallback 'C' locale.
(WebKitWebProcess:2): Gdk-WARNING **: 05:10:16.810: Failed to read portal settings: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface ?org.freedesktop.portal.Settings? on object at path /org/freedesktop/portal/desktop
<INFO> [00:10:16] Loading #P"/home/wong/.local/share/nyxt/auto-rules.lisp".
<INFO> [00:10:16] Loading #P"/home/wong/.local/share/nyxt/hostlist-stevenblack.txt".
<INFO> [00:10:16] Restoring 5 buffers from history.
(process:2): Gtk-WARNING **: 05:10:17.566: Locale not supported by C library.
Using the fallback 'C' locale.
(WebKitWebProcess:2): Gdk-WARNING **: 05:10:17.569: Failed to read portal settings: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface ?org.freedesktop.portal.Settings? on object at path /org/freedesktop/portal/desktop
<INFO> [00:10:17] Loading "https://github.com/atlas-engineer/nyxt/issues/new?template=bug_report.md".
(process:2): Gtk-WARNING **: 05:10:17.712: Locale not supported by C library.
Using the fallback 'C' locale.
(WebKitWebProcess:2): Gdk-WARNING **: 05:10:17.715: Failed to read portal settings: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface ?org.freedesktop.portal.Settings? on object at path /org/freedesktop/portal/desktop
<INFO> [00:10:19] Finished loading "https://github.com/atlas-engineer/nyxt/issues/new?template=bug_report.md".
** (nyxt:12190): WARNING **: 00:10:36.761: WebKitWebView returned by WebKitWebView::create signal was not created with the related WebKitWebView
(process:2): Gtk-WARNING **: 05:10:36.792: Locale not supported by C library.
Using the fallback 'C' locale.
(WebKitWebProcess:2): Gdk-WARNING **: 05:10:36.795: Failed to read portal settings: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface ?org.freedesktop.portal.Settings? on object at path /org/freedesktop/portal/desktop
<INFO> [00:10:36] Failed to load URL mailto:[email protected] in buffer 6005.
<INFO> [00:10:36] Loading "mailto:[email protected]".
<INFO> [00:10:36] Loading "mailto:[email protected]".
<INFO> [00:10:36] Finished loading "mailto:[email protected]".
<INFO> [00:10:36] Finished loading "mailto:[email protected]".
<INFO> [00:10:40] Loading "https://github.com/atlas-engineer/nyxt/issues/new?template=bug_report.md".
<INFO> [00:10:41] Finished loading "https://github.com/atlas-engineer/nyxt/issues/new?template=bug_report.md".
<INFO> [00:10:41] Deleting socket #P"/run/user/1000/nyxt/nyxt.socket".
The text was updated successfully, but these errors were encountered:
Describe the bug
Links with addresses starting with
mailto:
don't open in the mail client; instead nyxt attempts to open them and fails. This is an issue, as many places where mailto links are used (e.g. mailing list web interfaces) include parameters that otherwise can't be set in the UI of many email clients (e.g. "In-Reply-To" headers.)Precise recipe to reproduce the issue
Enter the command
xdg-open mailto:[email protected]
. If properly configured, your mail client should open. Now, launch nyxt and click this link. Nyxt will fail to launch your mail client.For website-specific issues:
Can you reproduce this issue with Epiphany / GNOME Web (https://wiki.gnome.org/Apps/Web)? N/A
Information
nyxt --system-information
:Output when started from a shell
The text was updated successfully, but these errors were encountered: