Version: (using KDE KDE 3.5.0) Installed from: Unlisted Binary Package OS: Linux I'm using Slackware 10.2 (stock system, without gnome), and when I try to open knetworkconf in Control Panel (and choose Slackware 10.0 or Slackware 10.1 -10.2 is not listed) it gives error: "Could not parse the XML file." When I download knetworkconf from linuxpackages (as a standalone app) it works fine (Slackware 10.2 is not listed there either) when I choose Slackware 10.1. I tried to change files in /opt/kde/share/apps/knetworkconf/backends (Slackware 10.1 to Slackware 10.2), and no luck.
Maybe it can help, I downloaded kde from: ftp://ftp.kde.org/pub/kde/stable/3.5/contrib/Slackware/10.2/ This is what is written in .xsession-errors: .... QMetaObject::findSignal:KNetworkConfModule: Conflict with KCModule::changed(bool) QMetaObject::findSignal:KNetworkConfModule: Conflict with KCModule::changed(bool) --get XML: <?xml version='1.0' encoding='UTF-8' standalone='yes'?> <!DOCTYPE network []> <network> <profiledb> </profiledb> </network> <!-- GST: end of request --> X Error: BadWindow (invalid Window parameter) 3 Major opcode: 19 Minor opcode: 0 Resource id: 0x1e001d0 --get XML: (null) OggS-SEEK: at 704 want 47096 got 23104 (diff-requested 46392) OggS-SEEK: at 47040 want 1032 got 0 (diff-requested -46008) XML -d list_ifaces: <?xml version='1.0' encoding='UTF-8' standalone='yes'?> <!DOCTYPE network-ifaces []> <network-ifaces> <interface> <addr>*.*.*.*</addr> <dev>ppp0</dev> <enabled>1</enabled> <mask>255.255.255.255</mask> <type>modem</type> </interface> <interface> <addr>127.0.0.1</addr> <dev>lo</dev> <enabled>1</enabled> <mask>255.0.0.0</mask> <type>loopback</type> </interface> <interface> <addr>192.168.100.12</addr> <bcast>192.168.100.255</bcast> <dev>eth0</dev> <enabled>1</enabled> <hwaddr>*:*:*:*:*:*</hwaddr> <mask>255.255.255.0</mask> <type>ethernet</type> </interface> </network-ifaces> <!-- GST: end of request --> QComboBox::changeItem: (kcbGwDevice) Index 0 out of range ...
This is a setup problem in your box, not a KNetworkConf bug. Slackware 10.2 support is still missing, I'll add it shortly.
On Thu, 29 Dec 2005 20:51:42 +0100, Juan Luis Baptiste <juan.baptiste@kdemail.net> wrote: [bugs.kde.org quoted mail] I didn't say that KNetworkConf has a bug. When I compile it from source or download it from linuxpackages.net it works fine (just complains about version of Slackware), but version in kde 3.5 just popup this error.
I confirm this problem, I happen the same with my Slackware 10.2 and I downloaded kde from: ftp://ftp.kde.org/pub/kde/stable/3.5/contrib/Slackware/10.2/ too