* usr/bin/start* :

- Ensure configuration files for libfm and pcmanfm2.
 - From LXDE upstream, make sur dbus is launched when it's necessary.
This commit is contained in:
Julien Lavergne 2010-02-27 18:07:53 +01:00
parent 69a94f7098
commit 307995389d
3 changed files with 13 additions and 1 deletions

4
debian/changelog vendored
View File

@ -5,7 +5,9 @@ lubuntu-default-settings (0.6) UNRELEASED; urgency=low
* debian/control: Depends on the re-written pcmanfm2 (>= 0.7.0)
* autostart: Use new pcmanfm --desktop command to start pcmanfm with desktop
management.
* usr/bin/start* : Ensure configuration files for libfm and pcmanfm2.
* usr/bin/start* :
- Ensure configuration files for libfm and pcmanfm2.
- From LXDE upstream, make sur dbus is launched when it's necessary.
* Use pcmanfm2.desktop in lxpanel panel settings.
* Add custom defaults.list for applications by default.

View File

@ -59,5 +59,10 @@ xprop -root -remove _NET_NUMBER_OF_DESKTOPS -remove _NET_DESKTOP_NAMES -remove _
# Enable GTK+2 integration for OpenOffice.org, if available.
export SAL_USE_VCLPLUGIN=gtk
# Launch DBus if needed
if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
eval "$(dbus-launch --sh-syntax --exit-with-session)"
fi
# Start the LXDE session
exec /usr/bin/lxsession -s Lubuntu -e LXDE

View File

@ -59,5 +59,10 @@ xprop -root -remove _NET_NUMBER_OF_DESKTOPS -remove _NET_DESKTOP_NAMES -remove _
# Enable GTK+2 integration for OpenOffice.org, if available.
export SAL_USE_VCLPLUGIN=gtk
# Launch DBus if needed
if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
eval "$(dbus-launch --sh-syntax --exit-with-session)"
fi
# Start the LXDE session
exec /usr/bin/lxsession -s Lubuntu-Netbook -e LXDE