microphone not work with skype on fedora 36

2022-09-23 Thread Mgr. Janusz Chmiel

After I have upgraded from Fedora 35 to 36 by using The following commands.

|sudo dnf upgrade --refresh|

|sudo dnf install dnf-plugin-system-upgrade sudo dnf system-upgrade 
download --releasever=36 ||--allowerasing|


|sudo dnf system-upgrade reboot |Upgrade process have been finished 
successfully with no hangs or errors.

I have installed skype .rpm package from The official Microsoft WEB pages.

I have used dnf install skype.rpm

Original article link.

https://docs.fedoraproject.org/en-US/quick-docs/dnf-system-upgrade/

There is some sound configuration problem. Because Audacity also do not 
record sound at all from internal microphone by default and it have 
always worked before.


It has 100 % worked reliably on Fedora 35.

Unfortunately, Pulseaudio volume control app do not allow me to increase 
Thew mic volume by using cursor keys. When I position on The recording 
TAB, I can only hear combo box with several sub system names including 
monitoring build in analog stereo


When I Am speaking waves are being changed, because The graphical 
symbols on The display are created by using The progress bar so Orca 
scren reader play random sound because The Progress bar percentage 
indicators are changing.


But how to setup The build in microphone?

May be, that The package installation of VMK virtual midi kpiano has 
installed some sound modules which has caused The issue.



Thank you very much for your advice.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: No sound in Skype on Fedora 20 64-bit

2015-01-28 Thread Ian Malone
On 28 January 2015 at 02:53, Jim Lewis j...@jklewis.com wrote:



 On 01/27/2015 06:37 PM, Jim Lewis wrote:
   Okay, so I installed lpf-skype on Fedora 20 and also got the no sound
 problem. When I tried to fix it by doing what I did on F21:

 yum -y install pulseaudio-libs.i686 alsa-plugins-pulseaudio.i686



   Protected multilib versions: pulseaudio-libs-5.0-25.fc20.i686 !=
 pulseaudio-libs-5.0-7.fc20.x86_64

   How do I fix that one?

jd1008:
 So, how did you install lpf-skype?
 If you used yum, yum would have resolved all dependencies,
 so you would not have had to install anything afterwards.



 I used yum to install lpf-skype.

It sounds like lpf-skype has its dependencies wrong as it probably
should be listing 32bit pulse (it'll run without it, but wont perform
its major function).

Your immediate problem though is getting the 32 bit pulse installed.
The bit you snipped from the error is telling you more about it
Multilib version problems found. This often means that the root
cause is something else and multilib version checking is just
pointing out that there is a problem.

For some reason yum has determined it would be trying to install a
different version of 32bit pulseaudio-libs (5.0-25) to the 64bit one
(5.0-7). Normally it would just update the 64bit one so both are the
same version, something is preventing it from doing that.
Possibilities:
Something with a dependency on the older 64 bit version that doesn't
have an update available. Third party repositories or packages
installed without a repository are the likely culprits. - In this case
if you can find and remove the blocking package then you'll be able to
update, but you may not be able to reinstall.
Repo metadata is not properly updated yet and the newer 32bit library
is visible while the newer 64bit is not. In this case just waiting and
trying again later will probably work.
In either case you could get around it by installing the older 32bit
version, telling yum to install pulseaudio-libs-5.0-7.fc20.i686
(provided it's still available), though if something is holding you at
the older version you will run into it again at some point.

-- 
imalone
http://ibmalone.blogspot.co.uk
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: No sound in Skype on Fedora 64-bit (SOLVED)

2015-01-27 Thread Jim Lewis


 On 01/27/2015 04:53 PM, Jim Lewis wrote:
 Hello everyone,

I realize this has probably been asked before but I am somewhat new
 to
 this group. I wanted to try out Skype so installed lpf-skype. Everything
 went fine. The sound test didn't play any sounds, but I can connect and
 even see the other person so that's cool. No, I did not expect it to get
 this far :).

I researched this sound issue and found that it can possibly be
 solved
 by installing some 32-bit components:

yum -y install libv4l.i686 pulseaudio-libs.i686
 alsa-plugins-pulseaudio.i686

However, when I ran this I got the dreaded:

 Error:  Multilib version problems found. This often means that the root
 cause is something else and multilib version checking is just
 pointing out that there is a problem. Eg.:

   1. You have an upgrade for libv4l which is missing some
  dependency that another package requires. Yum is trying to
  solve this by installing an older version of libv4l of the
  different architecture. If you exclude the bad architecture
  yum will tell you what the root cause is (which package
  requires what). You can try redoing the upgrade with
  --exclude libv4l.otherarch ... this should give you an
 error
  message showing the root cause of the problem.

   2. You have multiple architectures of libv4l installed, but
  yum can only see an upgrade for one of those architectures.
  If you don't want/need both architectures anymore then you
  can remove the one with the missing update and everything
  will work.

   3. You have duplicate versions of libv4l installed already.
  You can use yum check to get yum show these errors.

 ...you can also use --setopt=protected_multilib=false to remove
 this checking, however this is almost never the correct thing to
 do as something else is very likely to go wrong (often causing
 much more problems).

 Protected multilib versions: libv4l-1.6.2-1.fc21.i686 !=
 libv4l-1.6.0-1.fc21.x86_64


  I understand most of this, I would just like some advice on what
 the
 best solution is.

  Of course the BEST solution would be to have a 64-bit version of
 Skype
 for Fedora. Not sure why that is taking so long. Does someone just
 need to volunteer to do the port? If it's written in C I'll do it.


 Jim Lewis


 I am running Version 4.3.0.37 (32 bit) and running on fc21 64 bit.
 It has he following dependencies:

 Requires:  config(skype) = 4.3.0.37-2.el6
 Requires:  libQtCore.so.4
 Requires:  libQtCore.so.4
 Requires:  libQtDBus.so.4
 Requires:  libQtDBus.so.4
 Requires:  libQtGui.so.4
 Requires:  libQtGui.so.4
 Requires:  libQtNetwork.so.4
 Requires:  libQtNetwork.so.4
 Requires:  libQtWebKit.so.4
 Requires:  libQtWebKit.so.4
 Requires:  libQtXml.so.4
 Requires:  libQtXml.so.4
 Requires:  libX11.so.6
 Requires:  libX11.so.6
 Requires:  libXext.so.6
 Requires:  libXext.so.6
 Requires:  libXss.so.1
 Requires:  libXss.so.1
 Requires:  libXv.so.1
 Requires:  libXv.so.1
 Requires:  libasound.so.2
 Requires:  libc.so.6
 Requires:  libc.so.6
 Requires:  libc.so.6(GLIBC_2.0)
 Requires:  libc.so.6(GLIBC_2.1)
 Requires:  libc.so.6(GLIBC_2.1.3)
 Requires:  libc.so.6(GLIBC_2.2)
 Requires:  libc.so.6(GLIBC_2.3)
 Requires:  libc.so.6(GLIBC_2.3.2)
 Requires:  libc.so.6(GLIBC_2.3.4)
 Requires:  libc.so.6(GLIBC_2.4)
 Requires:  libc.so.6(GLIBC_2.7)
 Requires:  libdl.so.2
 Requires:  libdl.so.2
 Requires:  libdl.so.2(GLIBC_2.0)
 Requires:  libdl.so.2(GLIBC_2.1)
 Requires:  libgcc_s.so.1
 Requires:  libgcc_s.so.1
 Requires:  libgcc_s.so.1(GCC_3.0)
 Requires:  libgcc_s.so.1(GLIBC_2.0)
 Requires:  libm.so.6
 Requires:  libm.so.6
 Requires:  libm.so.6(GLIBC_2.0)
 Requires:  libm.so.6(GLIBC_2.1)
 Requires:  libpthread.so.0
 Requires:  libpthread.so.0
 Requires:  libpthread.so.0(GLIBC_2.0)
 Requires:  libpthread.so.0(GLIBC_2.1)
 Requires:  libpthread.so.0(GLIBC_2.2)
 Requires:  libpthread.so.0(GLIBC_2.3.2)
 Requires:  librt.so.1
 Requires:  librt.so.1
 Requires:  librt.so.1(GLIBC_2.2)
 Requires:  libstdc++.so.6
 Requires:  libstdc++.so.6
 Requires:  libstdc++.so.6(CXXABI_1.3)
 Requires:  libstdc++.so.6(GLIBCXX_3.4)
 Requires:  libstdc++.so.6(GLIBCXX_3.4.9)
 Requires:  libwebkit-1.0.so.2



  Okay from this I determined you were saying I didn't need the
libv4l.i686 component. I tried the yum install without it and WOW, it
now works with sound! Very nice and thank you.

Jim Lewis


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora

No sound in Skype on Fedora 20 64-bit

2015-01-27 Thread Jim Lewis

 Okay, so I installed lpf-skype on Fedora 20 and also got the no sound
problem. When I tried to fix it by doing what I did on F21:

yum -y install pulseaudio-libs.i686 alsa-plugins-pulseaudio.i686

 I got this:

 Error:  Multilib version problems found. This often means that the root

snipped

 Protected multilib versions: pulseaudio-libs-5.0-25.fc20.i686 !=
pulseaudio-libs-5.0-7.fc20.x86_64

 How do I fix that one?



Jim Lewis


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: No sound in Skype on Fedora 64-bit (SOLVED)

2015-01-27 Thread jd1008

You're welcome!

On 01/27/2015 06:11 PM, Jim Lewis wrote:

On 01/27/2015 04:53 PM, Jim Lewis wrote:

Hello everyone,

I realize this has probably been asked before but I am somewhat new
to
this group. I wanted to try out Skype so installed lpf-skype. Everything
went fine. The sound test didn't play any sounds, but I can connect and
even see the other person so that's cool. No, I did not expect it to get
this far :).

I researched this sound issue and found that it can possibly be
solved
by installing some 32-bit components:

yum -y install libv4l.i686 pulseaudio-libs.i686
alsa-plugins-pulseaudio.i686

However, when I ran this I got the dreaded:

Error:  Multilib version problems found. This often means that the root
 cause is something else and multilib version checking is just
 pointing out that there is a problem. Eg.:

   1. You have an upgrade for libv4l which is missing some
  dependency that another package requires. Yum is trying to
  solve this by installing an older version of libv4l of the
  different architecture. If you exclude the bad architecture
  yum will tell you what the root cause is (which package
  requires what). You can try redoing the upgrade with
  --exclude libv4l.otherarch ... this should give you an
error
  message showing the root cause of the problem.

   2. You have multiple architectures of libv4l installed, but
  yum can only see an upgrade for one of those architectures.
  If you don't want/need both architectures anymore then you
  can remove the one with the missing update and everything
  will work.

   3. You have duplicate versions of libv4l installed already.
  You can use yum check to get yum show these errors.

 ...you can also use --setopt=protected_multilib=false to remove
 this checking, however this is almost never the correct thing to
 do as something else is very likely to go wrong (often causing
 much more problems).

 Protected multilib versions: libv4l-1.6.2-1.fc21.i686 !=
libv4l-1.6.0-1.fc21.x86_64


  I understand most of this, I would just like some advice on what
the
best solution is.

  Of course the BEST solution would be to have a 64-bit version of
Skype
for Fedora. Not sure why that is taking so long. Does someone just
need to volunteer to do the port? If it's written in C I'll do it.
Jim Lewis


I am running Version 4.3.0.37 (32 bit) and running on fc21 64 bit.
It has he following dependencies:

