~mate-desktop/mate-desktop/+git/mate-terminal:master

Last commit made on 2024-02-23
Get this branch:
git clone -b master https://git.launchpad.net/~mate-desktop/mate-desktop/+git/mate-terminal

Branch merges

Branch information

Recent commits

8634b87... by raveit65

release 1.28.1

6043b1f... by Colomban Wendling

Distribute Meson build system

Fixes #454.

e4c15fc... by raveit65

fix version for meson build system

705094d... by raveit65

release 1.28.0

c1a62ca... by raveit65

tx: sync with transifex

d7c96c4... by Brian Norris <email address hidden>

terminal-window: Factor CSDs into geometry hints

It seems Wayland-based window managers provide additional decorations
that we're not tracking in our "preferred size" computations. This means
every geometry update shrinks the window by a bit.

Factor in the allocated dimensions, not just the preferred ones.

Borrows some ideas from
https://bugzilla.gnome.org/show_bug.cgi?id=769898

I also drop a few unused values leftover from gnome-terminal.

Fixes #350

41a70b0... by raveit65

ci: use ubuntu jammy as docker

9d043b4... by cristian64 <email address hidden>

Avoid unprocessed file URIs being pasted to the terminal.

The `uris_as_paths` member, which is set to `true` when the paste
command has been triggered by the **Paste Filenames** action, was being
checked too late: a file URI was ultimately being entered to the
terminal, as opposed to the expected plain text version.

Test plan:

- Copy a file in Caja, or in any other file explorer that inserts the
  `text/uri-list` and `text/plain` MIME formats into the clipboard.
- Paste the file in a MATE Terminal either via `Ctrl+Shift+V`, or via
  the **Paste** action in the context menu.

Without this change, a file URI is entered. For example:

```
file:///home/jane.doe/my%20pictures/foo%20bar.jpg
```

With this change, a regular filepath [that the filesystem can recognize]
is pasted. For example:

```
/home/jane.doe/my pictures/foo bar.jpg
```

Note that the behavior of the **Paste Filenames** context menu action
remains unchanged (i.e. file URIs are still converted to regular paths
surrounded by single quotes).

97351f4... by luke

Tabs: only invoke naming dialog to doubleclick on tab header

Do not show the tab rename dialog when terminal window content is doubleclicked in terminal apps using the mouse

4d49c80... by raveit65

tx: update resources