~bigrigbob2010/unity:yakkety

Last commit made on 2016-11-12
Get this branch:
git clone -b yakkety https://git.launchpad.net/~bigrigbob2010/unity
Only Rob White can upload to this branch. If you are Rob White please log in for upload directions.

Branch merges

Branch information

Name:
yakkety
Repository:
lp:~bigrigbob2010/unity

Recent commits

998d717... by CI Train Bot Account

Releasing 7.5.0+16.10.20161112-0ubuntu1

(bzr r4196)

c60b22a... by CI Train Bot Account

* LockScreenController: ignore icon_paths_changed signal in
  menumanager for Lockscreen (LP: #1635625)
* Properly handle the file manager copy dialog in
  FileManagerLauncherIcon and in StorageLauncherIcon. (LP: #1575452,
  LP: #1609845)
* Correctly position the force quit dialog when scaling is different
  than 1.0 (LP: #1637991)
* GnomeSession: Retrieve the session id using dbus if $XDG_SESSION_ID
  is not set (LP: #1633749)

Fixed bugs:
  - LP: #1575452
  - LP: #1609845
  - LP: #1633749
  - LP: #1635625
  - LP: #1637991

(bzr r4195)

c1a6360... by Andrea Azzarone

GnomeSession: Retrieve the session id using dbus if $XDG_SESSION_ID is not set

Fixes LP: #1633749

(bzr r4194.1.4)

ebb79b8... by Andrea Azzarone

Correctly position the force quit dialog when scaling is different than 1.0

Fixes LP: #1637991

(bzr r4194.1.3)

96e38af... by Andrea Azzarone

Properly handle the file manager copy dialog in FileManagerLauncherIcon and in StorageLauncherIcon.

Fixed bugs:
  - LP: #1575452
  - LP: #1609845

(bzr r4194.1.2)

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

LockScreenController: ignore icon_paths_changed signal in menumanager for Lockscreen

Fixes LP: #1635625

(bzr r4194.1.1)

a941861... by CI Train Bot Account

Releasing 7.5.0+16.10.20160906.1-0ubuntu1

(bzr r4194)

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

Unity: add systemd units for the shell and related services, mark unity7 a requirement for ubuntu-session

At it's core this MR is about making unity7 work with the systemd user sessions.
It required a larger change than expected, so some descriptions :-)

It moves the prestart scripts from Upstart into a shared shell script so that both
systemd and Upstart can use the same code.

Added a signal wrapper for Systemd, today we are sending both signals as both
will be running for the time being. In the future the Upstart signals should be
droppable.

For lock screen we created a target for when the lock screen is enabled.
We put the panel job in there, but other jobs can add themselves by
putting a symbolic link into the "unity-screen-locked.target.wants"
directory to their jobs if they want.

Original authors:
  - Marco Trevisan (Treviño) <mail@3v1n0.net>
  - Ted Gould <email address hidden>

(bzr r4193)

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

unity-panel-service.service: set it back to After, or stopping it will stop the whole shell

(bzr r4153.9.66)

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

systemd-prestart-check: use systemctl --user cancel to stop the currently running job

(bzr r4153.9.65)