poppler transition
Dear maintainers, please refrain from updating the packages below until poppler 0.16.7-2 as currently in unstable reaches testing, as the transition is almost ready. Thanks. Masayuki Hatta (mhatta) cups (U) Osamu Aoki xpdf (U) Michael Banck referencer Dave Beckett poppler (U) Michael Biebl evince (U) gnome-python-desktop (U) tracker Laurent Bigonville gnome-python-desktop (U) Luca Bruno pdf2djvu (U) Ross Burton poppler (U) Hubert Chathi popplerkit.framework (U) Arnaud Cornet ruby-gnome2 Debian CUPS Maintainers cups Debian GNOME Maintainers evince gnome-python-desktop (U) Debian GNUstep maintainers popplerkit.framework Debian LibreOffice Maintainers libreoffice Debian Med Packaging Team gdcm Debian Qt/KDE Maintainers koffice Debian Ruby Extras Maintainers ruby-gnome2 (U) Debian TeX Maintainers luatex texlive-bin Debian Xfce Maintainers tumbler Ubuntu Developers calibre Yavor Doganov popplerkit.framework (U) Sebastian Dröge evince (U) Christoph Egger pdfgrep Rene Engelhard libreoffice (U) Lionel Le Folgoc tumbler (U) Lukas Gaertner apvlv Michael Gilbert xpdf Philipp Kern pdf2svg Georges Khaznadar auto-multiple-choice Frank Küster texlive-bin (U) Frank Küster luatex (U) Roger Leigh cups (U) Jeff Licquia cups (U) Ana Beatriz Guerrero Lopez koffice (U) Mathieu Malaterre gdcm (U) Loic Minier gnome-python-desktop poppler Ricardo Mones webkit2pdf Emilio Pozuelo Monfort evince (U) gnome-python-desktop (U) Josselin Mouette evince (U) gnome-python-desktop (U) poppler (U) Kenshi Muto cups (U) Barak A. Pearlmutter pdf-presenter-console Yves-Alexis Perez epdfview tumbler (U) Frederic Peters evince (U) Martin Pitt calibre (U) cups (U) Ari Pollak gimp Norbert Preining luatex (U) texlive-bin (U) Wolfram Quester inkscape Martin-Éric Racine cups (U) Sebastian Ramacher zathura Steve M. Robbins gdcm (U) pdftoipe José L. Redrejo Rodríguez gambas2 Michael Schutte ruby-gnome2 (U) Carlo Segre xournal Raúl Sánchez Siles koffice (U) Daniel Stender gummi pdf2djvu Antonio Terceiro ruby-gnome2 (U) Paul van Tilburg ruby-gnome2 (U) Andreas Tille gdcm (U) Pino Toscano poppler (U) Alessio Treglia gnome-commander (U) Michael Vogt gnome-commander Jakub Wilk zathura (U) Neil Williams gpdftext Alexander Wirt pdfcube Kind regards, Philipp Kern -- .''`. Philipp KernDebian Developer : :' : http://philkern.de Stable Release Manager `. `' xmpp:p...@0x539.de Wanna-Build Admin `-finger pkern/k...@db.debian.org signature.asc Description: Digital signature
Bug#590326: konqueror: Middle click in Konqueror kills mouse usage in KDE
I'm so glad to find this bug, I thought I was the only person on the Internet having this problem. Are the original posters still experiencing it with KDE 4.4 or 4.6, whichever you're on now ? This symptom, of middle-click in Konqueror putting the mouse into an irrecoverable state, has been an intermittent problem for me since KDE3.5 days. I recently upgraded to Squeeze, although still running 3.5 (Trinity KDE 3.5.12), and now it's almost guaranteed to occur. I will try to replicate it on KDE4.4 as well, but I need the machine at the moment so can't really spare much time to experiment (hence why running Trinity until I can develop a new way of working for KDE4, my existing workflow habits depend on KDE3.5 so much). What I can say is: * using the 3.5 keyboard-status-applet, it seems that X becomes convinced that the middle button is stuck down, and nothing will make it release it. I don't know how to get this information out of KDE4 though. * it doesn't seem to depend on mouse driver, as I've forced X to use the old mouse_drv on /dev/input/mice, rather than auto-discovering via evdev, and I still have the problem. * it only seems to be Konqueror. Middle-click on maximise button or on a link or in the location bar will cause it, not always but often. * I've set EmulateWheel, EmulateWheelButton and Emulate3Buttons to "0", to avoid possible effects from extra button presses simulating middle-clicks or middle-drags. I have a dump of the stream from /dev/input/mice taken when the problem occurred, if that is of use. Not looked at how to interpret it yet but I can upload if it's wanted. Maybe the problem on KDE4 is different from that on KDE3, but my hunch at present is that they may be related. If you guys are still experiencing it, it's probably worth our while taking this bug upstream. Nick -- To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110714152752.ga23...@leverton.org
Bug#633499: system-config-printer-kde: kcontrol KCModuleLoader::loadModule: This module has no valid entry symbol at all.
tags 633499 confirmed reassign 633499 python-kde4,python-qt4 found 633499 python-kde4/4:4.6.80-1 found 633499 python-qt4/4.8.3-2 thanks Hello, On sekmadienis 10 Liepa 2011 23:13:19 Michael Schmitt wrote: > Package: system-config-printer-kde > Version: 4:4.6.3-1 > Severity: grave > Justification: renders package unusable > > When opening the printer dialog following messages are printed in the > shell: > mschmitt@adrastea:~$ kcmshell4 system-config-printer-kde > kcmshell(21320)/python (plugin): Error while running factory function for > Python plugin: "system-config-printer-kde/system-config-printer-kde.py" > Traceback (most recent call last): > File "", line 18, in kpythonpluginfactory_bridge > File > "/usr/share/kde4/apps/system-config-printer-kde/system-config-printer-kde. > py", line 3999, in CreatePlugin kcm = u.makeui(component_data, > widget_parent) > File > "/usr/share/kde4/apps/system-config-printer-kde/system-config-printer-kde. > py", line 122, in makeui self.ui = PyKcm(component_data, parent, self) > File > "/usr/share/kde4/apps/system-config-printer-kde/system-config-printer-kde. > py", line 98, in __init__ uic.loadUi(unicode(APPDIR + "/" + > "system-config-printer.ui"), self) File > "/usr/lib/pymodules/python2.6/PyQt4/uic/__init__.py", line 221, in loadUi > return DynamicUILoader().loadUi(uifile, baseinstance) > File "/usr/lib/pymodules/python2.6/PyQt4/uic/Loader/loader.py", line 71, > in loadUi return self.parse(filename, basedir) > File "/usr/lib/pymodules/python2.6/PyQt4/uic/uiparser.py", line 886, in > parse actor(elem) > File "/usr/lib/pymodules/python2.6/PyQt4/uic/uiparser.py", line 729, in > createUserInterface self.traverseWidgetTree(elem) > File "/usr/lib/pymodules/python2.6/PyQt4/uic/uiparser.py", line 707, in > traverseWidgetTree handler(self, child) > File "/usr/lib/pymodules/python2.6/PyQt4/uic/uiparser.py", line 449, in > createLayout self.traverseWidgetTree(elem) > File "/usr/lib/pymodules/python2.6/PyQt4/uic/uiparser.py", line 707, in > traverseWidgetTree handler(self, child) > File "/usr/lib/pymodules/python2.6/PyQt4/uic/uiparser.py", line 486, in > handleItem self.traverseWidgetTree(elem) > File "/usr/lib/pymodules/python2.6/PyQt4/uic/uiparser.py", line 707, in > traverseWidgetTree handler(self, child) > File "/usr/lib/pymodules/python2.6/PyQt4/uic/uiparser.py", line 214, in > createWidget self.traverseWidgetTree(elem) > File "/usr/lib/pymodules/python2.6/PyQt4/uic/uiparser.py", line 707, in > traverseWidgetTree handler(self, child) > File "/usr/lib/pymodules/python2.6/PyQt4/uic/uiparser.py", line 214, in > createWidget self.traverseWidgetTree(elem) > File "/usr/lib/pymodules/python2.6/PyQt4/uic/uiparser.py", line 707, in > traverseWidgetTree handler(self, child) > File "/usr/lib/pymodules/python2.6/PyQt4/uic/uiparser.py", line 449, in > createLayout self.traverseWidgetTree(elem) > File "/usr/lib/pymodules/python2.6/PyQt4/uic/uiparser.py", line 707, in > traverseWidgetTree handler(self, child) > File "/usr/lib/pymodules/python2.6/PyQt4/uic/uiparser.py", line 486, in > handleItem self.traverseWidgetTree(elem) > File "/usr/lib/pymodules/python2.6/PyQt4/uic/uiparser.py", line 707, in > traverseWidgetTree handler(self, child) > File "/usr/lib/pymodules/python2.6/PyQt4/uic/uiparser.py", line 449, in > createLayout self.traverseWidgetTree(elem) > File "/usr/lib/pymodules/python2.6/PyQt4/uic/uiparser.py", line 707, in > traverseWidgetTree handler(self, child) > File "/usr/lib/pymodules/python2.6/PyQt4/uic/uiparser.py", line 486, in > handleItem self.traverseWidgetTree(elem) > File "/usr/lib/pymodules/python2.6/PyQt4/uic/uiparser.py", line 707, in > traverseWidgetTree handler(self, child) > File "/usr/lib/pymodules/python2.6/PyQt4/uic/uiparser.py", line 208, in > createWidget self.stack.push(self.setupObject(widget_class, parent, elem)) > File "/usr/lib/pymodules/python2.6/PyQt4/uic/uiparser.py", line 176, in > setupObject obj = self.factory.createQObject(clsname, name, args, > is_attribute) File "/usr/lib/pymodules/python2.6/PyQt4/uic/objcreator.py", > line 105, in createQObject classType = self.findQObjectType(classname) > File "/usr/lib/pymodules/python2.6/PyQt4/uic/objcreator.py", line 115, in > findQObjectType w = module.search(classname) > File "/usr/lib/pymodules/python2.6/PyQt4/uic/Loader/qobjectcreator.py", > line 92, in search self._modules[module] = __import__(module, {}, {}, > (cls,)) > ImportError: No module named kpushbutton > kcmshell(21320)/python (plugin): Failed to import module > kcmshell(21320)/kcontrol KCModuleLoader::loadModule: This module has no > valid entry symbol at all. The reason could be that it's still using > K_EXPORT_COMPONENT_FACTORY with a custom X-KDE-FactoryName which is not > supported anymore mschmitt@adrastea:~$ Apparently this is because python-qt4 still uses python-support while python- kde4 >= 4:4.6.80 uses dh_python2. Notably: # ln -s /usr/lib/python2.6/dist-packages/PyQt4/uic/w
Processed: Re: Bug#633499: system-config-printer-kde: kcontrol KCModuleLoader::loadModule: This module has no valid entry symbol at all.
Processing commands for cont...@bugs.debian.org: > tags 633499 confirmed Bug #633499 [system-config-printer-kde] system-config-printer-kde: kcontrol KCModuleLoader::loadModule: This module has no valid entry symbol at all. Added tag(s) confirmed. > reassign 633499 python-kde4,python-qt4 Bug #633499 [system-config-printer-kde] system-config-printer-kde: kcontrol KCModuleLoader::loadModule: This module has no valid entry symbol at all. Bug reassigned from package 'system-config-printer-kde' to 'python-kde4,python-qt4'. Bug No longer marked as found in versions kdeadmin/4:4.6.3-1. > found 633499 python-kde4/4:4.6.80-1 Bug #633499 [python-kde4,python-qt4] system-config-printer-kde: kcontrol KCModuleLoader::loadModule: This module has no valid entry symbol at all. The source python-kde4 and version 4:4.6.80-1 do not appear to match any binary packages Bug Marked as found in versions python-kde4/4:4.6.80-1. > found 633499 python-qt4/4.8.3-2 Bug #633499 [python-kde4,python-qt4] system-config-printer-kde: kcontrol KCModuleLoader::loadModule: This module has no valid entry symbol at all. Bug Marked as found in versions python-qt4/4.8.3-2. > thanks Stopping processing here. Please contact me if you need assistance. -- 633499: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=633499 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/handler.s.c.131067928318545.transcr...@bugs.debian.org
Bug#633915: [qtcreator] freeze when switching to qml design view
Package: qtcreator Version: 2.2.1-1 Severity: normal Now that the Qml plugin is installed, qtcreator freezes when switching to the Design view. Related bug and fix: https://bugs.gentoo.org/show_bug.cgi?id=36738 --- System information. --- Architecture: amd64 Kernel: Linux 2.6.39-2-amd64 Debian Release: wheezy/sid 500 unstable192.168.1.2 1 experimental192.168.1.2 --- Package information. --- Depends (Version) | Installed ===-+- = libqt4-help(>= 4:4.7.1) | 4:4.7.3-5 libqt4-sql-sqlite | 4:4.7.3-5 libc6(>= 2.2.5) | 2.13-10 libgcc1(>= 1:4.1.1) | 1:4.6.1-3 libqt4-declarative (>= 4:4.7.1) | 4:4.7.3-5 libqt4-designer(>= 4:4.7.1) | 4:4.7.3-5 libqt4-network (>= 4:4.7.1) | 4:4.7.3-5 libqt4-script (>= 4:4.7.1) | 4:4.7.3-5 libqt4-sql (>= 4:4.7.1) | 4:4.7.3-5 libqt4-svg (>= 4:4.7.1) | 4:4.7.3-5 libqt4-xml (>= 4:4.7.1) | 4:4.7.3-5 libqtcore4 (>= 4:4.7.1) | 4:4.7.3-5 libqtgui4 (>= 4:4.7.1) | 4:4.7.3-5 libqtwebkit4| 2.1.0~2011week13-2 libstdc++6 (>= 4.4.0) | 4.6.1-3 Recommends (Version) | Installed ==-+- === gdb| 7.2-1 make | 3.81-8.1 qt4-demos | qt4-dev-tools | 4:4.7.3-5 qt4-doc| 4:4.7.3-5 qtcreator-doc | 2.2.1-1 xterm | 270-1 OR x-terminal-emulator| Suggests (Version) | Installed -+-=== cmake| 2.8.5-1 git-core | 1:1.7.5.4-1 kdelibs5-data| 4:4.6.4-1 subversion | 1.6.17dfsg-1 -- To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/201107141838.19712.dpala...@uninorte.edu.co
Processed: fix remitent
Processing commands for cont...@bugs.debian.org: > submitter 633915 ! Bug #633915 [qtcreator] [qtcreator] freeze when switching to qml design view Changed Bug submitter to 'David Palacio ' from 'David Palacio ' > thanks Stopping processing here. Please contact me if you need assistance. -- 633915: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=633915 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/handler.s.c.131068744516301.transcr...@bugs.debian.org