Thanks, Fanthom!
libicutest is part of the icutest package, and is required for the icu package. Webkit/icu seem to be compiled with different options between 32 and 64 bit (I downloaded external binaries). I'd like to compile these all from source to trim icutest as a dep (and geoclue as well). I'd like to trim webkit and icu as much as possible. Thus far, however, I've had no luck in getting webkit to compile (probably missing libraries that it's not telling me it needs).
I'll look into libssp.so.0 as well.
- for thunar, I'm adding a link here as a reference (for me and anyone else who cares):
https://bugzilla.xfce.org/show_bug.cgi?id=7373
If you have time, please give this a try:
Code: Select all
sed -i s/true/false/ /usr/share/gvfs/mounts/network.mount
and save /usr/share/gvfs/mounts/network.mount to rootcopy and reboot. Expected output is that thunar will start immediately, but network button will show a different emblem; when you click on the network button it will then have the same long delay before showing your network locations. As this is a known bug it should be repaired...but they've known about it for a while now (maybe it won't be fixed until 4.10 later this year).
What kind of file were you trying to play in parole when you got the mpeg 1 demuxer error? This is likely a missing gstreamer plugin, and you need the gst-plugins-bad and/or gst-plugins-ugly package. I've not included them in my build for copyright/package size considerations (see porteus-xfce FAQ), but would like to know which plugins are failing on which filetypes, so I can selectively add them where it won't cause me legal troubles

You're right about not really needing parole and xnoise. They are included because they are small and light; the real constraint is gstreamer, which is a nightmare to keep small because of all the various plugins and their dependencies. Unfortunately, gstreamer is required for xfburn, and xfburn won't be able to handle these filetypes either for burning/ripping without the same gstreamer plugins. If I can find a better alternative for burning, I may add that and drop xnoise, parole, and gstreamer plugins (except core gstreamer+base plugins, as those are required for xfce4-mixer).
I agree about catfish and find files and directories. I like having a menu option, so I think I'll cut catfish.desktop in future releases. (maybe I'll modify my catfish slackbuild to rename and modify catfish.desktop to this effect).
re: orage globaltime -- I'll modify the menu to drop this from one of the two (not sure which yet lol)
I'm not opposed to having a logout/restart button in the main panel, and I'm always interested in user's preferences, because I have poor taste when it comes to things like this (and themes, icons, etc)

Would you like to have logout/restart on the right side of the panel, or the left?
Thanks again, for the great feedback!
EDIT: nice catch on using PPM with lxde/kde removed

thanks for taking that on.
RE: libssp, this is included in gcc, found in the devel module. This is why thunar is so slow to start -- avahi, gdu and gvfs are all broken because they need libssp, so network shares aren't found/mounted. I've now reproduced that error on my end. I'll sort out how to handle this... 3 options -- compile with libssp disabled, compile with libssp statically, or add libssp to the xfce-4.8+deps module (cheap hack, but would probably do the job).
Posted after 1 hour 12 minutes 43 seconds:
I've recompiled gvfs, avahi, and gnome-disk-utility after manually deleting libssp* from /usr/lib64/. This resolves the 'disk utility' problem you have, the slow-loading thunar issue, and the problem you were having (but didn't know) that avahi was never starting.