Re: [arch-general] plugins for zathura

2012-03-13 Thread Jarek Sedlacek
I agree, they really should be in the same place. Thanks, Jarek Sedlacek On Mar 13, 2012 11:46 AM, "Keits" wrote: > On 11:08 Tue 13 Mar , Jarek Sedlacek wrote: > > The following package are in the AUR: > > > > zathura-djvu-git zathura-girara-git zathura-pdf-mupdf-

Re: [arch-general] plugins for zathura

2012-03-13 Thread Jarek Sedlacek
The following package are in the AUR: zathura-djvu-git zathura-girara-git zathura-pdf-mupdf-git zathura-pdf-poppler-git zathura-ps-git Installing those should let it view most files. Thanks, Jarek Sedlacek On Tue, Mar 13, 2012 at 11:02 AM, Pham Bao Trung wrote: > I am a user of zath

Re: [arch-general] virtualbox-modules-lts?

2012-03-10 Thread Jarek Sedlacek
Hey, You can install them from source, but there are existing tools to do so. Install the virtualbox-source package, then run "vboxbuild" as root to build the modules. They can then be loaded with "modprobe vboxdrv" Thanks, Jarek Sedlacek On Sat, Mar 10, 2012 at 7:19 PM

Re: [arch-general] qt applications over ssh tunnel: very slow redrawing

2012-03-05 Thread Jarek Sedlacek
That may increase the performance, but doesn't explain why GTK apps are so much faster. Thanks, Jarek Sedlacek On Mon, Mar 5, 2012 at 2:20 PM, Victor Silva wrote: > Maybe -C option can help: > -C Requests compression of all data (including stdin, stdout, > st

Re: [arch-general] renaming files

2012-03-01 Thread Jarek Sedlacek
You can use the same strategy to get rid of that space: rename " " "" *.jpg Thanks, Jarek Sedlacek On Thu, Mar 1, 2012 at 6:25 PM, pete wrote: > On Thu, 1 Mar 2012 18:15:56 -0500 > Jarek Sedlacek wrote: > > > rename "EOS-1D Mark III copy" &q

Re: [arch-general] renaming files

2012-03-01 Thread Jarek Sedlacek
You don't need a script, you can do that with: rename "EOS-1D Mark III copy" "" *.jpg That removes "EOS-1D Mark III copy" from all files ending in .jpg, assuming they are all in one directory. Thanks, Jarek Sedlacek On Thu, Mar 1, 2012 at 6:13 PM, pete

Re: [arch-general] permission problem /var/lib/ntp after update (should it be ntp:ntp ?)

2012-03-01 Thread Jarek Sedlacek
I'm running ntp 4.2.6.p5-4, and I haven't been getting that. What are the perms on /var/lib/ntp for you? Should be 755 ntp:root Thanks, Jarek Sedlacek On Thu, Mar 1, 2012 at 12:32 PM, David C. Rankin < drankina...@suddenlinkmail.com> wrote: > Guys, > > After updat