Requires:  config(skype) = 4.3.0.37-2.el6
Requires:  libQtCore.so.4
Requires:  libQtCore.so.4
Requires:  libQtDBus.so.4
Requires:  libQtDBus.so.4
Requires:  libQtGui.so.4
Requires:  libQtGui.so.4
Requires:  libQtNetwork.so.4
Requires:  libQtNetwork.so.4
Requires:  libQtWebKit.so.4
Requires:  libQtWebKit.so.4
Requires:  libQtXml.so.4
Requires:  libQtXml.so.4
Requires:  libX11.so.6
Requires:  libX11.so.6
Requires:  libXext.so.6
Requires:  libXext.so.6
Requires:  libXss.so.1
Requires:  libXss.so.1
Requires:  libXv.so.1
Requires:  libXv.so.1
Requires:  libasound.so.2
Requires:  libc.so.6
Requires:  libc.so.6
Requires:  libc.so.6(GLIBC_2.0)
Requires:  libc.so.6(GLIBC_2.1)
Requires:  libc.so.6(GLIBC_2.1.3)
Requires:  libc.so.6(GLIBC_2.2)
Requires:  libc.so.6(GLIBC_2.3)
Requires:  libc.so.6(GLIBC_2.3.2)
Requires:  libc.so.6(GLIBC_2.3.4)
Requires:  libc.so.6(GLIBC_2.4)
Requires:  libc.so.6(GLIBC_2.7)
Requires:  libdl.so.2
Requires:  libdl.so.2
Requires:  libdl.so.2(GLIBC_2.0)
Requires:  libdl.so.2(GLIBC_2.1)
Requires:  libgcc_s.so.1
Requires:  libgcc_s.so.1
Requires:  libgcc_s.so.1(GCC_3.0)
Requires:  libgcc_s.so.1(GLIBC_2.0)
Requires:  libm.so.6
Requires:  libm.so.6
Requires:  libm.so.6(GLIBC_2.0)
Requires:  libm.so.6(GLIBC_2.1)
Requires:  libpthread.so.0
Requires:  libpthread.so.0
Requires:  libpthread.so.0(GLIBC_2.0)
Requires:  libpthread.so.0(GLIBC_2.1)
Requires:  libpthread.so.0(GLIBC_2.2)
Requires:  libpthread.so.0(GLIBC_2.3.2)
Requires:  librt.so.1
Requires:  librt.so.1
Requires:  librt.so.1(GLIBC_2.2)
Requires:  libstdc++.so.6
Requires:  libstdc++.so.6
Requires:  libstdc++.so.6(CXXABI_1.3)
Requires:  libstdc++.so.6(GLIBCXX_3.4)
Requires:  libstdc++.so.6(GLIBCXX_3.4.9)
Requires:  libwebkit-1.0.so.2



   Okay from this I determined you were saying I didn't need the
libv4l.i686 component. I tried the yum install without it and WOW, it
now works with sound! Very nice and thank you.

Jim Lewis




--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http

Re: No sound in Skype on Fedora 64-bit

2015-01-27 Thread Rex Dieter
Jim Lewis wrote:

  Protected multilib versions: libv4l-1.6.2-1.fc21.i686 !=
 libv4l-1.6.0-1.fc21.x86_64

run 'yum update' first, then try again.

-- Rex


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: No sound in Skype on Fedora 20 64-bit

2015-01-27 Thread jd1008


On 01/27/2015 06:37 PM, Jim Lewis wrote:

  Okay, so I installed lpf-skype on Fedora 20 and also got the no sound
problem. When I tried to fix it by doing what I did on F21:

yum -y install pulseaudio-libs.i686 alsa-plugins-pulseaudio.i686

  I got this:

  Error:  Multilib version problems found. This often means that the root

 snipped

  Protected multilib versions: pulseaudio-libs-5.0-25.fc20.i686 !=
pulseaudio-libs-5.0-7.fc20.x86_64

  How do I fix that one?



Jim Lewis



So, how did you install lpf-skype?
If you used yum, yum would have resolved all dependencies,
so you would not have had to install anything afterwards.

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


No sound in Skype on Fedora 64-bit

2015-01-27 Thread Jim Lewis

Hello everyone,

  I realize this has probably been asked before but I am somewhat new to
this group. I wanted to try out Skype so installed lpf-skype. Everything
went fine. The sound test didn't play any sounds, but I can connect and
even see the other person so that's cool. No, I did not expect it to get
this far :).

  I researched this sound issue and found that it can possibly be solved
by installing some 32-bit components:

  yum -y install libv4l.i686 pulseaudio-libs.i686
alsa-plugins-pulseaudio.i686

  However, when I ran this I got the dreaded:

Error:  Multilib version problems found. This often means that the root
   cause is something else and multilib version checking is just
   pointing out that there is a problem. Eg.:

 1. You have an upgrade for libv4l which is missing some
dependency that another package requires. Yum is trying to
solve this by installing an older version of libv4l of the
different architecture. If you exclude the bad architecture
yum will tell you what the root cause is (which package
requires what). You can try redoing the upgrade with
--exclude libv4l.otherarch ... this should give you an error
message showing the root cause of the problem.

 2. You have multiple architectures of libv4l installed, but
yum can only see an upgrade for one of those architectures.
If you don't want/need both architectures anymore then you
can remove the one with the missing update and everything
will work.

 3. You have duplicate versions of libv4l installed already.
You can use yum check to get yum show these errors.

   ...you can also use --setopt=protected_multilib=false to remove
   this checking, however this is almost never the correct thing to
   do as something else is very likely to go wrong (often causing
   much more problems).

   Protected multilib versions: libv4l-1.6.2-1.fc21.i686 !=
libv4l-1.6.0-1.fc21.x86_64


I understand most of this, I would just like some advice on what the
best solution is.

Of course the BEST solution would be to have a 64-bit version of Skype
for Fedora. Not sure why that is taking so long. Does someone just
need to volunteer to do the port? If it's written in C I'll do it.



Jim Lewis



-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: No sound in Skype on Fedora 64-bit

2015-01-27 Thread jd1008


On 01/27/2015 04:53 PM, Jim Lewis wrote:

Hello everyone,

   I realize this has probably been asked before but I am somewhat new to
this group. I wanted to try out Skype so installed lpf-skype. Everything
went fine. The sound test didn't play any sounds, but I can connect and
even see the other person so that's cool. No, I did not expect it to get
this far :).

   I researched this sound issue and found that it can possibly be solved
by installing some 32-bit components:

   yum -y install libv4l.i686 pulseaudio-libs.i686
alsa-plugins-pulseaudio.i686

   However, when I ran this I got the dreaded:

Error:  Multilib version problems found. This often means that the root
cause is something else and multilib version checking is just
pointing out that there is a problem. Eg.:

  1. You have an upgrade for libv4l which is missing some
 dependency that another package requires. Yum is trying to
 solve this by installing an older version of libv4l of the
 different architecture. If you exclude the bad architecture
 yum will tell you what the root cause is (which package
 requires what). You can try redoing the upgrade with
 --exclude libv4l.otherarch ... this should give you an error
 message showing the root cause of the problem.

  2. You have multiple architectures of libv4l installed, but
 yum can only see an upgrade for one of those architectures.
 If you don't want/need both architectures anymore then you
 can remove the one with the missing update and everything
 will work.

  3. You have duplicate versions of libv4l installed already.
 You can use yum check to get yum show these errors.

...you can also use --setopt=protected_multilib=false to remove
this checking, however this is almost never the correct thing to
do as something else is very likely to go wrong (often causing
much more problems).

Protected multilib versions: libv4l-1.6.2-1.fc21.i686 !=
libv4l-1.6.0-1.fc21.x86_64


 I understand most of this, I would just like some advice on what the
best solution is.

 Of course the BEST solution would be to have a 64-bit version of Skype
for Fedora. Not sure why that is taking so long. Does someone just
need to volunteer to do the port? If it's written in C I'll do it.



Jim Lewis




I am running Version 4.3.0.37 (32 bit) and running on fc21 64 bit.
It has he following dependencies:

Requires:  config(skype) = 4.3.0.37-2.el6
Requires:  libQtCore.so.4
Requires:  libQtCore.so.4
Requires:  libQtDBus.so.4
Requires:  libQtDBus.so.4
Requires:  libQtGui.so.4
Requires:  libQtGui.so.4
Requires:  libQtNetwork.so.4
Requires:  libQtNetwork.so.4
Requires:  libQtWebKit.so.4
Requires:  libQtWebKit.so.4
Requires:  libQtXml.so.4
Requires:  libQtXml.so.4
Requires:  libX11.so.6
Requires:  libX11.so.6
Requires:  libXext.so.6
Requires:  libXext.so.6
Requires:  libXss.so.1
Requires:  libXss.so.1
Requires:  libXv.so.1
Requires:  libXv.so.1
Requires:  libasound.so.2
Requires:  libc.so.6
Requires:  libc.so.6
Requires:  libc.so.6(GLIBC_2.0)
Requires:  libc.so.6(GLIBC_2.1)
Requires:  libc.so.6(GLIBC_2.1.3)
Requires:  libc.so.6(GLIBC_2.2)
Requires:  libc.so.6(GLIBC_2.3)
Requires:  libc.so.6(GLIBC_2.3.2)
Requires:  libc.so.6(GLIBC_2.3.4)
Requires:  libc.so.6(GLIBC_2.4)
Requires:  libc.so.6(GLIBC_2.7)
Requires:  libdl.so.2
Requires:  libdl.so.2
Requires:  libdl.so.2(GLIBC_2.0)
Requires:  libdl.so.2(GLIBC_2.1)
Requires:  libgcc_s.so.1
Requires:  libgcc_s.so.1
Requires:  libgcc_s.so.1(GCC_3.0)
Requires:  libgcc_s.so.1(GLIBC_2.0)
Requires:  libm.so.6
Requires:  libm.so.6
Requires:  libm.so.6(GLIBC_2.0)
Requires:  libm.so.6(GLIBC_2.1)
Requires:  libpthread.so.0
Requires:  libpthread.so.0
Requires:  libpthread.so.0(GLIBC_2.0)
Requires:  libpthread.so.0(GLIBC_2.1)
Requires:  libpthread.so.0(GLIBC_2.2)
Requires:  libpthread.so.0(GLIBC_2.3.2)
Requires:  librt.so.1
Requires:  librt.so.1
Requires:  librt.so.1(GLIBC_2.2)
Requires:  libstdc++.so.6
Requires:  libstdc++.so.6
Requires:  libstdc++.so.6(CXXABI_1.3)
Requires:  libstdc++.so.6(GLIBCXX_3.4)
Requires:  libstdc++.so.6(GLIBCXX_3.4.9)
Requires:  libwebkit-1.0.so.2


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: No sound in Skype on Fedora 20 64-bit

2015-01-27 Thread Jim Lewis


 On 01/27/2015 06:37 PM, Jim Lewis wrote:
   Okay, so I installed lpf-skype on Fedora 20 and also got the no sound
 problem. When I tried to fix it by doing what I did on F21:

 yum -y install pulseaudio-libs.i686 alsa-plugins-pulseaudio.i686

   I got this:

   Error:  Multilib version problems found. This often means that the
 root

  snipped

   Protected multilib versions: pulseaudio-libs-5.0-25.fc20.i686 !=
 pulseaudio-libs-5.0-7.fc20.x86_64

   How do I fix that one?



 Jim Lewis


 So, how did you install lpf-skype?
 If you used yum, yum would have resolved all dependencies,
 so you would not have had to install anything afterwards.


I used yum to install lpf-skype.


Jim Lewis


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Skype in Fedora

2014-11-06 Thread Mickey

Can Skype run in F20 with a Webcam ?
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Skype in Fedora

2014-11-06 Thread Rahul Sundaram
Hi

On Thu, Nov 6, 2014 at 8:11 PM, Mickey wrote:

 Can Skype run in F20 with a Webcam ?


Yes

Rahul
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Skype in Fedora

