* usr/bin/start* :
- Install a custom preferences file for Chromium. - Ensure the menu prefix
This commit is contained in:
parent
3049cb3aba
commit
ea515026bf
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user