Menu

How do I compile this please

Ty Tower
2016-12-23
2016-12-24
  • Ty Tower

    Ty Tower - 2016-12-23

    Can you tell me what I need to get past this or maybe an alternative setting or a way to make without it?

    gmtp

    (gMTP:31862): GLib-GIO-ERROR **: Settings schema 'org.gnome.gmtp' is not installed

    Trace/breakpoint trap

     

    Last edit: Ty Tower 2016-12-23
  • D.Kartaschew

    D.Kartaschew - 2016-12-24

    Hi Ty,

    gmtp relies on gconf (GTK2) or gsettings (GTK3) for application settings, and you would receive this error if the application schema has not been installed correctly.

    The gconf/gsettings schema for the correct GTK version is installed when "make install" is run.

    For manual installation of the application settings schema:

    GTK2:

    # /usr/bin/mkdir -p "/usr/local/share/gconf/schemas"
    # cp misc/gmtp.schemas /usr/local/share/gconf/schemas
    # `/usr/bin/gconftool-2 --get-default-source` /usr/bin/gconftool-2 --makefile-install-rule /usr/local/share/gconf/schemas/gmtp.schemas
    

    GTK3:

    # /usr/bin/mkdir -p "/usr/local/share/glib-2.0/schemas"
    # cp misc/org.gnome.gmtp.gschema.xml /usr/local/share/glib-2.0/schemas
    # glib-compile-schemas /usr/local/share/glib-2.0/schemas
    

    If you need anymore assistance please let me know.

    PS. More about gsettings can be found here: https://developer.gnome.org/GSettings/
    and more about gconf can be found here: https://projects.gnome.org/gconf/

    Kind regards,
    Darran

     
  • Ty Tower

    Ty Tower - 2016-12-24

    thanks I have it but in a different place -just copied the directory across

     

    Last edit: Ty Tower 2016-12-24

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.