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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script started one time only #13

Open
karpo518 opened this issue Jan 30, 2019 · 2 comments
Open

Script started one time only #13

karpo518 opened this issue Jan 30, 2019 · 2 comments

Comments

@karpo518
Copy link

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
Copy link
Owner

mjun commented Jan 30, 2019

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
Copy link
Author

karpo518 commented Jan 30, 2019

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.

daradermody pushed a commit to daradermody/gnome-connection-manager that referenced this issue May 11, 2020
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