HOAB

History of a bug

Webex and linux

Rédigé par gorki Aucun commentaire

Le problème :

I know that many post have been written on the subject, but has I do not had a quick solution. Here is some few more information.

When connecting to webex from Linux, I had no sharing.

Solution :

First I used Firefox 64 and JVM 64. It doesn't work. Whatever I read on the net (from this link, or there).

So :

  1. Install i386 architecture
  2. install firefox32 (< 52.x otherwise Java is not working for now)
  3. create a separate profile
  4. install missing packages... (when starting firefox32)
  5. install 32bits JVM
  6. create a link to the JVM plugin in the new profile
  7. remove any shared plugin (for example JVM 64bits plugin in shared plugins library) : use plugins directory in profile

This is a quick & dirty, I'll try to update it after.

Useful tips :

  • about:plugins in firefox
    • if the 32bits plugins is not there, or the JVM64 is still there, don't go further, correct this
  • http://java.com/verify/
  • remove webex directory : ~/.webex
  • install missing packages for webex (ldd tips)
  • sometimes it can be long when you are behind a proxy

PlayOnLinux - Office 2010

Rédigé par gorki Aucun commentaire

Le problème :

L'installation d'Office 2010 sous Linux : Word, Excel, Powerpoint, Outlook.

Au départ l'installation plante : wine ne trouve pas libxext (cf ces recherches)

Puis il y avait un problèmes de polices Arial, Times new Roman non trouvée...

Solution :

Tout d'abord l'installation :

- je suis sous Debian / XFCE en architecture 64 bits. J'ai compris que malgré la présence de la librairie libxext6.so dans mon arborescence, wine recherchait la version 32 bits.

Donc comment installer la version 32bits de la librairie ? (réponse via ce site) :

sudo dpkg --print-architecture
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install wine32

On obtient ainsi la version 32bits de Wine.

Il reste à configurer PlayOnLinux pour utiliser la version 32 bits (dans Outils -> Versions de Wine, onglets 32bits, version 1.7.22 dans mon cas) et l'installation se passe correctement.

Ensuite les polices :

Une fois quelques documents ouverts, j'ai eu la mauvaise surprise d'avoir un affichage très moyen : je n'avais pas les bonnes polices d'écritures.

Après avoir tenter les solutions du net :

  1. To copy the fonts from my Windows "Fonts" folder to
/usr/share/fonts/truetype/ 
#and execute
fc-cache.
  1. To delete all "Arial" in the folders:
~/.PlayOnLinux/fonts
~/.PlayOnLinux/wineprefix/Office2010/drive_c/windows/Fonts/
  1. une personne était dans la même problématique et cette solution qui marche : installer le pack "Microsoft Fonts" via PlayOnLinux.
Fil RSS des articles de ce mot clé