~3v1n0/unity:use-upstream-nautilus-features

Last commit made on 2021-06-01
Get this branch:
git clone -b use-upstream-nautilus-features https://git.launchpad.net/~3v1n0/unity
Only Marco Trevisan (Treviño) can upload to this branch. If you are Marco Trevisan (Treviño) please log in for upload directions.

Branch merges

Branch information

Name:
use-upstream-nautilus-features
Repository:
lp:~3v1n0/unity

Recent commits

69c308e... by Marco Trevisan (Treviño)

New upstream release

36a9879... by Marco Trevisan (Treviño)

tests/test_text_input: Initialize previews style

653d800... by Marco Trevisan (Treviño)

LauncherController: Move GetLastIconPriority into a private impl header

Being a template it must be defined for all its customers, so expose it
to the test.

Fixes linking issue on s390x.

4ee3e74... by Marco Trevisan (Treviño)

tests/dummy-xorg-test-runner.sh: Do not delete log files on failure

90bb18b... by Marco Trevisan (Treviño)

TestResultRenderer: Use a freedesktop icon for the test

So we can be sure that a theme will provide it

bd3a88c... by Marco Trevisan (Treviño)

TestGtkIconInfo: Ignore icons that gtk can't find

We still ensure that we've tested various, so the test is still valid

7f79134... by Marco Trevisan (Treviño)

TestSoftwareCenterLauncherIcon: Expose proper virtual function

Compiler seems to be confused by using a base class implementation,
so let's just point to the class one and leave it figure out which
implementation to use at runtime.

33bcda7... by Marco Trevisan (Treviño)

VolumeLauncherIcons: Hide shadowed mounts

9d29ce8... by Marco Trevisan (Treviño)

GnomeFileManager: Use upstream OpenWindowsWithLocations

Find nautilus application windows by their unique GTK window object path
using the application manager, in this way we can drop the support to
the ubuntu-only XUbuntuOpenLocationsXids property.

As per this, recommends an higher version of nautilus.

70f8f52... by Marco Trevisan (Treviño)

ApplicationManager: Add function to find a window by an (unique) property

This is relevant for unique property values, otherwise we'd just return
the firs window matching it.