17
août
2012
ubuntu 12.10 : fixer le saut de fenêtres
août
2012
Un article de Rachel
Pas de commentaires
amis testeurs, vous avez du vous rendre compte que quand vous lanciez une application à fenêtres superposées, certaines sautillaient voire ne laissaient apparaitre que leur contour. En attendant le correctif lors de la publication de la version stable, voici comment palier au problème :
LIBOVERLAY_SCROLLBAR=0 nom_application
nom_application est à remplacer par le nom de votre application récalcitrante.
Cette astuce a été testé avec VLC, rythmbox. Si vous avez d’autres applications, faites un signe
Edit : pour Vlc, créer ce fichier .desktop
<code>#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Icon[fr_FR]=vlc
Name[fr_FR]=vlc
Exec=env LIBOVERLAY_SCROLLBAR=0 /usr/bin/vlc %U
Name=vlc
Icon=vlc</code>
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Icon[fr_FR]=vlc
Name[fr_FR]=vlc
Exec=env LIBOVERLAY_SCROLLBAR=0 /usr/bin/vlc %U
Name=vlc
Icon=vlc</code>
et supprimer ce fichier .conf : /home/votre_nom/.config/vlc/vlc-qt-interface.conf