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

Last commit made on 2017-08-10
Get this branch:
git clone -b 3.4-maintenance https://git.launchpad.net/~linuxmint-daily-build-team/linuxmint/+git/nemo

Branch merges

Branch information

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

Recent commits

2704903... by Michael Webster

nemo.desktop: Remove DBusActivatable line - we don't actually support
it yet, it was an unnecessary change in ad5fcfc747466715d. This ends
up just causing issues with getting nemo to launch in more up-to-date
distributions.

0fc7c0d... by Clement Lefebvre <email address hidden>

3.4.7

2f88206... by Michael Webster

nemo-icon-view-grid-container.c: mark the sort as dirty any time a
file is added or removed (this determines whether and when the sort
direction indicator is shown in the context menu when auto-arrange
is not active.

a3cdf47... by Michael Webster

Desktop: Remove metadata for pseudo-files on the desktop such as
Computer and Home when they're removed via preferences. This
simulates their deletion with respect to how metadata timestamps
are tracked and validated.

Also, remove some unintentional hardcoding of monitor numbers when
initially loading metadata for the desktop.

a819d9f... by Michael Webster

nemo-desktop-icon-grid-view.c: Store layout timestamps any time the
layout is changed by a user action.

61f0f9b... by Michael Webster

Merge pull request #1535 from brownsr/F0601

eel_g_list_str_copy: replace contents with g_list_copy_deep

9a0be81... by Michael Webster

Merge pull request #1554 from leigh123linux/disable-tracker

Configure: disable tracker for default

d421a1a... by leigh123linux

Configure: disable tracker for default

2bee2d5... by Michael Webster

nemo-query-editor.c: Use a copy of the query text to check if the
query is empty (or all spaces.) The function g_strstrip modifies the
string in-place, and passing the modified query text causes issues
when typing multiple words (separated by spaces) in the query.

Fixes #1546

1466592... by Michael Webster

nemo-view.c: Fix "follow link to original file" action when the link
is on the desktop. In these cases, we need to launch a folder handler
and pass it the full file name (which for most file managers should
open the folder and select the file.)

Fixes #1549