This is with a Ubuntu 10.04. bash version is 4.1.5. The startupscript works flawlessly. Eg qcad -style motif tests OK. I also use it to run autostart scripts.
Curiously, here now pure qcad-bin (RC2) does not crash with the default theme, as it did half a year ago. This is not a gnome desktop, but an XFCE one, but the default theme, as seen from qtconfig, surely looks gtk-ish. I do not know, what has changed in the meantime. A quick google search turns out this post:
"http://www.qtcentre.org/threads/35092-QT-4-7-GdkPixbuf-WARNING-**-Bug!-loader-png-didn-t-set-an-error-on-failure"
Maybe the remedy therein helps:
- Code: Select all
sudo update-mime /usr/share/mime/
sudo update-mime-database /usr/share/mime/
HerbSmith, what do you say?