Jeremy Wootten

Results 1799 comments of Jeremy Wootten

I think this is due to using a Hdy.TabView/TabBar instead of the deprecated Granite.DynamicNoteBook in preparation for Gtk4. We will have to re-implement that behaviour as it is not native...

Unfortunately there is no simple way of reimplementing this behaviour while using the the Hdy/Adw TabBar widget which is sealed and rather opaque. The TabPages themselves are Objects, not Widgets....

@37491 > can we have old version of terminal with OS v7? (by add older version to the PPA). You could try the method detailed here: https://www.baeldung.com/linux/deb-package-old-version-pin#:~:text=Using%20the%20Local%20Package%20Cache&text=This%20directory%20stores%20.,after%20accidental%20upgrades%20or%20maintenance. I haven't tried...

@svandragt Might be worth raising an upstream issue at https://gitlab.gnome.org/GNOME/libadwaita (Gtk4) and/or https://gitlab.gnome.org/GNOME/libhandy (Gtk3).

> new terminal tab shortcut key was CTRL+T , now is CTRL+SHIFT+T. will CTRL+T be back? See #545 for reasoning behind this design decision. The option for "Natural Copy/Paste" (without...

If run on OS7.1 this seems to cause the whole session to crash when the terminal window is closed. It runs OK on OS8 though.

The problem is caused by an incorrect signature for `TerminalSpawnAsyncCallback` in the version of vte-2.91.vapi in OS7.1. If a corrected version is put in the the `vapi` folder of the...

The Gtk4 port branch uses the non-deprecated async version of spawn and is close to completion so probably not worth completing this branch?

@leolost2605 I'll try it. I was assuming it was the `get_geometry ()` that was the problem tho` - might be as well to have an ultimate hard-coded fallback still.

The problem with using `get_monitor_at_window ()` and `get_primary_monitor ()` is that it does not work unless the window is realized (which it isn't at the moment). However if you restore...