We did another great show today... Aaron will edit and upload it. I went over my download limit the other day while adding packages to Copland, so although the podcast went well for 99% of the time, I did drop out right at the end while doing the promos.
Still, not too bad.
Copland is going VERY nicely. I have a list of things I've got to do to the environment before I create the next CD image:
1. Turn off hidden file viewing in Thunar (I accidentally left it on when I created the files for the /etc/skel directory)
2. Fix names of Copland programs - Pythoncard programs are actually two files - programname.py and programname.rsrc.py. In my case, I had HfsBrowser.py and HfsBrowser.rsrc.py. To make it easier to launch, I changed the first one to hfsbrowser.py. Unfortunately, it then looked for the resource file at hfsbrowser.rsrc.py, rather than HfsBrowser.rsrc.py. Linux is case-sensitive, so naturally those programs wouldn't actually load.
3. Fix the GDM.conf file - it seems to be crashing the GDM login screen. Either that, or the gdm account does not have proper permissions.
4. Include the Fluendo MP3 playback plugin, all the Quod Libet plugins and extensions, and replace Gxine with VLC.
5. Document how to manually start xfce4-panel and xfdesktop, in the case that they don't start (sometimes, xfce4-panel will start and other times it won't. xfdesktop has the same problem).
6. Have a little program that can set the swap partition - admittedly, this is probably a "next release" kind of program, but I can only get the Copland live CD working properly if I use the command "swapon /dev/hda11", so then it uses my Breezy swap partition. Using this command, Copland becomes so responsive I can even run The Gimp!
7. The Ubiquity menu item doesn't work - XFCE complains that it is "missing command to run". Ubiquity run from the desktop also crashes, but I believe this is due to my use of a swap partition - see above.
8. Automounting in XFCE doesn't work from the desktop, only from within Thunar. I must see if there's a program that needs to be run setuid root, or if the permissions of the /media directory are wrong, or whatever. (I've had SO many struggles against Linux's permissions system while creating this distro - probably part of the problem was shifting the customisation environment over to a Fat32 partition briefly, which probably wiped out a lot of the permissions data).