Remove custom chromium preferences support, better solution in-progress.
This commit is contained in:
parent
8d4f158c9d
commit
7a75a46a81
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -1,7 +1,6 @@
|
|||||||
lubuntu-default-settings (0.7) UNRELEASED; urgency=low
|
lubuntu-default-settings (0.7) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* usr/bin/start* :
|
* usr/bin/start* :
|
||||||
- Install a custom preferences file for Chromium.
|
|
||||||
- Ensure the menu prefix
|
- Ensure the menu prefix
|
||||||
* etc/xdg/lubuntu/lxdm/lxdm.conf
|
* etc/xdg/lubuntu/lxdm/lxdm.conf
|
||||||
- Make Lubuntu the default session by using the [base] session key.
|
- Make Lubuntu the default session by using the [base] session key.
|
||||||
|
@ -41,11 +41,6 @@ if [ ! -f "$XDG_CONFIG_HOME/Trolltech.conf" ]; then
|
|||||||
cp /usr/share/lubuntu/qt/Trolltech.conf "$XDG_CONFIG_HOME/Trolltech.conf"
|
cp /usr/share/lubuntu/qt/Trolltech.conf "$XDG_CONFIG_HOME/Trolltech.conf"
|
||||||
fi
|
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)
|
# 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
|
xprop -root -remove _NET_NUMBER_OF_DESKTOPS -remove _NET_DESKTOP_NAMES -remove _NET_CURRENT_DESKTOP 2> /dev/null
|
||||||
|
|
||||||
|
@ -41,11 +41,6 @@ if [ ! -f "$XDG_CONFIG_HOME/Trolltech.conf" ]; then
|
|||||||
cp /usr/share/lubuntu/qt/Trolltech.conf "$XDG_CONFIG_HOME/Trolltech.conf"
|
cp /usr/share/lubuntu/qt/Trolltech.conf "$XDG_CONFIG_HOME/Trolltech.conf"
|
||||||
fi
|
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)
|
# 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
|
xprop -root -remove _NET_NUMBER_OF_DESKTOPS -remove _NET_DESKTOP_NAMES -remove _NET_CURRENT_DESKTOP 2> /dev/null
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user