diff -Nru python3-module-x2go-0.6.1.4-old/x2go/inifiles.py python3-module-x2go-0.6.1.4/x2go/inifiles.py --- python3-module-x2go-0.6.1.4-old/x2go/inifiles.py 2023-10-16 12:12:09.000000000 +0300 +++ python3-module-x2go-0.6.1.4/x2go/inifiles.py 2024-03-25 14:50:28.769362937 +0300 @@ -99,7 +99,7 @@ # here as we do not want to run into name conflicts between # X2Go ini file options and method / property names in # SafeConfigParser... This is a pre-cautious approach... - self.iniConfig = configparser.SafeConfigParser() + self.iniConfig = configparser.ConfigParser() self.iniConfig.optionxform = str _create_file = False