2014-11-06 Thread Antonio Insuasti Recalde
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yes Just in 3 steps:
1: 
http://www.skype.com/es/download-skype/skype-for-linux/downloading/?type=fedora32
2: sudo yum localinstall skype* 3: open skype and login - -- Antonio
Insuasti R. IBM “Linux System Administrator” #ECUSFQ00228 RHCE No:
130-065-634 dCAP. #2071 ECE. #200571804 – #200576560
identi.ca/twiiter: @wolfantec Quito-Ecuador- -
-- GPG:
0x021C83744ACDF6F0
https://pgp.mit.edu/pks/lookup?op=getsearch=0x021C83744ACDF6F0
-BEGIN PGP SIGNATURE- Version: GnuPG v1
iQIcBAEBAgAGBQJUXDwTAAoJEAIcg3RKzfbwDqIP+wTU8KoKObaH3vBUED708l+Q
zWICauP8SjLQztVy40SNbxWIRbhNmZLv6PMVYHBi+9ZNy1s0xtdCTIRZtz6slPpX
g0mi684wu/AiXmamvTuKL6LsH+OvxDjKRCIR2NSLwmMIyVTFePnwAEh7/E1INB1x
yPVKCU4viQ9/lNqwz0smJzr7dwVYQlNtMrsblZifvxqW6W+FXF/93t4iYQbEMXG/
KXLNJU2A21V/pFfmoR3DPrehrX23l1t+g9wBW3NKBtSICQLCFZ69wz3nNRVVk9cM
ZxielCxJ5B9IcsDTbUykaYa9b2UQCwsEa5yDuBuLNlWD3xbyZ4cfJl8nfvL1D50n
u4RFfLfmvmxLqMYax0veatYuZcu0H4ashE9xBe+PbavJEajP3egHgOxgXRjyRMdB
cqo+3C8K1wATXOIwrz3r/ITQqobKEZE78/IZ1+u2qC+EAthGH2KiAN/p5jTJuSVx
Lsu9scNnm9TPFl/CCxpz5VHYpTOo0e0gXUWphBjmg9luHVNTIglpMrU47NJl+GQY
uBzsK0rP2azZZVFTvaHznKKISInjKYoRm6DfUKq9IBlgUY5vFYsPskpFF0s0HVYA
EsShdiWBxdAkSNOAabbZCBkfZTzl4FPuXxVg/6yerMoemSR+UWgVMJY0TeiEEObE
q55n10auIJfr9r01Hfoj =Yu9l -END PGP SIGNATURE-
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: can't find skype for Fedora 20

2014-05-29 Thread Cristian Sava
On Wed, 2014-05-28 at 14:31 -0400, Robert Moskowitz wrote:
 On 05/28/2014 01:08 PM, Rick Stevens wrote:
  On 05/28/2014 09:58 AM, Robert Moskowitz issued this missive:
  I have rpmfusion-free and rpmfusion-nonfree repos set up.  When I do a
 
  yum whatprovides skype
 
  I get No matches found.
 
  As far as I know, there is no Skype RPM for F20. You have to go to the
  skype website and install their latest. Looking at my F20 machines, I
  have skype-4.0.0.11-fc16.i586 installed both.
 
 I just did a google search for skype for Fedora 20 and got taken to a 
 skype.com page that allows me to download an rpm for Fedora 16 (or that 
 is what the dropdown says).  And the rpm is:
 
 skype-4.2.0.13-fc16
 
 we will see how it goes.  I am suppose to call a colleague tomorrow via 
 skype.
 
 
Please, build it yourself. Download use these skype.desktop and
skype.spec:

 skype.desktop goes in .../SOURCES 

[Desktop Entry]
Name=Skype
Comment=Skype Internet Telephony
Exec=env PULSE_LATENCY_MSEC=60 skype %U
Icon=skype.png
Terminal=false
Type=Application
Encoding=UTF-8
Categories=Network;Application;
MimeType=x-scheme-handler/skype;
X-KDE-Protocols=skype

 skype.spec goes in .../SPECS 

# skype.spec for skype-4.2.0.13 (x32)
#
# Build with: rpmbuild -ba --target=i686 skype.spec
#
# Original skype.spec for 4.2.0.11
# https://github.com/mopsfelder/skype-rpm/blob/master/skype.spec

#%global debug_package %{nil}

Name: skype
Version: 4.2.0.13
Release: 1%{?dist}
Summary: Skype is a free Internet telephony from Microsoft

License: Commercial
URL: http://www.skype.com/products/skype/linux/
Source0: %{name}-%{version}.tar.bz2

Requires: alsa-lib
Requires: glibc
Requires: libgcc
Requires: libpng
Requires: libX11
Requires: libXext
Requires: libXScrnSaver
Requires: libXv
Requires: libstdc++
Requires: qt = 4.6
Requires: qt-x11
Requires: qtwebkit

#ExcludeArch: x86_64
#AutoReqProv: no

%description
Skype is a free Internet telephony from Microsoft.

%prep
%setup -q

%build

%install
rm -rf %{buildroot}
%{__mkdir_p} %{buildroot}
%{__mkdir_p} %{buildroot}%{_bindir}
%{__mkdir_p} %{buildroot}%{_datadir}/applications
%{__mkdir_p} %{buildroot}%{_datadir}/%{name}
%{__mkdir_p} %{buildroot}%{_sysconfdir}/dbus-1/system.d

%{__cp} %{name} %{buildroot}%{_bindir}
%{__cp} %{name}.conf %{buildroot}%{_sysconfdir}/dbus-1/system.d
%{__cp} %{name}.desktop %{buildroot}%{_datadir}/applications

# Resources
for DIR in avatars lang sounds; do
%{__cp} -r $DIR %{buildroot}%{_datadir}/%{name}
done

# Icons
for SIZE in 16 24 32 48 64 96 128 256; do
%{__mkdir_p} %{buildroot}%{_datadir}/icons/hicolor/${SIZE}x
${SIZE}/apps
%{__cp} icons/SkypeBlue_${SIZE}x${SIZE}.png \
%{buildroot}%{_datadir}/icons/hicolor/${SIZE}x
${SIZE}/apps/%{name}.png
done

%files
%defattr(0755,root,root,0755)
%{_bindir}/%{name}
%defattr(0644,root,root,0755)
%{_sysconfdir}/dbus-1/system.d/%{name}.conf
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/avatars/*
%{_datadir}/%{name}/lang/*
%{_datadir}/%{name}/sounds/*
%{_datadir}/icons/*
%dir %{_datadir}/%{name}/avatars
%dir %{_datadir}/%{name}/lang
%dir %{_datadir}/%{name}/sounds
%dir %{_datadir}/%{name}
%doc LICENSE README third-party_attributions.txt

%changelog
* Thu Feb 26 2014 Cristian Sava cristi...@gmail.com 4.2.0.13-1
- Version 4.2.0.13 (i686) for Fedora 20

* Wed Jul 31 2013 Murilo Opsfelder Araujo mopsfel...@gmail.com
4.2.0.11-1
- Initial version

Good luck!
C. Sava


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


can't find skype for Fedora 20

2014-05-28 Thread Robert Moskowitz

I have rpmfusion-free and rpmfusion-nonfree repos set up.  When I do a

yum whatprovides skype

I get No matches found.


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: can't find skype for Fedora 20

2014-05-28 Thread Steven Stern
On 05/28/2014 11:58 AM, Robert Moskowitz wrote:
 I have rpmfusion-free and rpmfusion-nonfree repos set up.  When I do a
 
 yum whatprovides skype
 
 I get No matches found.
 
 


$yum provides */skype

  lpf-skype-4.2.0.11-11.fc20.i686 : Skype Messaging and Telephony Client
package
: bootstrap
  Repo: rpmfusion-nonfree
Matched from:
Filename: /usr/share/lpf/packages/skype
Filename: /var/lib/lpf/packages/skype



lpf-skype-4.2.0.13-4.fc20.i686 : Skype Messaging and Telephony Client
package
   : bootstrap
Repo: rpmfusion-nonfree-updates
Matched from:
Filename: /usr/share/lpf/packages/skype
Filename: /var/lib/lpf/packages/skype


-- 
-- Steve
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: can't find skype for Fedora 20

2014-05-28 Thread dwoody1

On 05/28/2014 11:58 AM, Robert Moskowitz wrote:

I have rpmfusion-free and rpmfusion-nonfree repos set up.  When I do a

yum whatprovides skype

I get No matches found.

Try:
yum provides */skype

whatprovides and provides are equivalent.

David





--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: can't find skype for Fedora 20

2014-05-28 Thread Rick Stevens

On 05/28/2014 09:58 AM, Robert Moskowitz issued this missive:

I have rpmfusion-free and rpmfusion-nonfree repos set up.  When I do a

yum whatprovides skype

I get No matches found.


As far as I know, there is no Skype RPM for F20. You have to go to the
skype website and install their latest. Looking at my F20 machines, I
have skype-4.0.0.11-fc16.i586 installed both.

Note that Skype is a 32-bit app, so you'll need some dual arch and
compatibility stuff installed as well.
--
- Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
- AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 -
--
-   Physics is like sex ... it may give some practical results, but  -
-that's not why we do it. -- Richard Feynman
--
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: can't find skype for Fedora 20

2014-05-28 Thread Rick Stevens

On 05/28/2014 10:08 AM, Rick Stevens issued this missive:

On 05/28/2014 09:58 AM, Robert Moskowitz issued this missive:

I have rpmfusion-free and rpmfusion-nonfree repos set up.  When I do a

yum whatprovides skype

I get No matches found.


As far as I know, there is no Skype RPM for F20. You have to go to the
skype website and install their latest. Looking at my F20 machines, I
have skype-4.0.0.11-fc16.i586 installed both.

Note that Skype is a 32-bit app, so you'll need some dual arch and
compatibility stuff installed as well.


Well, judging from the other responses, I stand corrected. There IS an
F20 RPM for it. I'll be danged! It's still a 32-bit app, though.
--
- Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
- AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 -
--
-  Never eat anything larger than your head  -
--
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: can't find skype for Fedora 20

2014-05-28 Thread Robert Moskowitz


On 05/28/2014 01:05 PM, Steven Stern wrote:

On 05/28/2014 11:58 AM, Robert Moskowitz wrote:

I have rpmfusion-free and rpmfusion-nonfree repos set up.  When I do a

yum whatprovides skype

I get No matches found.




$yum provides */skype

   lpf-skype-4.2.0.11-11.fc20.i686 : Skype Messaging and Telephony Client
package
 : bootstrap
   Repo: rpmfusion-nonfree
Matched from:
Filename: /usr/share/lpf/packages/skype
Filename: /var/lib/lpf/packages/skype



lpf-skype-4.2.0.13-4.fc20.i686 : Skype Messaging and Telephony Client
package
: bootstrap
Repo: rpmfusion-nonfree-updates
Matched from:
Filename: /usr/share/lpf/packages/skype
Filename: /var/lib/lpf/packages/skype


OK.  thanks.  But what does this lpf-skype do?  At 9.8K, it does not 
look like skype itself.



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: can't find skype for Fedora 20

2014-05-28 Thread Robert Moskowitz


On 05/28/2014 01:08 PM, Rick Stevens wrote:

On 05/28/2014 09:58 AM, Robert Moskowitz issued this missive:

I have rpmfusion-free and rpmfusion-nonfree repos set up.  When I do a

yum whatprovides skype

I get No matches found.


As far as I know, there is no Skype RPM for F20. You have to go to the
skype website and install their latest. Looking at my F20 machines, I
have skype-4.0.0.11-fc16.i586 installed both.


So what is all that lpf-skype cruft and it wanting to install things 
like lpf, fakeroot, rpm-build, rpmdevtools? etc.




Note that Skype is a 32-bit app, so you'll need some dual arch and
compatibility stuff installed as well.


I am installing it on a i386 system.

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: can't find skype for Fedora 20

2014-05-28 Thread Robert Moskowitz


On 05/28/2014 01:20 PM, Robert Moskowitz wrote:


On 05/28/2014 01:05 PM, Steven Stern wrote:

On 05/28/2014 11:58 AM, Robert Moskowitz wrote:

I have rpmfusion-free and rpmfusion-nonfree repos set up.  When I do a

yum whatprovides skype

I get No matches found.




$yum provides */skype

   lpf-skype-4.2.0.11-11.fc20.i686 : Skype Messaging and Telephony 
Client

package
 : bootstrap
   Repo: rpmfusion-nonfree
Matched from:
Filename: /usr/share/lpf/packages/skype
Filename: /var/lib/lpf/packages/skype

OK.  thanks.  But what does this lpf-skype do?  At 9.8K, it does not 
look like skype itself.


So it looks like this is NOT skype.  I find the following description in 
the rpm:


Project URL : http://github.com/leamas/lpf

Bootstrap package allowing the lpf system to build the 
non-redistributable skype

package.

The skype package is available only for i686 systems.

So if skype provides the rpm for download, looks like that is what you do.


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: can't find skype for Fedora 20

2014-05-28 Thread Robert Moskowitz


On 05/28/2014 01:08 PM, Rick Stevens wrote:

On 05/28/2014 09:58 AM, Robert Moskowitz issued this missive:

