<div><div>Usual google advise to change Exec to: Exec=GDK_BACKEND=x11 totem %U<br></div><div>seamed to have no effect. <br></div></div><div><br></div><div>After few hours I found how to apply<br></div><div>'GDK_BACKEND=x11 totem' <br></div><div>in Nautilus<br></div><div><br></div><div>In file:<br></div><div>org.gnome.Totem.desktop<br></div><div>changed two lines so they look like:<br></div><div>Exec=/home/user/.local/bin/totemx11 %U<br></div><div>DBusActivatable=false<br></div><div><br></div><div>file totemx11:<br></div><div>#!/bin/sh<br></div><div>GDK_BACKEND=x11 /usr/bin/totem "$@"<br></div><div><br></div><div><br></div><div><br></div>