View Single Post
Old 03-02-2010, 04:08 PM   #15
Valloric
Created Sigil, FlightCrew
Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.
 
Valloric's Avatar
 
Posts: 1,982
Karma: 350515
Join Date: Feb 2008
Device: Kobo Clara HD
Quote:
Originally Posted by polyfragmentiert View Post
Using the menu and desktop links doesn't open Sigil at all, using /opt/sigil$ ./sigil.sh on the command line results in

Code:
/opt/sigil/./sigil: symbol lookup error: /usr/lib/libQtDBus.so.4: undefined symbol: _ZN14QObjectPrivate15checkWindowRoleEv
So the shell file doesn't load the needed Qt libs? What now? Sorry if the question should be quite dense.
Hm... the question is not dense, what you did should work.

Run these commands and report back:
Code:
cd /opt/sigil
LD_LIBRARY_PATH=$PWD
./sigil
Valloric is offline   Reply With Quote