cicku / libproxy

Automatically exported from code.google.com/p/libproxy
GNU Lesser General Public License v2.1
1 stars 0 forks source link

add check for MATE in GNOME3 module, check if a gsettings schema exists before use it #186

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The attached patch contains the following changes:
- check if MATE is running in GNOME3 module, given that MATE 1.5+ uses 
gsettings-desktop-schemas package for proxy settings
- check if a gsettings schema exists in pxgsettings, before use it in 
g_settings_new (as g_settings_new crashes if a schema doesnt exist)
- rename "client" object to "settings", to follow GSettings guidelines and 
forget GConf :)

Original issue reported on code.google.com by stefanokarapetsas on 15 Dec 2012 at 1:45

Attachments:

GoogleCodeExporter commented 8 years ago
Two parts of the patch are pushed...

- Check if MATE is running, use the gnome3 plugin
- Rename client to settings (minor cleanup).

will rebase the last part soon too..

Original comment by dominiqu...@gmail.com on 14 Feb 2013 at 8:37