After nearly three years of development (it takes time to make up one’s mind) Firefox for Linux users can now enjoy seamless emoji insertion using the native GTK emoji chooser. This long-requested feature, implemented inFirefox 150 (recent Beta), brings a more integrated experience for Linux users who want to add emojis to their web content. Starting with Firefox 150, the native Gtk emoji picker can be invoked directly within Firefox. This means you can insert emojis into text fields, comment boxes, social media posts, and any other web input using the same interface you’re already familiar with from other GTK applications. VIDEO How to use it Using the emoji picker is simple and follows standard GTK conventions: Click into any text input field on a webpage Press Ctrl+. (Control + period) or Ctrl+; (Control + semicolon) The native GTK emoji chooser will appear Select your emoji, and it will be inserted at your cursor position. The picker works seamlessly in both main browser windows and popup windows. How to disable it The feature leverages GTK’s built-in GtkEmojiChooser widget, ensuring that the look and feel matches other applications in your desktop environment. For users who prefer not to use this feature (perhaps due to conflicts with custom keybindings or specific workflows), Firefox provides a preference to disable it. Go to about:config page and set widget.gtk.native-emoji-dialog to false. Why it took too long? The native GTK emoji picker implementation uses the GtkEmojiChooser popover built into GTK3. Unlike other GTK dialogs (file picker, print dialog), it can’t be invoked directly in GTK3 – it must be triggered by a key-binding event or signal on GtkEntry or GtkTextView widgets, and the widget has to be visible from GTK’s perspective. This conflicts with Firefox’s GTK architecture, which doesn’t use GTK widgets directly but instead paints everything itself. But a solution was found. Firefox already has an invisible GtkEntry widget that’s not attached to a...
First seen: 2026-03-27 16:29
Last seen: 2026-03-28 17:42