~lubuntu-dev/lubuntu-default-settings/trunk

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
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
lubuntu-default-settings (0.40) UNRELEASED; urgency=medium

  [ Julien Lavergne ]
  * usr/share/xsessions/QLubuntu.desktop
   - Use LXQt as environment for the Qt session.

  [ Unit 193 ]
  * Move etc/ and usr/ under src/
  * Update debhelper compat to level 9.
  * Update standards-version to 3.9.5.
  * qlubuntu-default-session: Alternatively depend on lxqt-lightdm-greeter.
  * d/copyright: Update to copyright format 1.0, update copyright years.
  * d/copyright: Set Julien Lavergne as Upstream-Contact.
  * d/maintscript: Move lightdm config to usr/share, this follows standard
    lightdm config such that the file is removed when the package is.
  * Move d/20-*.conf to src/usr/share/lightdm/lightdm.conf.d/
  * d/rules: Call dh_install with --fail-missing.
  * 20-qlubuntu.conf: The session name is QLubuntu, not qlubuntu.

 -- Julien Lavergne <gilir@ubuntu.com>  Mon, 12 May 2014 22:10:53 +0200

lubuntu-default-settings (0.39) trusty; urgency=medium

  * etc/xdg/lxsession/*/desktop.conf
   - Add missing im1 and webcam settings.
  * usr/share/lubuntu/openbox/menu.xml
   - Fix audio player calling
   - Fix internet icon.
  * debian/control:
   - Add lubuntu-live-settings to add specific settings to live environment.
  * debian/light-locker.desktop
   - Disable light-locker on live environment. (LP: #1281323).

 -- Julien Lavergne <gilir@ubuntu.com>  Thu, 10 Apr 2014 22:09:22 +0200

lubuntu-default-settings (0.38) trusty; urgency=medium

  * usr/share/lubuntu/openbox/*.xml
   - Use more lxsession-default call.
  * etc/xdg/lubuntu/menus/lxde-applications.menu
   - Add missing Electronics section.
  * usr/share/lxpanel/profile/*/panels/*
   - Switch to system color for the panel, to match artwork work.
  * etc/xdg/lubuntu/applications/defaults.list
   - Add odb extension to default applications.

 -- Julien Lavergne <gilir@ubuntu.com>  Wed, 12 Mar 2014 23:19:26 +0100

lubuntu-default-settings (0.37) trusty; urgency=low

  * debian/lubuntu-default-settings.install:
   - Re-add missing lubuntu-logout.desktop.
  * etc/xdg/lxsession/*/desktop.conf
   - Remove nm-applet to avoid dupplicate on startup.
  * debian/control:
   - Create lubuntu-extra-sessions to isolate experimental sessions.
  * debian/lubuntu-default-settings & debian/lubuntu-extra-sessions
   - Move files of the extra sessions.
  * usr/share/lubuntu/openbox/*.xml
   - Use more lxsession-default when it's possible.

 -- Julien Lavergne <gilir@ubuntu.com>  Wed, 19 Feb 2014 23:03:15 +0100

lubuntu-default-settings (0.36) trusty; urgency=low

  * debian/20-* & debian/*.postrm & debian/*.postinst & 
    debian/*default-session.install:
   - Use lightdm conf files to set default session (LP: #1259525).
  * debian/control:
   - Make lightdm requirement to >= 1.9.4 for the conf files mechanism.
  * debian/rules:
   - Correctly use dh_install.
  * debian/lubuntu-default-settings.install:
   - Remove non-existent files.

 -- Julien Lavergne <gilir@ubuntu.com>  Fri, 13 Dec 2013 23:58:50 +0100

lubuntu-default-settings (0.35) trusty; urgency=low

  [ Julien Lavergne ]
  * etc/xdg/lxsession/QLubuntu/
   - Update with new names of LXQt components.
  * usr/share/lubuntu/pcmanfm-qt/
   - Add special configuration for pcmanfm-qt
  * usr/share/lubuntu/qt/Trolltech-qt-session.conf
   - Add new configuration for Qt settings of QLubuntu session.
  * usr/share/xsession
   - Change the name of QLubuntu session file, to match lxsession to launch
     (upstart seems to require this).
  * etc/xdg/lxsession
   - Set disable_autostart=no for all sessions, to keep previous behavior of
     autostarted applications.
  * debian/control:
   - Add policykit-desktop-privileges as a depends with lxsession-logout, to be
     sure to install policykit rules.

  [ Alex Henrie ]
  * usr/share/lxpanel/profile/Lubuntu/panels/panel
    - Replace lubuntu-browser.desktop with lxde-x-www-browser.desktop (LP:
      #1232578)

 -- Julien Lavergne <gilir@ubuntu.com>  Tue, 19 Nov 2013 00:34:05 +0100

lubuntu-default-settings (0.34) saucy; urgency=low

  * etc/xdg/lxsession/*/desktop.conf
   - Keep using nm-applet for network applet on the panel.

 -- Julien Lavergne <gilir@ubuntu.com>  Thu, 19 Sep 2013 20:12:08 +0200

