tag:blogger.com,1999:blog-31004158.post116278924221211023..comments2009-07-10T04:18:05.743-05:00Comments on Roblog: Xfce 4.4 RC2Robby Workmanhttp://www.blogger.com/profile/14115714655989813362noreply@blogger.comBlogger8125tag:blogger.com,1999:blog-31004158.post-1164148860149433682006-11-21T16:41:00.000-06:002006-11-21T16:41:00.000-06:00It sounds like you have a recursion issue with som...It sounds like you have a recursion issue with some old shared object somewhere - in other words, you have an old library hanging around (or perhaps an old binary that calls an old library, but it works most of the newer ones just fine), or something along those lines. I had someone else report a similar problem about a month ago. Here's my recommendation: <BR/>1. Remove all xfce and xfce-related packages - make sure you get any plugins you've installed too; something along these lines should suffice (assuming that all of the packages have been named by a sane person :) <BR/> ls /var/log/packages | grep xfce | xargs removepkg<BR/>2. In each of the directories specified in /etc/ld.so.conf plus /usr/lib, search for xfce-related libraries and delete any that you find. Something along these lines should locate all of them:<BR/> find $DIR -name "*xfce*"<BR/>You can add an -exec rm {} \; to that once you verify that everything returned needs to be gone.<BR/>3. Make sure there aren't any xfce-related binaries in /usr/local/bin/*<BR/>4. Check the rest of /usr/local/* to ensure that anything related to xfce is gone.<BR/>5. Run /sbin/ldconfig<BR/>6. Install the xfce package<BR/>7. Happiness should now be present. :)Robby Workmanhttp://www.blogger.com/profile/14115714655989813362noreply@blogger.comtag:blogger.com,1999:blog-31004158.post-1164140546892797242006-11-21T14:22:00.000-06:002006-11-21T14:22:00.000-06:00To further add to the confusion, after deleting th...To further add to the confusion, after deleting the link to so.1:<BR/><BR/>~$ ldd `which xfdesktop` | grep util<BR/> libxfce4util.so.4 => /usr/lib/libxfce4util.so.4 (0xb7b2f000)<BR/> libxfce4util.so.1 => not foundAnonymousnoreply@blogger.comtag:blogger.com,1999:blog-31004158.post-1164120797477952452006-11-21T08:53:00.000-06:002006-11-21T08:53:00.000-06:00Post install while I was reconfiguring the desktop...Post install while I was reconfiguring the desktop none of the changes were sticking (BG color, image,etc.). I run X from level three so I C-A-F1 to the terminal and see xfdesktop cannot find libxfce4util.so.1. ldconfig -p | grep xfce4 and ldd `which xfdesktop` both tell me the same thing. <BR/><BR/>I had used removepkg xfce4.2.3 prior to installing yours and figured a library not removed in a simple upgrade had been deleted. I did this from console, of course.<BR/><BR/>Since I could find libxfce4util.so.4, I just gave the application what it was looking for.<BR/><BR/>Today, however, the same commands tell me libxfce4util.so.4 is the required library. So now I'm confused too :-)Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-31004158.post-1164094535831943282006-11-21T01:35:00.000-06:002006-11-21T01:35:00.000-06:00Can you provide some more information? Why was th...Can you provide some more information? Why was this necessary? That version of the shared library does not ship with Xfce 4.4 (it was from 4.2) - the developers incremented the version number for a reason. If you can give me more information (what made you discover this "need" - is there something you were attempting to compile?), I'll try to reproduce and have it addressed through the proper channels. On the other hand, if you're attempting to run a binary of some sort that is linked against older versions of that shared library, then the symlink may very well work, but be prepared for unexpected results. The Xfce developers try to maintain backwards-compatibility as much as possible, but there are no guarantees... Feel free to email me with details -- rw *AT* rlworkman.netRobby Workmanhttp://www.blogger.com/profile/14115714655989813362noreply@blogger.comtag:blogger.com,1999:blog-31004158.post-1164053675251777912006-11-20T14:14:00.000-06:002006-11-20T14:14:00.000-06:00I just installed your xfce-4.4rc2-i486-3_rlw.tgz. ...I just installed your xfce-4.4rc2-i486-3_rlw.tgz. One minor problem. I needed to create a symlink /usr/lib/libxfce4util.so.4.0.0 to /usr/lib/libxfce4util.so.1Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-31004158.post-1163383733788069742006-11-12T20:08:00.000-06:002006-11-12T20:08:00.000-06:001. I'm checking into the alsa issue; as I indicate...1. I'm checking into the alsa issue; as I indicated in the ChangeLog, that shouldn't be happening, but alas... :-)<BR/>2. Thanks for the feedback and encouragement - it's nice to know that there are some "outside my circle" who are finding them useful :)<BR/>3. I don't want to turn you away from Xfce, but if you're still into GNOME, you might have a look at <A HREF="http://www.gware.org" REL="nofollow">GWare</A> - one of its lead developers is also one of the co-devs on my <A HREF="http://slackbuilds.org" REL="nofollow">SlackBuilds.org</A> project, and I can vouch for the quality of his work :D<BR/><BR/>Thanks again for the feedback reports! -RWRobby Workmanhttp://www.blogger.com/profile/14115714655989813362noreply@blogger.comtag:blogger.com,1999:blog-31004158.post-1162880282610285582006-11-07T00:18:00.000-06:002006-11-07T00:18:00.000-06:00Almost forgot, I have a screenshot here.Almost forgot, I have a screenshot <A HREF="http://freshcheese.net/~moldavia/misc/Screenshot-5.png" REL="nofollow">here</A>.moldaviahttp://freshcheese.net/~moldavianoreply@blogger.comtag:blogger.com,1999:blog-31004158.post-1162879753468200112006-11-07T00:09:00.000-06:002006-11-07T00:09:00.000-06:00Reading the changelog, I have had problems with th...Reading the changelog, I have had problems with the default XFCE mixer too, unless --with-alsa is used. I have 2 audio devices on a custom compiled 2.6.18 kernel. Both devices have no elements shown in the mixer, and the panel applet resets to 0 right after you change the volume.<BR/><BR/>Other than that, I am loving XFCE after using GNOME for a couple of years and being soured to it by Freerock. Thanks for the packages and keep up the great work.Anonymousnoreply@blogger.com