I have rpmfusion-free and rpmfusion-nonfree repos set up.  When I do a

yum whatprovides skype

I get No matches found.


As far as I know, there is no Skype RPM for F20. You have to go to the
skype website and install their latest. Looking at my F20 machines, I
have skype-4.0.0.11-fc16.i586 installed both.


I just did a google search for skype for Fedora 20 and got taken to a 
skype.com page that allows me to download an rpm for Fedora 16 (or that 
is what the dropdown says).  And the rpm is:


skype-4.2.0.13-fc16

we will see how it goes.  I am suppose to call a colleague tomorrow via 
skype.



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: can't find skype for Fedora 20

2014-05-28 Thread Sudhir Khanger
On Wednesday, May 28, 2014 12:58:04 PM Robert Moskowitz wrote:
 I have rpmfusion-free and rpmfusion-nonfree repos set up.  When I do a
 
 yum whatprovides skype
 
 I get No matches found.

If you care for regular automatic updates, Negativo17 hosts it on his 
repository, among other packages.

http://negativo17.org/skype-and-skype-pidgin-plugin/

-Sudhir.


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: can't find skype for Fedora 20

2014-05-28 Thread jarmo
Wed, 28 May 2014 14:19:49 -0400
Robert Moskowitz r...@htt-consult.com kirjoitti:

 
 On 05/28/2014 01:20 PM, Robert Moskowitz wrote:
 
  On 05/28/2014 01:05 PM, Steven Stern wrote:
  On 05/28/2014 11:58 AM, Robert Moskowitz wrote:
  I have rpmfusion-free and rpmfusion-nonfree repos set up.  When I
  do a
 
  yum whatprovides skype
 
  I get No matches found.

Why not download Skype from their site..? Package for Fedora works
fine.

Jarmo
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: can't find skype for Fedora 20

2014-05-28 Thread Roger



I have rpmfusion-free and rpmfusion-nonfree repos set up.  When I
do a

yum whatprovides skype

I get No matches found.

Why not download Skype from their site..? Package for Fedora works
fine.

That's how I have done it for years, it always works.
Roger

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Most current Skype for fedora 17 ?

2013-10-15 Thread Cristian Sava
On Mon, 2013-10-14 at 13:01 -0700, Jack Craig wrote:
 
 
 
 On Mon, Oct 14, 2013 at 12:53 PM, Rick Stevens ri...@alldigital.com
 wrote:
 On 10/14/2013 12:16 PM, Carlos casep Sepulveda issued this
 missive:
 
 On 14 October 2013 16:07, Jack Craig
 jack.craig.ap...@gmail.com wrote:
 Is there an updated version of Skype that
 would work on F17 ?
Look at this skype.spec and build your own rpm!

# From https://www.timj.co.uk/uploads/specs/skype.spec
# See this page please http://www.timj.co.uk/2012/07/skype-4-on-rhel6/
# You also need http://www.timj.co.uk/uploads/rpmsources/skype.desktop
#
# Stripping the Skype binary breaks it
%define __spec_install_post /bin/true

%global instdir %{_datadir}/skype

Name:   skype
Version:4.2.0.11
Release:1%{?dist}
Summary:Skype Internet telephony and instant messaging client

Group:  Applications/Communications
License:Proprietary
URL:http://www.skype.com/
Source0:http://download.skype.com/linux/skype-%{version}.tar.bz2
Source1:skype.desktop

BuildArch:  x86_64

%description
Skype is an instant messaging and telephony client which allows
communication
with other users by voice, video and text.

%prep
%setup -q

# Fix end-of-line encoding
sed -i 's/\r//' LICENSE

%install
install -d -m 0755 %{buildroot}%{_bindir}
cp skype %{buildroot}%{_bindir}/

desktop-file-install --dir=%{buildroot}%{_datadir}/applications
%{SOURCE1}

install -d -m 0755 %{buildroot}%{instdir}

install -d -m 0755 %{buildroot}%{_sysconfdir}/dbus-1/system.d
install -m 0644 skype.conf %{buildroot}%{_sysconfdir}/dbus-1/system.d

install -d -m 0755 %{buildroot}%{_sysconfdir}/prelink.conf.d
echo -b %{_bindir}/skype 
%{buildroot}%{_sysconfdir}/prelink.conf.d/skype.conf

for subdir in avatars lang sounds; do
install -d -m 0755 %{buildroot}%{instdir}/$subdir
cp -p $subdir/* %{buildroot}%{instdir}/$subdir/
done

# Sort out icons
for i in 16 32 48; do
mkdir -p %{buildroot}%{_iconsdir}/hicolor/${i}x${i}/apps
install -m 0644 icons/SkypeBlue_${i}x${i}.png
%{buildroot}%{_iconsdir}/hicolor/${i}x${i}/apps/skype.png
done

# See
http://fedoraproject.org/wiki/Packaging:ScriptletSnippets#Icon_Cache
%post
/bin/touch --no-create %{_datadir}/icons/hicolor /dev/null || :

%postun
if [ $1 -eq 0 ] ; then
/bin/touch --no-create %{_datadir}/icons/hicolor /dev/null
/usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor
/dev/null || :
fi

%posttrans
/usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor /dev/null
|| :


%files
%defattr(-,root,root,-)
%doc LICENSE README third-party_attributions.txt
%{_bindir}/skype
%{_datadir}/applications/skype.desktop
%{_iconsdir}/hicolor/*/apps/skype.png
%{instdir}
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/skype.conf
%config(noreplace) %{_sysconfdir}/prelink.conf.d/skype.conf


%changelog
* Sat May 23 2013 Cristian Sava cs...@central.ucv.ro 4.2.0.11
- Build for Fedora 19 x86_64 (i686 - cause of internals and
dependencies)
* Tue Jul 24 2012 Tim Jackson t...@timj.co.uk 4.0.0.8-1
- Initial build of Skype 4


Good luck,
C. Sava


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Most current Skype for fedora 17 ?

2013-10-14 Thread Jack Craig
Hi Folks,

I am running Skype 4.1.0.20 on my Fedora 17 on a 64bit platform and having
video issues.

Is there an updated version of Skype that would work on F17 ?

Tia, jackc...
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Most current Skype for fedora 17 ?

2013-10-14 Thread Carlos casep Sepulveda
On 14 October 2013 16:07, Jack Craig jack.craig.ap...@gmail.com wrote:
 Is there an updated version of Skype that would work on F17 ?


Hi:
The latest available on skype's site** is 4.2.0.11 and says to be
compiled for Fedora 16... maybe you could give it a try...


http://www.skype.com/en/download-skype/skype-for-linux/

-- 
My name is Ozymandias, king of kings:
Look on my works, ye Mighty, and despair!
Percy Bysshe Shelley
http://sites.google.com/site/carlossepulveda
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Most current Skype for fedora 17 ?

2013-10-14 Thread Rick Stevens

On 10/14/2013 12:16 PM, Carlos casep Sepulveda issued this missive:

On 14 October 2013 16:07, Jack Craig jack.craig.ap...@gmail.com wrote:

Is there an updated version of Skype that would work on F17 ?


F17 has been EOL'd so you should think about upgrading. That being
said, I'm running skype 4.2.0.11 on an F17 box I haven't had a chance
to upgrade yet and it's working fine. Remember that it's a 32-bit app
and you'll need some 32-bit libraries if you're on a 64-bit machine
like me.


Hi:
The latest available on skype's site** is 4.2.0.11 and says to be
compiled for Fedora 16... maybe you could give it a try...


http://www.skype.com/en/download-skype/skype-for-linux/


4.2.0.11 also runs fine on F19 (same caveats about 32-bit libraries).
--
- Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
- AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 -
--
-  What's small, yellow and very, VERY dangerous?  The root canary!  -
--
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Most current Skype for fedora 17 ?

2013-10-14 Thread Jack Craig
Thx! i'll check it out!


On Mon, Oct 14, 2013 at 12:16 PM, Carlos casep Sepulveda 
ca...@fedoraproject.org wrote:

 On 14 October 2013 16:07, Jack Craig jack.craig.ap...@gmail.com wrote:
  Is there an updated version of Skype that would work on F17 ?


 Hi:
 The latest available on skype's site** is 4.2.0.11 and says to be
 compiled for Fedora 16... maybe you could give it a try...


 http://www.skype.com/en/download-skype/skype-for-linux/

 --
 My name is Ozymandias, king of kings:
 Look on my works, ye Mighty, and despair!
 Percy Bysshe Shelley
 http://sites.google.com/site/carlossepulveda
 --
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
 Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
 Have a question? Ask away: http://ask.fedoraproject.org

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Most current Skype for fedora 17 ?

2013-10-14 Thread Jack Craig
On Mon, Oct 14, 2013 at 12:53 PM, Rick Stevens ri...@alldigital.com wrote:

 On 10/14/2013 12:16 PM, Carlos casep Sepulveda issued this missive:

  On 14 October 2013 16:07, Jack Craig jack.craig.ap...@gmail.com wrote:

 Is there an updated version of Skype that would work on F17 ?


 F17 has been EOL'd so you should think about upgrading. That being


Hi  Rick, I've been working on a project and didnt want to take upgrade
time.

But F18 should be a safe bet by now... [?]

said, I'm running skype 4.2.0.11 on an F17 box I haven't had a chance

Great to hear also!!

Thx!!




 to upgrade yet and it's working fine. Remember that it's a 32-bit app
 and you'll need some 32-bit libraries if you're on a 64-bit machine
 like me.


  Hi:
 The latest available on skype's site** is 4.2.0.11 and says to be
 compiled for Fedora 16... maybe you could give it a try...


 http://www.skype.com/en/**download-skype/skype-for-**linux/http://www.skype.com/en/download-skype/skype-for-linux/


 4.2.0.11 also runs fine on F19 (same caveats about 32-bit libraries).
 --**--**--
 - Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
 - AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 -
 --
 -  What's small, yellow and very, VERY dangerous?  The root canary!  -
 --**--**--

 --
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.**org/mailman/listinfo/usershttps://admin.fedoraproject.org/mailman/listinfo/users
 Fedora Code of Conduct: 
 http://fedoraproject.org/code-**of-conducthttp://fedoraproject.org/code-of-conduct
 Guidelines: 
 http://fedoraproject.org/wiki/**Mailing_list_guidelineshttp://fedoraproject.org/wiki/Mailing_list_guidelines
 Have a question? Ask away: http://ask.fedoraproject.org

328.png-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Skype on Fedora 14

2011-06-27 Thread Mike Dwiggins
Has anyone had any luck running Skype on Fedora 14 86_x64.  It installs 
just fine but, when I try to launch it nothing happens!

I get nothing in messages or demesg to show it even attempted to 
launch!  Is it like Flash and needs to be wrapped in order to work?  If 
so how?

Mike

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Skype on Fedora 14

2011-06-27 Thread Nicolae Ghimbovschi
Skype works fine for me on Fedora 15 86_x64 and it was working on F14.

In case you are using the dynamic version of Skype.
I think it needs some extra 32bit libraries to work.

as root:

yum -y install pulseaudio-libs.i686 alsa-plugins-pulseaudio.i686
libv4l.i686   libXv.i686 libXScrnSaver.i686 dbus-qt.i686 qt.i686


On Mon, Jun 27, 2011 at 10:23, Mike Dwiggins m...@azdwiggins.com wrote:
 Has anyone had any luck running Skype on Fedora 14 86_x64.  It installs
 just fine but, when I try to launch it nothing happens!

 I get nothing in messages or demesg to show it even attempted to
 launch!  Is it like Flash and needs to be wrapped in order to work?  If
 so how?

 Mike

 --
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Skype on Fedora 14

2011-06-27 Thread Mike Dwiggins
On 6/27/2011 12:29 AM, Nicolae Ghimbovschi wrote:
 Skype works fine for me on Fedora 15 86_x64 and it was working on F14.

 In case you are using the dynamic version of Skype.
 I think it needs some extra 32bit libraries to work.

 as root:

 yum -y install pulseaudio-libs.i686 alsa-plugins-pulseaudio.i686
 libv4l.i686   libXv.i686 libXScrnSaver.i686 dbus-qt.i686 qt.i686


 On Mon, Jun 27, 2011 at 10:23, Mike Dwigginsm...@azdwiggins.com  wrote:
 Has anyone had any luck running Skype on Fedora 14 86_x64.  It installs
 just fine but, when I try to launch it nothing happens!

 I get nothing in messages or demesg to show it even attempted to
 launch!  Is it like Flash and needs to be wrapped in order to work?  If
 so how?

 Mike

 --
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Tried your suggestion, still no luck!  Also still no apparent results in 
messages or dmseg!

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Skype on Fedora 14