lubuntu-default-settings (0.33) saucy; urgency=low

  * usr/share/lxpanel/Lubuntu
   - Enable xkb plugin by default for switching keyboard layout.
  * usr/share/lubuntu/openbox
   - Fix transmission menu item (LP: #1193055)  
  * etc/xdg/lxsession/QLubuntu/desktop.conf
   - Fix launch of razor-panel
  * etc/xdg/lubuntu/lightdm/lightdm-gtk-greeter.conf
   - Update with new upstream version. 
  * /usr/share/lubuntu/openbox/*rc.xml
   - lxsession-default lock instead of xscreensaver (LP: #1204052)
  * etc/xdg/lxsession/*/conffiles.conf
   - Fix terminal conffiles.

 -- Julien Lavergne <gilir@ubuntu.com>  Thu, 29 Aug 2013 00:20:19 +0200

lubuntu-default-settings (0.32) saucy; urgency=low

  [ Julien Lavergne ]
  * Add a new QLubuntu session, by using only Qt applications 
  * usr/bin/start*
   - Remove gnome-keyring workaround, since we have the proper fix for ssh.
  * Use x-www-browser and x-terminal-emulator in more places.
  * debian/*
   - Update with the new QLubuntu session.
  * debian/control:
   - Depends on lxsession-logout since it's a separate binary.
  * etc/xdg/lxsession :
   - Use new lxsession features instead of autostart commands.
   - Add conffiles configuration files.
  * usr/share/lubuntu/openbox/menu.xml & rc.xml
   - Use lxsession-default when it's available.
  * usr/share/lubuntu/pcmanfm/main.lubuntu
   - Use lxsession-default for terminal
  * usr/share/lubuntu/pcmanfm/main.lubuntu & etc/xdg/lubuntu/libfm/libfm.conf
   - Rebase with new upstream options.
  * etc/xdg/lubuntu/applications/defaults.list
   - Use firefox instead of chromium-browser.
  * usr/bin
   - Remove startlubuntu* scripts, handle by lxsession (LP: #579524).
  * usr/share/applications/
   - Use lxlock and lxsession-default for .desktop files.
  * usr/share/xsessions/
   - Use only lxsession to start the sessions.

  [ Stéphane Graber ]
  * Add lxsession upstart user job.

 -- Julien Lavergne <gilir@ubuntu.com>  Mon, 01 Jul 2013 00:16:48 +0200

lubuntu-default-settings (0.31) raring; urgency=low

  * Add a new Lubuntu-Nexus7 session.
  * debian/lubuntu-default-settings:
   - Exclude nexus7 specific items.
  * etc/xdg/lubuntu/libfm
   - Use 16px for pcmanfm sidebar.
  * etc/xdg/lubuntu/menus:
   - Exclude xterm and uxterm items from the menu.

 -- Julien Lavergne <gilir@ubuntu.com>  Thu, 07 Mar 2013 15:45:33 +0100

lubuntu-default-settings (0.30) raring; urgency=low

  * etc/xdg/lubuntu/lxterminal
   - Add a custom configuration file for lxterminal.
   - Use Ubuntu font in lxterminal.
  * usr/bin/startlubuntu*
   - Install the lxterminal configuration file. 
   - Workaround ssh agent not autostarted properly.
  * usr/share/lubuntu/openbox/rc.xml
   - Add shortcuts for windows tiling (SuperKey + the direction).
   - Set drawContents to "no" on resize, to reduce the use of resize.
  * usr/share/lubuntu/openbox/menu.xml
   - Use gnome-disks for Disk utility item.
   - Remove osmo from the menu, since it's not in the default installation.
     Thanks karl anliot for the notice. (LP: #1035780)
  * etc/xdg/lubuntu/menus/lxgames-applications.menu :
   - Add a specific menu structure for a games session.
  * usr/bin/startlubuntu-lxgames :
   - Add a new script to start a games session, with a specific menu structure.
  * usr/share/xsessions/lxgames.desktop :
   - Add a new session to start a games session.
  * debian/control:
   - Add new binaries, to configure default session on lightdm.
   - Update VCS fields.
  * Reorganize script in debian/ to handle the creation of the new
    default-session binaries.
  * debian/lubuntu-default-settings.install:
   - Keep all files in lubuntu-default-settings.
  * usr/share/applications/lubuntu-browser.desktop:
   - Add a .dektop file to be placed on the panel to replace chromium icon.
  * usr/share/lxpanel/profile/Lubuntu/panels/panel:
   - Use generic .desktop file to display an icon if another browser than
     chromium is available (LP: #938470)

 -- Julien Lavergne <gilir@ubuntu.com>  Fri, 23 Nov 2012 23:42:34 +0100

lubuntu-default-settings (0.29) quantal; urgency=low

  * etc/xdg/lubuntu/lightdm/lightdm-gtk-greeter.conf:
   - Use Lubuntu default icon theme.
   - Use Lubuntu logo.
  * debian/control:
   - Increase depends on lightdm-gtk-greeter for the use of the new features.

 -- Julien Lavergne <gilir@ubuntu.com>  Thu, 30 Aug 2012 00:31:42 +0200

lubuntu-default-settings (0.28) quantal; urgency=low

  * debian/control:
   - Move recommended packages to suggests, to not install them when installing
     lubuntu-core (LP: #822043)
  * usr/share/lxpanel/profile/Lubuntu/panels/panel:
   - Set iconsize to 24 for the panel, to match new artwork.
   - Add indicator support by default.
  * etc/xdg/lubuntu/lightdm/lightdm-gtk-greeter.conf
   - Add language-selector option to the greeter.
   - Display Ubuntu font.

 -- Julien Lavergne <gilir@ubuntu.com>  Sun, 08 Jul 2012 23:24:18 +0200

lubuntu-default-settings (0.27) precise; urgency=low

  [ Bhaskar Kandiyal ]
  * Changed default theme of lightdm to Lubuntu-default (LP: #968527)

  [ Julien Lavergne ]
  * usr/share/lubuntu/openbox/rc.xml:
   - Remove entries in the openbox menu which hang up if launched before
     pcmanfm first run.

 -- Julien Lavergne <gilir@ubuntu.com>  Tue, 03 Apr 2012 23:14:06 +0200

lubuntu-default-settings (0.26) precise; urgency=low

  * debian/maintscript:
   - Add missing file.
  * etc/xdg/lxsession/*/desktop.conf:
   - Add DMZ-white mouse cursor by default (LP: #923344)
  * debian/control:
   - Recommend dmz-cursor-theme for the mouse theme.

 -- Julien Lavergne <gilir@ubuntu.com>  Sun, 04 Mar 2012 00:58:20 +0100

lubuntu-default-settings (0.25) precise; urgency=low

  [ Julien Lavergne ]
  * usr/share/lubuntu/openbox/rc.xml:
   - Add ability to use icons in the menu.
   - Add ability to use menu.xml in $HOME.
  * usr/share/lubuntu/openbox/menu.xml:
   - Update the openbox menu with the new version of Openbox.

  [ Valdur Kana ]
  * usr/share/lubuntu/openbox/rc.xml:
   - Unmute audio when using shortcut for the volume (LP: #926246)
   - Use correct volume key for mute shortcut (LP: #926320)

 -- Julien Lavergne <gilir@ubuntu.com>  Thu, 23 Feb 2012 21:42:03 +0100

lubuntu-default-settings (0.24) precise; urgency=low

  [ Julien Lavergne ]
  * usr/share/lubuntu/openbox/rc.xml
   - Remove workaround for lxpanel run dialog, now it's fixed in lxpanel.
   - Revert maximised windows by default, need more integration (LP: #926788)
  * debian/control:
   - Add a recommend for xscreensaver, for the locking shortcut (LP: #923001)
  * usr/share/lxpanel/profile/Lubuntu/panels/panel:
   - Set the color font of the panel to white to match the new theme.

  [ Colin Watson ]
  * Use maintscript support in dh_installdeb rather than writing out
    dpkg-maintscript-helper commands by hand.  We now simply Pre-Depend on a
    new enough version of dpkg rather than using 'dpkg-maintscript-helper
    supports' guards, leading to more predictable behaviour on upgrades.
    (LP: #932209)

  [ Alexander Andjelkovic ]
  * Fixed super-keys were conflicting with other keybinds making them useless.
    (LP: #890394)

 -- Julien Lavergne <gilir@ubuntu.com>  Sun, 19 Feb 2012 14:49:00 +0100

lubuntu-default-settings (0.23) precise; urgency=low

  * usr/share/lubuntu/openbox/menu.xml & rc.xml
   - Re-synchronize with upstream.
   - Workaround loose of focus of lxpanel run window (LP: #889414)
   - Add a rule to maximize all new windows with type normal.
   - Place new windows on the monitor with the mouse, rather than the primary
     monitor.
   - Use scrot -u -b (focused window with border) for the screenshot of the 
     current window.
   - Add a shortcut for the power button.
   - Use horizontal presentation of the alt-tab.
   - Add a shortcut to lock the screen (LP: #912499)
  * usr/bin/startlubuntu* & usr/share/lubuntu/xscreensaver/xscreensaver:
   - Add a custom configuration file for xscreensaver, with blank mode by
     default (LP: #578789).
   - Don't append /etc/xdg in xdg path, already done by Xsession.d
   - Start gnome-keyring support for ssh before the session. Thanks urusha for
     the patch (LP: #664206).

 -- Julien Lavergne <gilir@ubuntu.com>  Thu, 26 Jan 2012 00:48:09 +0100

lubuntu-default-settings (0.22) precise; urgency=low

  * Add a theme for lightdm (taking from Xubuntu, thanks Lionel Le Folgoc).
  * Add etc/xdg/lubuntu/lightdm/lightdm-gtk-greeter.conf
  * debian/{postinst,prerm}: install/remove alternatives to use our config
    as /etc/lightdm/lightdm-gtk-greeter.conf.
  * debian/control:
   - add depends on lightdm-gtk-greeter >= 1.0.0-0ubuntu2.
   - provides lightdm-gtk-greeter-config.
   - Bump build-depends of debhelper for overrides support.
  * debian/source/format:
   - Switch to format 3.0 (native).
  * debian/rules:
   - Switch to dh syntax.

 -- Julien Lavergne <gilir@ubuntu.com>  Tue, 08 Nov 2011 20:00:37 +0100

lubuntu-default-settings (0.21) oneiric; urgency=low

  * debian/postinst,debian/postrm: set Lubuntu as the default session and
    lightdm-gtk-greeter as the default greeter if they aren't set already.
    Remove them on uninstall. (thanks Didier and Lionel !)
  * etc/xdg/lubuntu/lxdm/lxdm.conf:
   - Fix location of the background.
  * usr/bin/startlubuntu* & usr/share/lubuntu/leafpad/
   - Install specific settings for leafpad, with Ubuntu font by default.
  * etc/xdg/pcmanfm/pcmanfm.conf:
   - Use Ubuntu font by default.
  * usr/share/lubuntu/openbox/rc.xml:
   - Use Ubuntu font by default instead of sans. (LP: #729885)
  * usr/share/lxpanel/profile/Lubuntu/panels/panel:
   - Set the color font of the panel to white to match the new theme.

 -- Julien Lavergne <gilir@ubuntu.com>  Sun, 21 Aug 2011 00:27:21 +0200

lubuntu-default-settings (0.20) oneiric; urgency=low

  [ Jonathan Marsden ]
  * etc/xdg/lubuntu/menus/lxde-applications.menu:
   - Avoid Audio, Video and AudioVideo applications appearing
     in the Accessories menu (duplicating Sound & Video entries).
   - Avoid applications in both System and Utility categories
     appearing in the Accessories menu (duplicating System Tools
     entries). (LP: #779818)

  [ Julien Lavergne ]
  * usr/share/lubuntu/openbox/rc.xml
   - Add Super_L, Super_R and ALt-F1 to keybindings for opening the menu. 
  * etc/xdg/lxsession/*/autostart:
   - Don't autostart nm-applet, should be autostarted automatically.
   - Use xfce4-power-manager instead of gnome-power-manager which depends now
     on gnome-settings-daemon.
  * etc/xdg/lubuntu/lxdm/lxdm.conf:
   - Update with version in lxdm 0.4.0. 

 -- Julien Lavergne <gilir@ubuntu.com>  Thu, 28 Jul 2011 23:42:29 +0200

lubuntu-default-settings (0.19) natty; urgency=low

  * etc/xdg/lubuntu/applications/default.list:
    - Set Chromium as the default handler for http/https
    - Use libreoffice instead of ooo2
    - Set apturl as the default handler for apturl

 -- Julien Lavergne <gilir@ubuntu.com>  Mon, 25 Apr 2011 21:11:38 +0200

lubuntu-default-settings (0.18) natty; urgency=low

  * etc/xdg/lubuntu/menus/lxde-applications.menu:
   - Set name of the menu to Applications, to fix libfm-pref-apps.

 -- Julien Lavergne <gilir@ubuntu.com>  Thu, 17 Mar 2011 18:59:59 +0100

lubuntu-default-settings (0.17) natty; urgency=low

  [ Julien Lavergne ]
  * etc/xdg/lubuntu/menus/lxde-applications.menu:
   - Add a specific menu structure for lubuntu session.
  * etc/xdg/lubuntu/lxdm/lxdm.conf
   - Remove background option, it's already defined by the theme, and can break
     it sometimes (LP: #703658).

  [ Jonathan Marsden ]
  * etc/xdg/lubuntu/menus/lxde-applications.menu:
   - Update DTD to use standards.freedesktop.org
   - Move system-wide admin tools to System -> Administration menu
     (LP: #650432)

 -- Julien Lavergne <gilir@ubuntu.com>  Mon, 21 Feb 2011 01:51:14 +0100

lubuntu-default-settings (0.16) natty; urgency=low

  * usr/bin
   - Sync XDG_DATA_DIRS with lxde-common
  * usr/share/lubuntu/openbox/rc.xml:
   - Remove some unused code.
  * debian/control
   - Recommends amixer, scrot and galculator for some openbox keybindings.
  * etc/xdg/pcmanfm/lubuntu.conf
   - Move configuration file to etc/xdg/pcmanfm/lubuntu/pcmanfm.conf
     (LP: #684796)
  * debian/postrm,preinst,postinst
   - Handle the location change for pcmanfm configuration using
     dpkg-maintscript-helper.

 -- Julien Lavergne <gilir@ubuntu.com>  Mon, 06 Dec 2010 01:12:57 +0100

lubuntu-default-settings (0.15) natty; urgency=low

  * usr/bin/startlubuntu*
   - Remove export XLIB_SKIP_ARGB_VISUALS=1, not needed since rgba support was
     removed from gtk (LP: #673704).
  * etc/xdg/lubuntu/applications/default.list:
   - Set file-roller to open archives instead of xarchiver.
   - Set audacious to open music files instead of aqualung.
  * etc/xdg/lxsession/Lubuntu*/desktop.conf
   - Switch to Ubuntu 11 font.
  * debian/control:
   - Depends on ttf-ubuntu-font-family.

 -- Julien Lavergne <gilir@ubuntu.com>  Fri, 03 Dec 2010 00:01:34 +0100

lubuntu-default-settings (0.14) natty; urgency=low

  * etc/xdg/lubuntu/lxdm/lxdm.conf
   - Enable user list in lxdm 0.3.0.
  * etc/xdg/lubuntu/applications/default.list
   - Replace epdfview by evince. LP: #657335

 -- Julien Lavergne <gilir@ubuntu.com>  Tue, 09 Nov 2010 22:53:38 +0100

lubuntu-default-settings (0.13) maverick; urgency=low
 
  * debian/postinst:
   - Don't fail if the alternative file doesn't exist. (LP: #654211)
 
 -- Julien Lavergne <gilir@ubuntu.com>  Mon, 04 Oct 2010 23:16:56 +0200

lubuntu-default-settings (0.12) maverick; urgency=low

  * debian/postinst:
   - Remove alternatives file if it's not a symlink (LP: #625485).
  * debian/prerm:
   - Don't remove alternative on upgrade.

 -- Julien Lavergne <gilir@ubuntu.com>  Sun, 03 Oct 2010 16:02:19 +0200

lubuntu-default-settings (0.11) maverick; urgency=low

  * usr/share/lubuntu/openbox/rc.xml:
   - Use lxtask instead of xfce4-taskmanager (LP: #621317)
  * etc/xdg/lxsession/Lubuntu*/desktop.conf
   - Switch to lubuntu icon them.
  * debian/control:
   - Depends on lubuntu-icon-theme.

 -- Julien Lavergne <gilir@ubuntu.com>  Wed, 29 Sep 2010 00:33:56 +0200

lubuntu-default-settings (0.10) maverick; urgency=low

  * etc/xdg/lxsession/Lubuntu*/desktop.conf
   - Set some Xft keys for better font rendering by default. LP: #518168
  * Set default gtk theme to Lubuntu-default.

 -- Julien Lavergne <gilir@ubuntu.com>  Mon, 02 Aug 2010 22:54:46 +0200

lubuntu-default-settings (0.9) maverick; urgency=low

  * usr/bin
   - Add export XLIB_SKIP_ARGB_VISUALS=1 to disable rgba support, since
     lxpanel doesn't support it. (See #589763)
   - Remove check for pcmanfm conf file in home directory, pcmanfm2 handle
     it correctly.

 -- Julien Lavergne <gilir@ubuntu.com>  Sun, 13 Jun 2010 10:54:23 +0200

lubuntu-default-settings (0.8) maverick; urgency=low

  * debian/control
   - Depends on the re-written pcmanfm (>= 0.9.5).
  * usr/share/lubuntu/openbox/menu.xml:
   - Use new command to launch desktop settings.
  * autostart: 
   - Use new pcmanfm --desktop command to start pcmanfm with desktop management

 -- Julien Lavergne <gilir@ubuntu.com>  Wed, 02 Jun 2010 01:28:01 +0200

lubuntu-default-settings (0.7) maverick; urgency=low

  * usr/bin/start* :
   - Ensure the menu prefix
  * etc/xdg/lubuntu/lxdm/lxdm.conf
   - Make Lubuntu the default session by using the [base] session key.
   - Remove last_*, not provided by lxdm.conf in recent lxdm version.
  * usr/share/lubuntu/openbox/rc.xml
   - Add missing shortcuts for volume-up and volume-down, and launching
     various applications. Thanks Kendall Weaver for the patch.
  * debian/control
   - Wrap build-depends and depends.

 -- Julien Lavergne <gilir@ubuntu.com>  Fri, 21 May 2010 19:13:16 +0200

lubuntu-default-settings (0.6) lucid; urgency=low

  * Set iconsize to 22 and panel height to 24 for panel settings. It displays
    correct icons size for panel icons. Thanks Leszek Lesner.
  * usr/bin/start* : 
   - From LXDE upstream, make sure dbus is launched when it's necessary.
   - Add polkit-gnome-authentification-agent-1 to make polkit working again.
  * Add custom defaults.list for applications by default.
  * debian/dirs: Add /etc/lxdm, to be sure the directory exit (LP: #527482).

 -- Julien Lavergne <gilir@ubuntu.com>  Mon, 01 Mar 2010 00:35:26 +0100

lubuntu-default-settings (0.5) lucid; urgency=low

  * Add new Lubuntu-Netbook session, which launched lxlauncher by default.
  * Add new configuration of lxdm for Lubuntu.
  * debian/postinst & debian/prerm: Add a alternative lxdm.conf for Lubuntu
    settings.
  * autostart : Add nm-applet to the sessions.
  * Use system-shutdown-panel icon for shutdown command and clean Encoding keys
  * Use Chromium instead of Firefox inthe  panel and openbox configuration.
  * Remove cpu and netstat plugin, and move volume applet before the tray.
  * Complete openbox keybindings for taking screenshot. Thanks Adam for the
    patch.
  * Switch to Lubuntu custom theme :
    - debian/control : Depends on lubuntu-artwork (>= 0.4) and 
      elementary-icon-theme.
    - desktop.conf : Use elementary-monochrome for icon theme.
    - Use Clearlooks for Openbox theme.
    - Use black font color for the panel.

 -- Julien Lavergne <gilir@ubuntu.com>  Wed, 17 Feb 2010 20:39:21 +0100

lubuntu-default-settings (0.4) lucid; urgency=low

  * Remove spacer before the menu applet on the panel.
  * Use openbox menu on the desktop indead of pcmanfm one.
  * Install configuration file for QT apps if no one is installed, and set
    QT style=GTK+.
  * Merge Leszek Lesner openbox settings. 

 -- Julien Lavergne <gilir@ubuntu.com>  Sun, 24 Jan 2010 19:57:14 +0100

lubuntu-default-settings (0.3) lucid; urgency=low

  * Pass -e LXDE to lxsession to behave like a LXDE session.
    Bump depends on lxsession to >= 0.4.1 to use this feature.
  * Remove autostart for lxde-settings-daemon, it merged with lxsession.
  * Change path to the wallpaper to a png file rather than a jpg. Bump depends
    on lubuntu-artwork (>= 0.3) 

 -- Julien Lavergne <gilir@ubuntu.com>  Sun, 13 Dec 2009 11:19:35 +0100

lubuntu-default-settings (0.2) lucid; urgency=low

  * Add the volume applet to the panel to have a way to configure 
    the sound
  * Autostart gnome-power-manager to add power management support and 
    the battery icon in notification-area
  * Set the terminal for pcmanfm to lxterminal
  * Move lxpanel background for Lubuntu to a specific file.
  * Use /etc/xdg/lubuntu to store custom configuration files.
  * Remove config file for lxsession, all is in desktop.conf
  * Depends on lubuntu-artwork (>= 0.2) to bring the new lxpanel background.

 -- Julien Lavergne <gilir@ubuntu.com>  Sat, 28 Nov 2009 00:21:07 +0100

lubuntu-default-settings (0.1) lucid; urgency=low

  * Initial upload (LP: #475649)

 -- Julien Lavergne <gilir@ubuntu.com>  Thu, 05 Nov 2009 18:52:56 +0100