Re: TV over the internet

2010-01-08 Thread Martin Airs
On 01/06/2010 02:26 PM, Timothy Murphy wrote:
 I've read lots of online postings about people
 who are apparently watching TV on their computers,
 but I haven't seen a concrete description of what to do.
 
 I'd love to see a posting from someone who has abandoned
 the traditional TV set in favour of the (Fedora) computer.
 

No-one has mentioned http://tvcatchup.com

so I just thought I'd throw that one in there

Martin



smime.p7s
Description: S/MIME Cryptographic Signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: mailing list losing mail?

2010-01-08 Thread Martin Airs
On 01/08/2010 05:11 PM, Mike Wright wrote:
 Hi all,
 
 This list is getting more messed up by the day.
 
 Several weeks ago mail started lagging 10-25 minutes.  Now mail is
 disappearing.
 
 I sent a post to this list yesterday @ 22:44 UTC.  My server shows that
 it was accepted and queued for delivery.  It never showed up on the list
 (I've checked to make sure it didn't accidentally get caught in a spam
 filter.)  Oddly, it did show up in the gmane archives.
 
 So, I reposted that email this morning @ 16:32 UTC and once again it
 never appeared but did show up in gmane almost immediately.
 
 UPDATE: I just received a copy of my post 31 minutes after sending it.
 
 How can my mail make it into gmane's archives almost immediately but
 take more than half an hour to appear on fedora-list?  These delays
 certainly (imo) take a lot of the usefulness away from this forum.
 Starting to remind me of snail mail conversations :/
 
 My 0.02,
 Mike Wright
 

Your lucky, I've never received my own posts to the list, even tho I
have selected it in the settings



smime.p7s
Description: S/MIME Cryptographic Signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: mailing list losing mail?

2010-01-08 Thread Martin Airs
On 01/09/2010 05:19 AM, Ed Greshko wrote:
 Martin Airs wrote:
 On 01/08/2010 05:11 PM, Mike Wright wrote:
   
 Hi all,

 This list is getting more messed up by the day.

 Several weeks ago mail started lagging 10-25 minutes.  Now mail is
 disappearing.

 I sent a post to this list yesterday @ 22:44 UTC.  My server shows that
 it was accepted and queued for delivery.  It never showed up on the list
 (I've checked to make sure it didn't accidentally get caught in a spam
 filter.)  Oddly, it did show up in the gmane archives.

 So, I reposted that email this morning @ 16:32 UTC and once again it
 never appeared but did show up in gmane almost immediately.

 UPDATE: I just received a copy of my post 31 minutes after sending it.

 How can my mail make it into gmane's archives almost immediately but
 take more than half an hour to appear on fedora-list?  These delays
 certainly (imo) take a lot of the usefulness away from this forum.
 Starting to remind me of snail mail conversations :/

 My 0.02,
 Mike Wright

 

 Your lucky, I've never received my own posts to the list, even tho I
 have selected it in the settings

   
 That, I believe, is a known issue with using a gmail account for
 lists  I think you can search the archives and find the solution for
 it...
 
 
aha, Thanks for that, I've changed to another email address now

we shall see now, if I get this message back :)

cheers

Martin



smime.p7s
Description: S/MIME Cryptographic Signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: how can I capture my desktop (video)??

2010-01-03 Thread Martin Airs
On 01/03/2010 09:13 AM, Felix Schwarz wrote:
 
 Am 03.01.2010 09:15, schrieb Adel ESSAFI:
 I want to make capture for my desktop.
 
 What about istanbul? (install from updates-testing, stable version is
 unusable due to bug 543278)
 
 fs
 
I personaly use ffmpeg, heres the command i use...

ffmpeg -f x11grab -s 1280x1024 -r 15 -b 5000k -i :0.0 -s 480x360 -r 15
-b 500k out.flv

-s 1280x1024 is my desktop size

-r 15 is 15 fps

-b 5000k is the input quality, i use a nice high number for good quality

-s 480x360 is the final size of the output video

the second -r 15 is the final fps of the output video

the second -b 500k is the output quality, this saves me converting it
later, you could just use...

ffmpeg -f x11grab -s 1280x1024 -r 15 -b 5000k -i :0.0 out.flv

but the output would be huge but really good quality, so you could then
resize it with...

ffmpeg -i out.flv -s 480x360 -r15 -b 500k resized.flv

the top example does both these in 1 command

i use .flv as the output so i can put it my website, you can just change
out.flv to out.mpg or out.ogv or out.avi and ffmpeg will automatically
encode it in that format

Martin



smime.p7s
Description: S/MIME Cryptographic Signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Firefox KDE integration à la openSUSE

