mjun / gnome-connection-manager

Tabbed SSH connection manager for GTK+ environments
GNU General Public License v3.0
90 stars 34 forks source link

Script started one time only #13

Open karpo518 opened 5 years ago

karpo518 commented 5 years ago

Im got dependencies and run script. The program worked correctly until it suddenly closed. I cant run it again.

First running(success):

python gnome_connection_manager.py
Invalid parameter in the configuration file: No section: 'options'
Floating point exception

Next running:

python gnome_connection_manager.py
Floating point exception

I saw the following error in /var/log/syslog: kernel: [12180.787204] traps: python[19671] trap divide error ip:7f7e02771caf sp:7fff471ca300 error:0 in libvte.so.9.2800.2[7f7e02739000+9c000]

I tried to delete and recreate the program folder, but it did not help.

Before the crash of the program, I created several connections. Then I changed one of the ciphers in the interface settings. I do not think that the error is related to specific actions, but it is possible that the program stores settings outside of its folder. How can I reset the settings?

Linux Mint 18.2 Cinnamon 64 bit Kernel 4.15.0-43-generic

mjun commented 5 years ago

Settings are stored in your home directory inside .gcm directory, or more specifically ~/.gcm/gcm.conf. Try editing gcm.conf manually or deleting ~/.gcm directory.

karpo518 commented 5 years ago

Thanks for the help. I restored the script. I replaced 1 string in config:

font = Times New Roman, 0 to font =

I assume that your script incorrectly handles the name of the font with spaces. Your script has a more pleasant interface than PAM Manager. I like it. I hope you can fix the problem.