* usr/bin/start* :

- Ensure configuration files for libfm and pcmanfm2.
 - From LXDE upstream, make sur dbus is launched when it's necessary.
ubuntu/bionic
Julien Lavergne 15 years ago
parent 69a94f7098
commit 307995389d

4
debian/changelog vendored

@ -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.

@ -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

@ -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

Loading…
Cancel
Save