2010-01-01 Thread Martin Airs
On 01/01/2010 09:26 AM, Chris Smart wrote:
 Has anyone looked into openSUSE's brilliant integration of Firefox
 into KDE4? Is this something that interests the Fedora community?
 
 Status:
 http://en.opensuse.org/KDE/FirefoxIntegration;
 
 Code:
 http://gitorious.org/firefox-kde-opensuse;
 
 -c
 

It's something that interests me, I already use something called kgtk
which is in the fedora repo's, It allows gtk apps to use the KDE file
dialogs.

you runs your gtk apps with...

kgtk2-wrapper firefox

It works but it's not brilliantly stable

I'd like the rest of what suse do, with the application launcher dialog
especially

unfortunately I'm no packager so I wouldn't know were to start really in
bringing this over to fedora, One assumes it's all open source and would
be perfectly OK to bring it over??

Martin



smime.p7s
Description: S/MIME Cryptographic Signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: F12: KDE and PulseAudio latest update

2010-01-01 Thread Martin Airs
On 12/30/2009 03:13 PM, Terry Barnaby wrote:
 Having just updated my systems I have been trying to use skype with
 an USB webcam having its own microphone under KDE.
 The skype app only sees the PulseAudio device and cannot select
 the USB webcams mic from its options menu. This used to work
 some time in the past (F10 rather than F12 ?).
 Also the KDE System Settings/Multimedia screen only shows the
 PulseAudio Sound Server.
 
 paman shows the USB webcam mic is present.
 
 How to I get Skype to use my USB webcams mic ?
 

make a file called ~/.pulse/client.conf

in it put...

autospawn = no

then killall pulseaudio or pulseaudio -k

then it'll see all your devices

but change autospawn to yes afterwards for normal pulseaudio behaviour

Martin



smime.p7s
Description: S/MIME Cryptographic Signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: F12: KDE and PulseAudio latest update

2010-01-01 Thread Martin Airs
On 01/01/2010 05:57 PM, Terry Barnaby wrote:
 On 01/01/2010 05:34 PM, Jud Craft wrote:
 How to I get Skype to use my USB webcams mic ?

 GNOME should allow you to choose which device for speaker input.

 Doesn't the webcam mike show up under Sound Properties (right click on
 speaker in bar)?

 Yes, it does work under Gnome, however we use KDE.
 There does not seem to be away in KDE of setting which devices are
 used by the pulseaudio default sound device.
 Also the applications, such as Skype, only sees the PulseAudio
 sound device and so cannot choose a specific input or output device.
 
 Actually does the design of PulseAudio allow an application to choose
 to use a specific input/output device ? If not I would consider this
 a major failing 
 

yes if you open pavucontrol

you can select in there the input device and output device



smime.p7s
Description: S/MIME Cryptographic Signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Adobe AIR not install on F12 x86_64

2009-12-04 Thread Martin Airs
Thats no problem at all, you'll find fedoraforum a very helpful place, I 
use it all the time


good luck

Martin

On 12/04/2009 12:07 PM, Sergio Augusto Vladisauskis wrote:

Tanks for help Martin!
I looking FedoraForum any time now.
Adobe AIR works for me.


On Thu, 03 Dec 2009 18:06:40 +, Martin Airscamberw...@gmail.com
wrote:
   

On 12/03/2009 04:52 PM, Sergio Augusto Vladisauskis wrote:
 

I try install Adobe AIR for applications but not show install window.
I install any libs i686 but no window show.
Someone help me?

   

If you have a look on fedoraforum.org and search for autoten, its a
script a guy wrote to install all sorts of things automatically and
easily, Adobe AIR is on that

   http://dnmouse.org/ I think it is

Have a look and let us know how you get on

Martin
 
   





smime.p7s
Description: S/MIME Cryptographic Signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: installing fedora packages on RHEL -- how bad the craziness?

2009-12-04 Thread Martin Airs

Could you not install from sources

get poppler.?.?.?.src.rpm

then rpmbuild --rebuild poppler.?.?.?.src.rpm

that should build you a centos rpm

Martin

On 12/04/2009 11:26 AM, Robert P. J. Day wrote:

   actually, this is technically about installing fedora packages on
centos 5.4 but, obviously, the same issues apply.  and i asked about
this on the centos list but i'd like the fedora perspective as well.

   the short version -- someone running centos 5.4 needs a fairly new
version of poppler-utils for pdftohtml.  the current version of that
package is 0.5.4, and there is (AFAICT) no updated version.

   that package is currently up at version 0.12:
http://poppler.freedesktop.org/.  for this person's software to work,
his centos box *must* have a newer version of poppler-utils than what
is currently available for centos 5.4.

   apparently, the problem was solved by (yeesh) installing a newer
version package in the form of a fedora rpm.  how the heck does *that*
work?  wouldn't that make a mess of the package history?  i imagine i
would need, what, --nodeps and --ignorearch?  but is there a better
way to do this?  i simply don't see a newer centos/rhel package, which
would be the obvious solution.

