

(gnome-shell-extension-prefs:49831): Gjs-CRITICAL **: 09:49:22.517: The offending signal was destroy on Gjs_ExtensionRow 0x55b8b7f7b600. Because it would crash the application, it has been blocked and the JS callback not invoked.

This is most likely caused by not destroying a Clutter actor or Gtk+ widget with ::destroy signals connected, but can also be caused by using the destroy(), dispose(), or remove() vfuncs. (gnome-shell-extension-prefs:49831): Gjs-CRITICAL **: 09:49:22.517: Attempting to call back into JSAPI during the sweeping phase of GC. = Stack trace for context 0x55b8b764a1a0 = (gnome-shell-extension-prefs:49831): Gjs-CRITICAL **: 09:49:22.517: The offending signal was destroy on Gjs_ExtensionRow 0x55b8b7d6f630. When I run gnome-tweaks from a terminal it generates the following errors in the terminal window when I close desktop icons configuration window:: (gnome-shell-extension-prefs:49831): Gjs-CRITICAL **: 09:49:22.517: Attempting to call back into JSAPI during the sweeping phase of GC. Enable desktop icons is selected but ‘Open in Terminal’ still goes back to the Desktop.

I want to be able to right-click search for some text, but again, that requires parsing the action at time of invoke, because the action name would be dependent on the selected text? (some notes in search web for highlighted text feature? #10175).There are some notes in Triggers(Including Text Strings) and Actions (internal or external calls) #5916.How do we feed the selected text into the action in the menu?.Some of these actions should only appear when text is selected.# Detailed Description of the Pull Request / Additional comments > contexts without needing to replicate an entire json blob. > uniquely identifiable, so that the user could refer to bindings in other This spec proposes a mechanism by which actions could be > re-use the actions that they've already defined, as to reduce duplicated json as > "do something in the Terminal", we'll want to make it even easier for users to > As we come to rely more on actions being a mechanism by which the user defines > This document is intended to serve as an addition to the , After discussion with the team, we've decided that it's best that this spec is merged atomically _first_, and used as the basis for #5888, as opposed to the other way around. That version was branched off the new tab menu customization, and had a terribly convoluted git history.
