Re: [arch-general] KDE 4.2.0 in [testing]
On Sunday 25 January 2009 22:09:02 Gilles CHAUVIN wrote: > While trying to add a Jabber account within Kopete I get a popup > window saying "Cannot load the Jabber protocol plugin". Same here :(
Re: [arch-general] thunar-thumbnailer
I had a similar issue with mpd. You should just be able to recompile ffmpegthumbnailer (and possibly thunar-thumbnailer). If you have trouble recompiling, add a comment to the ffmpegthumbnailer aur page. If you don't get a response in a day or two, then send pressh an email, as he is the maintainer of the package. ~pyther On Sun, 25 Jan 2009 22:02:47 -0200, Marco Antonio Gomez wrote: Using Openbox + Thunar + Thunar thumbnailer in Arch (completely updated), I noticed that thunar-thumbnailer, since last week, does not generate video thumbnails anymore. AFAIK, the problem is related to a new version of ffmpeg... My system messages show me that ffmpegthumbnailer looks out for a libavcodec.so.51 (lib that used to be provided by ffmpeg package, that was recently replaced by libavcodec.so.52.10.0). But the newer version of ffmpegthumbnailer in community, still looks for libavcodec.so.51. Then... obviously "error while loading shared libraries - no such file of direcrory". I've already tried to create a symbolic link named libavcodec.so.51 pointing to libavcodec.so.52.10.0, and when I try to do that, the ffmpegthumbnailer returns "Error: Could not find video stream" I've also tried to recompile ffmpeg and also ffmped-thumbnailer and all of it's dependencys from the newer versions of each one in AUR, but it was a frustrated attempt. Anybody else reports the same issues? If positive, any workaround to make it work? Regards, Marco Antonio Gomez.
Re: [arch-general] KDE 4.2.0 in [testing]
Am Sonntag 25 Januar 2009 22:09:02 schrieb Gilles CHAUVIN: > While trying to add a Jabber account within Kopete I get a popup > window saying "Cannot load the Jabber protocol plugin". > > Am I the only one having this issue ? Could you try this with a new user (clean config)? Jabber seems to work here (even if Kopete is wuite bad for Jabber (no TLS support for example) -- Pierre Schmitz Clemens-August-Straße 76 53115 Bonn Telefon 0228 9716608 Mobil 0160 95269831 Jabber pie...@jabber.archlinux.de WWW http://www.archlinux.de
Re: [arch-general] KDE 4.2.0 in [testing]
On Mon, Jan 26, 2009 at 21:06, Pierre Schmitz wrote: > Am Sonntag 25 Januar 2009 22:09:02 schrieb Gilles CHAUVIN: >> While trying to add a Jabber account within Kopete I get a popup >> window saying "Cannot load the Jabber protocol plugin". >> >> Am I the only one having this issue ? > > Could you try this with a new user (clean config)? Jabber seems to work here > (even if Kopete is wuite bad for Jabber (no TLS support for example) > I forgot to mention in my initial message that it was with a freshly created account (I reinstalled arch a few days ago after having bought a new HDD and thought I'll directly install KDE4.2 instead of 4.1.x :). Perhaps it is a missing library on my PC or something like that ? Don't hesitate to ask if you want me to do some more tests. Cheers, Gilles.
Re: [arch-general] KDE 4.2.0 in [testing]
Hi, I've found where the problem was $ ldd /usr/lib/kde4/kopete_jabber.so | grep 'not found' libortp.so.5 => not found $ pacman -Q ortp ortp 0.14.0-1 $ pacman -Ql ortp | grep '\.so\.' ortp /usr/lib/libortp.so.7 ortp /usr/lib/libortp.so.7.0.0 $ pacman -Ss ortp testing/ortp 0.13.1-1 A Real-time Transport Protocol (RTP) library community/ortp 0.14.0-1 A Real-time Transport Protocol stack If I install ortp 0.13.1 it is now working. I guess this happened because, after I installed KDE 4.2 from [testing], I commented the [testing] repo in my /etc/pacman.conf. I guess pacman then updated ortp with the more recent version it found in [community]. The question here is Isn't [testing] supposed to be more up-to-date than the other repos ?! Cheers, Gilles.
Re: [arch-general] KDE 4.2.0 in [testing]
2009/1/26 Gilles CHAUVIN : > The question here is Isn't [testing] supposed to be more > up-to-date than the other repos ?! I don't see ortp-0.14 here[1], but I see 0.15 so I'm building and I'll put it to [testing]. And a rebuild of kdenetwork is needed. [1] http://nongnu.mirror.ironie.org/releases/linphone/ortp/sources/ -- Andrea `BaSh` Scarpino Arch Linux Developer
Re: [arch-general] KDE 4.2.0 in [testing]
On Mon, Jan 26, 2009 at 23:21, Andrea Scarpino wrote: > I don't see ortp-0.14 here[1], but I see 0.15 so I'm building and I'll > put it to [testing]. > ortp-0.14 comes from here http://aur.archlinux.org/packages.php?ID=8578 and seems to be included in the linphone tarball. Better use the latest version though :). Thanks. Cheers, Gilles.
Re: [arch-general] KDE 4.2.0 in [testing]
2009/1/26 Gilles CHAUVIN : > On Mon, Jan 26, 2009 at 23:21, Andrea Scarpino wrote: > ortp-0.14 comes from here > http://aur.archlinux.org/packages.php?ID=8578 and seems to be included > in the linphone tarball. Yes, I know. I mean I don't see it in ortp's site, btw no problem: 0.15 is out. I'll drop ortp from community. Cheers -- Andrea `BaSh` Scarpino Arch Linux Developer