- Update to version 3.4.7.
OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo?expand=0&rev=116
This commit is contained in:
parent
21ec1e41ab
commit
ec1a006d56
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:38af2c77307e33fd92ff9cd78c755c3441a18d7b1f28533edeb136ebfa22036a
|
|
||||||
size 1420725
|
|
3
nemo-3.4.7.tar.gz
Normal file
3
nemo-3.4.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:73ca1cd22eaa229bcd87a74fdcf32ba58f1eb1e0376f12775870b6d1260550a1
|
||||||
|
size 1422209
|
38
nemo.changes
38
nemo.changes
@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 20 16:09:40 UTC 2017 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
- Update to version 3.4.7:
|
||||||
|
* eel_g_list_str_copy: Replace contents with g_list_copy_deep.
|
||||||
|
May improve performance somewhat for very high volume file
|
||||||
|
copies (lp#1663186).
|
||||||
|
* nemo-main-application.c: Try to start as a service first, then
|
||||||
|
a client. This allows nemo to be started via dbus (which
|
||||||
|
requires it be run with the G_APPLICATION_IS_SERVICE flag) as
|
||||||
|
well as being able to connect to an already-running instance as
|
||||||
|
we can now.
|
||||||
|
* nemo-main-application.c: Re-add "no-desktop" command line
|
||||||
|
option. We don't use it anymore, but some programs apparently
|
||||||
|
hardcode nemo with this flag rather than use xdg-open or
|
||||||
|
mimetype activation. This allows them to continue working as
|
||||||
|
before.
|
||||||
|
* 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
|
||||||
|
directory handler and pass it the full file name (which for
|
||||||
|
most file managers should open the folder and select the file).
|
||||||
|
* 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.
|
||||||
|
* Configure: Disable a tracker by default.
|
||||||
|
* nemo-desktop-icon-grid-view.c: Store layout timestamps any
|
||||||
|
time the layout is changed by a user action.
|
||||||
|
* 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.
|
||||||
|
* 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 9 12:20:12 UTC 2017 - sor.alexei@meowr.ru
|
Sun Jul 9 12:20:12 UTC 2017 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define sover 1
|
%define sover 1
|
||||||
%define typelib typelib-1_0-Nemo-3_0
|
%define typelib typelib-1_0-Nemo-3_0
|
||||||
Name: nemo
|
Name: nemo
|
||||||
Version: 3.4.6
|
Version: 3.4.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: File browser for Cinnamon
|
Summary: File browser for Cinnamon
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
|
Loading…
Reference in New Issue
Block a user