View Single Post
Old 01-24-2012, 12:07 AM   #2
Ahmad Samir
Zealot
Ahmad Samir , Klaatu Barada Niktu!Ahmad Samir , Klaatu Barada Niktu!Ahmad Samir , Klaatu Barada Niktu!Ahmad Samir , Klaatu Barada Niktu!Ahmad Samir , Klaatu Barada Niktu!Ahmad Samir , Klaatu Barada Niktu!Ahmad Samir , Klaatu Barada Niktu!Ahmad Samir , Klaatu Barada Niktu!Ahmad Samir , Klaatu Barada Niktu!Ahmad Samir , Klaatu Barada Niktu!Ahmad Samir , Klaatu Barada Niktu!
 
Posts: 114
Karma: 5246
Join Date: Jul 2010
Device: none
You need to use /opt/sigil/sigil.sh, this script modifies the LD_LIBRARY_PATH so that the Qt libs bundled with Sigil can be loaded.

FWIW, the error you got with the Ubuntu package is probably due to your system defaulting to use the GTK+ Qt style, and it's complaining that it can't detect your current GTK style. Anyway, you can workaround that error by specifying the Qt style, e.g.:
Code:
$ sigil -style Cleanlooks
$ sigil -style Plastique
Ahmad Samir is offline   Reply With Quote