~cosmos-door/unity-settings-daemon/lp1514544

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
unity-settings-daemon (15.04.1+16.04.20151106-0ubuntu1) xenial; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Lars Uebernickel ]
  * power: disconnect signals from rr_screen (LP: #1508327)

  [ Mitsuya Shibata ]
  * unity-settings-daemon should initialize org.gnome.desktop.input-
    sources for fcitx as same as ibus when sources property is empty.
    (LP: #1465535)

  [ Sebastien Bacher ]
  * remove g_warning debug leftover
  * wacom: backport upstream change to use correct device types
  * xsettings: disconnect signal from plugin_settings

 -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 06 Nov 2015 14:40:42 +0000

unity-settings-daemon (15.04.1+15.10.20151021-0ubuntu1) wily; urgency=medium

  [ Lars Uebernickel ]
  * power: disconnect from device's "notify" signals (LP: #1436861)

 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 21 Oct 2015 11:05:04 +0000

unity-settings-daemon (15.04.1+15.10.20151012-0ubuntu1) wily; urgency=medium

  [ "Jan Alexander Steffens (heftig)" ]
  * xsettings: Export cursor theme on X RESOURCE_MANAGER and notify X on
    changes (LP: #1505161)

  [ Marco Trevisan (Treviño) ]
  * xsettings: Export cursor theme on X RESOURCE_MANAGER and notify X on
    changes (LP: #1505161)

 -- Marco Trevisan (Treviño) <mail@3v1n0.net>  Mon, 12 Oct 2015 14:39:35 +0000

unity-settings-daemon (15.04.1+15.10.20151008-0ubuntu1) wily; urgency=medium

  [ Bastien Nocera ]
  * housekeeping: Don't follow symlinks to subdirectories, that can lead
    to data being deleted that shouldn't
  * media-keys: Postpone initialisation of libcanberra

  [ Carlos Garnacho ]
  * [xsettings] backport some small fixes from upstream, should fix
    issues where settings changes are delayed

  [ Cosimo Cecchi ]
  * housekeeping: Don't follow symlinks to subdirectories, that can lead
    to data being deleted that shouldn't

  [ Florian Müllner ]
  * [xsettings] backport some small fixes from upstream, should fix
    issues where settings changes are delayed

  [ Jan Alexander Steffens (heftig) ]
  * [xsettings] backport some small fixes from upstream, should fix
    issues where settings changes are delayed

  [ Kalev Lember ]
  * [xsettings] backport some small fixes from upstream, should fix
    issues where settings changes are delayed

  [ Matthias Clasen ]
  * [xsettings] backport some small fixes from upstream, should fix
    issues where settings changes are delayed

  [ Peter Hutterer ]
  * Backport changes from upstream git and
    https://bugzilla.gnome.org/show_bug.cgi?id=724789 to better handle
    XError

  [ Ryan Lortie ]
  * [xsettings] backport some small fixes from upstream, should fix
    issues where settings changes are delayed

  [ Sebastien Bacher ]
  * [orientation] tweaked version of upstream fix for settings updates
  * [xrandr] slightly updated version of an upstream bugfix for a
    segfault issue (LP: #1298024)

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 08 Oct 2015 16:15:07 +0000

unity-settings-daemon (15.04.1+15.10.20151001-0ubuntu1) wily; urgency=medium

  [ Robert Ancell ]
  * Fix shell watch callback not being destroyed. (LP: #1501576)

  [ William Hua ]
  * Don't call fcitx_input_method_activate (). It breaks fcitx' "extra
    key for trigger input method" shortcut. (LP: #1494331)

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 01 Oct 2015 09:45:25 +0000

unity-settings-daemon (15.04.1+15.10.20150930-0ubuntu1) wily; urgency=medium

  [ Rui Matos ]
  * Backport upstream commit (LP: #1496656)

 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 30 Sep 2015 15:47:07 +0000

unity-settings-daemon (15.04.1+15.10.20150917-0ubuntu1) wily; urgency=medium

  [ Michael Terry ]
  * Notice when unplugging a closed laptop and apply the correct policy.
    (LP: #1456745)

 -- Iain Lane <iain@orangesquash.org.uk>  Thu, 17 Sep 2015 09:49:32 +0000

unity-settings-daemon (15.04.1+15.10.20150825-0ubuntu1) wily; urgency=medium

  [ Alberto Milone ]
  * Make touchscreen mapping non-blocking, and kill it if it takes more
    than 3 seconds; finally, in case of failure, try again after a few
    seconds. This helps on resume from S3 (LP: #1471708). (LP: #1471708)

 -- CI Train Bot <ci-train-bot@canonical.com>  Tue, 25 Aug 2015 09:09:33 +0000

unity-settings-daemon (15.04.1+15.10.20150818-0ubuntu1) wily; urgency=medium

  [ Carlos Garnacho ]
  * Cherry-pick upstream changes for relocated peripheral settings (LP:
    #1475949)

  [ Tim Lunn ]
  * Cherry-pick upstream changes for relocated peripheral settings (LP:
    #1475949)

  [ darkxst ]
  * Cherry-pick upstream changes for relocated peripheral settings (LP:
    #1475949)

 -- CI Train Bot <ci-train-bot@canonical.com>  Tue, 18 Aug 2015 12:11:23 +0000

unity-settings-daemon (15.04.1+15.10.20150720-0ubuntu1) wily; urgency=medium

  [ Lars Uebernickel ]
  * mouse: allow force-disabling touchpad (LP: #1454950)
  * xsettings: include needed libs for test program

 -- CI Train Bot <ci-train-bot@canonical.com>  Mon, 20 Jul 2015 15:39:14 +0000

unity-settings-daemon (15.04.1+15.10.20150630.1-0ubuntu1) wily; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Dmitry Shachnev ]
  * xsettings: fix some settings not being updated with the latest glib

  [ Marco Trevisan (Treviño) ]
  * AutoMount: also try to connect to Unity Session and delay automounts
    when locked (LP: #1438870)

 -- CI Train Bot <ci-train-bot@canonical.com>  Tue, 30 Jun 2015 15:48:02 +0000

unity-settings-daemon (15.04.1+15.04.20150408-0ubuntu1) vivid; urgency=medium

  [ Sebastien Bacher ]
  * Don't scale under unity-greeter, it creates issues. That can be
    revisited once bug #1286878 and #1434094 are resolved but that's not
    going to be for this cycle (LP: #1434094, #1286878)

 -- CI Train Bot <ci-train-bot@canonical.com>  Wed, 08 Apr 2015 14:46:48 +0000

unity-settings-daemon (15.04.1+15.04.20150401-0ubuntu1) vivid; urgency=medium

  [ Ryan Tandy ]
  * gsd_idle_monitor_get_idletime() has to return a value. Use the
    correct macro for that. Fixes r4073. (LP: #1416081)

  [ Sebastien Bacher ]
  * let the label wrap as they should in the mount dialog

 -- CI Train Bot <ci-train-bot@canonical.com>  Wed, 01 Apr 2015 10:40:40 +0000

unity-settings-daemon (15.04.1+15.04.20150324.1-0ubuntu1) vivid; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Sebastien Bacher ]
  * use timestamp provided by compiz to run keybinding commands so focus
    works (LP: #1433648)

 -- CI Train Bot <ci-train-bot@canonical.com>  Tue, 24 Mar 2015 16:09:44 +0000

unity-settings-daemon (15.04.1+15.04.20150318-0ubuntu1) vivid; urgency=medium

  [ Ryan Tandy ]
  * Don't call XSyncQueryCounter with a null counter. Avoids a crash
    under FreeNX/X2Go which don't support the IDLETIME counter. (LP:
    #1416081)

  [ Sebastien Bacher ]
  * Open the battery info dialog when using the corresponding hotkey.
    The current code was trying to display a notification with the info
    but we don't have design on how that should look like with notify-
    osd so go back to what we were doing before (LP: #1432976)
  * Restore code that set the scaling factor according the screen dpi,
    but only when not under and Unity session. That was desactived in
    r4020 because Unity is handling those values, but this is not the
    case under ubiquity or unity-greeter. (LP: #1286878)

 -- CI Train Bot <ci-train-bot@canonical.com>  Wed, 18 Mar 2015 12:07:44 +0000

unity-settings-daemon (15.04.1+15.04.20150313-0ubuntu1) vivid; urgency=medium

  [ William Hua ]
  * Remove fcitx-data from Recommends and check if the required file,
    config.desc, is available at runtime. Trying to dist-upgrade
    currently pulls in the fcitx-bin which is higher priority than ibus.
    (LP: #1430971)

 -- CI Train Bot <ci-train-bot@canonical.com>  Fri, 13 Mar 2015 12:54:01 +0000

unity-settings-daemon (15.04.1+15.04.20150310-0ubuntu1) vivid; urgency=medium

  [ William Hua ]
  * Basic Fcitx support. (LP: #1363150)

 -- CI Train Bot <ci-train-bot@canonical.com>  Tue, 10 Mar 2015 17:22:52 +0000

unity-settings-daemon (15.04.1+15.04.20150205-0ubuntu1) vivid; urgency=medium

  [ Sebastien Bacher ]
  * housekeeping: set labels width, so they wrap instead of stretching
    the dialog

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 05 Feb 2015 11:19:40 +0000

unity-settings-daemon (15.04.1+15.04.20150107-0ubuntu1) vivid; urgency=low

  [ Hui Wang ]
  * show correct microphone mute icon (LP: #1381856, #1389099)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 07 Jan 2015 16:55:42 +0000

unity-settings-daemon (15.04.1+15.04.20141128-0ubuntu1) vivid; urgency=low

  [ Bastien Nocera ]
  * Remove recall check, upower doesn't support this any more and it was
    causing a crash. (LP: #1397135)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 28 Nov 2014 09:48:43 +0000

unity-settings-daemon (15.04.1+15.04.20141127-0ubuntu1) vivid; urgency=medium

  [ Iain Lane ]
  * Add patch from Tim Lunn to support upower 0.99 properly. (LP: #1394063)

  [ Dmitry Shachnev ]
  * Add Gtk/DecorationLayout XSettings export (based on
    org.gnome.desktop.wm.preferences button-layout GSettings key).

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 27 Nov 2014 11:42:11 +0000

unity-settings-daemon (15.04.0+15.10.20141030-0ubuntu1) vivid; urgency=medium

  [ Tim Lunn ]
  * Query logind instead of upower for "can suspend/hibernate", and rebuild
    against upower 0.99. (LP: #1330037)

  [ Martin Pitt ]
  * Add missing Vcs-Bzr: control field.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 30 Oct 2014 17:29:53 +0100

unity-settings-daemon (14.04.0+14.10.20141014-0ubuntu1) utopic; urgency=low

  [ Lars Uebernickel ]
  * Idle monitor: fix ref counting bugs (LP: #1380278)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 14 Oct 2014 15:25:59 +0000

unity-settings-daemon (14.04.0+14.10.20141010-0ubuntu1) utopic; urgency=low

  [ Tim Lunn ]
  * Copy in Idle Monitor from 3.10 and hook up dbus interface (LP:
    #1377847)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 10 Oct 2014 08:06:04 +0000

unity-settings-daemon (14.04.0+14.10.20140922-0ubuntu3) utopic; urgency=medium

  * Rebuild for gnome-desktop 3.12 (LP: #1372346)
  * debian/control: Drop depends gnome-settings-daemon-schemas (<< 3.10),
    gnome-settings-daemon 3.12 reverts all removed keys 
  * Fix merge of git patch for  xkb get/free info_vars

 -- Tim Lunn <tim@feathertop.org>  Mon, 29 Sep 2014 20:05:27 +1000

unity-settings-daemon (14.04.0+14.10.20140922-0ubuntu2) utopic; urgency=medium

  * debian/control:
    - Move -dev dependencies from libunity-settings-daemon1 to
      libunity-settings-daemon-dev and add it to the correct section
      (LP: #1372728)

 -- Robert Ancell <robert.ancell@canonical.com>  Wed, 24 Sep 2014 15:38:13 +1200

unity-settings-daemon (14.04.0+14.10.20140922-0ubuntu1) utopic; urgency=low

  [ Robert Ancell ]
  * Move libgnome-desktop RandR code into u-s-d since newer versions
    remove this unstable API (LP: #1372240)

  [ Rui Matos ]
  * Apply git patch that pulls in code removed from gnome-desktop3 3.12

  [ Bastien Nocera ]
  * common: Check the exit status of hotplug scripts correctly

  [ Tim Lunn ]
  * Apply git patch that pulls in code removed from gnome-desktop3 3.12

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 22 Sep 2014 11:29:11 +0000

unity-settings-daemon (14.04.0+14.10.20140605-0ubuntu2) utopic; urgency=medium

  * No-change rebuild against new colord

 -- Iain Lane <iain@orangesquash.org.uk>  Tue, 10 Jun 2014 11:36:54 +0100

unity-settings-daemon (14.04.0+14.10.20140605-0ubuntu1) utopic; urgency=low

  [ Alberto Milone ]
  * gsd-xrandr-manager.c: do not try to map an invalid touch device on
    initialisation Fixes LP: #1326636 (LP: #1326636)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 05 Jun 2014 10:21:46 +0000

unity-settings-daemon (14.04.0+14.10.20140604-0ubuntu1) utopic; urgency=medium

  [ Alberto Milone ]
  * gsd-xrandr-manager.c:
    - Add support for mapping the main touchscreen onto the laptop
      display (LP: #1287341).
      This makes sure that the input device knows exactly the area
      that represents the display when the screen configuration
      changes. Note: this doesn't cover the tablet use case.
    - Add support for matching displays with touch input devices
      according to the reported size. This is particularly
      useful on systems that don't use embedded display connectors
      i.e. all-in-one systems such as the Dell Optiplex 9030 AIO.
    - This work is a partial backport of the upstream work on
      touchscreens. When we finally sync with the upstream code
      we can drop this.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 04 Jun 2014 15:42:47 +0000

unity-settings-daemon (14.04.0+14.04.20140414-0ubuntu1) trusty; urgency=low

  [ Dmitry Shachnev ]
  * Backport g-s-d patch to fix consecutive xkb grp: options not being
    stripped, thanks Роман Донченко.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 14 Apr 2014 10:13:11 +0000

unity-settings-daemon (14.04.0+14.04.20140407-0ubuntu1) trusty; urgency=low

  [ William Hua ]
  * Revert regression caused by commit 4033. (LP: #1302353)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 07 Apr 2014 14:55:36 +0000

unity-settings-daemon (14.04.0+14.04.20140404-0ubuntu1) trusty; urgency=low

  [ William Hua ]
  * Add a private DBus method that allows us to change the current input
    source without saving it in GSettings. This is needed for indicator-
    keyboard to temporarily switch input sources on the lock screen
    without affecting the user's session input source.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 04 Apr 2014 16:20:28 +0000

unity-settings-daemon (14.04.0+14.04.20140402-0ubuntu1) trusty; urgency=low

  [ Jackson Doak ]
  * define XF86AudioMicMute as a mic mute key

  [ William Hua ]
  * Treat IBus engines with 'default' layouts as 'us'. (LP: #1298740)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 02 Apr 2014 11:06:42 +0000

unity-settings-daemon (14.04.0+14.04.20140310-0ubuntu2) trusty; urgency=medium

  * unity-settings-demon.user-session.upstart: Use XDG_CURRENT_DESKTOP
    as the instance specifier for gnome-session upstart jobs, since
    other sessions apart from ubuntu will need to use u-s-d (LP: #1224217) 

 -- Tim Lunn <tim@feathertop.org>  Wed, 12 Mar 2014 16:45:51 +1100

unity-settings-daemon (14.04.0+14.04.20140310-0ubuntu1) trusty; urgency=low

  [ David Henningsson ]
  * Fix what-did-you-plug-in dialog showing up behind other windows.
    Simplify launching of "unity-control-center sound". (LP: #1287584)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 10 Mar 2014 17:25:56 +0000

unity-settings-daemon (14.04.0+14.04.20140228-0ubuntu1) trusty; urgency=low

  [ Sebastien Bacher ]
  * Backport some small upstream bugfixes
  * Enforce schemas from the same serie, some ppa are shipping newer
    versions of gnome-settings-daemon which drop keys and that's leading
    to reports against unity-settings-daemon. That way users are warned
    and get to choose what option they want.

  [ Luke Yelavich ]
  * Look for gtk-modules related files in the correct location.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 28 Feb 2014 17:08:18 +0000

unity-settings-daemon (14.04.0+14.04.20140225-0ubuntu1) trusty; urgency=low

  [ Lars Uebernickel ]
  * media-keys: add support for allow-amplified-volume When that key is
    set, the maximum volume is PA_VOLUME_UI_MAX instead of
    PA_VOLUME_NORM. This makes it consistent with the sound indicator
    and system settings.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 25 Feb 2014 09:33:38 +0000

unity-settings-daemon (14.04.0+14.04.20140221.1-0ubuntu1) trusty; urgency=low

  [ Iain Lane ]
  * Instead of autodetecting the scaling factor, default to 1 if the key
    is set to '0'. unity-control-center should be calculating the value
    and setting this key accordingly, otherwise the Unity and gtk values
    can get out of sync.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 21 Feb 2014 18:45:23 +0000

unity-settings-daemon (14.04.0+14.04.20140221-0ubuntu1) trusty; urgency=low

  [ Iain Lane ]
  * Always use gnome-screenshot directly, not the gnome-shell screenshot
    interface. We aren't using the legacy keygrabber under Unity, but
    neither can we use gnome-shell's interface since Unity doesn't
    implement it. (LP: #1282649)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 21 Feb 2014 13:48:58 +0000

unity-settings-daemon (14.04.0+14.04.20140219-0ubuntu1) trusty; urgency=low

  [ David Henningsson ]
  * Handle unknown audio jack devices.

  [ William Hua ]
  * Revert the legacy key grabber. (LP: #1226962)

  [ Sebastien Bacher ]
  * backport upstream change to support hi-dpi screens/scaling. You can
    change the scaling value by writting the
    "org.gnome.desktop.interface scaling-factor" gsettings key

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 19 Feb 2014 10:44:06 +0000

unity-settings-daemon (14.04.0-0ubuntu2) trusty; urgency=medium

  * Change power notifications from popups (expire never), to notify-osd
    bubbles (default timeout).
  * Start on gnome-session (ubuntu instance) only (for now).

 -- Dimitri John Ledkov <xnox@ubuntu.com>  Mon, 17 Feb 2014 11:35:35 +0000

unity-settings-daemon (14.04.0-0ubuntu1) trusty; urgency=low

  * Fork gnome-settings-daemon so we can maintain it for Unity 7 until it is
    replaced by the Unity 8 equivalent.

 -- Robert Ancell <robert.ancell@canonical.com>  Fri, 07 Feb 2014 11:44:36 +0000