|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
# A script to perform R14.0.0 XDG compliance updates.
|
|
|
|
|
|
|
|
|
|
SCRIPT_NAME="`basename \`readlink -f $0\``"
|
|
|
|
|
SCRIPT_VERSION=201403020
|
|
|
|
|
SCRIPT_VERSION=201407050
|
|
|
|
|
|
|
|
|
|
# This script should be needed to run only once, but corner cases
|
|
|
|
|
# and file/directory permissions could cause incomplete updates.
|
|
|
|
@ -379,16 +379,15 @@ if [ "$R14_VERSION" -lt "201309150" ]; then
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
# Preserve kicker/panel icons.
|
|
|
|
|
if [ "$R14_VERSION" -lt "201309150" ]; then
|
|
|
|
|
if [ "$R14_VERSION" -lt "201407050" ]; then
|
|
|
|
|
if [ -r $PROFILE_DIR/share/config/kickerrc ]; then
|
|
|
|
|
Log "Updating kicker/panel customizations in kickerrc."
|
|
|
|
|
if [ -r "$PROFILE_DIR/share/config/kickerrc" ]; then
|
|
|
|
|
sed -i 's|StorageId\[\$e\]=kde-|StorageId\[\$e\]=tde-|g' "$PROFILE_DIR/share/config/kickerrc" 2>/dev/null
|
|
|
|
|
sed -i '/^\(Favorites\|FirstSeenApps\)/s|\([=,]\)kde-|\1tde-|gp' "$PROFILE_DIR/share/config/kickerrc" 2>/dev/null
|
|
|
|
|
else
|
|
|
|
|
Log "kickerrc does not exist."
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
if [ "$R14_VERSION" -lt "201309150" ]; then
|
|
|
|
|
if [ -r $PROFILE_DIR/share/config/systemtray_panelappletrc ]; then
|
|
|
|
|
Log "Updating system tray icons in systemtray_panelappletrc."
|
|
|
|
|