Aspire One: Wallpaper + removing the search bar

My ICMPECHO wallpaper. CC Attr-SA 2.5 SE.
My wallpaper…

Got tired of the standard wallpaper and made my own. Feel free to download it in 1024×600 and use it on your A1.

Also, found out how to remove the ugly search bar from the desktop:

* Press Alt+F2 and type “xterm”.

* Write “su -” and type your root password.

* Edit the file “/usr/share/search-bar/start-search_bar.sh” with your tool of choice.

* Comment out all lines that start with “acer-search-desktop”. That is, place a # in front of them, save the file and exit the editor you’re using.

This is how your file should look when you are done:

#!/bin/sh
#resolution=`xrandr |grep \*|awk ‘{print $1}’`
resolution=`xrandr |grep current|awk -F”current” ‘{print $2}’|awk -F”,” ‘{print $1}’|sed ‘s/\ //g’`

if [ $resolution = "1280x800" ];then
# acer-search-desktop –x=650 –y=90 –width=490 –height=31
elif [ $resolution = "1024x600" ];then
# acer-search-desktop –x=510 –y=65 –width=490 –height=31
elif [ $resolution = "1024x768" ];then
# acer-search-desktop –x=510 –y=80 –width=490 –height=35
else
# acer-search-desktop
fi

Cheers to Heretic Studios for the original instruction!

Tags: , , , , ,

  1. Toby Smith’s avatar

    Hi there,

    A bit of a problem i was wondering if someone could help me with,

    I have now got my Acer Aspire One looking how i want it. Removed search bar, got rid of icons etc. I have also changed my wallpaper, this is where i have a problem….

    Every time i restart my machine the wallpaper doesn’t show up. I have to go back into the desktop options and untick and retick the “show image” option. It will then reappear and stay there untill the machine is restarted.

    Any ideas?

    Many thanks in advance.

    Toby

  2. Daniel Nyström’s avatar

    What is the path that’s mentioned below the tickbox? Make sure it’s not pointing to some kind of temporary directory. That might cause the file to be “wiped” on reboot.

    Many times that happens when using your webbrowser to view an image and set it as background.