~superm1/xubuntu-default-settings/fix-gnome-screensaver

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
xubuntu-default-settings (0.52) UNRELEASED; urgency=low

  * Ship artwork in xubuntu-artwork instead of xubuntu-default-settings:
    - usr/share/{gdm,pixmaps,themes,xfce4}: dropped
    - depends on xubuntu-artwork (>= 0.22~)
    - don't provide gdm-theme.
  * Revert to the "old" behavior of update-manager:
    - debian/control: add missing ${misc:Depends}
    - debian/xubuntu-default-settings.gconf-defaults: set 'auto_launch' gconf
      key to false
    - debian/rules: call dh_gconf --priority=20.
  * etc/xdg/xubuntu/menus/xfce-applications.menu:
    - don't show in 'Other' desktop files belonging to 'X-Xfce-Toplevel'
      category (thanks vinnl and j1mc for spotting this)
    - don't show in 'Settings' desktop files belonging only to
      'DesktopSettings', but rather those belonging to 'Settings' but not to
      'System' (thanks j1mc).
  * etc/xdg/xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml: set
    new jaunty wallpaper.
  * etc/xdg/xubuntu/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml: set
    'gnome-brave' as default icon theme.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Mon, 16 Mar 2009 21:31:08 +0100

xubuntu-default-settings (0.51) jaunty; urgency=low

  * Rename debian/postinst to debian/xubuntu-default-settings.preinst: this
    makes more sense for conffiles handling, and this should fix alternatives
    that were already set in debian/xubuntu-default-settings.postinst.
  * debian/xubuntu-default-settings.preinst: delete /etc/xdg/orage/oragerc as
    well.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Fri, 13 Feb 2009 20:04:02 +0100

