Changes between Version 2 and Version 3 of 64BitIssues


Ignore:
Timestamp:
Mar 9, 2011 11:46:57 PM (13 years ago)
Author:
thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 64BitIssues

    v2 v3  
    2929
    3030The 64bit version of flash-plugin is currently unsupported by adobe, it's available on labs.adobe.com at http://labs.adobe.com/downloads/flashplayer10.html
     31This is however unsupported at this point, the last update was November 30th, 2010 as of March 9, 2011.
    3132
     33The recommended method of using flash is to use the 32bit version and the 64bit wrapper on it.  This can be achieved using the helper package *flash-plugin64* which has appropriate requires lines to get the flash-plugin wrapped properly.
    3234
     35== skype ==
    3336
     37Skype also requires sssd-client.i686.  It also requires libv4l.i686 to properly use a webcam. The following script should be used as a wrapper to start skype.
     38{{{
     39#!sh
     40#!/bin/bash
     41
     42if [ -x /usr/bin/skype ]; then
     43        LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so /usr/bin/skype
     44fi
     45}}}
     46