* usr/bin/start* :

- Install a custom preferences file for Chromium.
 - Ensure the menu prefix
This commit is contained in:
Julien Lavergne 2010-03-07 13:04:11 +01:00
parent 3049cb3aba
commit ea515026bf
3 changed files with 9 additions and 1 deletions

4
debian/changelog vendored
View File

@ -1,6 +1,8 @@
lubuntu-default-settings (0.7) UNRELEASED; urgency=low
* usr/bin/start* : Install a custom preferences file for Chromium.
* usr/bin/start* :
- Install a custom preferences file for Chromium.
- Ensure the menu prefix
-- Julien Lavergne <gilir@ubuntu.com> Mon, 01 Mar 2010 00:38:35 +0100

View File

@ -49,6 +49,9 @@ fi
# Clean up after GDM (GDM sets the number of desktops to one)
xprop -root -remove _NET_NUMBER_OF_DESKTOPS -remove _NET_DESKTOP_NAMES -remove _NET_CURRENT_DESKTOP 2> /dev/null
#Ensure the menu prefix
export XDG_MENU_PREFIX="lxde-"
# Enable GTK+2 integration for OpenOffice.org, if available.
export SAL_USE_VCLPLUGIN=gtk

View File

@ -49,6 +49,9 @@ fi
# Clean up after GDM (GDM sets the number of desktops to one)
xprop -root -remove _NET_NUMBER_OF_DESKTOPS -remove _NET_DESKTOP_NAMES -remove _NET_CURRENT_DESKTOP 2> /dev/null
#Ensure the menu prefix
export XDG_MENU_PREFIX="lxde-"
# Enable GTK+2 integration for OpenOffice.org, if available.
export SAL_USE_VCLPLUGIN=gtk