Hi all, As per https://projects.savoirfairelinux.com/issues/11581, we've now migrated the gnome client of SFLphone from GConf to GSettings.
One consequence of this is that if you are running sflphone without installing it, you will have to prepend the directory gnome/data to your XDG_DATA_DIRS environment variable, like so: XDG_DATA_DIRS=/home/tristan/sflphone/gnome/data:/usr/local/share:/usr/share ./sflphone-client-gnome or alternately you could use the new "run_client_uninstalled.sh" script, which is in the sflphone/gnome directory. Users of the nightly builds or users who install SFLphone in /usr or /usr/local should not be affected. If you install to an alternate path like /opt, you will have to add /opt/share to your XDG_DATA_DIRS environment variable, by adding the following to your .bashrc for example: export XDG_DATA_DIRS=/opt/share:/usr/local/share:/usr/share More info can be found here: http://developer.gnome.org/gio/stable/ch29.html Best, Tristan -- Tristan Matthews Développeur de logiciels libres [email protected] Ligne directe: 514-276-5468 poste 113 Fax : 514-276-5465 7275 Saint Urbain Bureau 200 Montréal, QC, H2R 2Y5 _______________________________________________ SFLphone mailing list [email protected] http://lists.savoirfairelinux.net/mailman/listinfo/sflphone
