[Kde-devel-es] qt4-designer no funciona
Jaime Herencia Enjuto
jhenjuto at gmail.com
Wed Feb 15 20:38:52 CET 2006
He tenido el mismo problema en Kubuntu Dapper y para solucionarlo basta con
definir la siguiente variable:
export LD_PRELOAD=libQtDesigner_debug.so.4;
antes de ejecutar designer-qt4
para hacerlo más sencillo hice el siguiente script:
#!/bin/bash
export LD_PRELOAD=libQtDesigner_debug.so.4;
/usr/bin/designer-qt4
y lo guardé en /usr/bin/designer
Muchas suerte y un saludo.
More information about the Kde-devel-es
mailing list