Re: [arch-general] script to reformat 'pacman -Ss' (2nd Version)

2010-08-08 Thread David C. Rankin
On 08/07/2010 03:52 AM, Simon Stoakley wrote: Been messing around with this a little, added pacman -Qs option, single space option (-d default) and some colours. Wrapped it in a function so can call it pacside [-qs] schstring. Thought I'd put it back up in case anyone's interested. Excellent,

Re: [arch-general] Gallium by default for radeon?

2010-08-08 Thread Ye Li
I'm wondering how was it going with dri and xorg state trackers in gallium3d stack on ATI chips? Actually AFAIK the mesa stack is ready for r300g, but there are a lot of work need to be done for other parts(at least testing work). For r600g, it's only get quite initial texture support recently. An

[arch-general] parallel printer set up with archlinux

2010-08-08 Thread Jude DaShiell
I almost have everything working. The foomatic-rip driver Panasonic/Epson is reported as unavailable by lpstat -d /dev/lp0 -p . If that's in the foomatic-db package I downloaded, what should I use to locate it in all of those files? The printer won't be handling any postscript and is only in

Re: [arch-general] my intro

2010-08-08 Thread Sven-Hendrik Haase
On 09.08.2010 01:33, Jude DaShiell wrote: > I found the aur link on the archlinux.org page but so far, pacman > isn't searching and accessing aur. Is this something that can be done > or is this better done with a different tool? > You should try installing an AUR helper, it will make your life

Re: [arch-general] my intro

2010-08-08 Thread Jude DaShiell
I found the aur link on the archlinux.org page but so far, pacman isn't searching and accessing aur. Is this something that can be done or is this better done with a different tool? On Sun, 8 Aug 2010, Sven-Hendrik Haase wrote: On 08.08.2010 04:02, Jude DaShiell wrote: I install chris brann

Re: [arch-general] my intro

2010-08-08 Thread Jude DaShiell
There were two accessibility developments that made this possible. First the speakup project http://www.linuxspeakup.org/ was the first. Then there was the espeakup project. The Linux Speakup project made Linux talk over a set ofhardware speech synthesizers. Then the espeakup project added

Re: [arch-general] AUR build of kdemod3-kipi-plugins fails on QString::QString( data->appName() ); ?

2010-08-08 Thread David C. Rankin
On 08/08/2010 02:01 PM, Tavian Barnes wrote: The error was introduced with gcc 4.5, to comply with the C++ standard. It is simply a bug in their code, which can be fixed by changing the line to "m_hostName = QString( data->appName() );" or possibly by specifying "-fpermissive" in CFLAGS. Tavi

Re: [arch-general] Gallium by default for radeon?

2010-08-08 Thread Muhammed Uluyol
Does this enable r600g? I think it would be great for r300g to be used by default but r600g is not there yet.

[arch-general] Gallium by default for radeon?

