Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
Installing Additional SoftwareQuite a bit of additional software on top of the basic Ubuntu system will be needed. First I install using apt-get install:
![]() In order to get the camera correctly working (shows upside down) first install the 32 bit version of v4l1compat.so: apt-get install libv4l-0:i386. Then create the file Skype in /opt/bin with the following contents: LD_PRELOAD=/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so /usr/bin/skype Finally add /opt/bin to your execution path e.g. in .bash_profile. To get the skype button in the bar of start buttons to work, copy /usr/share/applications/skype to ~/.local/share/applications and modify the Exec line to point to /opt/bin/Skype
![]() Comments |