Quote:
Quote:
A question: lately when I'm trying to update my system with "sudo apt-get upgrade" I get the following error:
Quote:
(Reading database ... 60%dpkg: unrecoverable fatal error, aborting: files list file for package 'xserver-xorg-video-trident' is missing final newline
E: sub-process /usr/bin/dpkg returned an error code (2)
How I can fix this?
Another question: I want to switch from GNOME to xfce... Can I do this the same way as described on this page:
http://library.powerdeveloper.net/index ... imizations ?
You should just be able to do an
Code:
apt-get install xfce4
I'm just installing this image myself currently, planning on replacing gdm as well as doing the rest of the optimizations found on that page.
Edit: Having my own problems now though. When it tries to update Mono I end up with
Code:
System.NullReferenceExceptions: Object reference not set to an instance of an object at System.OutOfMemoryException..ctor (System.String message) [0x00000] in <filename unknown>:0
I tried to do what you said, but the problem is that I get the same error as when I just try to update. Basically, I need to fix that error somehow, because otherwise it looks like I can't install anything.
Maybe I should just deinstall 'xserver-xorg-video-trident' and then try to install it again, but I want to be sure that it's going to be OK.
As about your error, I think I never got that one, so I don't know how to fix it :(