sudo apt-get install:
libdbus-c++-dev
libgtk-3-dev
libwebkitgtk-3.0-dev
libnotify4-dev
at first i used libnotify-dev, and got a confusing error
Gtk-ERROR **: GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported
ldd indicated that libgtk-x11-2.0.so.0 was used
use libnotify4-dev instead (doesn't link against gtk directly)
config file (sflphoned.yml) wasn't automatically being created
copied my 0.9.2 file and it worked fine
might have missed it, but didn't see a basic starting point for generating one
believe this is already fixed in version control
starting the client failed with a segmentation fault - appears that it was failing to get codecs
may be related to 0.9.2 still being installed
corrected this problem by starting the daemon explicitly first
No comments:
Post a Comment