- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Re: Skype silently crashes on Ubuntu.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Link to this reply
- Email to a Friend
- Report Inappropriate Content
16-04-2012 16:50
Re: Skype silently crashes on Ubuntu.
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Link to this reply
- Email to a Friend
- Report Inappropriate Content
24-04-2012 06:35 - edited 24-04-2012 06:41
hmm, would using wine along with skype.exe work?
it woudent be a perfect fix. but it might work.
Re: Skype silently crashes on Ubuntu.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Link to this reply
- Email to a Friend
- Report Inappropriate Content
24-04-2012 13:05
There is another thread discussing this right now [ [invalid URL] ], but I don't think that it will work well.
Re: Skype silently crashes on Ubuntu.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Link to this reply
- Email to a Friend
- Report Inappropriate Content
06-05-2012 21:49
Hi,
combining this
http://www.ubuntubuzz.com/2011/10/fixing-skype-error-in-ubunt
and this
http://smashingweb.ge6.org/install-skype-to-ubuntu-12-
to:
sudo apt-get remove --purge skype
sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
sudo apt-get install skype:i386
seem to fix the silent crash. It works for me on 32-bit Ubuntu 11.10 and 12.04.
Cheers,
Janek
Re: Skype silently crashes on Ubuntu.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Link to this reply
- Email to a Friend
- Report Inappropriate Content
09-05-2012 13:52
i have tried ubuntu 11.10 32 and 64 bit and skype was crashing silently like all of you...then i upgrade ubuntu to 12.04 64 bit and skype has continued to crash...Now i tried the "tips" from @janek and IT SEEM TO WORK!! SO THANKS!!
ps: sorry for my bad english ![]()
Re: Skype silently crashes on Ubuntu.
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Link to this reply
- Email to a Friend
- Report Inappropriate Content
09-05-2012 15:43 - edited 10-05-2012 08:37
Here a cool workaround
In crontab:
*/5 * * * * killall skype; while [ -n "`pgrep skype`" ]; do echo "waiting for skype to be killed..."; sleep 1; done && env DISPLAY=:0.0 /usr/bin/skype > /tmp/skype.log 2>&1
Re: Skype silently crashes on Ubuntu.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Link to this reply
- Email to a Friend
- Report Inappropriate Content
09-05-2012 18:39
what do this workaround?
Re: Skype silently crashes on Ubuntu.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Link to this reply
- Email to a Friend
- Report Inappropriate Content
10-05-2012 08:37
It kills the crashed skype process and starts a new one and this every 5 mins - i am experimenting with 15mins now...
Re: Skype silently crashes on Ubuntu.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Link to this reply
- Email to a Friend
- Report Inappropriate Content
14-05-2012 09:48
Well... that is not a work-around. It means that if you are in mids of a call, this routine will force-crash the call... quite the opposite of what we like
Re: Skype silently crashes on Ubuntu.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Link to this reply
- Email to a Friend
- Report Inappropriate Content
14-05-2012 09:54
Better ideas are very welcome! It is a workaround, because it still leaves you the flexibility to adjust the frequency of killing skype and you could accept or make calls only in the window of opportunity ![]()
