Re: Skype video black after upgrade

2011-07-28 Thread Rainer Kluge
Am 25.07.2011 18:20, schrieb komodo: libv4l2: error converting / decoding frame data but when i install previous version of lib32v4l and v4l (0.8.4-2) than video is working again. I have the same problem with my Logitech QuickCam Messanger (046d:08da) and fixed by dowgrading to v4l 0.8.0-1 (

Re: pdf -> jpg

2009-03-27 Thread Rainer Kluge
Rick Pasotto schrieb: > What would be a good way to create a jpg image of a pdf page? > I got best results with imagetops + convert: imagetops -scale 300 image.jpg > temp.ps convert -density 300 temp.ps image.pdf Using directly convert image.jpg file.pdf works in principle, but does

Re: Delete 4 million files

2009-03-25 Thread Rainer Kluge
Tapani Tarvainen schrieb: >> kj wrote: > >>> Now, I've been running the usual find . -type f -exec rm {} \; >>> but this is going at about 700,000 per day. Would simply doing an rm >>> -rf on the Maildir be quicker? Or is there a better way? > > While rm -rf would certainly be quicker and is

Re: recursive grep and openoffice

2009-03-18 Thread Rainer Kluge
John O Laoi schrieb: > > find . -name *.odt -exec sh -c 'unzip -c "{}" content.xml | grep > "string-being sought" > /dev/null' \; -print > For me it works . Maybe you should quote *.odt: '*.odt'. And try just find . -name *.odt to see if the odt files are found. Rainer -- To UNSUBSCRIBE

Re: recursive grep and openoffice

2009-03-16 Thread Rainer Kluge
Bob Cox schrieb: > On Mon, Mar 16, 2009 at 15:29:50 +0100, Sjoerd Hardeman > (sjo...@lorentz.leidenuniv.nl) wrote: > >> Sjoerd Hardeman wrote: >>> What about >>> find . -name *.odt -exec unzip -c {} content.xml | grep "what you want >>> to find"\; -print >> This one is not working, use >> fin

Re: scanner stop working after update

2009-03-13 Thread Rainer Kluge
thveillon.debian schrieb: > > Hi, this is what apt-listchanges sent me a few days ago : > > [quote] > "sane-backends-extras (1.0.19.12) unstable; urgency=low > > Starting with sane-backends-extras 1.0.19.12, the epkowa backend for EPSON > scanners is no longer provided. It was no longer poss

Re: scanner stop working after update

2009-03-13 Thread Rainer Kluge
Enrique Morfin schrieb: > > My system is sid. > The scanner is epson perfection v100 photo > > It was working flawlessly (with iscan). Hello, Which backend do you use: the one provided by the official Debian libsane-extras package or the one from the Avasys proprietary packages (iscan, iscan-pl

Re: On VHS capture hardware/software that works with Debian

2009-03-02 Thread Rainer Kluge
Rogério Brito schrieb: > > I have a friend of mine that has an old ATI Rage 128 card (if I am not > mistaken) with line in. Would it be possible to make it work under > Linux? > Should work without problems, I had this card working in the past. > If I happen to have to purchase something, what w

Re: sound card not detected

2009-01-20 Thread Rainer Kluge
Tamas Hegedus schrieb: > --- > 2. I tried to reinstall the essential kernel packages what I think might > have been affected by the manual alsa compile. > > aptitude reinstall|[remove&install] > linux-headers-2.6.26-1-686 > !! > I do not have the driver I had the same problem some days ago.

Re: k3b & brasero don't work, nerolinux does- works ar 2X

2009-01-12 Thread Rainer Kluge
Boyd Stephen Smith Jr. schrieb: If Paul makes a bug report, this will just add another bug to the long list of bugs in cdrkit but it will not result in a bugfix. Since previous bugs files have resulted in a bugfix, I choose not to believe your predictions of the future. Given the bug stati

Re: k3b & brasero don't work, nerolinux does- works ar 2X

2009-01-09 Thread Rainer Kluge
Paul Cartwright schrieb: On Fri January 9 2009, Boyd Stephen Smith Jr. wrote: I'm not sure this is really a k3b bug though -- you said it affected other programs as well, yes. Please add to the bug what other programs you saw affected -- it is possible that the bug may need to be reassigned (e.

Re: k3b & brasero don't work, nerolinux does- works ar 2X

2009-01-09 Thread Rainer Kluge
Boyd Stephen Smith Jr. schrieb: On Friday 2009 January 09 13:50:57 Paul Cartwright wrote: On Fri January 9 2009, Boyd Stephen Smith Jr. wrote: Followup-For: Bug #499066 done. Thank you. You also might want to subscribe to the bug to receive updates to it as email. (Link at the bug page.)

Re: find -execdir + sed problem

2009-01-08 Thread Rainer Kluge
Bob Cox schrieb: On Thu, Jan 08, 2009 at 12:03:38 +0200, Micha Feigin (mi...@post.tau.ac.il) wrote: find . -type f -exec echo `echo '{}' | tr "[:upper:]" "[:lower:]"` \; also fails to convert the file to lower case for some reason (same problem, doesn't change the case, as if it doesn't see th

Re: Hmm...

2009-01-01 Thread Rainer Kluge
Tzafrir Cohen schrieb: > Also, a perl one-liner for you: perl -MPOSIX -e 'print POSIX::strftime("year of %F: is it %Y or %G?\n", 0, 0, 0, 31, 11, 108)' So what? It just tells us that, from an ISO standard point of view, the current week is week 01 of 2009. replace 31 by 29 and you'll get the

Re: OO in Lenny?

2008-12-31 Thread Rainer Kluge
Dotan Cohen schrieb: These are better: http://go-oo.org/ I don't find any debs on this site -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: OO in Lenny?

2008-12-31 Thread Rainer Kluge
Mark Allums schrieb: > Probably never. To get OO.o 3 in lenny, you will have to make use of a backport. (Or add experimental to your /etc/apt/sources.list long enough to get it, then remove it--or comment it back out--afterward.) Or you can download and install the debs from opeoffice.org. W

Re: tesseract: ocr that works

2008-12-29 Thread Rainer Kluge
Hugo Vanwoerkom schrieb: Hi, Recently there was a post mentioning tesseract. Turns out that is an award winning opensource OCR that works! Hugo I use it with the gscan2pdf frontend and it works perfectly (at least for documents in german language) -- To UNSUBSCRIBE, email to debian-user

Re: Video editing: impossible without transcoding?

2008-12-27 Thread Rainer Kluge
Paul Cartwright schrieb: I downloaded projectX, ran the build.sh, tried to run : java ProjectX Exception in thread "main" java.lang.NoClassDefFoundError: ProjectX/jarls There is a sourceforge page (sourceforge.net/projects/project-x/) with some basic information in English and an English Read

Re: Video editing: impossible without transcoding?

2008-12-27 Thread Rainer Kluge
Rodolfo Medina schrieb: Rodolfo Medina writes: Does anyone have experience of video editing without transcoding? In particular, what I want is to join two video files. *If* they come from the same DVD, old plain `cat' command joins them fine: Hello Rodolfo, I am using ProjectX from www.lu

Re: Creative Zen mp3 Player

2008-12-20 Thread Rainer Kluge
Raquel schrieb: I got my spouse a Creative Zen 8GB mp3 player for Christmas and I'm trying to get it loaded with her music before Christmas. I've charged the player using the USB port but Debian doesn't find the player. I've tried using Gnomad2 and Amarok. Neither will find the player. Anyone

Re: Synaptic. Can't find where it saves history

2008-12-01 Thread Rainer Kluge
Nigel Henry-3 wrote: > > Hi Folks. > > Does anyone know where Synaptic saves it's history? I can view the history > of > packages installed, or uninstalled when Synaptic is open, but where > exactly > is this history saved on the machine. > > Looking at the installed files for Synaptic, whe