nautilus:previewer-track-currently-open-file

Last commit made on 2021-05-25
Get this branch:
git clone -b previewer-track-currently-open-file https://git.launchpad.net/nautilus

Branch merges

Branch information

Name:
previewer-track-currently-open-file
Repository:
lp:nautilus

Recent commits

805e7ae... by Felipe Borges <email address hidden>

nautilus-previewer: Only launch previewer when file URI changes

There's a race condition for when Nautilus checks for Sushi's
"Visible" property and decides whether a selection change should
update the previewed file.

By avoiding calling Sushi when the selected file is the same as
the last one previewed, we can workaround the race condition.

Fixes #1823

c10cd96... by Kjartan Maraas

Update Norwegian Bokmål translation

8b50a6a... by Quentin PAGÈS

Update Occitan translation

6a98d95... by Daniel Mustieles

Updated Spanish translation

7fcc05d... by Danial Behzadi

Update Persian translation

9f474cb... by Danial Behzadi

Update Persian translation

3e03a8b... by =?utf-8?q?Ant=C3=B3nio_Fernandes?= <email address hidden>

files-view: Set PWD to current dir to run scripts

When running an executable text file as a program, it's reasonable to
expect that the directory currently displayed by the file browser
becomes the current working directory for that program. This used to be
handled correctly by the activation action.

While taking "Run as a Program" out of activation into a standalone
action, this behavior was left behind.

Let's add it back to the standalone action to fix the regression.

Fixes https://gitlab.gnome.org/GNOME/nautilus/-/issues/1842

7058f1e... by Ondrej Holy

Post release version bump

4f9ddd6... by Ondrej Holy

Release version 40.1

e9e026d... by =?utf-8?q?Ant=C3=B3nio_Fernandes?= <email address hidden>

eel-vfs-extensions: Document get_extension_offset

Mostly to remember callers must be ready to handle a NULL return value,
trying to prevent more bugs like the one fixed by the previous commit.