View Single Post
Old 01-12-2019, 11:38 PM   #11
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,418
Karma: 27757236
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
when you run as normal user, you wil conect to an existing dbus session, so dbus-launch is not used When you run as a different user, there is no session,s hence the error.

It's likely some permissions problem somwehere, but it is deep inside Qt code, not calibre code, so I have no way of guessing what it might be. Your next steps if you want to debug further would be to generate the stack trace with debug symbols for Qt. Which means using the system Qt or building it on yor own and then using the system calibre or building calibre on your own from source.
kovidgoyal is online now   Reply With Quote