~linuxmint-daily-build-team/linuxmint/+git/nemo:5.6-maintenance

Last commit made on 2023-03-28
Get this branch:
git clone -b 5.6-maintenance https://git.launchpad.net/~linuxmint-daily-build-team/linuxmint/+git/nemo

Branch merges

Branch information

Name:
5.6-maintenance
Repository:
lp:~linuxmint-daily-build-team/linuxmint/+git/nemo

Recent commits

95e9cc0... by Clement Lefebvre <email address hidden>

5.6.5

2351260... by Michael Webster

Fix some more GFileInfo getter problems.

b21dfc0... by Clement Lefebvre <email address hidden>

5.6.4

7c2ae71... by Michael Webster

file info: Use generic methods for attributes that aren't guaranteed
to be supported by the filesystem.

reacting to:
https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3261

ref:
https://github.com/linuxmint/cinnamon/issues/11562

2155622... by Michael Webster

list-view: Scale the thumbnail correctly when applying emblems,
and fix the emblem sanity checks everywhere.

An emblemed thumbnail was displaying at the correct size, but
the starting pixbuf wasn't double the final size for hidpi.

Fixing this exposed an issue with sanity checking for emblems.
According to gtkicontheme.c:

/* Combine the icon with all emblems, the first emblem is placed
 * in the southeast corner. Scale emblems to be at most 3/4 of the
 * size of the icon itself.
 */

1951c11... by kain <email address hidden>

Fix for List View thumbnail scaling at HiDPI (#3187)

658e991... by Michael Webster

nemo-mime-actions.c: Prioritize an http link to open in a browser,
regardless of the mimetype of the link's target.

The previous behavior of, for instance, launching a text editor for
a link to 'https://foo.bar/sample.txt' is a side effect of gvfs
treating 'normal' files the same, regardless of their location. It's
not really what's expected though.

Fixes #3173.

eac0bb4... by Michael Webster

nemo-view-dnd.c: Fix the check for a web link's title, and use the
url if it's missing.

Firefox can send a url terminated by a newline (\n), tricking nemo
into thinking there's also a title, but it's really just an empty
string. Check for that as well as NULL.

Use the url as a substitute for the title, instead of the file's
basename, as this stays consistent with behavior in other browsers
(and firefox in other situations).

ref: #3173

c4bb86f... by Clement Lefebvre <email address hidden>

5.6.3

910f662... by Michael Webster

nemo-extensions-list.c: Add a note regarding a memory leak.

ref:
linuxmint/nemo-extensions@7a3bf0666869dad4a36