2011-06-27 Thread Pasha R
On Mon, Jun 27, 2011 at 10:47 AM, Mike Dwiggins m...@azdwiggins.com wrote:
 On 6/27/2011 12:29 AM, Nicolae Ghimbovschi wrote:
 Skype works fine for me on Fedora 15 86_x64 and it was working on F14.

 In case you are using the dynamic version of Skype.
 I think it needs some extra 32bit libraries to work.

 as root:

 yum -y install pulseaudio-libs.i686 alsa-plugins-pulseaudio.i686
 libv4l.i686   libXv.i686 libXScrnSaver.i686 dbus-qt.i686 qt.i686


 On Mon, Jun 27, 2011 at 10:23, Mike Dwigginsm...@azdwiggins.com  wrote:
 Has anyone had any luck running Skype on Fedora 14 86_x64.  It installs
 just fine but, when I try to launch it nothing happens!

 I get nothing in messages or demesg to show it even attempted to
 launch!  Is it like Flash and needs to be wrapped in order to work?  If
 so how?

 Mike

Runs fine for me, too.

Did you try to run it from command line? See if it prints anything.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Skype on Fedora 14

2011-06-27 Thread Nicolae Ghimbovschi
Try to see which library is missing.

From terminal:

ldd `which skype`


An example:

ldd `which ping`
libresolv.so.2 = not found
libc.so.6 = /lib64/libc.so.6 (0x2b0f9000)
/lib64/ld-linux-x86-64.so.2 (0x2acc7000)


from the output can be seen that libresolv.so.2 is missing.
So you can tell yum to install the package which provides this library.


# yum install libresolv.so.2




On Mon, Jun 27, 2011 at 10:49, Pasha R pashar...@gmail.com wrote:
 On Mon, Jun 27, 2011 at 10:47 AM, Mike Dwiggins m...@azdwiggins.com wrote:
 On 6/27/2011 12:29 AM, Nicolae Ghimbovschi wrote:
 Skype works fine for me on Fedora 15 86_x64 and it was working on F14.

 In case you are using the dynamic version of Skype.
 I think it needs some extra 32bit libraries to work.

 as root:

 yum -y install pulseaudio-libs.i686 alsa-plugins-pulseaudio.i686
 libv4l.i686   libXv.i686 libXScrnSaver.i686 dbus-qt.i686 qt.i686


 On Mon, Jun 27, 2011 at 10:23, Mike Dwigginsm...@azdwiggins.com  wrote:
 Has anyone had any luck running Skype on Fedora 14 86_x64.  It installs
 just fine but, when I try to launch it nothing happens!

 I get nothing in messages or demesg to show it even attempted to
 launch!  Is it like Flash and needs to be wrapped in order to work?  If
 so how?

 Mike

 Runs fine for me, too.

 Did you try to run it from command line? See if it prints anything.
 --
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Skype on Fedora 14

2011-06-27 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 06/27/2011 03:23 AM, Mike Dwiggins wrote:
 Has anyone had any luck running Skype on Fedora 14 86_x64.  It installs 
 just fine but, when I try to launch it nothing happens!
 
 I get nothing in messages or demesg to show it even attempted to 
 launch!  Is it like Flash and needs to be wrapped in order to work?  If 
 so how?
 
 Mike
 
I have heard of SELinux having problems with skype?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAk4IVxQACgkQrlYvE4MpobN3oACg2f3B4/Ucj7whMFr4xlUPaV8O
YFEAn1dONi8U+Zdj144Sblc7wGQMOiaJ
=8xxK
-END PGP SIGNATURE-
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Skype on Fedora 14

2011-06-27 Thread Hüvely Balázs
Skype works on 64 bit system for me. I use fedora 14 and 15 too. the
only problem, when you install skype it cannot use the 64 bit libraries.
so you need to get the 32 bit libs which needs by skype.

you can simply install it with the following rules:
open a terminal
type skype and press enter.
There will be error messages that what file is missing.
try a yum whatprovides xy.so
you get a list, which package is contain the missing .so file.
after you get the name of the package, tra to install the 32bit version
of the package: yum install -y packagename_and_version.i686
after it's done, repeat the procedure above again.
skype needs many of libs and so files, so be patient.
maybe, you will need the rpmfusion free and rpmfusion nonfree
repositories enabled.

I hope your success.

these packages need to be installed (but it's for fedora 13...), and
pulseaudio too.
glibc-2.12-3.i686 alsa-lib-1.0.23-1.fc13.i686 libXv-1.0.5-1.fc13.i686
libXScrnSaver-1.2.0-1.fc12.i686 libQtDBus.so.4 qt-4.6.3-8.fc13.i686
qt-x11-4.6.3-8.fc13.i686

cheers: Balazs

On Mon, 2011-06-27 at 00:47 -0700, Mike Dwiggins wrote:
 On 6/27/2011 12:29 AM, Nicolae Ghimbovschi wrote:
  Skype works fine for me on Fedora 15 86_x64 and it was working on F14.
 
  In case you are using the dynamic version of Skype.
  I think it needs some extra 32bit libraries to work.
 
  as root:
 
  yum -y install pulseaudio-libs.i686 alsa-plugins-pulseaudio.i686
  libv4l.i686   libXv.i686 libXScrnSaver.i686 dbus-qt.i686 qt.i686
 
 
  On Mon, Jun 27, 2011 at 10:23, Mike Dwigginsm...@azdwiggins.com  wrote:
  Has anyone had any luck running Skype on Fedora 14 86_x64.  It installs
  just fine but, when I try to launch it nothing happens!
 
  I get nothing in messages or demesg to show it even attempted to
  launch!  Is it like Flash and needs to be wrapped in order to work?  If
  so how?
 
  Mike
 
  --
  users mailing list
  users@lists.fedoraproject.org
  To unsubscribe or change subscription options:
  https://admin.fedoraproject.org/mailman/listinfo/users
  Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
 
 Tried your suggestion, still no luck!  Also still no apparent results in 
 messages or dmseg!
 


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: skype on fedora 14 x86_64

2011-01-03 Thread Lucélio Gomes de Freitas

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi Johan,

It works Plug and play, with Vx-1000, Vx-3000, and Vx-6000.  All them
from M$.

Have a look at This Place. http://hansdegoede.livejournal.com/6317.html

Bye,
Lucélio.

- -- 
Lucélio Gomes de Freitas
ETFCSF- U.G.F.- P.U.C.(RJ)
Engº, Analista Suporte(Free Mind).
Email: aa.luce...@gmail.com
Tel: 55 0XX 21 85964911

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iF4EAREIAAYFAk0hyWUACgkQENqGaHfBA/exTwD+KLZ8abanUHM/KfsWnxIMs/Yt
cyhZ2frJgy4SuBf9a/EA/RQvXAqVYKkqfcpZqi+KWVHeEEZmXa+MX5qb0HyMqBuV
=j6kZ
-END PGP SIGNATURE-

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: skype on fedora 14 x86_64

2011-01-03 Thread Johan Scheepers

On 01/03/2011 03:04 PM, Lucélio Gomes de Freitas wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi Johan,

It works Plug and play, with Vx-1000, Vx-3000, and Vx-6000.  All them
from M$.

Have a look at This Place. http://hansdegoede.livejournal.com/6317.html

Bye,
Lucélio.

Thanks Lucelio,
Will have look my area computer shops.
Regards
Johan

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: skype on fedora 14 x86_64

2011-01-03 Thread Johan Scheepers
On 01/02/2011 09:26 PM, Marko Vojinovic wrote:
 On Sunday 02 January 2011 18:15:31 Johan Scheepers wrote:
 On 01/02/2011 05:40 PM, Lucélio Gomes de Freitas wrote:
 Now I would like to get a webcam going.

 Did some google but it seem that this is still in diapers??

 I do have a logitech (model unknown) for a few years.
 Works fine on windows.

 Willing to buy a webcam that does work on fedora 14 x86_64.
 Try to use your logitech on 2.6.35.10-74.fc14.x86_64.   It works.
 The package name?, please.
 He is talking about the latest kernel. uname -r will tell you what version
 you are currently running. If it isn't the latest, do a yum update, reboot,
 and then try your webcam again.

 That said, I am not sure it will work. Use lspci and/or lsusb to find some
 details about your webcam. Do you have a /dev/video entry in /dev? Or
 /dev/video0 or something similar? If you do, it is likely that your webcam is
 recognized and the proper driver is already in place.

 HTH, :-)
 Marko

Thanks Marco,

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


skype on fedora 14 x86_64

2011-01-02 Thread Johan Scheepers
Good day,

Just installed skype and it is working.

Can speak to otherside.
Can see the otherside.
Can hear the otherside.

Now I would like to get a webcam going.

Did some google but it seem that this is still in diapers??

I do have a logitech (model unknown) for a few years.
Works fine on windows.

Willing to buy a webcam that does work on fedora 14 x86_64.

Kindly some pointers please.
Thanks
Johan

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: skype on fedora 14 x86_64

2011-01-02 Thread Lucélio Gomes de Freitas

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi Johan,

Try to use your logitech on 2.6.35.10-74.fc14.x86_64.   It works.

Bye,
Lucélio.

Em 02-01-2011 15:24, Johan Scheepers escreveu:
 Good day,

 Just installed skype and it is working.

 Can speak to otherside.
 Can see the otherside.
 Can hear the otherside.

 Now I would like to get a webcam going.

 Did some google but it seem that this is still in diapers??

 I do have a logitech (model unknown) for a few years.
 Works fine on windows.

 Willing to buy a webcam that does work on fedora 14 x86_64.

 Kindly some pointers please.
 Thanks
 Johan


- -- 
Lucélio Gomes de Freitas
ETFCSF- U.G.F.- P.U.C.(RJ)
Engº, Analista Suporte(Free Mind).
Email: aa.luce...@gmail.com
Tel: 55 0XX 21 85964911
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iF4EAREIAAYFAk0gnEwACgkQENqGaHfBA/cLUQD/do0LMxN6wXcR+k91rFAkVbBo
tCInuR4K1r2z7VRBq9oA/jhkJeKzCl3L681ntYORYK9fFvMJnV4KKFVJHCMNVao3
=3EWU
-END PGP SIGNATURE-

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: skype on fedora 14 x86_64

2011-01-02 Thread Johan Scheepers
On 01/02/2011 05:40 PM, Lucélio Gomes de Freitas wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA256

 Hi Johan,

 Try to use your logitech on 2.6.35.10-74.fc14.x86_64.   It works.
The package name?, please.
 Bye,
 Lucélio.

 Em 02-01-2011 15:24, Johan Scheepers escreveu:
 Good day,

 Just installed skype and it is working.

 Can speak to otherside.
 Can see the otherside.
 Can hear the otherside.

 Now I would like to get a webcam going.

 Did some google but it seem that this is still in diapers??

 I do have a logitech (model unknown) for a few years.
 Works fine on windows.

 Willing to buy a webcam that does work on fedora 14 x86_64.

 Kindly some pointers please.
 Thanks
 Johan

 - -- 
 Lucélio Gomes de Freitas
 ETFCSF-  U.G.F.-  P.U.C.(RJ)
 Engº, Analista Suporte(Free Mind).
 Email: aa.luce...@gmail.com
 Tel: 55 0XX 21 85964911
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.11 (GNU/Linux)
 Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

 iF4EAREIAAYFAk0gnEwACgkQENqGaHfBA/cLUQD/do0LMxN6wXcR+k91rFAkVbBo
 tCInuR4K1r2z7VRBq9oA/jhkJeKzCl3L681ntYORYK9fFvMJnV4KKFVJHCMNVao3
 =3EWU
 -END PGP SIGNATURE-


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: skype on fedora 14 x86_64

