FS#35928 - [skype] Skype won't start correctly

Attached to Project: Community Packages
Opened by Eric Donkersloot (lordchaos) - Tuesday, 25 June 2013, 14:11 GMT
Last edited by Dave Reisner (falconindy) - Tuesday, 25 June 2013, 14:16 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

After installing the latest version of Skype (4.2.0.11-2): the program no longer starts:

/usr/bin/skype: line 13: exec: PULSE_LATENCY_MSEC=30: not found

The following line needs to be changed in /usr/bin/skype to fix this:

exec PULSE_LATENCY_MSEC=30 "$LIBDIR/skype/skype" "$@"

should be:

PULSE_LATENCY_MSEC=30 exec "$LIBDIR/skype/skype" "$@"
This task depends upon

Closed by  Dave Reisner (falconindy)
Tuesday, 25 June 2013, 14:16 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#35927 

Loading...