** Attachment added: "apport.apport.9ryBDT.apport"
   
https://bugs.launchpad.net/bugs/683250/+attachment/1750125/+files/apport.apport.9ryBDT.apport

** Description changed:

  Binary package hint: network-manager
  
  I found some bug on Kubuntu Natty Alpha1 and I want to report with
  ubuntu-bug. But this is what I get:
  
- 
  ubu...@ubuntu:~$ ubuntu-bug casper
  Traceback (most recent call last):
-   File "/usr/share/apport/apport-kde", line 461, in <module>
-     UserInterface = MainUserInterface()
-   File "/usr/share/apport/apport-kde", line 175, in __init__
-     sys.exit(self.run_argv())
-   File "/usr/lib/python2.6/dist-packages/apport/ui.py", line 563, in run_argv
-     return self.run_report_bug()
-   File "/usr/lib/python2.6/dist-packages/apport/ui.py", line 375, in 
run_report_bug
-     self.collect_info(symptom_script)
-   File "/usr/lib/python2.6/dist-packages/apport/ui.py", line 761, in 
collect_info
-     self.ui_start_info_collection_progress()
-   File "/usr/share/apport/apport-kde", line 333, in 
ui_start_info_collection_progress
-     _('The collected information can be sent to the developers '
-   File "/usr/share/apport/apport-kde", line 109, in __init__
-     Dialog.__init__(self, 'progress.ui', title, heading, text)
-   File "/usr/share/apport/apport-kde", line 57, in __init__
-     uic.loadUi(os.path.join(os.path.dirname(sys.argv[0]), ui), self)
-   File "/usr/lib/pymodules/python2.6/PyQt4/uic/__init__.py", line 185, in 
loadUi
-     return DynamicUILoader().loadUi(uifile, baseinstance)
-   File "/usr/lib/pymodules/python2.6/PyQt4/uic/Loader/loader.py", line 14, in 
__init__
-     UIParser.__init__(self, QtCore, QtGui, LoaderCreatorPolicy())
-   File "/usr/lib/pymodules/python2.6/PyQt4/uic/uiparser.py", line 91, in 
__init__
-     self.factory = QObjectCreator(creatorPolicy)
-   File "/usr/lib/pymodules/python2.6/PyQt4/uic/objcreator.py", line 61, in 
__init__
-     self._cwFilters.append(plugin_locals["getFilter"]())
-   File "<string>", line 23, in getFilter
+   File "/usr/share/apport/apport-kde", line 461, in <module>
+     UserInterface = MainUserInterface()
+   File "/usr/share/apport/apport-kde", line 175, in __init__
+     sys.exit(self.run_argv())
+   File "/usr/lib/python2.6/dist-packages/apport/ui.py", line 563, in run_argv
+     return self.run_report_bug()
+   File "/usr/lib/python2.6/dist-packages/apport/ui.py", line 375, in 
run_report_bug
+     self.collect_info(symptom_script)
+   File "/usr/lib/python2.6/dist-packages/apport/ui.py", line 761, in 
collect_info
+     self.ui_start_info_collection_progress()
+   File "/usr/share/apport/apport-kde", line 333, in 
ui_start_info_collection_progress
+     _('The collected information can be sent to the developers '
+   File "/usr/share/apport/apport-kde", line 109, in __init__
+     Dialog.__init__(self, 'progress.ui', title, heading, text)
+   File "/usr/share/apport/apport-kde", line 57, in __init__
+     uic.loadUi(os.path.join(os.path.dirname(sys.argv[0]), ui), self)
+   File "/usr/lib/pymodules/python2.6/PyQt4/uic/__init__.py", line 185, in 
loadUi
+     return DynamicUILoader().loadUi(uifile, baseinstance)
+   File "/usr/lib/pymodules/python2.6/PyQt4/uic/Loader/loader.py", line 14, in 
__init__
+     UIParser.__init__(self, QtCore, QtGui, LoaderCreatorPolicy())
+   File "/usr/lib/pymodules/python2.6/PyQt4/uic/uiparser.py", line 91, in 
__init__
+     self.factory = QObjectCreator(creatorPolicy)
+   File "/usr/lib/pymodules/python2.6/PyQt4/uic/objcreator.py", line 61, in 
__init__
+     self._cwFilters.append(plugin_locals["getFilter"]())
+   File "<string>", line 23, in getFilter
  ImportError: /usr/lib/pymodules/python2.6/PyKDE4/kio.so: undefined symbol: 
_ZN19KFileMetaDataWidget5eventEP6QEvent
  
- 
- This happen if I launch ubuntu-bug from konsole. If I switch to tty2 and type 
"ubuntu-bug apport" it let me to save the apport. I'll put it as attachment.
+ This happen if I launch ubuntu-bug from konsole. If I switch to tty2 and
+ type "ubuntu-bug apport" it let me to save the apport. I'll put it as
+ attachment.

** Package changed: network-manager (Ubuntu) => apport (Ubuntu)

** Description changed:

  Binary package hint: network-manager
  
  I found some bug on Kubuntu Natty Alpha1 and I want to report with
  ubuntu-bug. But this is what I get:
  
  ubu...@ubuntu:~$ ubuntu-bug casper
  Traceback (most recent call last):
    File "/usr/share/apport/apport-kde", line 461, in <module>
      UserInterface = MainUserInterface()
    File "/usr/share/apport/apport-kde", line 175, in __init__
      sys.exit(self.run_argv())
    File "/usr/lib/python2.6/dist-packages/apport/ui.py", line 563, in run_argv
      return self.run_report_bug()
    File "/usr/lib/python2.6/dist-packages/apport/ui.py", line 375, in 
run_report_bug
      self.collect_info(symptom_script)
    File "/usr/lib/python2.6/dist-packages/apport/ui.py", line 761, in 
collect_info
      self.ui_start_info_collection_progress()
    File "/usr/share/apport/apport-kde", line 333, in 
ui_start_info_collection_progress
      _('The collected information can be sent to the developers '
    File "/usr/share/apport/apport-kde", line 109, in __init__
      Dialog.__init__(self, 'progress.ui', title, heading, text)
    File "/usr/share/apport/apport-kde", line 57, in __init__
      uic.loadUi(os.path.join(os.path.dirname(sys.argv[0]), ui), self)
    File "/usr/lib/pymodules/python2.6/PyQt4/uic/__init__.py", line 185, in 
loadUi
      return DynamicUILoader().loadUi(uifile, baseinstance)
    File "/usr/lib/pymodules/python2.6/PyQt4/uic/Loader/loader.py", line 14, in 
__init__
      UIParser.__init__(self, QtCore, QtGui, LoaderCreatorPolicy())
    File "/usr/lib/pymodules/python2.6/PyQt4/uic/uiparser.py", line 91, in 
__init__
      self.factory = QObjectCreator(creatorPolicy)
    File "/usr/lib/pymodules/python2.6/PyQt4/uic/objcreator.py", line 61, in 
__init__
      self._cwFilters.append(plugin_locals["getFilter"]())
    File "<string>", line 23, in getFilter
  ImportError: /usr/lib/pymodules/python2.6/PyKDE4/kio.so: undefined symbol: 
_ZN19KFileMetaDataWidget5eventEP6QEvent
  
  This happen if I launch ubuntu-bug from konsole. If I switch to tty2 and
- type "ubuntu-bug apport" it let me to save the apport. I'll put it as
- attachment.
+ type "ubuntu-bug apport" it let me to save the report but not to report
+ it cause to another annoying bug. I'll put it as attachment.

-- 
apport-kde fails with ImportError: /usr/lib/pymodules/python2.6/PyKDE4/kio.so: 
undefined symbol: _ZN19KFileMetaDataWidget5eventEP6QEvent
https://bugs.launchpad.net/bugs/683250
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to