2011-01-02 Thread Siddhesh Poyarekar
On Sun, Jan 2, 2011 at 10:54 PM, Johan Scheepers johans...@telkomsa.net wrote:
 Good day,

 Just installed skype and it is working.

 Can speak to otherside.
 Can see the otherside.
 Can hear the otherside.

 Now I would like to get a webcam going.


If your webcam is supported, it ought to work out of the box. It's
working for me with skype-2.1.0.81-fc10.i586. You can use the 'cheese'
webcam program to test if your webcam works.


-- 
Siddhesh Poyarekar
http://siddhesh.in
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: skype on fedora 14 x86_64

2011-01-02 Thread Johan Scheepers
On 01/02/2011 06:52 PM, Siddhesh Poyarekar wrote:
 On Sun, Jan 2, 2011 at 10:54 PM, Johan Scheepersjohans...@telkomsa.net  
 wrote:
 Good day,

 Just installed skype and it is working.

 Can speak to otherside.
 Can see the otherside.
 Can hear the otherside.

 Now I would like to get a webcam going.

 If your webcam is supported, it ought to work out of the box. It's
 working for me with skype-2.1.0.81-fc10.i586. You can use the 'cheese'
 webcam program to test if your webcam works.

Ok. Got the same skype as above.
Cheese shows that the webcam can photo, record, multiple photos.

Kindly explain how does it get connected to skype please.
This is a learning experience to me.

Thanks
Johan

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: skype on fedora 14 x86_64

2011-01-02 Thread Siddhesh Poyarekar
On Mon, Jan 3, 2011 at 12:48 AM, Johan Scheepers johans...@telkomsa.net wrote:
 Ok. Got the same skype as above.
 Cheese shows that the webcam can photo, record, multiple photos.

 Kindly explain how does it get connected to skype please.
 This is a learning experience to me.


Ok, then you're all set. To send webcam stream, you only need to click
on the light blue button in the call window and select the show my
webcam (sic). The button should show up when a call is active and I'm
not able to test that right now to tell you the exact wording of the
option, so you'll have to figure that out by yourself.


-- 
Siddhesh Poyarekar
http://siddhesh.in
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: skype on fedora 14 x86_64

2011-01-02 Thread Darlene Wallach
Johan,

On Sun, Jan 2, 2011 at 11:18 AM, Johan Scheepers johans...@telkomsa.net wrote:
 On 01/02/2011 06:52 PM, Siddhesh Poyarekar wrote:
 On Sun, Jan 2, 2011 at 10:54 PM, Johan Scheepersjohans...@telkomsa.net  
 wrote:
 Good day,

 Just installed skype and it is working.

 Can speak to otherside.
 Can see the otherside.
 Can hear the otherside.

 Now I would like to get a webcam going.

 If your webcam is supported, it ought to work out of the box. It's
 working for me with skype-2.1.0.81-fc10.i586. You can use the 'cheese'
 webcam program to test if your webcam works.

 Ok. Got the same skype as above.
 Cheese shows that the webcam can photo, record, multiple photos.

 Kindly explain how does it get connected to skype please.
 This is a learning experience to me.

Select options in the pull down menu or control o then select video devices
Select Enable Skype Video

There should be a window with test - select test - you should see yourself.



 Thanks
 Johan

 --

Darlene Wallach
-- 
equal justice under law
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: skype on fedora 14 x86_64

2011-01-02 Thread Johan Scheepers
On 01/02/2011 07:26 PM, Darlene Wallach wrote:
 Johan,

 On Sun, Jan 2, 2011 at 11:18 AM, Johan Scheepersjohans...@telkomsa.net  
 wrote:
 On 01/02/2011 06:52 PM, Siddhesh Poyarekar wrote:
 On Sun, Jan 2, 2011 at 10:54 PM, Johan Scheepersjohans...@telkomsa.net
 wrote:
 Good day,

 Just installed skype and it is working.

 Can speak to otherside.
 Can see the otherside.
 Can hear the otherside.

 Now I would like to get a webcam going.

 If your webcam is supported, it ought to work out of the box. It's
 working for me with skype-2.1.0.81-fc10.i586. You can use the 'cheese'
 webcam program to test if your webcam works.

 Ok. Got the same skype as above.
 Cheese shows that the webcam can photo, record, multiple photos.

 Kindly explain how does it get connected to skype please.
 This is a learning experience to me.
 Select options in the pull down menu or control o then select video 
 devices
 Select Enable Skype Video

 There should be a window with test - select test - you should see yourself.

OK.  Done all the motions as above.
Test does not work.
The device shown in cheese is the same as the one in skype options.
Does this mean there is still something amiss?

 Thanks
 Johan

 --
 Darlene Wallach

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: skype on fedora 14 x86_64

2011-01-02 Thread Erik P. Olsen
On 02/01/11 21:14, Johan Scheepers wrote:
 On 01/02/2011 07:26 PM, Darlene Wallach wrote:
 Johan,

 On Sun, Jan 2, 2011 at 11:18 AM, Johan Scheepersjohans...@telkomsa.net   
 wrote:
 On 01/02/2011 06:52 PM, Siddhesh Poyarekar wrote:
 On Sun, Jan 2, 2011 at 10:54 PM, Johan Scheepersjohans...@telkomsa.net   
   wrote:
 Good day,

 Just installed skype and it is working.

 Can speak to otherside.
 Can see the otherside.
 Can hear the otherside.

 Now I would like to get a webcam going.

 If your webcam is supported, it ought to work out of the box. It's
 working for me with skype-2.1.0.81-fc10.i586. You can use the 'cheese'
 webcam program to test if your webcam works.

 Ok. Got the same skype as above.
 Cheese shows that the webcam can photo, record, multiple photos.

 Kindly explain how does it get connected to skype please.
 This is a learning experience to me.
 Select options in the pull down menu or control o then select video 
 devices
 Select Enable Skype Video

 There should be a window with test - select test - you should see yourself.

 OK.  Done all the motions as above.
 Test does not work.
 The device shown in cheese is the same as the one in skype options.
 Does this mean there is still something amiss?

What exactly happens when Test does not work? On my system I get a 
segmentation fault. Is that what you see as well? I can see from skype's forum 
on video that a ubuntu user on 12/26 reported this very problem.

-- 
Erik
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: skype on fedora 14 x86_64

2011-01-02 Thread Chad Kellerman
On Sun, Jan 2, 2011 at 4:52 PM, Erik P. Olsen epod...@gmail.com wrote:

 On 02/01/11 21:14, Johan Scheepers wrote:
  On 01/02/2011 07:26 PM, Darlene Wallach wrote:
  Johan,
 
  On Sun, Jan 2, 2011 at 11:18 AM, Johan Scheepersjohans...@telkomsa.net
   wrote:
  On 01/02/2011 06:52 PM, Siddhesh Poyarekar wrote:
  On Sun, Jan 2, 2011 at 10:54 PM, Johan Scheepers
 johans...@telkomsa.net wrote:
  Good day,
 
  Just installed skype and it is working.
 
  Can speak to otherside.
  Can see the otherside.
  Can hear the otherside.
 


LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype

run skype with the LD_PRELOAD and see if that works.  I've had the same
issue in the past with distos with more up to date libraries...


Chad


-- 
A grasshopper walks into a bar and the bartender says Hey, we have a drink
named after you. And the grasshopper says Really, You have a drink named
Murray?
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: skype on fedora 14 x86_64

2011-01-02 Thread Johan Scheepers
Erik P. Olsen wrote:
 On 02/01/11 21:14, Johan Scheepers wrote:
 On 01/02/2011 07:26 PM, Darlene Wallach wrote:
 Johan,

 On Sun, Jan 2, 2011 at 11:18 AM, Johan Scheepersjohans...@telkomsa.net   
 wrote:
 On 01/02/2011 06:52 PM, Siddhesh Poyarekar wrote:
 On Sun, Jan 2, 2011 at 10:54 PM, Johan Scheepersjohans...@telkomsa.net  
wrote:
 Good day,

 Just installed skype and it is working.

 Can speak to otherside.
 Can see the otherside.
 Can hear the otherside.

 Now I would like to get a webcam going.

 If your webcam is supported, it ought to work out of the box. It's
 working for me with skype-2.1.0.81-fc10.i586. You can use the 'cheese'
 webcam program to test if your webcam works.

 Ok. Got the same skype as above.
 Cheese shows that the webcam can photo, record, multiple photos.

 Kindly explain how does it get connected to skype please.
 This is a learning experience to me.
 Select options in the pull down menu or control o then select video 
 devices
 Select Enable Skype Video

 There should be a window with test - select test - you should see 
 yourself.

 OK.  Done all the motions as above.
 Test does not work.
 The device shown in cheese is the same as the one in skype options.
 Does this mean there is still something amiss?
 
 What exactly happens when Test does not work? On my system I get a 
 segmentation fault. Is that what you see as well? I can see from skype's 
 forum 
 on video that a ubuntu user on 12/26 reported this very problem.
 
Just nothing happens
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: skype for Fedora 13 X86_32

2010-10-19 Thread Rahul Sundaram
 On 10/19/2010 09:48 AM, L wrote:
 I did installation as
 yum localinstall /path/to/skype.rpm

 It did not require the dependencies. I will try skype.repo as the
 above suggested. thanks


The skype repo or yum would not install the dependencies that are
required because skype is packaged pretty poorly.  This means that you
will have to specify that deps manually.  I see later in the thread that
you have it sorted out.  So this is just an explanation of why.

Rahul

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


skype for Fedora 13 X86_32

2010-10-18 Thread L
Hi

I have skype linux version (skype-2.1.0.81-fc10.i586)  installed  on
Fedora 13 X86_64. I can't start, error is
skype: error while loading shared libraries: libXv.so.1: cannot open
shared object file: No such file or directory

after install libXv.i686
sudo yum install libXv.i686

it showed another error
skype: error while loading shared libraries: libXss.so.1: cannot open
shared object file: No such file or directory

I gggoled and found some ubuntun guy did this and worked

dpkg -i --force-architecture skype-debian_2.0.0.72-1_i386.deb

is there similar fix for fedora?

L

-- 
Linux Toys
http://linuxishbell.wordpress.com/
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: skype for Fedora 13 X86_32

2010-10-18 Thread JD
  On 10/18/2010 08:46 PM, L wrote:
 Hi

 I have skype linux version (skype-2.1.0.81-fc10.i586)  installed  on
 Fedora 13 X86_64. I can't start, error is
 skype: error while loading shared libraries: libXv.so.1: cannot open
 shared object file: No such file or directory

 after install libXv.i686
 sudo yum install libXv.i686

 it showed another error
 skype: error while loading shared libraries: libXss.so.1: cannot open
 shared object file: No such file or directory

 I gggoled and found some ubuntun guy did this and worked

 dpkg -i --force-architecture skype-debian_2.0.0.72-1_i386.deb

 is there similar fix for fedora?

 L

sudo yum -y install libXv
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: skype for Fedora 13 X86_32

2010-10-18 Thread JD
  On 10/18/2010 08:49 PM, JD wrote:
  On 10/18/2010 08:46 PM, L wrote:
 Hi

 I have skype linux version (skype-2.1.0.81-fc10.i586)  installed  on
 Fedora 13 X86_64. I can't start, error is
 skype: error while loading shared libraries: libXv.so.1: cannot open
 shared object file: No such file or directory

 after install libXv.i686
 sudo yum install libXv.i686

 it showed another error
 skype: error while loading shared libraries: libXss.so.1: cannot open
 shared object file: No such file or directory

 I gggoled and found some ubuntun guy did this and worked

 dpkg -i --force-architecture skype-debian_2.0.0.72-1_i386.deb

 is there similar fix for fedora?

 L

 sudo yum -y install libXv
Sorry... I copied and pasted too soon
When I first installed the skype via yum,
it installed the dependencies automatically.
Did  you use yum to install skype? I have
skype.repo in /etc/yum.repos.d and it contains:

[skype]
name=Skype Repository
baseurl=http://download.skype.com/linux/repos/fedora/updates/i586/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-skype
enabled=1

Cheers,

JD
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: skype for Fedora 13 X86_32