xubuntu-default-settings (0.50) jaunty; urgency=low

  * usr/share/applications/xubuntu-help.desktop: moved from xfdesktop4, menu
    item to open Xubuntu documentation files (LP: #239904).
  * etc/xdg/xubuntu/menus/xfce-applications.menu: include it instead of
    xfce4-help.desktop.
  * etc/xdg/xubuntu/gdm/gdm.conf: change default session from xfce4.desktop to
    xfce.desktop (renamed in xfce4-utils 4.5.x).
  * etc/xdg/xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml: added to
    enable GNOME acessibility services, and disable splash screen  by default.
  * etc/xdg/xubuntu/xfce4/panel/*: updated for Xfce 4.6.
  * etc/xdg/xubuntu/menus/xfce-applications.menu: use "DesktopSettings" category
    instead of "Settings" inside xfce4-settings' menu to avoid duplication.
  * debian/control: drop the dependency on xfce4-utils, it doesn't work.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sun, 08 Feb 2009 18:44:56 +0100

xubuntu-default-settings (0.49) jaunty; urgency=low

  * etc/xdg/xubuntu/:
    - menus/xfce-applications.menu: provides a xubuntu-specific desktop menu:
      + add gnome-app-install-xfce as a direct child of "Applications", and hide
        it from the System submenu (LP: #214809)
    - xfce4/panel/xfce4-menu-1.rc: open this menu file by default
    - xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml: add some
      key bindings for Xfce4-screenshooter (LP: #319735).

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sat, 07 Feb 2009 17:51:23 +0100

xubuntu-default-settings (0.48) jaunty; urgency=low

  * Do not ship usr/share/themes/Xfwm4.5-svn anymore, it's now the default theme
    with Xfce 4.6.
  * debian/control:
    - update Homepage and Vcs-* urls
    - depends on xfce4-utils (>= 4.5.99.1-0ubuntu2) to correctly handle
      XDG_{CONFIG,DATA}_DIRS.
  * Move etc/xdg/xfce4 to etc/xdg/xubuntu.
  * Migrate all config files to xfconf.
  * debian/postinst: handle config files' removal.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sat, 07 Feb 2009 15:21:16 +0100

xubuntu-default-settings (0.47) intrepid; urgency=low

  * usr/share/xfce4/backgroups/*:
    - Set non-widescreen background as default and name widescreen
      background xubuntu-jmak-ws.png
  * Added etc/xdg/xfce4/mcs_settings/wmtweaks.xml:
     - Disable changing workspace via mousewheel on background by default.
     - Fixes LP: #226888

 -- Cody A.W. Somerville <cody-somerville@ubuntu.com>  Tue, 14 Oct 2008 10:17:27 -0300

xubuntu-default-settings (0.46) intrepid; urgency=low

  * Removed default orage settings.
  * Updated /etc/xdg/Thunar/volmanrc:
    - Launch listen instead of totem for music cds.

 -- Cody A.W. Somerville <cody-somerville@ubuntu.com>  Thu, 02 Oct 2008 05:39:54 -0300

xubuntu-default-settings (0.45) intrepid; urgency=low

  * etc/xdg/orage/oragerc:
    - Added new default options for orage so that it'll  use the
      static icon in the system tray instead of the ugly dynamic ones.
  * etc/xdg/xubuntu/applications/defaults.list:
    - Use gpicview instead of ristretto.
  * usr/share/xfce4/backdrops/*:
    - Moved current wallpaper to xubuntu-jmak-hardy.png.
    - Added new wallpaper for Intrepid.
    - Added new wallpaper for Intrepid for widescreen monitors.
  * etc/xdg/xfce4/mcs_settings/gtk.xml:
    - Enable anti-aliasing and hinting by default.

 -- Cody A.W. Somerville <cody-somerville@ubuntu.com>  Mon, 29 Sep 2008 09:20:44 -0300

xubuntu-default-settings (0.44) intrepid; urgency=low

  * debian/control:
    - Provide gdm-theme after discussion regarding lp #258091

 -- Cody A.W. Somerville <cody-somerville@ubuntu.com>  Fri, 15 Aug 2008 14:51:06 -0300

xubuntu-default-settings (0.43) intrepid; urgency=low

  * etc/xdg/xfce4/panel/places-2.xml:
    - Set catfish as search command.

 -- Cody A.W. Somerville <cody-somerville@ubuntu.com>  Wed, 16 Jul 2008 23:26:19 -0300

xubuntu-default-settings (0.42) intrepid; urgency=low

  * Updated GDM theme for Intrepid.
  * Added xfce4-mixer to default panel configuration. (lp: #220948)
  * debian/change:
    - Bumped standards version to 3.8.0.
    - Updated long description.

 -- Cody A.W. Somerville <cody-somerville@ubuntu.com>  Mon, 14 Jul 2008 19:29:21 -0300

xubuntu-default-settings (0.41) intrepid; urgency=low

  * etc/xdg/xubuntu/applications/default.list:
    - Updated to use ristretto to view images instead of gqview.

 -- Cody A.W. Somerville <cody-somerville@ubuntu.com>  Sun, 15 Jun 2008 09:14:43 -0300

xubuntu-default-settings (0.40) intrepid; urgency=low

  * etc/xdg/xubuntu/gdm/gdm.conf:
    - Updated to use xfce4.desktop session instead of default.desktop
      which should fix a number of bugs caused by Xubuntu not properly
      starting.
    - Closes lp: #220899
    - Closes lp: #224444
    - Closes lp: #200665

 -- Cody A.W. Somerville <cody-somerville@ubuntu.com>  Sun, 15 Jun 2008 06:12:35 -0300

xubuntu-default-settings (0.39) hardy; urgency=low

  * Changed panel colours back to theme default.
  * Set default number of workspaces to 2 instead of 4.

 -- Cody A.W. Somerville <cody-somerville@ubuntu.com>  Thu, 10 Apr 2008 01:21:16 -0300

xubuntu-default-settings (0.38) hardy; urgency=low

  * Fixed GDM theme (Closes LP: #208901)
  * Disable border on system tray.
  * Disable flat buttons on task list.
  * Updated changelog to include date in copyright.

 -- Cody A.W. Somerville <cody-somerville@ubuntu.com>  Tue, 01 Apr 2008 12:37:27 -0300

xubuntu-default-settings (0.37) hardy; urgency=low

  * Updated gdm theme
  * Updated MurinaDarkCloud gtkrc
  * New backround image
  * Fixed path to icon in firefox panel launcher

 -- Cody A.W. Somerville <cody-somerville@ubuntu.com>  Tue, 26 Feb 2008 19:09:49 -0400

xubuntu-default-settings (0.36) hardy; urgency=low

  [Cody A.W. Somerville]

  * Modified panel sizes (smaller panels).    (LP: #106233)
  * debian/control: Added homepage field

  [Lionel Le Folgoc]

  * debian/control:
    - add the Vcs-Bzr & Vcs-Browser fields since this package is maintained
      in bzr
    - change maintainer to "Xubuntu Developers"
    - bump Standards-Version to 3.7.3.
  * etc/xdg/xfce4/panel/panels.xml: re-enable the places plugin.
  * etc/xdg/xfce4/panel/places-2.rc: updated.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sat, 15 Dec 2007 18:35:57 +0100

xubuntu-default-settings (0.35) gutsy; urgency=low

  * Remove places plugin from the panel, it crashes on accessing volumes
  * Point help browser to the Xubuntu docs not the ubuntu-artwork link
    which depends on what is set in the alternatives system

 -- Jani Monoses <jani@ubuntu.com>  Sat, 13 Oct 2007 22:39:27 +0200

xubuntu-default-settings (0.34) gutsy; urgency=low

  * resync with latest gdm.conf, change background to blueish
  * use locale neutral URL in help launcher

 -- Jani Monoses <jani@ubuntu.com>  Thu, 04 Oct 2007 22:52:43 +0200

xubuntu-default-settings (0.33) gutsy; urgency=low

  * etc/xdg/xubuntu/applications/defaults.list, etc/xdg/Thunar/thunarrc:
    default to totem instead of gxine, brasero instead of xfburn

 -- Jani Monoses <jani@ubuntu.com>  Fri, 28 Sep 2007 22:37:28 +0200

xubuntu-default-settings (0.32) gutsy; urgency=low

  * etc/xdg/xubuntu/applications/defaults.list: default to gxine and
    file-roller instead of xfmedia and xarchiver

 -- Jani Monoses <jani@ubuntu.com>  Sun,  9 Sep 2007 20:01:29 +0200

xubuntu-default-settings (0.31) gutsy; urgency=low

  * etc/xdg/xfce4/panel: add a launcher for the xubuntu desktop guide.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sat, 08 Sep 2007 22:09:28 +0200

xubuntu-default-settings (0.30) gutsy; urgency=low

  * etc/xdg/xubuntu/gdm/gdm.conf:
    - set the GtkTheme to MurrinaStormCloud
    - use "Browser=true" so the users lists work correctly.	(LP: #137975)

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Fri, 07 Sep 2007 16:24:03 +0200

xubuntu-default-settings (0.29) gutsy; urgency=low

  * Update gdm theme and wallpaper.
  * usr/share/themes/Xfwm4.5-svn: new xfwm4 default theme.
  * debian/copyright: updated.
  * etc/xdg/xfce4/mcs_settings/xfwm4.xml: added to set the default xfwm4 theme.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Wed, 15 Aug 2007 15:43:20 +0200

xubuntu-default-settings (0.28) gutsy; urgency=low

  * usr/share/themes/MurrinaStormCloud: ship the new default theme.
  * debian/copyright: updated.
  * etc/xdg/xfce4/mcs_settings/gtk.xml: set default theme to MurrinaStormCloud.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sat, 04 Aug 2007 11:56:07 +0200

xubuntu-default-settings (0.27) gutsy; urgency=low

  * etc/xdg/xfce4/panel/launcher-3.rc: drop the thunar launcher.
  * etc/xdg/xfce4/panel/places-2.rc: add the xfce4-places-plugin to the panel.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sat, 07 Jul 2007 00:46:21 +0200

xubuntu-default-settings (0.26) feisty; urgency=low

  * Enable thunar volume manager by default
  * Make gxine the default audio CD and DVD player for newly inserted discs
  * Fix thunar launcher description  

 -- Jani Monoses <jani@ubuntu.com>  Wed, 21 Mar 2007 12:30:35 +0200

xubuntu-default-settings (0.25) feisty; urgency=low

  * Add a thunar launcher to the panel
  * Update gdm theme and wallpaper
  * Add a default thunar-volman config

 -- Gauvain Pocentek <gauvainpocentek@ubuntu.com>  Sun, 28 Jan 2007 07:37:42 +0100

xubuntu-default-settings (0.24) feisty; urgency=low

  * Add etc/xdg/xfce4/desktop/xfdesktoprc: only show the 
    removable devices icons on the desktop.

 -- Gauvain Pocentek <gauvainpocentek@ubuntu.com>  Sat, 23 Dec 2006 10:52:56 +0100

xubuntu-default-settings (0.23) edgy; urgency=low

  * etc/xdg/xfce4/mcs_settings/desktop.xml: Do not show system menu by default
    on right click. Enable latest edgy wallpaper
  * etc/xdg/xfce4/panel/tasklist-2.rc: Do not make buttons flat in taskbar,
    keep it how it was in dapper. 

 -- Jani Monoses <jani@ubuntu.com>  Mon, 23 Oct 2006 13:22:49 +0300

xubuntu-default-settings (0.22) edgy; urgency=low

  * Add trashcan to bottom panel
  * Install config files ready to use in accessibility enabled setups.

 -- Jani Monoses <jani@ubuntu.com>  Mon, 16 Oct 2006 09:53:59 +0300

xubuntu-default-settings (0.21) edgy; urgency=low

  * Xubuntu.xml gdm configuration: add a pam-message stanza so the
    user is warned when his password will expire.

 -- Gauvain Pocentek <gauvainpocentek@ubuntu.com>  Thu, 12 Oct 2006 19:19:39 +0200

xubuntu-default-settings (0.20) edgy; urgency=low

  * Update gdm theme with new backgroung.png, text.png and
    Xubuntu.xml files

 -- Gauvain Pocentek <gauvainpocentek@ubuntu.com>  Sun,  1 Oct 2006 19:05:49 +0200

xubuntu-default-settings (0.19) edgy; urgency=low

  * Update gdm theme using the new Jozsef Mak one
  * Add xubuntu-jmak.png backdrop
  * Bump Standards Version to 3.7.2
  * Bump debhelper compat to 5

 -- Gauvain Pocentek <gauvainpocentek@ubuntu.com>  Mon, 28 Aug 2006 17:19:37 +0200

xubuntu-default-settings (0.18) dapper; urgency=low

  * Make timed login text white (thus visible) in the gdm theme
  * Add the same Human icons for shutdown/reboot/logout in the gdm
    screen that are used in the Xfce session logout dialog

 -- Jani Monoses <jani@ubuntu.com>  Tue, 30 May 2006 15:09:41 +0300

xubuntu-default-settings (0.17) dapper; urgency=low

  * Make Human the default xcursor theme

 -- Jani Monoses <jani@ubuntu.com>  Wed, 24 May 2006 17:21:05 +0300

xubuntu-default-settings (0.16) dapper; urgency=low

  * Make the default gdm session xfce4.desktop to make sure
    not only xfce4-session is started but startxfce4, which
    means xscreensaver is started too (LP #42887)

 -- Jani Monoses <jani@ubuntu.com>  Tue, 16 May 2006 18:57:25 +0300

xubuntu-default-settings (0.15) dapper; urgency=low

  * Add /etc/xdg/xubuntu/applications/defaults.list to set
    default mime handlers  (gqview, gnumeric, xfmedia, etc.)
  * Add another wallpaper by Luzi

 -- Jani Monoses <jani@ubuntu.com>  Mon, 15 May 2006 20:36:12 +0300

xubuntu-default-settings (0.14) dapper; urgency=low

  * Make Clearlooks the default theme 

 -- Jani Monoses <jani@ubuntu.com>  Mon,  1 May 2006 12:25:53 +0300

xubuntu-default-settings (0.13) dapper; urgency=low

  * gdm theme colour tweaks, thumbnail and credits 

 -- Jani Monoses <jani@ubuntu.com>  Sat, 29 Apr 2006 11:28:44 +0300

xubuntu-default-settings (0.12) dapper; urgency=low

  * New gdm theme from Jozsef Mak 

 -- Jani Monoses <jani@ubuntu.com>  Fri, 28 Apr 2006 08:10:22 +0300

xubuntu-default-settings (0.11) dapper; urgency=low

  * Add xubuntu logo in the desktop menu button
  * Do not fail in postinst if /etc/gdm does not exist (LP #40110)

 -- Jani Monoses <jani@ubuntu.com>  Tue, 25 Apr 2006 21:36:59 +0300

xubuntu-default-settings (0.10) dapper; urgency=low

  * Switch back to alternatives scheme for gdm.conf to be able to
    install along edubuntu (  revert most of the last upload )
  * Use hyphen not underscore in wallpaper name

 -- Jani Monoses <jani@ubuntu.com>  Mon, 24 Apr 2006 16:36:15 +0300

xubuntu-default-settings (0.9) dapper; urgency=low

  * Add a new wallpaper by Jozsef Mak
  * Install gdm-cdd.conf directly not via alternatives, and
    add Provides: and Conflicts: on gdm-config-derivative

 -- Jani Monoses <jani@ubuntu.com>  Mon, 24 Apr 2006 00:29:22 +0300

xubuntu-default-settings (0.8) dapper; urgency=low

  * Add default panel settings files here, instead of patching xfce4-panel
  * Remove ivman configuration

 -- Jani Monoses <jani@ubuntu.com>  Fri, 21 Apr 2006 18:47:56 +0300

xubuntu-default-settings (0.7) dapper; urgency=low

  * Default xfprint backend to CUPS instead of None, so print dialog
    launched from desktop menu works

 -- Jani Monoses <jani@ubuntu.com>  Wed, 19 Apr 2006 13:10:54 +0300

xubuntu-default-settings (0.6) dapper; urgency=low

  * Add default config file for the UI settings and set tango as the 
    icon theme 

 -- Jani Monoses <jani@ubuntu.com>  Wed, 19 Apr 2006 10:08:46 +0300

xubuntu-default-settings (0.5) dapper; urgency=low

  * Change gdm root window color from brown to the same as the background
    of the Xfce splash to avoid too many color changes during startup
  * Add default config file for xfdesktop and set it to use desktop icons 
    by default (friendlier than upstream default of not using them, and needed
    for the espresso launcher icon anyway)

 -- Jani Monoses <jani@ubuntu.com>  Tue, 18 Apr 2006 22:20:21 +0300

xubuntu-default-settings (0.4) dapper; urgency=low

  * Fix gdm theme name, take two. 

 -- Jani Monoses <jani@ubuntu.com>  Sat, 18 Feb 2006 10:28:34 +0200

xubuntu-default-settings (0.3) dapper; urgency=low

  * Fix gdm theme name
  * Add alternative providing /etc/gdm/gdm-cdd.conf which has precedence over
    the default gdm.conf. Use it for selecting custom gdm theme

 -- Jani Monoses <jani@ubuntu.com>  Fri, 17 Feb 2006 12:28:30 +0200

xubuntu-default-settings (0.2) dapper; urgency=low

  * Make this a native package

 -- Jani Monoses <jani@ubuntu.com>  Sun, 18 Dec 2005 22:18:54 +0200

xubuntu-default-settings (0.1) dapper; urgency=low

  * Initial release with custom ivman configuration files and
    a GDM theme

 -- Jani Monoses <jani@ubuntu.com>  Fri,  9 Dec 2005 16:21:22 +0200