replacement for seamonkey?

2014-05-15 Thread lee
Hi, are we going to need a replacement for seamonkey which comes without restrictions management, and will there be one in Fedora? -- Fedora release 20 (Heisenbug) -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org

Re: UEFI Big Drive question

2014-05-15 Thread Chris Murphy
On May 13, 2014, at 3:27 PM, Stephen Morris wrote: > On 05/13/2014 01:58 PM, Chris Murphy wrote: >> On May 12, 2014, at 3:05 PM, Stephen Morris wrote: >> >>> On 05/12/2014 09:36 AM, Chris Murphy wrote: On May 9, 2014, at 6:05 PM, Stephen Morris wrote: > The one limitation

Re: Logitech C310 webcam- sound back

2014-05-15 Thread Paul Cartwright
On 05/15/2014 05:15 PM, Ian Malone wrote: > On 15 May 2014 13:17, Paul Cartwright wrote: >> On 05/15/2014 04:03 AM, Ian Malone wrote: >>> Until you have pavucontrol fixed there is a command line approach. I >>> think this should work: >>> $ pacmd list-sources >>> ... find out the number N for your

Re: Logitech C310 webcam- sound back

2014-05-15 Thread Ian Malone
On 15 May 2014 13:17, Paul Cartwright wrote: > On 05/15/2014 04:03 AM, Ian Malone wrote: >> Until you have pavucontrol fixed there is a command line approach. I >> think this should work: >> $ pacmd list-sources >> ... find out the number N for your webcam (look for "index" at the >> start of a se

Re: Logitech C310 webcam- sound back

2014-05-15 Thread Paul Cartwright
On 05/15/2014 03:12 PM, Jan Litwiński wrote: > to work sound in Skype in Fedora 20 you must edit file: > > sudo nano /usr/share/applications/skype.desktop > > and change: > > Exec=skype %U > > to: > > Exec=env PULSE_LATENCY_MSEC=30 skype %U > > then restart Skype that line was already in there .: [

Re: Logitech C310 webcam- sound back

2014-05-15 Thread Jan Litwiński
- Oryginalna wiadomość - > Od: "Paul Cartwright" > Do: "Ian Malone" , "Community support for Fedora users" > > Wysłane: czwartek, 15 maj 2014 14:17:21 > Temat: Re: Logitech C310 webcam- sound back > > On 05/15/2014 04:03 AM, Ian Malone wrote: > > Until you have pavucontrol fixed there

Re: changing editor in m-c

2014-05-15 Thread Suvayu Ali
On Thu, May 15, 2014 at 04:54:35PM +0200, Michael Schwendt wrote: > On Thu, 15 May 2014 09:26:12 -0400, Frank McCormick wrote: > > >It used to work when the desktop file ran a script consisting of > > (xterm -e mc) but stopped working when it ran xterm -e mc. Another > > user suggested export

Re: changing editor in m-c

2014-05-15 Thread Michael Schwendt
On Thu, 15 May 2014 09:26:12 -0400, Frank McCormick wrote: >It used to work when the desktop file ran a script consisting of > (xterm -e mc) but stopped working when it ran xterm -e mc. Another > user suggested exporting EDITOR in ~/.profile, which works. Of course > EDITOR is now exported i

Re: changing editor in m-c

2014-05-15 Thread Frank McCormick
On 15/05/14 05:38 AM, Michael Schwendt wrote: On Wed, 14 May 2014 13:52:11 -0400, Frank McCormick wrote: I have spent sometime trying to figure out how to change the default editor in Midnight Commander. I am running XFCE most of the time on Fedora 19 I have tried suggestions from Googling inc

Re: changing editor in m-c

2014-05-15 Thread Frank McCormick
On 15/05/14 05:32 AM, Suvayu Ali wrote: On Wed, May 14, 2014 at 01:52:11PM -0400, Frank McCormick wrote: I have tried suggestions from Googling including exporting EDITOR in $HOME/bashrc...running select-editor ( doesn't appear to be on Fedora )and creating a .select_editor text file in HOME. N

Re: Logitech C310 webcam- sound back

2014-05-15 Thread Paul Cartwright
On 05/15/2014 04:03 AM, Ian Malone wrote: > Until you have pavucontrol fixed there is a command line approach. I > think this should work: > $ pacmd list-sources > ... find out the number N for your webcam (look for "index" at the > start of a section mentioning its type, or do something like: > $

Re: Logitech C310 webcam

2014-05-15 Thread Paul Cartwright
On 05/15/2014 04:03 AM, Ian Malone wrote: > $ pacmd set-default-source N > > > To move a particular one (e.g. skype) once already started, > $ pacmd list-source-outputs > ... find the number M for skype. > Or something like: > $ pacmd list-source-outputs|grep -E "index|application.name" > > $ pacmd

Re: Logitech C310 webcam

2014-05-15 Thread Paul Cartwright
On 05/15/2014 04:03 AM, Ian Malone wrote: > Until you have pavucontrol fixed there is a command line approach. I > think this should work: > $ pacmd list-sources > ... find out the number N for your webcam (look for "index" at the > start of a section mentioning its type, or do something like: > $

Re: Acrobat fonts compared to Evince fonts

2014-05-15 Thread poma
For future reference, consider these two font families: - The Liberation Fonts https://fedorahosted.org/liberation-fonts - The Ubuntu Font Family http://font.ubuntu.com poma -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.

Re: Logitech C310 webcam

2014-05-15 Thread Paul Cartwright
On 05/14/2014 08:56 PM, Rick Stevens wrote: >> >> I should have added could you post the bugzilla #. > > Since the traceback is complaining about libpulsecommon, can you tell > us what version of pulseaudio-libs you have? I'm running > 4.0-13.gitf81e3.fc20. not sure why I have 2 versions.. y

Re: Logitech C310 webcam

2014-05-15 Thread Paul Cartwright
On 05/14/2014 08:52 PM, Ed Greshko wrote: >> > and /var/log/messages showed: >> > May 14 20:27:09 pauls-server kernel: [21555.078081] pavucontrol[6061]: >> > segfault at 7f7d5bfff000 ip 7f7d6d023517 sp 7fff311a5590 error 4 >> > in libpulsecommon-4.0.so[7f7d6cff2000+6c000] >> > May 14 20:27:

Re: changing editor in m-c

2014-05-15 Thread Michael Schwendt
On Wed, 14 May 2014 13:52:11 -0400, Frank McCormick wrote: > I have spent sometime trying to figure out how to change the default > editor in Midnight Commander. I am running XFCE most of the time on > Fedora 19 > > I have tried suggestions from Googling including exporting EDITOR in > $HOME/ba

Re: changing editor in m-c

2014-05-15 Thread Suvayu Ali
On Wed, May 14, 2014 at 01:52:11PM -0400, Frank McCormick wrote: > > I have tried suggestions from Googling including exporting EDITOR in > $HOME/bashrc...running select-editor ( doesn't appear to be on Fedora )and > creating a .select_editor text file in HOME. None have worked so > far. > > If I

Re: Logitech C310 webcam

2014-05-15 Thread Ian Malone
On 15 May 2014 01:20, Paul Cartwright wrote: > On 05/14/2014 05:31 PM, Paul W. Frields wrote: >>> On 05/14/2014 12:01 PM, Paul Cartwright issued this missive: > >I am running Fedora 20 amd_64 . I just setup a Logitach HD webcam > >C310. Audacity can record from the webcam, so I know it