2010-10-18 Thread JD
  On 10/18/2010 08:46 PM, L wrote:
 Hi

 I have skype linux version (skype-2.1.0.81-fc10.i586)  installed  on
 Fedora 13 X86_64. I can't start, error is
 skype: error while loading shared libraries: libXv.so.1: cannot open
 shared object file: No such file or directory

 after install libXv.i686
 sudo yum install libXv.i686

 it showed another error
 skype: error while loading shared libraries: libXss.so.1: cannot open
 shared object file: No such file or directory

 I gggoled and found some ubuntun guy did this and worked

 dpkg -i --force-architecture skype-debian_2.0.0.72-1_i386.deb

 is there similar fix for fedora?

 L

Have you yum installed libXScrnSaver package?

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: skype for Fedora 13 X86_32

2010-10-18 Thread Suvayu Ali
On Monday 18 October 2010 08:46 PM, L wrote:
 Hi

 I have skype linux version (skype-2.1.0.81-fc10.i586)  installed  on
 Fedora 13 X86_64. I can't start, error is
 skype: error while loading shared libraries: libXv.so.1: cannot open
 shared object file: No such file or directory

 after install libXv.i686
 sudo yum install libXv.i686

 it showed another error
 skype: error while loading shared libraries: libXss.so.1: cannot open
 shared object file: No such file or directory

It seems you don't have all the skype dependencies. How did you
install skype? Did you use yum? A simple way to drag in all the
dependencies would be to use something like this,

# yum localinstall /path/to/skype.rpm

FWIW, I am on a 64 bit system and I have a few 32 libraries installed
for apps like skype. Below is a list of 32 bit rpms I installed after
I installed skype as shown by yum history. Maybe this list will help
you spot all the missing dependencies.

 Dep-Install cairo-1.8.10-1.fc13.i686
 Dep-Install cdparanoia-libs-10.2-9.fc13.i686
 Dep-Install dbus-libs-1:1.2.24-1.fc13.i686
 Dep-Install flac-1.2.1-6.fc12.i686
 Dep-Install fontconfig-2.8.0-1.fc13.i686
 Dep-Install freetype-freeworld-2.3.11-2.fc13.i686
 Dep-Install gamin-0.1.10-7.fc13.i686
 Dep-Install glib2-2.24.1-1.fc13.i686
 Dep-Install gstreamer-0.10.29-2.fc13.i686
 Dep-Install gstreamer-plugins-base-0.10.29-1.fc13.i686
 Dep-Install keyutils-libs-1.2-6.fc12.i686
 Dep-Install krb5-libs-1.7.1-10.fc13.i686
 Dep-Install lcms-libs-1.19-1.fc13.i686
 Dep-Install libICE-1.0.6-2.fc13.i686
 Dep-Install libSM-1.1.0-7.fc12.i686
 Install libXScrnSaver-1.2.0-1.fc12.i686
 Dep-Install libXcursor-1.1.10-4.fc13.i686
 Dep-Install libXft-2.1.14-1.fc13.i686
 Dep-Install libXi-1.3-2.fc13.i686
 Dep-Install libXinerama-1.1-2.fc13.i686
 Dep-Install libXrandr-1.3.0-5.fc13.i686
 Dep-Install libXrender-0.9.5-1.fc13.i686
 Dep-Install libXtst-1.0.99.2-3.fc12.i686
 Dep-Install libasyncns-0.8-1.fc13.i686
 Dep-Install libcom_err-1.41.10-6.fc13.i686
 Dep-Install libgudev1-151-10.fc13.i686
 Dep-Install libmng-1.0.10-4.fc12.i686
 Dep-Install libogg-2:1.2.0-1.fc13.i686
 Dep-Install liboil-0.3.16-4.fc12.i686
 Dep-Install libpng-2:1.2.43-1.fc13.i686
 Dep-Install libsndfile-1.0.20-5.fc13.i686
 Dep-Install libthai-0.1.14-2.fc13.i686
 Dep-Install libtheora-1:1.1.1-1.fc13.i686
 Dep-Install libtiff-3.9.2-3.fc13.i686
 Dep-Install libudev-151-10.fc13.i686
 Dep-Install libuuid-2.17.2-5.fc13.i686
 Dep-Install libvisual-0.4.0-9.fc12.i686
 Dep-Install libvorbis-1:1.3.1-1.fc13.i686
 Dep-Install libxml2-2.7.7-1.fc13.i686
 Dep-Install mesa-libGLU-7.8.1-6.fc13.i686
 Dep-Install ncurses-libs-5.7-7.20100130.fc13.i686
 Dep-Install openssl-1.0.0a-1.fc13.i686
 Dep-Install pango-1.28.0-1.fc13.i686
 Dep-Install phonon-4.4.1-2.fc13.i686
 Dep-Install phonon-backend-gstreamer-2:4.4.1-2.fc13.i686
 Dep-Install pixman-0.18.0-1.fc13.i686
 Dep-Install pulseaudio-libs-0.9.21-6.fc13.i686
 Dep-Install pulseaudio-libs-glib2-0.9.21-6.fc13.i686
 Install qt-1:4.6.2-20.fc13.i686
 Dep-Install qt-sqlite-1:4.6.2-20.fc13.i686
 Install qt-x11-1:4.6.2-20.fc13.i686
 Dep-Install readline-6.1-2.fc13.i686
 Dep-Install sqlite-3.6.22-1.fc13.i686
 Dep-Install tcp_wrappers-libs-7.6-58.fc13.i686



 L


GL

-- 
Suvayu

Open source is the future. It sets us free.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: skype for Fedora 13 X86_32

2010-10-18 Thread L
On Tue, Oct 19, 2010 at 3:05 PM, Suvayu Ali fatkasuvayu+li...@gmail.com wrote:
 On Monday 18 October 2010 08:46 PM, L wrote:
 Hi

 I have skype linux version (skype-2.1.0.81-fc10.i586)  installed  on
 Fedora 13 X86_64. I can't start, error is
 skype: error while loading shared libraries: libXv.so.1: cannot open
 shared object file: No such file or directory

 after install libXv.i686
 sudo yum install libXv.i686

 it showed another error
 skype: error while loading shared libraries: libXss.so.1: cannot open
 shared object file: No such file or directory

 It seems you don't have all the skype dependencies. How did you
 install skype? Did you use yum? A simple way to drag in all the
 dependencies would be to use something like this,

 # yum localinstall /path/to/skype.rpm

 FWIW, I am on a 64 bit system and I have a few 32 libraries installed
 for apps like skype. Below is a list of 32 bit rpms I installed after
 I installed skype as shown by yum history. Maybe this list will help
 you spot all the missing dependencies.

 Dep-Install cairo-1.8.10-1.fc13.i686
 Dep-Install cdparanoia-libs-10.2-9.fc13.i686
 Dep-Install dbus-libs-1:1.2.24-1.fc13.i686
 Dep-Install flac-1.2.1-6.fc12.i686
 Dep-Install fontconfig-2.8.0-1.fc13.i686
 Dep-Install freetype-freeworld-2.3.11-2.fc13.i686
 Dep-Install gamin-0.1.10-7.fc13.i686
 Dep-Install glib2-2.24.1-1.fc13.i686
 Dep-Install gstreamer-0.10.29-2.fc13.i686
 Dep-Install gstreamer-plugins-base-0.10.29-1.fc13.i686
 Dep-Install keyutils-libs-1.2-6.fc12.i686
 Dep-Install krb5-libs-1.7.1-10.fc13.i686
 Dep-Install lcms-libs-1.19-1.fc13.i686
 Dep-Install libICE-1.0.6-2.fc13.i686
 Dep-Install libSM-1.1.0-7.fc12.i686
 Install     libXScrnSaver-1.2.0-1.fc12.i686
 Dep-Install libXcursor-1.1.10-4.fc13.i686
 Dep-Install libXft-2.1.14-1.fc13.i686
 Dep-Install libXi-1.3-2.fc13.i686
 Dep-Install libXinerama-1.1-2.fc13.i686
 Dep-Install libXrandr-1.3.0-5.fc13.i686
 Dep-Install libXrender-0.9.5-1.fc13.i686
 Dep-Install libXtst-1.0.99.2-3.fc12.i686
 Dep-Install libasyncns-0.8-1.fc13.i686
 Dep-Install libcom_err-1.41.10-6.fc13.i686
 Dep-Install libgudev1-151-10.fc13.i686
 Dep-Install libmng-1.0.10-4.fc12.i686
 Dep-Install libogg-2:1.2.0-1.fc13.i686
 Dep-Install liboil-0.3.16-4.fc12.i686
 Dep-Install libpng-2:1.2.43-1.fc13.i686
 Dep-Install libsndfile-1.0.20-5.fc13.i686
 Dep-Install libthai-0.1.14-2.fc13.i686
 Dep-Install libtheora-1:1.1.1-1.fc13.i686
 Dep-Install libtiff-3.9.2-3.fc13.i686
 Dep-Install libudev-151-10.fc13.i686
 Dep-Install libuuid-2.17.2-5.fc13.i686
 Dep-Install libvisual-0.4.0-9.fc12.i686
 Dep-Install libvorbis-1:1.3.1-1.fc13.i686
 Dep-Install libxml2-2.7.7-1.fc13.i686
 Dep-Install mesa-libGLU-7.8.1-6.fc13.i686
 Dep-Install ncurses-libs-5.7-7.20100130.fc13.i686
 Dep-Install openssl-1.0.0a-1.fc13.i686
 Dep-Install pango-1.28.0-1.fc13.i686
 Dep-Install phonon-4.4.1-2.fc13.i686
 Dep-Install phonon-backend-gstreamer-2:4.4.1-2.fc13.i686
 Dep-Install pixman-0.18.0-1.fc13.i686
 Dep-Install pulseaudio-libs-0.9.21-6.fc13.i686
 Dep-Install pulseaudio-libs-glib2-0.9.21-6.fc13.i686
 Install     qt-1:4.6.2-20.fc13.i686
 Dep-Install qt-sqlite-1:4.6.2-20.fc13.i686
 Install     qt-x11-1:4.6.2-20.fc13.i686
 Dep-Install readline-6.1-2.fc13.i686
 Dep-Install sqlite-3.6.22-1.fc13.i686
 Dep-Install tcp_wrappers-libs-7.6-58.fc13.i686



 L


 GL

 --
 Suvayu

 Open source is the future. It sets us free.
 --
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


I did installation as
yum localinstall /path/to/skype.rpm

It did not require the dependencies. I will try skype.repo as the
above suggested. thanks




-- 
Linux Toys
http://linuxishbell.wordpress.com/
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: skype for Fedora 13 X86_32

