Bug 117338 - Could not parse the XML file!!!
Summary: Could not parse the XML file!!!
Status: RESOLVED NOT A BUG
Alias: None
Product: knetworkconf
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Juan Luis Baptiste
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-30 10:42 UTC by ned123
Modified: 2006-01-24 23:46 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ned123 2005-11-30 10:42:01 UTC
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.
Comment 1 ned123 2005-11-30 10:57:47 UTC
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
...
Comment 2 Juan Luis Baptiste 2005-12-29 20:51:41 UTC
This is a setup problem in your box, not a KNetworkConf bug. Slackware 10.2 support is still missing, I'll add it shortly.
Comment 3 ned123 2005-12-30 07:58:35 UTC
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.
Comment 4 Dherik 2006-01-24 23:46:51 UTC
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