Taco.22,
I'm getting the same result. I haven't looked into what's going on yet.
1 The testing repos are too volatile right now. The packages and available updates are changing every hour. I ran into a situation where it wanted to remove the package
less. I went with it. After removing it, refreshing the package lists, I tried to reinstall
less. apt wanted to remove
man-db. I could have one or the other, but not both.
I reinstalled from the iso again and changed all testing sources to wheezy, then did a full upgrade.
2 I commented out the graphics mode line in /etc/default/grub and reran update-grub. My replacement video card can't handle 1280x1024, although the monitor can.
3 I can't get a wireless connection using wicd. I tried everything from rescanning for network, entering the SSID for the home network, changing configuration prefs, etc. I'm going to have to install network-manager-gnome to get a wireless connection.
But, that has nothing to do with the immediate problems with Thunar and xterm.4 I burned the iso to a USB drive the same way.
dd if=Village_RC-2_TEST_xz_Wheezy.iso of=/dev/sdd That works fine. I have to boot from the PLOP floppy because the PIII BIOS doesn't allow for booting from a USB device.
5 I was able to mount the hard drive and write files to my home partition. I can't mount the hard drive from Thunar. Permission error. I opened a terminal.
sudo su
mkdir /mnt/disk
mount /dev/sdb1 /mnt/disk
I was then able to browse all the files from Thunar. Something's screwy with permissions.
6 For example, from the Preferences menu, Internationalization & Localization will start and gksu will prompt for the root password. (I don't know what the password is, though.) GParted (gparted-pkexec) and Synaptic (synaptic-pkexec) won't start at all.
7 I was able to shutdown the live session, but had to do it as root. The error I got trying to do it as live user was:
live@live:~$ dbus-send --system --print-reply --dest=org.freedesktop.ConsoleKit /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Stop
Error org.freedesktop.ConsoleKit.Manager.NotPrivileged: Not Authorized
live@live:~$
I don't know if that's any help or not. Opened a terminal, did sudo su, then ran the dbus command again. The system shut down cleanly.
8 In /etc/skel, I only updated the files that had changed. Before I remaster again, I'm going to wipe all the /etc/skel files and repopulate from scratch. Don't know if it will do any good or not.
9 Have you changed any remastersys files? I haven't looked, but don't even know if I would recognize one that has changed.
EDIT: I only had time to look up
this ConsoleKit error message. Haven't looked through the responses yet. Gotta cook supper.