Package Details: firefox-globalmenu 124.0.2-1

Git Clone URL: https://aur.archlinux.org/firefox-globalmenu.git (read-only, click to copy)
Package Base: firefox-globalmenu
Description: Standalone web browser from mozilla.org, with appmenu patch.
Upstream URL: https://www.mozilla.org/firefox/
Keywords: firefox firefox-appmenu
Licenses: MPL-2.0
Conflicts: firefox
Provides: firefox
Submitter: detian
Maintainer: detian
Last Packager: detian
Votes: 1
Popularity: 0.33
First Submitted: 2024-03-02 04:18 (UTC)
Last Updated: 2024-04-07 12:23 (UTC)

Dependencies (37)

Required by (155)

Sources (5)

Latest Comments

detian commented on 2024-04-26 16:32 (UTC)

@m1k.cloud unity-menubar.patch fails to patch on 125 release, and I saw the 2 new options in about:config

# Whether native GTK global menubar support is enabled.
# Disabled because there are some minor bugs and it needs deeper integration
# with the front-end.
- name: widget.gtk.global-menu.enabled
  type: RelaxedAtomicBool
  value: false
  mirror: always

# Whether GTK global menubar support is enabled using wayland's experimental
# dbus_annotation protocol:
# https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/52
# Disabled until it has a final shape and it is available in compositors.
- name: widget.gtk.global-menu.wayland.enabled
  type: RelaxedAtomicBool
  value: false
  mirror: always

So guys, the dark age passed over, though I can't get it to working on my end, maybe it needs to build with --enable-dbus or something, I'll try it later after it out of experimental. I guess this package will keeps in version 124.0.2-1 now.

detian commented on 2024-03-02 20:52 (UTC)

@kamikaze211 seems this patch doesn't support wayland.. try start firefox under xwayland MOZ_ENABLE_WAYLAND=0 firefox

kamikaze211 commented on 2024-03-02 20:43 (UTC)

After some searching, I installed the appmenu-gtk-module package. And now it gives me another error message:

firefox
[Parent 169100, Main Thread] WARNING: gdk_wayland_window_set_dbus_properties_libgtk_only: assertion 'GDK_IS_WAYLAND_WINDOW (window)' failed: 'glib warning', file /usr/src/debug/firefox-globalmenu/firefox-123.0/toolkit/xre/nsSigHandlers.cpp:187

(firefox:169100): Gdk-CRITICAL **: 04:41:42.415: gdk_wayland_window_set_dbus_properties_libgtk_only: assertion 'GDK_IS_WAYLAND_WINDOW (window)' failed
[Parent 169100, Main Thread] WARNING: gdk_wayland_window_set_dbus_properties_libgtk_only: assertion 'GDK_IS_WAYLAND_WINDOW (window)' failed: 'glib warning', file /usr/src/debug/firefox-globalmenu/firefox-123.0/toolkit/xre/nsSigHandlers.cpp:187

(firefox:169100): Gdk-CRITICAL **: 04:41:42.461: gdk_wayland_window_set_dbus_properties_libgtk_only: assertion 'GDK_IS_WAYLAND_WINDOW (window)' failed
[Parent 169100, Main Thread] WARNING: gdk_wayland_window_set_dbus_properties_libgtk_only: assertion 'GDK_IS_WAYLAND_WINDOW (window)' failed: 'glib warning', file /usr/src/debug/firefox-globalmenu/firefox-123.0/toolkit/xre/nsSigHandlers.cpp:187

(firefox:169100): Gdk-CRITICAL **: 04:41:42.566: gdk_wayland_window_set_dbus_properties_libgtk_only: assertion 'GDK_IS_WAYLAND_WINDOW (window)' failed
[Parent 169100, Main Thread] WARNING: gdk_wayland_window_set_dbus_properties_libgtk_only: assertion 'GDK_IS_WAYLAND_WINDOW (window)' failed: 'glib warning', file /usr/src/debug/firefox-globalmenu/firefox-123.0/toolkit/xre/nsSigHandlers.cpp:187

