usr/bin/start* : Install a custom preferences file for Chromium.

ubuntu/bionic
Julien Lavergne 15 years ago
parent ba130c99bc
commit 3049cb3aba

2
debian/changelog vendored

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

@ -41,6 +41,11 @@ if [ ! -f "$XDG_CONFIG_HOME/Trolltech.conf" ]; then
cp /usr/share/lubuntu/qt/Trolltech.conf "$XDG_CONFIG_HOME/Trolltech.conf"
fi
# Install custom chromium-browser configuration
if [ ! -f "$XDG_CONFIG_HOME/chromium/Default/Preferences" ]; then
cp /etc/xdg/lubuntu/chromium-browser/Preferences "$XDG_CONFIG_HOME/chromium/Default/Preferences"
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

@ -41,6 +41,11 @@ if [ ! -f "$XDG_CONFIG_HOME/Trolltech.conf" ]; then
cp /usr/share/lubuntu/qt/Trolltech.conf "$XDG_CONFIG_HOME/Trolltech.conf"
fi
# Install custom chromium-browser configuration
if [ ! -f "$XDG_CONFIG_HOME/chromium/Default/Preferences" ]; then
cp /etc/xdg/lubuntu/chromium-browser/Preferences "$XDG_CONFIG_HOME/chromium/Default/Preferences"
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

Loading…
Cancel
Save