2010-08-08 Thread Sven-Hendrik Haase
Hey everybody, I wondered whether we should switch the default radeon driver stack over to gallium3d. I've been running gallium3d for a few months now and with every stack rebuild from git it only gets faster and neater. I haven't encountered any stability issues yet (or at least not any the stan

Re: [arch-general] AUR build of kdemod3-kipi-plugins fails on QString::QString( data->appName() ); ?

2010-08-08 Thread Tavian Barnes
On 7 August 2010 20:35, David C. Rankin wrote: > Guys, > >        Just messing around tweaking out kdemod3 with all the updates I can > find, I was working to build kdemod3-kipi-plugins. > http://aur.archlinux.org/packages.php?ID=24800 > > This package build now failes with the error: > > cdarchiv

Re: [arch-general] [signoff] mdadm-3.1.3-1

2010-08-08 Thread Dan McGee
On Sat, Aug 7, 2010 at 12:34 AM, Tobias Powalowski wrote: > This is a bugfix/stability release over 3.1.2 Signoff x86_64

Re: [arch-general] Shouldn't pacman restart dovecot after update?

2010-08-08 Thread Attila
At Samstag, 7. August 2010 23:07 Guus Snijders wrote: > In that case, try: > lsof | grep " DEL " Okay, with the update of util-linux-ng checking of the deleted files makes sense because a lot of files use /lib/libuuid.so.1.3.0. I create this MINI script for this: # cat /usr/local/bin/scan_del

Re: [arch-general] Packages Translate.

2010-08-08 Thread Dan McGee
I don't need help, I need contributions and people to help maintain translations. If it is done once and then left to rot, it would be hard to justify it's use. I think the first step would be to see if other foreign language users are willing to help and maintain translations, and from there go t

Re: [arch-general] Packages Translate.

2010-08-08 Thread Netanel Shine
So, do you need some help? On Sun, Aug 8, 2010 at 6:19 PM, Dan McGee wrote: > On Sat, Aug 7, 2010 at 9:44 AM, Netanel Shine > wrote: > > Why Archlinux dont allow translation of the packages part in the site > like > > in the AUR? > > No one has stepped forward to make it happen, and the very fe

Re: [arch-general] [signoff] kernel26 2.6.34.2-1 & intel pageflipping

2010-08-08 Thread Stefano Avallone
On Tuesday 03 August 2010 19:29:32 Thomas Bächler wrote: > Am 03.08.2010 16:19, schrieb Stefano Avallone: > > There are a number of fixes about pageflipping with drm/i915 in the > > changelog of 2.6.34.2. So, I installed this new kernel and rebuilt > > xf86-video-intel without the patch to disable

Re: [arch-general] Packages Translate.

2010-08-08 Thread Dan McGee
On Sat, Aug 7, 2010 at 9:44 AM, Netanel Shine wrote: > Why Archlinux dont allow translation of the packages part in the site like > in the AUR? No one has stepped forward to make it happen, and the very few of us that work on the site don't see it as a priority. -Dan

Re: [arch-general] my intro

2010-08-08 Thread Chris Brannon
"David C. Rankin" writes: > Seriously, what tools are available that, I guess in some > sense, must speak the prompts so you know what's going on? These tools are known as screenreaders. They usually provide at least two functions: 1. Speak text as it appears, and 2. Allow the user to man

Re: [arch-general] Initial AIF localization support (patch)

2010-08-08 Thread Ionuț Bîru
On 08/08/2010 01:25 PM, jesse jaara wrote: For the past few days I have been working on adding support for localization in AIF. I think I have marked every string that contains text that can be translated, but it is possible that i have missed some. Also there is some work to be done in the makef

[arch-general] Initial AIF localization support (patch)

2010-08-08 Thread jesse jaara
For the past few days I have been working on adding support for localization in AIF. I think I have marked every string that contains text that can be translated, but it is possible that i have missed some. Also there is some work to be done in the makefile, as I couln't figure out how to make for

Re: [arch-general] Shouldn't pacman restart dovecot after update?

2010-08-08 Thread Attila
At Samstag, 7. August 2010 23:07 Guus Snijders wrote: > In that case, try: > lsof | grep " DEL " > > Note the spaces before and after DEL. > After checking it again, i noted that lsof uses caps for the type, so we > can drop the -i from grep. This idea is better and now i have to wait for an up

Re: [arch-general] Firefox & Opera Plugins on the fritz?

2010-08-08 Thread David C. Rankin
On 07/21/2010 09:29 PM, David Rosenstrauch wrote: On 07/21/2010 07:16 PM, David C. Rankin wrote: Guys, My weather page has stopped working in both Firefox and Opera. I think it is a plugin issue. Can anyone else view this weather loop from the National Weather Service? http://radar.weather.gov

Re: [arch-general] my intro

2010-08-08 Thread Ray Rashif
On 8 August 2010 11:05, David C. Rankin wrote: >        Seriously, what tools are available that, I guess in some sense, must > speak the prompts so you know what's going on? Just curious more than > anything else. Jude is not the only one, there are a lot more users like him running Linux. Chris