2010-10-18 Thread L
On Tue, Oct 19, 2010 at 3:05 PM, Suvayu Ali fatkasuvayu+li...@gmail.com wrote:
 On Monday 18 October 2010 08:46 PM, L wrote:
 Hi

 I have skype linux version (skype-2.1.0.81-fc10.i586)  installed  on
 Fedora 13 X86_64. I can't start, error is
 skype: error while loading shared libraries: libXv.so.1: cannot open
 shared object file: No such file or directory

 after install libXv.i686
 sudo yum install libXv.i686

 it showed another error
 skype: error while loading shared libraries: libXss.so.1: cannot open
 shared object file: No such file or directory

 It seems you don't have all the skype dependencies. How did you
 install skype? Did you use yum? A simple way to drag in all the
 dependencies would be to use something like this,

 # yum localinstall /path/to/skype.rpm

 FWIW, I am on a 64 bit system and I have a few 32 libraries installed
 for apps like skype. Below is a list of 32 bit rpms I installed after
 I installed skype as shown by yum history. Maybe this list will help
 you spot all the missing dependencies.

 Dep-Install cairo-1.8.10-1.fc13.i686
 Dep-Install cdparanoia-libs-10.2-9.fc13.i686
 Dep-Install dbus-libs-1:1.2.24-1.fc13.i686
 Dep-Install flac-1.2.1-6.fc12.i686
 Dep-Install fontconfig-2.8.0-1.fc13.i686
 Dep-Install freetype-freeworld-2.3.11-2.fc13.i686
 Dep-Install gamin-0.1.10-7.fc13.i686
 Dep-Install glib2-2.24.1-1.fc13.i686
 Dep-Install gstreamer-0.10.29-2.fc13.i686
 Dep-Install gstreamer-plugins-base-0.10.29-1.fc13.i686
 Dep-Install keyutils-libs-1.2-6.fc12.i686
 Dep-Install krb5-libs-1.7.1-10.fc13.i686
 Dep-Install lcms-libs-1.19-1.fc13.i686
 Dep-Install libICE-1.0.6-2.fc13.i686
 Dep-Install libSM-1.1.0-7.fc12.i686
 Install     libXScrnSaver-1.2.0-1.fc12.i686
 Dep-Install libXcursor-1.1.10-4.fc13.i686
 Dep-Install libXft-2.1.14-1.fc13.i686
 Dep-Install libXi-1.3-2.fc13.i686
 Dep-Install libXinerama-1.1-2.fc13.i686
 Dep-Install libXrandr-1.3.0-5.fc13.i686
 Dep-Install libXrender-0.9.5-1.fc13.i686
 Dep-Install libXtst-1.0.99.2-3.fc12.i686
 Dep-Install libasyncns-0.8-1.fc13.i686
 Dep-Install libcom_err-1.41.10-6.fc13.i686
 Dep-Install libgudev1-151-10.fc13.i686
 Dep-Install libmng-1.0.10-4.fc12.i686
 Dep-Install libogg-2:1.2.0-1.fc13.i686
 Dep-Install liboil-0.3.16-4.fc12.i686
 Dep-Install libpng-2:1.2.43-1.fc13.i686
 Dep-Install libsndfile-1.0.20-5.fc13.i686
 Dep-Install libthai-0.1.14-2.fc13.i686
 Dep-Install libtheora-1:1.1.1-1.fc13.i686
 Dep-Install libtiff-3.9.2-3.fc13.i686
 Dep-Install libudev-151-10.fc13.i686
 Dep-Install libuuid-2.17.2-5.fc13.i686
 Dep-Install libvisual-0.4.0-9.fc12.i686
 Dep-Install libvorbis-1:1.3.1-1.fc13.i686
 Dep-Install libxml2-2.7.7-1.fc13.i686
 Dep-Install mesa-libGLU-7.8.1-6.fc13.i686
 Dep-Install ncurses-libs-5.7-7.20100130.fc13.i686
 Dep-Install openssl-1.0.0a-1.fc13.i686
 Dep-Install pango-1.28.0-1.fc13.i686
 Dep-Install phonon-4.4.1-2.fc13.i686
 Dep-Install phonon-backend-gstreamer-2:4.4.1-2.fc13.i686
 Dep-Install pixman-0.18.0-1.fc13.i686
 Dep-Install pulseaudio-libs-0.9.21-6.fc13.i686
 Dep-Install pulseaudio-libs-glib2-0.9.21-6.fc13.i686
 Install     qt-1:4.6.2-20.fc13.i686
 Dep-Install qt-sqlite-1:4.6.2-20.fc13.i686
 Install     qt-x11-1:4.6.2-20.fc13.i686
 Dep-Install readline-6.1-2.fc13.i686
 Dep-Install sqlite-3.6.22-1.fc13.i686
 Dep-Install tcp_wrappers-libs-7.6-58.fc13.i686




I tried the repo

sudo yum install skype --nogpgcheck
Loaded plugins: presto, refresh-packagekit
Setting up Install Process
Resolving Dependencies
-- Running transaction check
--- Package skype.i586 0:2.1.0.81-fc10 set to be installed
-- Finished Dependency Resolution

Dependencies Resolved

=
 Package  ArchVersion
   RepositorySize
=
Installing:
 skypei586
2.1.0.81-fc10   skype
19 M

Transaction Summary
=
Install   1 Package(s)

Total size: 19 M
Installed size: 24 M
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing : skype-2.1.0.81-fc10.i586
  1/1

Installed:
  skype.i586 0:2.1.0.81-fc10

Complete!

It did not ask any dependence, failed to start again


skype
skype: error while loading shared libraries: libXss.so.1: cannot open
shared object file: No such file or directory



 L


 GL

 --
 Suvayu

 Open source is the future. It sets us free.
 --
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 

Re: skype for Fedora 13 X86_32

2010-10-18 Thread JD
  On 10/18/2010 09:22 PM, L wrote:

 I tried the repo

 sudo yum install skype --nogpgcheck
 Loaded plugins: presto, refresh-packagekit
 Setting up Install Process
 Resolving Dependencies
 --  Running transaction check
 ---  Package skype.i586 0:2.1.0.81-fc10 set to be installed
 --  Finished Dependency Resolution

 Dependencies Resolved

 =
   Package  ArchVersion
 RepositorySize
 =
 Installing:
   skypei586
 2.1.0.81-fc10   skype
 19 M

 Transaction Summary
 =
 Install   1 Package(s)

 Total size: 19 M
 Installed size: 24 M
 Is this ok [y/N]: y
 Downloading Packages:
 Running rpm_check_debug
 Running Transaction Test
 Transaction Test Succeeded
 Running Transaction
Installing : skype-2.1.0.81-fc10.i586
1/1

 Installed:
skype.i586 0:2.1.0.81-fc10

 Complete!

 It did not ask any dependence, failed to start again


 skype
 skype: error while loading shared libraries: libXss.so.1: cannot open
 shared object file: No such file or directory
So did you do
yum install libXScrnSaver  ??

That should get you going.

I recall some time ago, that skype did not package the rpm properly
to trigger the 2 dependencies on libXScrnSaver and libXv .


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: skype for Fedora 13 X86_32

2010-10-18 Thread L
On Tue, Oct 19, 2010 at 3:22 PM, L yuan...@gmail.com wrote:
 On Tue, Oct 19, 2010 at 3:05 PM, Suvayu Ali fatkasuvayu+li...@gmail.com 
 wrote:
 On Monday 18 October 2010 08:46 PM, L wrote:
 Hi

 I have skype linux version (skype-2.1.0.81-fc10.i586)  installed  on
 Fedora 13 X86_64. I can't start, error is
 skype: error while loading shared libraries: libXv.so.1: cannot open
 shared object file: No such file or directory

 after install libXv.i686
 sudo yum install libXv.i686

 it showed another error
 skype: error while loading shared libraries: libXss.so.1: cannot open
 shared object file: No such file or directory

 It seems you don't have all the skype dependencies. How did you
 install skype? Did you use yum? A simple way to drag in all the
 dependencies would be to use something like this,

 # yum localinstall /path/to/skype.rpm

 FWIW, I am on a 64 bit system and I have a few 32 libraries installed
 for apps like skype. Below is a list of 32 bit rpms I installed after
 I installed skype as shown by yum history. Maybe this list will help
 you spot all the missing dependencies.

I manually installed


libXv.i686
libXScrnSaver.i686
 qt.i686
 qt-x11.i686 and its depeendencies

Now skype works



 Dep-Install cairo-1.8.10-1.fc13.i686
 Dep-Install cdparanoia-libs-10.2-9.fc13.i686
 Dep-Install dbus-libs-1:1.2.24-1.fc13.i686
 Dep-Install flac-1.2.1-6.fc12.i686
 Dep-Install fontconfig-2.8.0-1.fc13.i686
 Dep-Install freetype-freeworld-2.3.11-2.fc13.i686
 Dep-Install gamin-0.1.10-7.fc13.i686
 Dep-Install glib2-2.24.1-1.fc13.i686
 Dep-Install gstreamer-0.10.29-2.fc13.i686
 Dep-Install gstreamer-plugins-base-0.10.29-1.fc13.i686
 Dep-Install keyutils-libs-1.2-6.fc12.i686
 Dep-Install krb5-libs-1.7.1-10.fc13.i686
 Dep-Install lcms-libs-1.19-1.fc13.i686
 Dep-Install libICE-1.0.6-2.fc13.i686
 Dep-Install libSM-1.1.0-7.fc12.i686
 Install     libXScrnSaver-1.2.0-1.fc12.i686
 Dep-Install libXcursor-1.1.10-4.fc13.i686
 Dep-Install libXft-2.1.14-1.fc13.i686
 Dep-Install libXi-1.3-2.fc13.i686
 Dep-Install libXinerama-1.1-2.fc13.i686
 Dep-Install libXrandr-1.3.0-5.fc13.i686
 Dep-Install libXrender-0.9.5-1.fc13.i686
 Dep-Install libXtst-1.0.99.2-3.fc12.i686
 Dep-Install libasyncns-0.8-1.fc13.i686
 Dep-Install libcom_err-1.41.10-6.fc13.i686
 Dep-Install libgudev1-151-10.fc13.i686
 Dep-Install libmng-1.0.10-4.fc12.i686
 Dep-Install libogg-2:1.2.0-1.fc13.i686
 Dep-Install liboil-0.3.16-4.fc12.i686
 Dep-Install libpng-2:1.2.43-1.fc13.i686
 Dep-Install libsndfile-1.0.20-5.fc13.i686
 Dep-Install libthai-0.1.14-2.fc13.i686
 Dep-Install libtheora-1:1.1.1-1.fc13.i686
 Dep-Install libtiff-3.9.2-3.fc13.i686
 Dep-Install libudev-151-10.fc13.i686
 Dep-Install libuuid-2.17.2-5.fc13.i686
 Dep-Install libvisual-0.4.0-9.fc12.i686
 Dep-Install libvorbis-1:1.3.1-1.fc13.i686
 Dep-Install libxml2-2.7.7-1.fc13.i686
 Dep-Install mesa-libGLU-7.8.1-6.fc13.i686
 Dep-Install ncurses-libs-5.7-7.20100130.fc13.i686
 Dep-Install openssl-1.0.0a-1.fc13.i686
 Dep-Install pango-1.28.0-1.fc13.i686
 Dep-Install phonon-4.4.1-2.fc13.i686
 Dep-Install phonon-backend-gstreamer-2:4.4.1-2.fc13.i686
 Dep-Install pixman-0.18.0-1.fc13.i686
 Dep-Install pulseaudio-libs-0.9.21-6.fc13.i686
 Dep-Install pulseaudio-libs-glib2-0.9.21-6.fc13.i686
 Install     qt-1:4.6.2-20.fc13.i686
 Dep-Install qt-sqlite-1:4.6.2-20.fc13.i686
 Install     qt-x11-1:4.6.2-20.fc13.i686
 Dep-Install readline-6.1-2.fc13.i686
 Dep-Install sqlite-3.6.22-1.fc13.i686
 Dep-Install tcp_wrappers-libs-7.6-58.fc13.i686




 I tried the repo

 sudo yum install skype --nogpgcheck
 Loaded plugins: presto, refresh-packagekit
 Setting up Install Process
 Resolving Dependencies
 -- Running transaction check
 --- Package skype.i586 0:2.1.0.81-fc10 set to be installed
 -- Finished Dependency Resolution

 Dependencies Resolved

 =
  Package                      Arch                        Version
                           Repository                    Size
 =
 Installing:
  skype                        i586
 2.1.0.81-fc10                           skype
 19 M

 Transaction Summary
 =
 Install       1 Package(s)

 Total size: 19 M
 Installed size: 24 M
 Is this ok [y/N]: y
 Downloading Packages:
 Running rpm_check_debug
 Running Transaction Test
 Transaction Test Succeeded
 Running Transaction
  Installing     : skype-2.1.0.81-fc10.i586
                                                          1/1

 Installed:
  skype.i586 0:2.1.0.81-fc10

 Complete!

 It did not ask any dependence, failed to start again


 skype
 skype: error while loading shared libraries: libXss.so.1: cannot open
 shared object file: No such file or 

Re: skype for Fedora 13 X86_32

2010-10-18 Thread Chris Smart
On Tue, Oct 19, 2010 at 3:31 PM, L yuan...@gmail.com wrote:
 I manually installed


 libXv.i686
 libXScrnSaver.i686
  qt.i686
  qt-x11.i686 and its depeendencies

 Now skype works


You can get yum to tell you what package contains that required file -
a bit manual, but the easiest way to find if there's a package
available to solve your problem:

yum provides */libXv.so.1

libXv-1.0.5-1.fc13.i686 : X.Org X11 libXv runtime library
Repo: fedora
Matched from:
Filename: /usr/lib/libXv.so.1

-c
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines