- remove unionfs (EeeUser howto#1);
- remove /dev/sda2 and enlarge /dev/sda2 (same EeeUser howto#1);
- edit /boot/grub/menu.lst:
- add boot to console option (EeeUser howto#2);
- show menu;
- change default system language (this EeeUser howto seems to lead(?) to some problems, this howto is tested safe);
- add extra repositories and enable "pinning":
- manual way (EeeUser howto#3);
- or using pimpmyeeepc.sh script (EeeUser howto#4);
- remember to check /etc/apt/sources.list for containing both "p701" and "p900" standard repositories (otherwise, possible issues like while enabling "full desktop mode");
- add, but keep disabled (due to some conflict, enable only when needed) xepc repositories, by adding:
to /etc/apt/sources.list and# deb http://updates.xepc.org/ p701 main
to /etc/apt/preferences;Package: *
Pin: origin updates.xepc.org
Pin-Priority: 935 - use pimpmyeeepc.sh script (same EeeUser howto#4) to:
- remove SOS button from bar;
- disable SCIM;
- enable codec support;
- enable "full desktop mode";
- fix simpleui.rc:
- user file missing (EeeUser thread, specific for the "900" model):
- make /var/lib/AsusLauncher as a symlink to /home/user/.AsusLauncher;
- make /opt/xandros/share/AsusLauncher/simpleui.rc as a symlink to /home/user/.AsusLauncher/simpleui.rc;
- invalid entries (EeeUser howto#5);
- download and install some GUI config tools (same EeeUser howto#5):
- install AsusLauncher tools, first;
- fix dependency for "Iconifier" (one of the AsusLauncher tools with
sudo aptitude install python-imaging
- install Tweakeee:
- install Theeemer;
- install EMeditor (needs menu icon to be set manually);
- hide the dialog box when pressing the hardware shutdown button (my way);
- install the webcam tray control (EeeUser howto#6);
- take a snapshot of system partition with partimage (record 1)
- modify /usr/bin/startsimple.sh to save some RAM (EeeUser howto#7);
- install WINE (EeeUser thread, specific for the "900" model, xepc repos enabled);
- install Exifer (win32 application);
- install XnView (win32 version);
- install Gimp (xepc repos disabled) and its svg plug-in;
- install Gparted;
- install partimage;
- install iftop;
- change host (computer) name (EeeUser howto#8);
- set some keyboard shortcuts (EeeUser howto#9);
- take a snapshot of system partition with partimage (record 2)
- uninstall Firefox2;
- install Firefox3 (EeeUser howto#10, "script" way);
- take a snapshot of system partition with partimage (record 3)
- improve wireless connection script (EeeUser howto#11);
install Flash player 10 (my way)stay with default Flash player 9;- install Sancho (download autoinstaller script);
- install GnoCHM (via Tweakeee);
- make autofs start at boot by adding the entry "autofs" /etc/fastservices (this explanation);
- install curlftpfs and configure it to use autofs (this guide);
- install finit-mod (my way);
- maximize screen space (EeeUser howto#12 + my way);
- moonlight plugin crashes Firefox3 (but not Firefox2);
- Flash player 10 does not work anymore;
- uninstalling moonlight still makes Flash player 10 not working.
Some attempts (installing, uninstalling, reinstalling, compiling from source) to solve the problem made my Xandros setup dirty. I will restart from the last snapshot (record 3), recover configuration steps 26-33, then take a new snapshot;
- take a snapshot of system partition with partimage (record 4)
- save some disk space by:
- uninstalling unwanted applications:
apt-get --purge remove akregator firstrunwizard frozen-bubble frozen-bubble-data huaweiaktbbo kbruch khangman knode korganizer kpat ktuberling pidgin pidgin-data planetpenguin-racer planetpenguin-racer-data xandros-frozen-bubble-helper
- uninstalling localization packages:
apt-get --purge remove acroread-it asus-i18n-it-it asus-launcher-it-it asus-xnlite-it-it diskutil-it-it display-settings-it-it eeetips-it fixdesktop-it kde-i18n-it keyboardmap-data-it-it keyboardstatus-it-it minimixer-it-it networkmonitor-it-it powermonitor-it-it thunderbird-locale-it usbstorageapplet-it-it wapmonitor-it-it xandros-localedialog-it-it xandros-online-help-it xandros-personalization-it-it xandros-shutdowndialog-it-it xandros-systeminfo-it-it xandros-themedialog-it-it
- deleting folder /usr/share/doc/xandros-online-help/it_IT:
rm -r /usr/share/doc/xandros-online-help/it_IT
- deleting all folders but en_US under /opt/asusdiag-0.1/help:
cd /opt/asusdiag-0.1/help
ls -d */ |grep -v en_US|xargs rm -r - deleting all folders but en_US under /opt/asusdiag-0.1/images
cd /opt/asusdiag-0.1/images
ls -d */ |grep -v en_US|xargs rm -r - deleting all .qm files but those referring to "english", here and there
cd /
find / -name '*.qm'|grep -v en|xargs rm - emptying the "Trash" folder
- cleaning the .deb cache:
apt-get clean
- uninstalling unwanted applications:
- take a snapshot of system partition with partimage (record 5)
- install moonlight/silverlight support (my way);
- take a snapshot of system partition with partimage (record 6)