Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script throws some errors #26

Closed
skulltech opened this issue Jun 17, 2017 · 2 comments
Closed

Script throws some errors #26

skulltech opened this issue Jun 17, 2017 · 2 comments

Comments

@skulltech
Copy link
Contributor

sumit@sumit-HP-Pavilion-Notebook:~/Coding/ProxyMan$ ./main.sh 


ProxyMan
=========
Tool to set up system wide proxy settings on Linux.
馃専 Star it  :  https://github.com/himanshub16/ProxyMan 

 The following options are available : 
 set     :  Set proxy settings 
 unset   :  Unset proxy settings 
 list    :  List current settings 


 Enter your choice : unset

 Enter targets where you want to modify settings : 
 | 1 | All of them ... Don't bother me
 | 2 | Terminal / Bash (current user) 
 | 3 | Environment variables (/etc/environment)
 | 4 | apt/dnf (package manager)
 | 5 | Desktop settings (GNOME/Ubuntu)
 | 6 | npm
 | 7 | Dropbox
 | 8 | Git

 Enter your choices ( separate multiple choices by a space  ) 
 ? 1

Someone wants to unset all
[sudo] password for sumit: 
GLib-GIO-Message: Using the 'memory' GSettings backend.  Your settings will not be saved or shared with other applications.
GLib-GIO-Message: Using the 'memory' GSettings backend.  Your settings will not be saved or shared with other applications.
GLib-GIO-Message: Using the 'memory' GSettings backend.  Your settings will not be saved or shared with other applications.
GLib-GIO-Message: Using the 'memory' GSettings backend.  Your settings will not be saved or shared with other applications.
GLib-GIO-Message: Using the 'memory' GSettings backend.  Your settings will not be saved or shared with other applications.
GLib-GIO-Message: Using the 'memory' GSettings backend.  Your settings will not be saved or shared with other applications.
GLib-GIO-Message: Using the 'memory' GSettings backend.  Your settings will not be saved or shared with other applications.
GLib-GIO-Message: Using the 'memory' GSettings backend.  Your settings will not be saved or shared with other applications.
GLib-GIO-Message: Using the 'memory' GSettings backend.  Your settings will not be saved or shared with other applications.
GLib-GIO-Message: Using the 'memory' GSettings backend.  Your settings will not be saved or shared with other applications.

Done! Thanks for using :)
sumit@sumit-HP-Pavilion-Notebook:~/Coding/ProxyMan$ 
@himanshub16
Copy link
Owner

Hi @skulltech Sorry for late response.
Would like to have more information about where did you try this command (GNOME/other DE/TTY)?

@himanshub16
Copy link
Owner

Had been long since I last paid attention to this issue! 馃槩
This thread describes a solution to this issue which worked for me.

export GIO_EXTRA_MODULES=/usr/lib/x86_64-linux-gnu/gio/modules/

However, I had to fix the path as per my system. This is a workaround. The details are available at https://developer.gnome.org/gio/stable/running-gio-apps.html.

The solution appears to use dconf and use dconf-settings backend as stated on the linked page.
However, couldn't find any article stating the same.

This comment can act as reference in case someone else strikes on the same issue. Hope Google finds it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants