I have accidentally changed the taskbar (bottom one with start/menu) background image. Please help me to restore it. I tried some paths but couldn't find the file. Then I tried to remove debian and reinstall. First opened close debian. Then rm -f debian image. Then removed chroot n all in case it's necessary. Also deleted some files existed in /home/user/ But still after reinstalling debian I can't see any change. I don't get a restored desktop. Please tell me how to reinstall debian so that everything will be default as first try.
Some configuration files of the Debian images are stored in "/home/user/.config/" : lxde, lxpanel, openbox, pcmanfm directories. To reset the configuration, run as root in MeeGo Terminal : # cd /home/user/.config/ # rm -rf lxde lxpanel openbox pcmanfm It is useful when switching from one Debian image to another yields strange look & feel.
2) the fonts and GUI appearance inside and outside LXDE are changed (see the updated screenshots of the 1st post) : - font Droid Sans 10 for applications outside LXDE, specified by the file "/home/user/.gtkrc-2.0"; - font Droid Sans 12 for LXDE, see file "/home/user/.config/lxde/config"; - LXDE with large window title bar with larger buttons, specified by the title font DejaVu Sans 18 in file "/home/user/.config/openbox/lxde-rc.xml". So it is now easier to read and interact by tapping the screen. You can tune the font size to your preference by editing the above configuration files (which are now installed by Easy Debian package). And uncommenting (removing #) the line "# gtk-theme-name="MurrinaNightOrange" inside "/home/user/.gtkrc-2.0" gives a darker theme inside and outside LXDE.