Mon Jan 09, 2012 5:49 pm
Tue Jan 10, 2012 12:39 am
find ~ -name "*wicd*"
rm ~/.config/autostart/wicd-tray.desktop
Tue Jan 10, 2012 4:03 am
# find /home/xepanche/ -name "*wicd*"
/home/xepanche/.wicd
/home/xepanche/Backup/.wicd
# rm -r /home/xepanche/.config/autostart/.wicd-tray.desktop
rm: cannot remove `/home/xepanche/.config/autostart/.wicd-tray.desktop': No such file or directory
#
# ls /home/xepanche/.config/autostart/
nautilus-autostart.desktop
#
Wed Jan 11, 2012 1:59 am
Wed Jan 11, 2012 6:48 am
dzz wrote:Not impressed with GDM3, it's noticably more cpu-hog (VB hangs at 100% on my single-core amd machine) .
Wed Jan 11, 2012 9:38 pm
Thu Jan 12, 2012 5:47 am
.icon-grid {
spacing: 18px;
-shell-grid-item-size: 82px;
}
.icon-grid .overview-icon {
icon-size: 48px;
}
Thu Jan 12, 2012 5:51 am
Thu Jan 12, 2012 7:48 am
meandean wrote:now this is a big deal
edit /usr/share/gnome-shell/theme/gnome-shell.css
find the following and change them to the values shown (original values are much larger)
- Code:
.icon-grid {
spacing: 18px;
-shell-grid-item-size: 82px;
}
.icon-grid .overview-icon {
icon-size: 48px;
}
save it, close it, restart gnome-shell by pressing alt+f2 and typing in r and hitting enter
ps - this is for the activities >> applications icon size and spacing - hope that is what you wanted