rday
--


Robert P. J. Day   Waterloo, Ontario, CANADA

 Linux Consulting, Training and Kernel Pedantry.

Web page:  http://crashcourse.ca
Twitter:   http://twitter.com/rpjday


   





smime.p7s
Description: S/MIME Cryptographic Signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: OT M.I.T. TED new way of I/O

2009-12-04 Thread Martin Airs

On 12/04/2009 03:28 PM, Patrick O'Callaghan wrote:

On Fri, 2009-12-04 at 00:39 -0800, Mick M. wrote:
   

Whoa check this video out:

http://www.snotr.com/video/3471

same but 3rd person:
http://www.ted.com/index.php/talks/pattie_maes_demos_the_sixth_sense.html
 

Two things:

1) The video is from March 2009, so it's not even current.
2) It has *nothing* to do with Fedora as far as I can see.

Just because you think something is cool is not sufficient reason for
posting it here. There are plenty of sites/lists/blogs/newsgroups out
there for that.

poc

   


I feel the same way about Google's Chrome OS, what's the deal with that??



smime.p7s
Description: S/MIME Cryptographic Signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Adobe AIR not install on F12 x86_64

2009-12-03 Thread Martin Airs

On 12/03/2009 04:52 PM, Sergio Augusto Vladisauskis wrote:

I try install Adobe AIR for applications but not show install window.
I install any libs i686 but no window show.
Someone help me?
   
If you have a look on fedoraforum.org and search for autoten, its a 
script a guy wrote to install all sorts of things automatically and 
easily, Adobe AIR is on that


 http://dnmouse.org/ I think it is

Have a look and let us know how you get on

Martin



smime.p7s
Description: S/MIME Cryptographic Signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: error msgs during today's kernel update

2009-12-01 Thread Martin Airs

On 12/01/2009 05:11 PM, fred smith wrote:

doing today's updates gives this during the kernel update:

   Installing : kernel-PAE-2.6.31.6-145.fc12.i686   
   32/70
W: Possible missing firmware aic94xx-seq.fw for module aic94xx.ko
W: Possible missing firmware ql8100_fw.bin for module qla2xxx.ko
W: Possible missing firmware ql2500_fw.bin for module qla2xxx.ko
W: Possible missing firmware ql2400_fw.bin for module qla2xxx.ko
W: Possible missing firmware ql2322_fw.bin for module qla2xxx.ko
W: Possible missing firmware ql2300_fw.bin for module qla2xxx.ko
W: Possible missing firmware ql2200_fw.bin for module qla2xxx.ko
W: Possible missing firmware ql2100_fw.bin for module qla2xxx.ko

I think these are wireless bits, no? If so they don't matter to me
since my eeepc 901 has rt286sta, but still I've never seen these
happen in earlier updates, so something looks wrong.

   


I got this as well, But I think/hope its harmless, it doesn't affect me 
anyway


at the end of the day if one needed to use those modules I presume one 
would just install the firmware bin's into /lib/firmware


tho why they choose to tell us about it during the update I don't know, 
maybe they're actually meant to be there but aren't because they're 
proprietary or something


Martin



smime.p7s
Description: S/MIME Cryptographic Signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Fwd: root's ssh-agent $SSH_AUTH_SOCK

2009-11-28 Thread Martin Airs



 Original Message 
Subject:root's ssh-agent $SSH_AUTH_SOCK
Date:   Sat, 28 Nov 2009 00:10:20 +
From:   Martin Airs camberw...@gmail.com
Reply-To:   camberw...@gmail.com
To: fedora-devel-l...@redhat.com



Good evening all,

I've setup an authorized key for a server I regularly use, but when I
tried to run ssh-add as root, it wouldn't work until I had copied the
SSH_AUTH_SOCK environment variable from my normal user.

I wonder if anyone can tell me the correct way get this variable set
automatically

I can run..

eval `ssh-agent`

which does sets the variable for me, but I don't want to put that
command in say the .bashrc, or should I???

Thanks in advance

Martin Airs

ps. I'm using F12 X86_64




smime.p7s
Description: S/MIME Cryptographic Signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: root's ssh-agent $SSH_AUTH_SOCK

2009-11-28 Thread Martin Airs

On 11/28/2009 02:04 AM, Matthew Miller wrote:

On Sat, Nov 28, 2009 at 12:10:20AM +, Martin Airs wrote:
   

I've setup an authorized key for a server I regularly use, but when I tried
to run ssh-add as root, it wouldn't work until I had copied the
SSH_AUTH_SOCK environment variable from my normal user.
 

