Hi!
I upgraded to the update pack 4 of LMDE today but have a minor issue with the gnome shell: In the top panel no icons are shown for the network and volume control.
I would really appreciate your help on fixing this. Thanks!


#!/bin/sh
OIFS="$IFS"
IFS=$'\n'
for i in `locate index.theme`; do
dir=`dirname $i`
echo "Working on $dir."
gtk-update-icon-cache "$dir"
done





#!/bin/bash
# fix_icons.sh
for i in `locate index.theme`; do
dir=`dirname $i`
echo "Working on $dir."
gtk-update-icon-cache -f "$dir"
done


Users browsing this forum: No registered users and 3 guests