Bug 19443 - Reduce memory usage when running skype.
Summary: Reduce memory usage when running skype.
Status: RESOLVED WONTFIX
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: 5
Hardware: All Linux
Priority: Normal enhancement
Target Milestone: ---
Assignee: Sander Lepik
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-22 14:34 CEST by PC LX
Modified: 2017-06-16 14:07 CEST (History)
1 user (show)

See Also:
Source RPM: get-skype-4.3.0.37-5.mga5.nonfree.src.rpm
CVE:
Status comment:


Attachments

Description PC LX 2016-09-22 14:34:01 CEST
Description of problem:

Skype is loaded using a shell script (/usr/bin/skype) executed by bash. The way the script is now, a bash process stays idle, in memory, while skype is running.

With a small change to the script the bash process would only run in the beginning to launch skype.

/usr/bin/skype NOW:
#!/bin/bash
LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so /usr/share/skype/skype

/usr/bin/skype AFTER CHANGE:
#!/bin/bash
LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so exec /usr/share/skype/skype


Version-Release number of selected component (if applicable):

get-skype-4.3.0.37-5.mga5.nonfree


How reproducible:

Always
Marja Van Waes 2016-09-22 15:49:45 CEST

CC: (none) => marja11
Assignee: bugsquad => mageia

Comment 1 PC LX 2017-06-16 14:07:12 CEST
This version of skype will no longer work after the first of July so there is no point in fixing this now. Closing as RESOLVED/WONTFIX.

Status: NEW => RESOLVED
Resolution: (none) => WONTFIX


Note You need to log in before you can comment on or make changes to this bug.