Wait, back up a second. Well, two seconds. First of all, off-topic on the
devel list -- this should be moved to the regular fedora list. (Please
direct replies there.) Second, why do you wnt to do this as the root user
directly? There's probably a better way to accomplish what you want to do in
the first place.

   

Sorry about that, my bad

There's no massive security risk going on, its all private use and 
nothing critical
I managed to ssh into the server as my normal user with out asking me 
for a password, which I thought was pretty nifty, so I thought i could 
do the same as root is all.


oh well, I'll just su when i get in as normal user, not to worry

thanks anyway, and sorry for the noise on your devel list

Martin



smime.p7s
Description: S/MIME Cryptographic Signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: How to get FlashPlayer working under 64bit/Fc11

2009-11-28 Thread Martin Airs

On 11/28/2009 05:22 PM, Reg Clemens wrote:

On Saturday 28 November 2009 08:26:51 Reg Clemens wrote:
 

Can someone PLEASE give me detailed instructions on how to get flash-player
working on this machine, or point me as some (working) instructions on the
  web.
   

(1) Clean up all potential mess from previous attempts (like nspluginwrapper,
any existing flash plugin etc...).

(2) Download the 64bit flash player from here:

   http://labs.adobe.com/downloads/flashplayer10_64bit.html

(3) Unpack it, and copy the .so file in /usr/lib64/mozilla/plugins/ directory:

$ gunzip libflashpl*
$ tar xvf libflashpl*
$ su
# cp libflashpl*.so /usr/lib64/mozilla/plugins/

(you need to be root to perform the copy).

(4) Restart firefox.

(5) Point it to about:plugins page and make sure that flash plugin is on the
list.

(6) Go to www.youtube.com and try it out.

 

Thanks, but not quite.
Instead of getting a screen telling me to load flash-player, I just get
an empty light-blue screen, and nothing happens.

I have been testing with CNN news, which is the application I really
want to use flash with.  There, I get the above behaviour with all video
clips.  On youtube, mabe 1/2 or 1/3 of the video clips play, but the rest
give the blue screen result.  I will assume that the ones that play are
something other than flash.

Any further thoughts on what I may have missed?
   

A guy in fedoraforums made an rpm for x86_64.

http://forums.fedoraforum.org/showpost.php?p=1119587postcount=1



smime.p7s
Description: S/MIME Cryptographic Signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: changing GDM background image on F12

2009-11-28 Thread Martin Airs

On 11/29/2009 01:38 AM, fred smith wrote:

On Sun, Nov 29, 2009 at 11:36:32AM +1030, Tim wrote:
   

On Sat, 2009-11-28 at 17:48 -0500, fred smith wrote:
 

I'd like to change the GDM (login) screen wallpaper
   

You could try the brute force and ignorance method:  Find the graphic
currently used, and simply replace the picture file with your own.

I did that with my laptop, since none of the correct ways to configure
GDM had any effec.  That was with Fedora 7 and 11, I haven't tried 12
yet.
 

belive me, I'm tempted!
:)

   

try editing the file

/usr/share/backgrounds/constantine/default/constantine.xml

and change the constantine.png to your own file in every instance of the 
name constantine.png


just a thought

Martin



smime.p7s
Description: S/MIME Cryptographic Signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: changing GDM background image on F12

2009-11-28 Thread Martin Airs

On 11/29/2009 01:50 AM, Martin Airs wrote:

On 11/29/2009 01:38 AM, fred smith wrote:

On Sun, Nov 29, 2009 at 11:36:32AM +1030, Tim wrote:

On Sat, 2009-11-28 at 17:48 -0500, fred smith wrote:

I'd like to change the GDM (login) screen wallpaper

You could try the brute force and ignorance method:  Find the graphic
currently used, and simply replace the picture file with your own.

I did that with my laptop, since none of the correct ways to 
configure

GDM had any effec.  That was with Fedora 7 and 11, I haven't tried 12
yet.

belive me, I'm tempted!
:)


try editing the file

/usr/share/backgrounds/constantine/default/constantine.xml

and change the constantine.png to your own file in every instance of 
the name constantine.png


just a thought

Martin



this is how I changed my gnome login background



smime.p7s
Description: S/MIME Cryptographic Signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

root's ssh-agent $SSH_AUTH_SOCK

2009-11-27 Thread Martin Airs

Good evening all,

I've setup an authorized key for a server I regularly use, but when I 
tried to run ssh-add as root, it wouldn't work until I had copied the 
SSH_AUTH_SOCK environment variable from my normal user.


I wonder if anyone can tell me the correct way get this variable set 
automatically


I can run..

eval `ssh-agent`

which does sets the variable for me, but I don't want to put that 
command in say the .bashrc, or should I???


Thanks in advance

Martin Airs

ps. I'm using F12 X86_64



smime.p7s
Description: S/MIME Cryptographic Signature
-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list