From: John B <joh...@gm...> - 2006-08-10 13:25:41
|
Larry, I haven't installed 5.9.8.9 yet, but I'll add a couple of comments between yours. jb On 8/9/06, Larry Gagnon <lgg...@un...> wrote: > Here are my findings: > > BUGS? > > - despite jackd service running still get error when attempting to > launch Jack Rack "Could not create JACK client". Also, on shutdown a > related error: oss2jack [Failed]. > > - vl-hot detected but did not see files in a vfat formatted SD memory > card reader. These show perfectly with VL SOHO 5.1. Also, despite > unmounting the icons remain on the screen ( I assume this is to be a > feature?). > > - cupsd is running but cannot connect through browser to the cups server > using http://localhost:631 The reason this is happening is that the cups service isn't starting, because /etc/rc.d/init.d does not have a cups file in it. A quick fix would be to copy the cups filr from the /etc/rc.d/init.d/sample directory. However, we do need to ensure that any package of cups that we provide includes the /etc/rc.d/init.d/cups script, as the vasm SRVSET script parses /etc/rc.d/init.d to see which services are available to be set. > > - error on boot up "/proc/splash" does not exist. Is this due to my not > using lilo to boot? > > ANNOYANCES > > - gksu is not loaded so hence cannot launch gslapt as a user. > > - wdm login screen still has dropdown menu showing fluxbox and iceWM > (which have been removed). > The fix here is to remove the xinitrc files for fluxbox and IceWM from /etc/X11/xinit (I think that's where they're located) > - in the same vein remove .fluxbox and .icewm directories from /etc/skel > > - xfce4 screensaver plugin has been loaded but there does not seem to be > a way to get to this screesaver (or am I blind?). > > - gnumeric Help menu item is looking for doc files somewhere and they > are elsewhere. They are all on the system. Think we need a link to the > correct spot. See gnumeric bug reports. > That would need to be fixed in the doinst.sh script for the package. > SUGGESTIONS > > - install anacron and inkscape > > - xfce menu still needs work due to incorrect or misplaced .desktop > files. If no one else comes to the fore I may be able to do this but I > am unfortunately flat out here with visitors for a few days. > > Larry |