Merge upstream :
* debian/control: - Wrap build-depends and depends. * 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. - Put "username" in the autologin key.
This commit is contained in:
commit
c0ef4d35dc
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,6 +1,8 @@
|
|||||||
lubuntu-default-settings (0.7) UNRELEASED; urgency=low
|
lubuntu-default-settings (0.7) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* debian/control: Depends on the re-written pcmanfm2 (>= 0.7.0)
|
* debian/control:
|
||||||
|
- Depends on the re-written pcmanfm2 (>= 0.7.0)
|
||||||
|
- Wrap build-depends and depends.
|
||||||
* autostart:
|
* autostart:
|
||||||
- Use new pcmanfm --desktop command to start pcmanfm with desktop management
|
- Use new pcmanfm --desktop command to start pcmanfm with desktop management
|
||||||
* Use pcmanfm2.desktop in lxpanel panel settings.
|
* Use pcmanfm2.desktop in lxpanel panel settings.
|
||||||
@ -8,6 +10,10 @@ lubuntu-default-settings (0.7) UNRELEASED; urgency=low
|
|||||||
- Install a custom preferences file for Chromium.
|
- Install a custom preferences file for Chromium.
|
||||||
- Ensure the menu prefix
|
- Ensure the menu prefix
|
||||||
* openbox/menu.xml : Use new command to launch desktop settings.
|
* openbox/menu.xml : Use new command to launch desktop settings.
|
||||||
|
* 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.
|
||||||
|
- Put "username" in the autologin key.
|
||||||
|
|
||||||
-- Julien Lavergne <gilir@ubuntu.com> Sat, 20 Mar 2010 10:58:33 +0100
|
-- Julien Lavergne <gilir@ubuntu.com> Sat, 20 Mar 2010 10:58:33 +0100
|
||||||
|
|
||||||
|
9
debian/control
vendored
9
debian/control
vendored
@ -2,7 +2,8 @@ Source: lubuntu-default-settings
|
|||||||
Section: x11
|
Section: x11
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Julien Lavergne <gilir@ubuntu.com>
|
Maintainer: Julien Lavergne <gilir@ubuntu.com>
|
||||||
Build-Depends: debhelper (>= 7), intltool
|
Build-Depends: debhelper (>= 7),
|
||||||
|
intltool
|
||||||
Standards-Version: 3.8.3
|
Standards-Version: 3.8.3
|
||||||
Homepage: https://launchpad.net/~lubuntu-desktop
|
Homepage: https://launchpad.net/~lubuntu-desktop
|
||||||
Vcs-Bzr: lp:~lubuntu-desktop/+junk/lubuntu-default-settings
|
Vcs-Bzr: lp:~lubuntu-desktop/+junk/lubuntu-default-settings
|
||||||
@ -10,6 +11,10 @@ Vcs-Browser: http://bazaar.launchpad.net/~lubuntu-desktop/+junk/lubuntu-default-
|
|||||||
|
|
||||||
Package: lubuntu-default-settings
|
Package: lubuntu-default-settings
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends}, lxsession (>= 0.4.1), lubuntu-artwork (>= 0.4), elementary-icon-theme, pcmanfm2 (>= 0.7.0)
|
Depends: ${misc:Depends},
|
||||||
|
lxsession (>= 0.4.1),
|
||||||
|
lubuntu-artwork (>= 0.4),
|
||||||
|
elementary-icon-theme,
|
||||||
|
pcmanfm2 (>= 0.7.0)
|
||||||
Description: default settings for Lubuntu
|
Description: default settings for Lubuntu
|
||||||
Various system settings tailored for Lubuntu.
|
Various system settings tailored for Lubuntu.
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
[base]
|
[base]
|
||||||
# autologin=dgod
|
# autologin=username
|
||||||
# session=/usr/bin/startlubuntu
|
session=/usr/bin/startlubuntu
|
||||||
# numlock=0
|
# numlock=0
|
||||||
greeter=/usr/lib/lxdm/lxdm-greeter-gtk
|
greeter=/usr/lib/lxdm/lxdm-greeter-gtk
|
||||||
|
|
||||||
last_session=Lubuntu.desktop
|
|
||||||
|
|
||||||
last_lang=
|
|
||||||
|
|
||||||
[server]
|
[server]
|
||||||
# arg=/usr/bin/X -nr vt1
|
# arg=/usr/bin/X -nr vt1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user