You are not logged in.

#1 2011-11-29 16:51:53

ezzetabi
Member
Registered: 2006-08-27
Posts: 947

skype crash on start fix should be in the package

I am referring to a well known problem of Skype.
As exposed in this thread skype cannot make its ~/.Skype/Logs directory and crashes on start.

What about making a small shell script that create the folder if needed and start the skype executable?

#!/bin/sh
mkdir -p ~/.Skype/Logs
skype_executable "$@"
return "$?"

Offline

#2 2011-11-29 17:30:12

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: skype crash on start fix should be in the package

Works for me (32-bit) out of the box (test call).

Offline

#3 2011-12-25 19:11:03

ezzetabi
Member
Registered: 2006-08-27
Posts: 947

Re: skype crash on start fix should be in the package

The fact it works for you does not mean the problem do not exist.

Offline

#4 2011-12-25 19:18:33

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: skype crash on start fix should be in the package

Sure, I was only saying that I can't reproduce it.

Offline

#5 2011-12-27 18:35:26

rickeyski
Member
Registered: 2011-01-27
Posts: 25

Re: skype crash on start fix should be in the package

No worries, but I can second the problem on 2 different 64-bit installs.

Offline

Board footer

Powered by FluxBB