Version: (using KDE KDE 3.1.3) Installed from: Mandrake RPMs OS: Linux Kppp in the version I have (in German - I suspect this has some importance) saves wrong values for the parameter "Flow control" in the local .kppprc file. It puts there for example the following values: when I choose "Hardware [CRTSCTS]" in the modem device options in the configuration dialog of kppp, then he saves in the file: FlowControl=Hardware [CRTSCTS] and if I choose "Software [XON/XOFF]" he puts in the file: FlowControl=Software [XON/XOFF] and if I choose "Keine" (which means: no flow control) then he puts in the file: FlowControl=Keine I'm sure that all three values are totally wrong, because, first, none is working (result: my modem never works with flowcontrol, causing slow upload and other problems) and, second, because in the standard .kppprc file in /usr/share/config/.kppprc it has the correct value! There it says: FlowControl=CRTSCTS And if I put this in my local .kppprc file, then flow control works perfectly, no more problems with slow upload and so on. So I think, the bug is, that instead of the right values (like CRTSCRTS and, XONXOFF (?), or No, he saves just the german text, exactly as it appears in the selection box in the configuration dialog of kppp... And this, naturally, can't work...
Good catch! Whoever had the idea of translating the config values forgot to adapt other parts of the code.
You need to log in before you can comment on or make changes to this bug.