(firefox:169100): Gdk-CRITICAL **: 04:41:42.612: gdk_wayland_window_set_dbus_properties_libgtk_only: assertion 'GDK_IS_WAYLAND_WINDOW (window)' failed
[Parent 169100, Main Thread] WARNING: gdk_wayland_window_set_dbus_properties_libgtk_only: assertion 'GDK_IS_WAYLAND_WINDOW (window)' failed: 'glib warning', file /usr/src/debug/firefox-globalmenu/firefox-123.0/toolkit/xre/nsSigHandlers.cpp:187

(firefox:169100): Gdk-CRITICAL **: 04:41:42.944: gdk_wayland_window_set_dbus_properties_libgtk_only: assertion 'GDK_IS_WAYLAND_WINDOW (window)' failed
[Parent 169100, Main Thread] WARNING: gdk_x11_window_get_xid: assertion 'GDK_IS_X11_WINDOW (window)' failed: 'glib warning', file /usr/src/debug/firefox-globalmenu/firefox-123.0/toolkit/xre/nsSigHandlers.cpp:187

(firefox:169100): Gdk-CRITICAL **: 04:41:43.072: gdk_x11_window_get_xid: assertion 'GDK_IS_X11_WINDOW (window)' failed
[Parent 169100, Main Thread] WARNING: gdk_x11_window_get_xid: assertion 'GDK_IS_X11_WINDOW (window)' failed: 'glib warning', file /usr/src/debug/firefox-globalmenu/firefox-123.0/toolkit/xre/nsSigHandlers.cpp:187

(firefox:169100): Gdk-CRITICAL **: 04:41:43.080: gdk_x11_window_get_xid: assertion 'GDK_IS_X11_WINDOW (window)' failed
[Parent 169100, Main Thread] WARNING: gdk_wayland_window_set_dbus_properties_libgtk_only: assertion 'GDK_IS_WAYLAND_WINDOW (window)' failed: 'glib warning', file /usr/src/debug/firefox-globalmenu/firefox-123.0/toolkit/xre/nsSigHandlers.cpp:187

(firefox:169100): Gdk-CRITICAL **: 04:41:43.387: gdk_wayland_window_set_dbus_properties_libgtk_only: assertion 'GDK_IS_WAYLAND_WINDOW (window)' failed
[Parent 169100, Main Thread] WARNING: gdk_wayland_window_set_dbus_properties_libgtk_only: assertion 'GDK_IS_WAYLAND_WINDOW (window)' failed: 'glib warning', file /usr/src/debug/firefox-globalmenu/firefox-123.0/toolkit/xre/nsSigHandlers.cpp:187

(firefox:169100): Gdk-CRITICAL **: 04:41:43.437: gdk_wayland_window_set_dbus_properties_libgtk_only: assertion 'GDK_IS_WAYLAND_WINDOW (window)' failed

kamikaze211 commented on 2024-03-02 20:39 (UTC)

Cannot use the globle menu, it shows me an error message:

/usr/bin/firefox
Gtk-Message: 04:36:41.634: Failed to load module "appmenu-gtk-module"
[Parent 166296, Main Thread] WARNING: gdk_x11_window_get_xid: assertion 'GDK_IS_X11_WINDOW (window)' failed: 'glib warning', file /usr/src/debug/firefox-globalmenu/firefox-123.0/toolkit/xre/nsSigHandlers.cpp:187

(firefox:166296): Gdk-CRITICAL **: 04:36:42.301: gdk_x11_window_get_xid: assertion 'GDK_IS_X11_WINDOW (window)' failed
[Parent 166296, Main Thread] WARNING: gdk_x11_window_get_xid: assertion 'GDK_IS_X11_WINDOW (window)' failed: 'glib warning', file /usr/src/debug/firefox-globalmenu/firefox-123.0/toolkit/xre/nsSigHandlers.cpp:187

(firefox:166296): Gdk-CRITICAL **: 04:36:42.317: gdk_x11_window_get_xid: assertion 'GDK_IS_X11_WINDOW (window)' failed