Bug#304679: i386 port should not compile code for i686
Package: kdelibs Version: 3.3.2-4.0.2 Tracing why kdebase does not compile for me on a k6-2: ] configure:28296: /usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -impl actest.h actest.ui > ] actest.cpp ] configure:28299: $? = 0 ] configure:28313: result: no ] configure:28316: error: you need to install kdelibs first. I got out this subtle error: Conflict in /usr/lib/kde3/plugins/designer/kdewidgets.so: Plugin uses incompatible Qt library! expected build key "i586 Linux g++-3.* full-config", got "i686 Linux g++-3.* full-config" I inspected kdelibs source, found many i686 references. I changed them to i586, recompiled kdelibs and all errors dissapeared now. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#304679: i386 port should not compile code for i686
It seems that my explanation was not very clear; sorry for my bad English. As you appointed, I was rebuilding all the KDE-related packages: qt, kdelibs and kdebase. I got the above error at kdebase compilation, related to kdelibs. However, after that, I reinstalled the _original_ qt and kdelibs packages, and I was unable to build kdebase too (same error). This error dissapeared only when I compiled kdelibs with the following lines changed: kdelibs-3.3.2/DEBUG:This GDB was configured as "i686-pc-linux-gnu"... kdelibs-3.3.2/DEBUG:This GDB was configured as "i686-pc-linux-gnu"... kdelibs-3.3.2/admin/config.guess: *Pent*|*Celeron) UNAME_MACHINE=i686 ;; kdelibs-3.3.2/admin/config.guess: && UNAME_MACHINE=i686 kdelibs-3.3.2/admin/config.guess: && UNAME_MACHINE=i686 kdelibs-3.3.2/admin/config.guess: *86) UNAME_PROCESSOR=i686 ;; kdelibs-3.3.2/admin/config.sub: basic_machine=i686-pc kdelibs-3.3.2/admin/config.sub: basic_machine=i686-pc kdelibs-3.3.2/admin/config.sub: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` kdelibs-3.3.2/admin/config.sub: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` kdelibs-3.3.2/debian/patches/02_autotools_update.diff: *86) UNAME_PROCESSOR=i686 ;; to 'i586' (as long as my k6-2 is a i586). It seems that some Debian binaries are i686 ones. Feel free to remove this bug if you think that few people will be concerned about this. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#304679: i386 port should not compile code for i686
Here you are: strings libqt-mt.so.3.3.4 | grep full-config writes: i586 Linux g++-3.* full-config and strings kdewidgets.so | grep full-config buildkey=i586 Linux g++-3.* full-config -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#479851: qt4-x11: should use external webkit library
On Sat, Jul 05, 2008 at 09:32:36PM -0400, Michael Gilbert wrote: > i would like to see the qt, gtk, and webkit.org webkit libraries > merge at some point. Regardless of whether this was ever feasible or not, both Qt and Chromium have left the WebKit project, so I guess we can close this bug? Berto -- 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/20140209210358.ga10...@igalia.com
Bug#479851: qt4-x11: should use external webkit library
On Sun, Feb 09, 2014 at 06:44:58PM -0300, Lisandro Damián Nicanor Pérez Meyer wrote: > That being said, I would **love** to see Qt using the system > webkit/whatever. I don't see how this is even possible. WebKitGTK+ and WebKitQt are not just API layers on top of WebCore (which is where the bulk of the WebKit code is): - WebCore it does not provide a stable API on top of which the Qt/GTK+/EFL/etc. ones are written. As a matter of fact, it changes every week. - Although WebCore itself is largely platform-independent, significant parts of its code are not. And this is not something that can be "fixed" because it is like that by design. Berto -- 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/20140209215913.gb13...@igalia.com
Bug#731394:
The only way to stop jovie is to pause it. If you disable it (either general settings or secondary click/configure jovie - general - click on enable text-to-speech system to disable it) it will come back on every minute to tell you the time im running up-to-date jessie -- To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/calkubt6qmdpa+sr91ztydoa0ahjssab46-43xph_nxu_reu...@mail.gmail.com
Bug#783293: browsers using webkit crash with 'illegal instruction' on i586
On Mon, May 18, 2015 at 12:33:13PM +0100, Mark Hindley wrote: > This patch at least fixes the environment variable so that > JavaScriptCoreUseJIT=0 is honoured as a work-araound. If this is not working properly then it should be fixed upstream. You're using 2.4.x, right? I anyway wonder, what's the problem with the current code? Doesn't the part inside #if USE(CF) || OS(UNIX) handle this already? > --- /tmp/VM.cpp 2015-05-18 12:04:42.183140915 +0100 > +++ /tmp/VM-edited.cpp2015-05-18 12:16:41.478098153 +0100 > @@ -135,6 +135,11 @@ > } > > #if USE(CF) > +#if OS(UNIX) > +char* canUseJITString = getenv("JavaScriptCoreUseJIT"); > +if (canUseJITString) > + return !canUseJITString || atoi(canUseJITString); > +#endif // OS(UNIX) > #if COMPILER(GCC) && !COMPILER(CLANG) > // FIXME: remove this once the EWS have been upgraded to LLVM. > // Work around a bug of GCC with strict-aliasing. > @@ -146,11 +151,6 @@ > RetainPtr canUseJIT = > adoptCF(CFPreferencesCopyAppValue(canUseJITKey, > kCFPreferencesCurrentApplication)); > if (canUseJIT) > return kCFBooleanTrue == canUseJIT.get(); > -#endif > - > -#if USE(CF) || OS(UNIX) > -char* canUseJITString = getenv("JavaScriptCoreUseJIT"); > -return !canUseJITString || atoi(canUseJITString); > #else > return true; > #endif Berto -- To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20150518141859.GA5799@perseus.local
Bug#783293: browsers using webkit crash with 'illegal instruction' on i586
On Mon, May 18, 2015 at 03:28:09PM +0100, Mark Hindley wrote: > > I anyway wonder, what's the problem with the current code? Doesn't > > the part inside #if USE(CF) || OS(UNIX) handle this already? > > I think the current code returns from the line > > return kCFBooleanTrue == canUseJIT.get(); Hmmm... but that would be inside an #if USE(CF) block, I think that's only enabled in Mac. Berto -- To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20150518150747.ga11...@igalia.com
Bug#915390: clazy: Segmentation fault compiling any file
Package: clazy Version: 1.4-3 Severity: grave Justification: renders package unusable Dear Maintainer, attempting to compile any file on my system results in a segfault. Could it be that a runtime dependency is missing from d/control? Steps to reproduce: > touch a.cpp > clazy a.cpp #0 0x7f825a95352a llvm::sys::PrintStackTrace(llvm::raw_ostream&) (/usr/lib/x86_64-linux-gnu/libLLVM-6.0.so.1+0x92152a) #1 0x7f825a95164e llvm::sys::RunSignalHandlers() (/usr/lib/x86_64-linux-gnu/libLLVM-6.0.so.1+0x91f64e) #2 0x7f825a9517dd (/usr/lib/x86_64-linux-gnu/libLLVM-6.0.so.1+0x91f7dd) #3 0x7f825dc2b8e0 __restore_rt (/lib/x86_64-linux-gnu/libpthread.so.0+0x128e0) #4 0x7f8254bc6ac4 (/usr/lib/x86_64-linux-gnu/libLLVM-7.so.1+0x106dac4) #5 0x7f82543e9c78 llvm::WebAssemblyTargetWasmStreamer::emitGlobalImport(llvm::StringRef) (/usr/lib/x86_64-linux-gnu/libLLVM-7.so.1+0x890c78) #6 0x7f825dca90ca (/lib64/ld-linux-x86-64.so.2+0xf0ca) #7 0x7f825dca91d6 (/lib64/ld-linux-x86-64.so.2+0xf1d6) #8 0x7f825dcad253 (/lib64/ld-linux-x86-64.so.2+0x13253) #9 0x7f8259a41adf _dl_catch_exception (/lib/x86_64-linux-gnu/libc.so.6+0x133adf) #10 0x7f825dcacb1a (/lib64/ld-linux-x86-64.so.2+0x12b1a) #11 0x7f82594a0276 __asprintf (/lib/x86_64-linux-gnu/libdl.so.2+0x1276) #12 0x7f8259a41adf _dl_catch_exception (/lib/x86_64-linux-gnu/libc.so.6+0x133adf) #13 0x7f8259a41b6f _dl_catch_error (/lib/x86_64-linux-gnu/libc.so.6+0x133b6f) #14 0x7f82594a0975 (/lib/x86_64-linux-gnu/libdl.so.2+0x1975) #15 0x7f82594a0331 dlopen (/lib/x86_64-linux-gnu/libdl.so.2+0x1331) #16 0x7f825a93dc53 llvm::sys::DynamicLibrary::HandleSet::DLOpen(char const*, std::__cxx11::basic_string, std::allocator >*) (/usr/lib/x86_64-linux-gnu/libLLVM-6.0.so.1+0x90bc53) #17 0x7f825a93def2 llvm::sys::DynamicLibrary::getPermanentLibrary(char const*, std::__cxx11::basic_string, std::allocator >*) (/usr/lib/x86_64-linux-gnu/libLLVM-6.0.so.1+0x90bef2) #18 0x55d0d6d7daba clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/usr/lib/llvm-6.0/bin/clang+0x8e9aba) #19 0x55d0d68d8678 cc1_main(llvm::ArrayRef, char const*, void*) (/usr/lib/llvm-6.0/bin/clang+0x444678) #20 0x55d0d68c8117 main (/usr/lib/llvm-6.0/bin/clang+0x434117) #21 0x7f8259930b17 __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x22b17) #22 0x55d0d68d665a _start (/usr/lib/llvm-6.0/bin/clang+0x44265a) Stack dump: 0. Program arguments: /usr/lib/llvm-6.0/bin/clang -cc1 -triple x86_64-pc-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -discard-value-names -main-file-name a.cpp -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -resource-dir /usr/lib/llvm-6.0/lib/clang/6.0.1 -internal-isystem /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8 -internal-isystem /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/x86_64-linux-gnu/c++/8 -internal-isystem /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/x86_64-linux-gnu/c++/8 -internal-isystem /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../../include/c++/8/backward -internal-isystem /usr/include/clang/6.0.1/include/ -internal-isystem /usr/local/include -internal-isystem /usr/lib/llvm-6.0/lib/clang/6.0.1/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /home/alberto/tmp/biolim/build_clazy -ferror-limit 19 -fmessage-length 190 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -fcolor-diagnostics -load ClangLazy.so -add-plugin clang-lazy -o /tmp/a-239fc9.o -x c++ a.cpp clang: error: unable to execute command: Segmentation fault clang: error: clang frontend command failed due to signal (use -v to see invocation) clang version 6.0.1-9.2 (tags/RELEASE_601/final) Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin clang: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script. clang: error: unable to execute command: Bus error clang: note: diagnostic msg: Error generating preprocessed source(s). -- System Information: Debian Release: buster/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.18.0-1-amd64 (SMP w/8 CPU cores) Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8), LANGUAGE= (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages clazy depends on: ii libc6 2.27-8 ii libgcc1 1:8.2.0-9 ii libllvm71:7-6 ii libstdc++6 8.2.0-9 clazy recommends no packages.
Bug#783293: browsers using webkit crash with 'illegal instruction' on i586
Control: tags -1 - wontfix + patch On Mon, May 18, 2015 at 12:33:13PM +0100, Mark Hindley wrote: > I have been bitten by this too: all of my webkit browsers crash with > SIGILL since upgrading to Jessie on non SSE hardware. I've been reproducing this, I think the solution is as easy as disabling JIT in non-SSE2 hardware. I'll test it a bit more and upload a new package if this solves the problem. --- webkitgtk.orig/Source/JavaScriptCore/runtime/VM.cpp +++ webkitgtk/Source/JavaScriptCore/runtime/VM.cpp @@ -134,6 +134,11 @@ static bool enableAssembler(ExecutableAl return false; } +#if CPU(X86) +if (!isSSE2Present()) +return false; +#endif + #if USE(CF) #if COMPILER(GCC) && !COMPILER(CLANG) // FIXME: remove this once the EWS have been upgraded to LLVM. Berto
Bug#951588: kontact: akonadi is not operational
Package: kontact Version: 4:19.08.3-1 Severity: grave Justification: renders package unusable Application: Akonadi Control (akonadi_control), signal: Aborted Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [Current thread is 1 (Thread 0x7ff192558800 (LWP 1433258))] Thread 5 (Thread 0x7ff189e1f700 (LWP 1433262)): #0 0x7ff195d5abef in __GI___poll (fds=0x7ff1800021e0, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29 #1 0x7ff19510710e in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #2 0x7ff19510722f in g_main_context_iteration () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #3 0x7ff1962e381b in QEventDispatcherGlib::processEvents(QFlags) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #4 0x7ff19628c71b in QEventLoop::exec(QFlags) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #5 0x7ff1960cd731 in QThread::exec() () from /usr/lib/x86_64-linux- gnu/libQt5Core.so.5 #6 0x7ff196bf14e6 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5 #7 0x7ff1960ce8b2 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #8 0x7ff195c52fb7 in start_thread (arg=) at pthread_create.c:486 #9 0x7ff195d651af in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 Thread 4 (Thread 0x7ff18a703700 (LWP 1433261)): #0 0x7ff195d5abef in __GI___poll (fds=0x55fdcd713ff0, nfds=2, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29 #1 0x7ff19510710e in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #2 0x7ff195107473 in g_main_loop_run () from /usr/lib/x86_64-linux- gnu/libglib-2.0.so.0 #3 0x7ff18b9c89e6 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0 #4 0x7ff19512fd7d in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #5 0x7ff195c52fb7 in start_thread (arg=) at pthread_create.c:486 #6 0x7ff195d651af in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 Thread 3 (Thread 0x7ff18af04700 (LWP 1433260)): #0 0x7ff195d5abef in __GI___poll (fds=0x55fdcd6ffb90, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29 #1 0x7ff19510710e in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #2 0x7ff19510722f in g_main_context_iteration () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #3 0x7ff195107281 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #4 0x7ff19512fd7d in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #5 0x7ff195c52fb7 in start_thread (arg=) at pthread_create.c:486 #6 0x7ff195d651af in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 Thread 2 (Thread 0x7ff1912c6700 (LWP 1433259)): #0 0x7ff195d5abef in __GI___poll (fds=0x7ff1912c5ca8, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29 #1 0x7ff194ff1cf7 in ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1 #2 0x7ff194ff391a in xcb_wait_for_event () from /usr/lib/x86_64-linux- gnu/libxcb.so.1 #3 0x7ff191eabca0 in ?? () from /usr/lib/x86_64-linux- gnu/libQt5XcbQpa.so.5 #4 0x7ff1960ce8b2 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #5 0x7ff195c52fb7 in start_thread (arg=) at pthread_create.c:486 #6 0x7ff195d651af in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 Thread 1 (Thread 0x7ff192558800 (LWP 1433258)): [KCrash Handler] #6 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 #7 0x7ff195c90535 in __GI_abort () at abort.c:79 #8 0x55fdcbc662e2 in akMessageHandler (type=QtFatalMsg, msg=..., context=...) at ./src/shared/akdebug.cpp:205 #9 akMessageHandler (type=, context=..., msg=...) at ./src/shared/akdebug.cpp:194 #10 0x55fdcbc6834e in (anonymous namespace)::RemoteLogger::dbusLogger (type=QtFatalMsg, ctx=..., msg=...) at ./src/shared/akremotelog.cpp:178 #11 0x7ff1960c64b1 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #12 0x7ff1960c65c9 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #13 0x7ff196096a44 in QMessageLogger::fatal(char const*, ...) const () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #14 0x55fdcbc3c4e1 in AgentManager::AgentManager (this=0x7ffd636395f0, verbose=, parent=) at /usr/include/x86_64-linux- gnu/qt5/QtCore/qlogging.h:91 #15 0x55fdcbc3e374 in main (argc=, argv=) at ./src/akonadicontrol/main.cpp:76 [Inferior 1 (process 1433258) detached] -- System Information: Debian Release: bullseye/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'stable-updates'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.4.0-3-amd64 (SMP w/4 CPU cores) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8), LANGUAGE=en_GB:en (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages kontact depends on:
Bug#292389: korganizer: -geometry option
Package: korganizer Version: 4:3.3.2-1 Severity: normal korganizer -geometry x++ does not set x while correctly set + furthermore, it does not always remember last dimensions and positions (it is expeccted to?). -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.7 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages korganizer depends on: ii kdelibs4 4:3.3.2-1 KDE core libraries ii ktnef4:3.3.2-1 KDE TNEF viewer ii libart-2.0-2 2.3.16-6Library of functions for 2D graphi ii libc62.3.2.ds1-20GNU C Library: Shared libraries an ii libgcc1 1:3.4.3-7 GCC support library ii libice6 4.3.0.dfsg.1-10 Inter-Client Exchange library ii libidn11 0.5.2-3 GNU libidn library, implementation ii libkcal2a4:3.3.2-1 KDE calendaring library ii libkdepim1 4:3.3.2-1 KDE PIM library ii libkgantt0 4:3.3.2-1 KDE gantt charting library ii libkpimexchange1 4:3.3.2-1 KDE PIM Exchange library ii libkpimidentities1 4:3.3.2-1 KDE PIM user identity information ii libpng12-0 1.2.8rel-1 PNG library - runtime ii libqt3c102-mt3:3.3.3-8 Qt GUI Library (Threaded runtime v ii libsm6 4.3.0.dfsg.1-10 X Window System Session Management ii libstdc++5 1:3.3.5-6 The GNU Standard C++ Library v3 ii libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li ii libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte ii libxrender1 0.8.3-7 X Rendering Extension client libra ii perl 5.8.4-5 Larry Wall's Practical Extraction ii xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu ii zlib1g 1:1.2.2-4 compression library - runtime -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#839039: kate: crashes when closing with CTRL-w an empty tab among others
Package: kate Version: 4:16.04.2-1 Severity: important Dear Maintainer, Closing with CTRL-w a tab from which all text has been removed leads Kate to crashing. Thanks for your work, -- Alberto. *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? * What exactly did you do (or not do) that was effective (or ineffective)? * What was the outcome of this action? * What outcome did you expect instead? *** End of the template - remove these template lines *** -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages kate depends on: ii kate5-data 4:16.04.2-1 ii ktexteditor-katepart 5.25.0-1 ii libc62.23-5 ii libgit2-24 0.24.1-2 ii libkf5activities55.25.0-1 ii libkf5bookmarks5 5.25.0-1 ii libkf5completion55.25.0-1 ii libkf5configcore55.25.0-1 ii libkf5configgui5 5.25.0-1 ii libkf5configwidgets5 5.25.0-1 ii libkf5coreaddons55.25.0-1 ii libkf5dbusaddons55.25.0-1 ii libkf5guiaddons5 5.25.0-1 ii libkf5i18n5 5.25.0-1 ii libkf5iconthemes55.25.0-1 ii libkf5itemmodels55.25.0-1 ii libkf5jobwidgets55.25.0-1 ii libkf5kiocore5 5.25.0-1 ii libkf5kiofilewidgets55.25.0-1 ii libkf5kiowidgets55.25.0-1 ii libkf5newstuff5 5.25.0-1 ii libkf5parts5 5.25.0-1 ii libkf5plasma55.25.0-1 ii libkf5service-bin5.25.0-1 ii libkf5service5 5.25.0-1 ii libkf5texteditor55.25.0-1 ii libkf5textwidgets5 5.25.0-1 ii libkf5threadweaver5 5.25.0-1 ii libkf5wallet-bin 5.25.0-1 ii libkf5wallet55.25.0-1 ii libkf5widgetsaddons5 5.25.0-1 ii libkf5windowsystem5 5.25.0-1 ii libkf5xmlgui55.25.0-1 ii libqt5core5a 5.6.1+dfsg-3+b1 ii libqt5dbus5 5.6.1+dfsg-3+b1 ii libqt5gui5 5.6.1+dfsg-3+b1 ii libqt5sql5 5.6.1+dfsg-3+b1 ii libqt5widgets5 5.6.1+dfsg-3+b1 ii libqt5xml5 5.6.1+dfsg-3+b1 ii libstdc++6 6.1.1-11 ii plasma-framework 5.25.0-1 ii qml-module-org-kde-kquickcontrolsaddons 5.25.0-1 ii qml-module-qtquick-layouts 5.6.1-2 ii qml-module-qtquick2 5.6.1-8 kate recommends no packages. Versions of packages kate suggests: ii aspell 0.60.7~20110707-3+b1 ii ispell 3.4.00-5 ii khelpcenter4:16.04.2-2 ii konsole-kpart 4:16.04.2-1 -- no debconf information
Bug#839038: konsole crashes when pasting long text snippets
Package: konsole Version: 4:16.04.2-1 Severity: normal Dear Maintainer, Upon pasting a large text buffer (~11Kb), Konsole crashes. The problem did not exist in the Debian 'Stable' version. Thanks a lot, -- Alberto. *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? * What exactly did you do (or not do) that was effective (or ineffective)? * What was the outcome of this action? * What outcome did you expect instead? *** End of the template - remove these template lines *** -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages konsole depends on: ii konsole-kpart 4:16.04.2-1 ii libc6 2.23-5 ii libkf5completion5 5.25.0-1 ii libkf5configcore5 5.25.0-1 ii libkf5configgui55.25.0-1 ii libkf5configwidgets55.25.0-1 ii libkf5coreaddons5 5.25.0-1 ii libkf5i18n5 5.25.0-1 ii libkf5iconthemes5 5.25.0-1 ii libkf5kdelibs4support5 5.25.0-1 ii libkf5kiowidgets5 5.25.0-1 ii libkf5notifyconfig5 5.25.0-1 ii libkf5widgetsaddons55.25.0-1 ii libkf5windowsystem5 5.25.0-1 ii libkf5xmlgui5 5.25.0-1 ii libqt5core5a5.6.1+dfsg-3+b1 ii libqt5gui5 5.6.1+dfsg-3+b1 ii libqt5widgets5 5.6.1+dfsg-3+b1 ii libstdc++6 6.1.1-11 konsole recommends no packages. konsole suggests no packages. -- no debconf information
Bug#1057755: Qt WebEngine Security Support In Stable
On Wed, Dec 13, 2023 at 08:49:55PM -0700, Soren Stoutner wrote: > Currently there is no real security support for Qt WebEngine in > stable, which is an oversight that might surprise many Debian users. > The purpose of this discussion is to figure out the best way to > change that. Hello, I would like to offer my (outsider) perspective as the Debian WebKitGTK / WPE WebKit maintainer. I'm not too familiar with the Qt, KDE or Chromium release cycles, but having that in mind I think that although I welcome the efforts to provide security support to the Qt WebEngine I also share Adrian's concerns that this is probably not going to be an easy task. For reference, in the case of WebKitGTK, and as it was correctly pointed out, Debian didn't provide security support for a long time. We started talking about it ages ago but it took years of work before it finally happened. Off the top of my head: - The project created a policy to support Debian and Ubuntu LTS by not bumping the dependencies: https://docs.webkit.org/Ports/WebKitGTK%20and%20WPE%20WebKit/DependenciesPolicy.html We had the explicit goal to support those distros, I was part of those conversations. This was coordinated with Apple so they e.g. would not start using too recent C++ features that would require us to use a new compiler. In practice WebKitGTK would continue working for a while after the officially supported period (we were still providing security updates for buster during H1 2023). - Strong API / ABI stability. Although we don't have LTS releases any stable WebKitGTK build works with any app linked against an earlier version. If some of the basic dependencies have a major API / ABI break (soup2 -> soup3, gtk3 -> gtk4) we keep supporting the old versions for as long as it's feasible. We currently have three different sets of binary packages from the same sources so older apps can still use the latest WebKitGTK packages. - WebKitGTK and WPE publish security advisories, thanks also to the good relationship that we have with Apple, which allows us to have up-to-date information about the CVEs that affect us. - Before having official security support in Debian we were providing stable updates via backports starting from jessie. It wasn't until buster (3-4 years later) that WebKitGTK got officially supported, thanks also to the good track record of security updates that Ubuntu had due to the great work of Jeremy Bicha. - And even with all that in our favor, keeping WebKitGTK up-to-date and properly supported is not a trivial amount of work, and we could also not avoid having the occasional regression, sometimes our fault (#1035469) and sometimes due to problems in other packages (#1054150). If you still want to give it a go maybe try updating the Qt WebEngine via backports first, although if that requires that the Qt / KDE maintainers stick to a specific LTE branch then you need to coordinate that with them first. One last thing: when you say "When the LTS in stable is no longer supported, security patches can be backported from the current LTS to the one in stable" I think you might be underestimating the complexity of doing that. Web engines are extremely active projects (WebKit has some 50 commits per day, and if I'm reading GitHub's numbers correctly Chromium has 10 times more). Identifying and backporting the security fixes (of which Chromium has a lot) is not a joke. And I think that's all from my side, I hope this was useful. Regards, Berto
Bug#580706: kmail crashes with akonadi
Hi, I did a clean debian testing install. then I installed kmail, but when I start it, akonadi shows an error and kmail crashes. Here goes the error report that akonadi does. I have also a question; is neccesary to have running mysql to be able to run kmail? BR, Alberto. Akonadi Server Self-Test Report === Test 1: SUCCESS Database driver found. Details: The QtSQL driver 'QMYSQL' is required by your current Akonadi server configuration and was found on your system. File content of '/root/.config/akonadi/akonadiserverrc': [%General] Driver=QMYSQL SizeThreshold=4096 ExternalPayload=false [QMYSQL] Name=akonadi Host= User= Password= Options="UNIX_SOCKET=/root/.local/share/akonadi/db_misc/mysql.socket" ServerPath=/usr/sbin/mysqld StartServer=true Test 2: SUCCESS MySQL server found. Details: You currently have configured Akonadi to use the MySQL server '/usr/sbin/mysqld'. Make sure you have the MySQL server installed, set the correct path and ensure you have the necessary read and execution rights on the server executable. The server executable is typically called 'mysqld', its locations varies depending on the distribution. Test 3: SUCCESS MySQL server is executable. Details: MySQL server found: /usr/sbin/mysqld Ver 5.1.49-2 for debian-linux-gnu on x86_64 ((Debian)) Test 4: SUCCESS No current MySQL error log found. Details: The MySQL server did not report any errors during this startup into '/root/.local/share/akonadi/db_data/mysql.err'. Test 5: SUCCESS MySQL server default configuration found. Details: The default configuration for the MySQL server was found and is readable at /etc/akonadi/mysql-global.conf. File content of '/etc/akonadi/mysql-global.conf': # # Global Akonadi MySQL server settings, # These settings can be adjusted using $HOME/.config/akonadi/mysql-local.conf # # Based on advice by Kris Köhntopp # [mysqld] skip_grant_tables skip_networking # strict query parsing/interpretation # TODO: make Akonadi work with those settings enabled #sql_mode=strict_trans_tables,strict_all_tables,strict_error_for_division_by_zero,no_auto_create_user,no_auto_value_on_zero,no_engine_substitution,no_zero_date,no_zero_in_date,only_full_group_by,pipes_as_concat #sql_mode=strict_trans_tables # use InnoDB for transactions and better crash recovery default_storage_engine=innodb # case-insensitive table names, avoids trouble on windows lower_case_table_names=1 character_set_server=latin1 collation_server=latin1_general_ci table_cache=200 thread_cache_size=3 log_bin=mysql-bin expire_logs_days=3 #sync_bin_log=0 # error log file name, relative to datadir log_error=mysql.err log_warnings=2 # log all queries, useful for debugging but generates an enormous amount of data #log=mysql.full # log queries slower than n seconds, log file name relative to datadir (for debugging only) #log_slow_queries=mysql.slow #long_query_time=1 # log queries not using indices, debug only, disable for production use #log_queries_not_using_indexes=1 # maximum blob size max_allowed_packet=32M max_connections=256 # makes sense when having the same query multiple times # makes no sense with prepared statements and/or transactions query_cache_type=0 query_cache_size=0 innodb_file_per_table=1 innodb_log_buffer_size=1M innodb_additional_mem_pool_size=1M # messure database size and adjust # SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_schema.tables WHERE table_schema not in ("mysql", "information_schema"); innodb_buffer_pool_size=80M # size of average write burst, keep Innob_log_waits small, keep Innodb_buffer_pool_wait_free small (see show global status like "inno%", show global variables) innodb_log_file_size=64M innodb_flush_log_at_trx_commit=2 Test 6: SKIP MySQL server custom configuration not available. Details: The custom configuration for the MySQL server was not found but is optional. Test 7: SUCCESS MySQL server configuration is usable. Details: The MySQL server configuration was found at /root/.local/share/akonadi/mysql.conf and is readable. File content of '/root/.local/share/akonadi/mysql.conf': # # Global Akonadi MySQL server settings, # These settings can be adjusted using $HOME/.config/akonadi/mysql-local.conf # # Based on advice by Kris Köhntopp # [mysqld] skip_grant_tables skip_networking # strict query parsing/interpretation # TODO: make Akonadi work with those settings enabled #sql_mode=strict_trans_tables,strict_all_tables,strict_error_for_division_by_zero,no_auto_create_user,no_auto_value_on_zero,no_engine_substitution,no_zero_date,no_zero_in_date,only_full_group_by,pipes_as_concat #sql_mode=strict_trans_tables # use InnoDB for transactions and better crash recovery default_storage_engine=innodb # case-insensitive table names, avoids trouble on windows lower_case_ta
Bug#493572: kde: kwin seems not work the first time I log in
Package: kwin Version: 4:3.5.10.dfsg.1-2 Severity: normal File: kwin Hi, The first time I log in to KDE, kwin seems not to be started (or does not work properly). I can recognise it at first glance because the pager in the Panel shows only one desktop to page. If I launch any application, it has no window decorations and I can't seem to do anything (tested konsole and the prompt does not even appear). Just loging out and in again fixes the problem. Four workspaces are shown in the pager and everything works fine. Any idea? Thanks, L. Alberto Giménez -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages kwin depends on: ii kdelibs4c2a4:3.5.10.dfsg.1-2 core libraries and binaries for al ii libart-2.0-2 2.3.20-2 Library of functions for 2D graphi ii libaudio2 1.9.1-5 Network Audio System - shared libr ii libc6 2.9-4 GNU C Library: Shared libraries ii libfontconfig1 2.6.0-3 generic font configuration library ii libfreetype6 2.3.9-4.1 FreeType 2 font engine, shared lib ii libgcc11:4.4.0-4 GCC support library ii libice62:1.0.5-1 X11 Inter-Client Exchange library ii libidn11 1.14-3GNU Libidn library, implementation ii libjpeg62 6b-14 The Independent JPEG Group's JPEG ii libpng12-0 1.2.35-1 PNG library - runtime ii libqt3-mt 3:3.3.8b-5+b1 Qt GUI Library (Threaded runtime v ii libsm6 2:1.1.0-2 X11 Session Management library ii libstdc++6 4.4.0-4 The GNU Standard C++ Library v3 ii libx11-6 2:1.2.1-1 X11 client-side library ii libxcomposite1 1:0.4.0-3 X11 Composite extension library ii libxcursor11:1.1.9-1 X cursor management library ii libxdamage11:1.1.1-4 X11 damaged region extension libra ii libxext6 2:1.0.4-1 X11 miscellaneous extension librar ii libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio ii libxft22.1.13-3 FreeType-based font drawing librar ii libxi6 2:1.1.4-1 X11 Input extension library ii libxinerama1 2:1.0.3-2 X11 Xinerama extension library ii libxrandr2 2:1.3.0-2 X11 RandR extension library ii libxrender11:0.9.4-2 X Rendering Extension client libra ii libxt6 1:1.0.5-3 X11 toolkit intrinsics library ii zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime kwin recommends no packages. Versions of packages kwin suggests: ii kdebase-bin4:4.2.2-1 core binaries for the KDE 4 base m ii kdebase-data 4:4.2.2-1 shared data files for the KDE 4 ba pn kdesktop (no description available) pn kicker (no description available) ii kpager 4:3.5.10.dfsg.1-2 desktop pager for KDE pn kpersonalizer (no description available) pn ksmserver (no description available) pn ksplash(no description available) -- no debconf information -- To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#542001: kpdf configuration option "watch file" doesn't work at all
Package: kpdf Version: 4:3.5.9-3+lenny1 Severity: normal The KPDF configuration option "watch file": Menu: Settings -> Configure KPDF... -> General -> [X] Watch file Doesn't work at all, as the pdf file being watched changes on disk, the rendered file is always the same. -- System Information: Debian Release: 5.0.2 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.29.1 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages kpdf depends on: ii kdelibs4c2a 4:3.5.10.dfsg.1-0lenny1 core libraries and binaries for al ii libc62.7-18 GNU C Library: Shared libraries ii libfreetype6 2.3.7-2+lenny1 FreeType 2 font engine, shared lib ii libgcc1 1:4.3.2-1.1 GCC support library ii libpaper11.1.23+nmu1 library for handling paper charact ii libqt3-mt3:3.3.8b-5+b1 Qt GUI Library (Threaded runtime v ii libstdc++6 4.3.2-1.1 The GNU Standard C++ Library v3 ii libxft2 2.1.12-3FreeType-based font drawing librar Versions of packages kpdf recommends: ii kghostview 4:3.5.9-3+lenny1 PostScript viewer for KDE Versions of packages kpdf suggests: ii khelpcente 4:4.0.0.really.3.5.9.dfsg.1-6 help center for KDE -- no debconf information -- To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#368556: kooka: Crash on startup
Package: kooka Version: 4:3.5.2-1+b2 Severity: grave Justification: renders package unusable *** Please type your report below this line ***line The application crash right at the invocation: [EMAIL PROTECTED]:~$ kooka *** glibc detected *** free(): invalid pointer: 0x0cb22654 *** KCrash: Application 'kooka' crashing... [EMAIL PROTECTED]:~$ xscanimage, on the other hand, works fine. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: powerpc (ppc) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16.11 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages kooka depends on: ii kdelibs4c2a 4:3.5.2-2+b1 core libraries for all KDE applica ii libart-2.0-22.3.17-1 Library of functions for 2D graphi ii libc6 2.3.6-9 GNU C Library: Shared libraries ii libgcc1 1:4.1.0-4GCC support library ii libjpeg62 6b-13The Independent JPEG Group's JPEG ii libkscan1 4:3.5.2-1+b2 scanner library for KDE ii libqt3-mt 3:3.3.6-2Qt GUI Library (Threaded runtime v ii libstdc++6 4.1.0-4 The GNU Standard C++ Library v3 ii libtiff43.8.2-2 Tag Image File Format (TIFF) libra ii zlib1g 1:1.2.3-11 compression library - runtime Versions of packages kooka recommends: ii ocrad 0.15-1 Optical Character Recognition prog -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#377356: kontact: export to mobile phone function depends on gnokii
Package: kontact Version: 4:3.5.3-2 Severity: normal The mobile phone sync functions, i.e.: File->Export->Export to Mobile Phone depend on gnokii can fail reporting: kontact: WARNING: Compiled with libgnokii version 0x3 kontact: WARNING: Using libgnokii runtime version 0x3 Couldn't open /home/marmo/.gnokiirc or /etc/gnokiirc The package should be at least suggested. A short hint about editing /etc/gnokiirc to set the right serial port and phone model (at least the failback option: model = AT and more and more common usb to serial interface: port = /dev/ttyUSB0 would IMHO be useful. Thanks, -- a.m. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: powerpc (ppc) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17.3 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages kontact depends on: ii kdelibs4c2a 4:3.5.3-1 core libraries and binaries for al ii libart-2.0-2 2.3.17-1 Library of functions for 2D graphi ii libc6 2.3.6-15 GNU C Library: Shared libraries ii libgcc1 1:4.1.1-5 GCC support library ii libkcal2b 4:3.5.3-2 KDE calendaring library ii libkdepim1a 4:3.5.3-2 KDE PIM library ii libkpimidentities14:3.5.3-2 KDE PIM user identity information ii libqt3-mt 3:3.3.6-2 Qt GUI Library (Threaded runtime v ii libstdc++64.1.1-5The GNU Standard C++ Library v3 Versions of packages kontact recommends: ii kaddressbook 4:3.5.3-2 KDE NG addressbook application ii kitchensync 4:3.5.3-2 Synchronization framework ii kmail 4:3.5.3-2 KDE Email client pn knode (no description available) ii knotes4:3.5.3-2 KDE sticky notes ii korganizer4:3.5.3-2 KDE personal organizer -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#388382: kdemultimedia-kio-plugins: wrong lame encoding option results in static-like files copying audio CD via konqueror
Package: kdemultimedia-kio-plugins Version: 4:3.5.4-1 Severity: grave Justification: causes non-serious data loss The default command line configuration, or any modification of it accessible through kcontrol interface, will spawn lame with the -x option. This results in mp3 files containing almost white noise like sounds, at least on this powerpc arch, with lame version 3.96.1. Omitting this switch, the very same operation succeds. The option however is not accessible to the user. Suggested patch: Omit the -x switch Longer term solution: Make the final command line accessible to the user, at least as an editable entry in ~/.kde/share/config/kcmaudiocd_encoder_lame_rc. Something like kaudiocreatorrc "commandLine" option would be much more flexible. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: powerpc (ppc) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17.11 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages kdemultimedia-kio-plugins depends on: ii kdelibs4c2a 4:3.5.4-3 core libraries and binaries for al ii libartsc01.5.4-1 aRts sound system C support librar ii libasound2 1.0.12-1ALSA library ii libc62.3.6.ds1-4 GNU C Library: Shared libraries ii libcdparanoia0 3a9.8-14Shared libraries for cdparanoia ii libflac7 1.1.2-5 Free Lossless Audio Codec - runtim ii libgcc1 1:4.1.1-13 GCC support library ii libglib2.0-0 2.12.3-2The GLib library of C routines ii libkcddb14:3.5.4-1 CDDB library for KDE ii libogg0 1.1.3-2 Ogg Bitstream Library ii libstdc++6 4.1.1-13The GNU Standard C++ Library v3 ii libtag1c2a 1.4-4 TagLib Audio Meta-Data Library ii libvorbis0a 1.1.2-1 The Vorbis General Audio Compressi ii libvorbisenc21.1.2-1 The Vorbis General Audio Compressi ii libvorbisfile3 1.1.2-1 The Vorbis General Audio Compressi kdemultimedia-kio-plugins recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#448457: kaddressbook: Add example to Script-Hooks config dialogue for automatic dialing via kphone
Package: kaddressbook Version: 4:3.5.8-1 Severity: minor Hi, I've found the autodial by clicking on phone number feature quite useful, but unfortunately both the script-hook configuration hint and my current voip package of choice (kphone) were rather underdocumented. Setting up things required looking at the source package of the latter for discovering the correct -d option; a patch to add --help options list to kphone has been submitted, here is provided a small one to add explicit examples to kaddressbook hints as well. Thanks, -- a.m. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.23.1 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages kaddressbook depends on: ii kdelibs4c2a 4:3.5.8.dfsg.1-3 core libraries and binaries for al ii libacl1 2.2.45-1 Access control list shared library ii libart-2.0-22.3.19-3 Library of functions for 2D graphi ii libattr11:2.4.39-1 Extended attribute shared library ii libaudio2 1.9-3Network Audio System - shared libr ii libbluetooth2 3.20-1 Library to use the BlueZ Linux Blu ii libc6 2.6.1-6 GNU C Library: Shared libraries ii libfam0 2.7.0-13 Client library to control the FAM ii libfontconfig1 2.4.91-1 generic font configuration library ii libfreetype62.3.5-1+b1 FreeType 2 font engine, shared lib ii libgcc1 1:4.2.2-3GCC support library ii libgnokii3 0.6.19-1 Gnokii library ii libice6 2:1.0.4-1X11 Inter-Client Exchange library ii libidn111.1-1GNU libidn library, implementation ii libjpeg62 6b-14The Independent JPEG Group's JPEG ii libkcal2b 4:3.5.8-1KDE calendaring library ii libkdepim1a 4:3.5.8-1KDE PIM library ii libkleopatra1 4:3.5.8-1KDE GnuPG interface libraries ii libktnef1 4:3.5.8-1Library for handling KTNEF email a ii libpng12-0 1.2.15~beta5-3 PNG library - runtime ii libqt3-mt 3:3.3.7-9Qt GUI Library (Threaded runtime v ii libsm6 2:1.0.3-1+b1 X11 Session Management library ii libstdc++6 4.2.2-3 The GNU Standard C++ Library v3 ii libx11-62:1.0.3-7X11 client-side library ii libxcursor1 1:1.1.9-1X cursor management library ii libxext61:1.0.3-2X11 miscellaneous extension librar ii libxft2 2.1.12-2 FreeType-based font drawing librar ii libxi6 2:1.1.3-1X11 Input extension library ii libxinerama11:1.0.2-1X11 Xinerama extension library ii libxpm4 1:3.5.7-1X11 pixmap library ii libxrandr2 2:1.2.2-1X11 RandR extension library ii libxrender1 1:0.9.4-1X Rendering Extension client libra ii libxt6 1:1.0.5-3X11 toolkit intrinsics library ii zlib1g 1:1.2.3.3.dfsg-6 compression library - runtime kaddressbook recommends no packages. -- no debconf information --- kaddressbook/kcmconfigs/kabconfigwidget.cpp.orig2007-10-29 09:02:21.0 +0100 +++ kaddressbook/kcmconfigs/kabconfigwidget.cpp 2007-10-29 09:03:58.0 +0100 @@ -103,14 +103,14 @@ grid->addWidget( label, 0, 0 ); mPhoneHook = new QLineEdit( groupBox ); - QToolTip::add( mPhoneHook, i18n( "%N: Phone Number" ) ); + QToolTip::add( mPhoneHook, i18n( "%N: Phone Number. I.e. kphone -d %N" ) ); grid->addWidget( mPhoneHook, 0, 1 ); label = new QLabel( i18n( "Fax:" ), groupBox ); grid->addWidget( label, 1, 0 ); mFaxHook = new QLineEdit( groupBox ); - QToolTip::add( mFaxHook, i18n( "%N: Fax Number" ) ); + QToolTip::add( mFaxHook, i18n( "%N: Fax Number. I.e. kdeprintfax --phone %N" ) ); grid->addWidget( mFaxHook, 1, 1 );
Bug#445820: kdebase-kio-plugins: konqueror -> fish ioslave fails
Package: kdebase-kio-plugins Version: 4:3.5.8.dfsg.1-1 Followup-For: Bug #445820 I confirm the bug, fish fails on connections which were previously OK (and where ssh by itself is also fine). A discussion about it is available at http://bugs.kde.org/show_bug.cgi?id=145123 A workaround is to start konqueror from a shell as: KDE_FORK_SLAVES=true konqueror Hope it helps - it uses to be a wonderful feature, only very recently broken. Thanks a lot, -- a.m. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.23.1 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages kdebase-kio-plugins depends on: ii kdelibs4c2a 4:3.5.8.dfsg.1-3core libraries and binaries for al ii kdesktop 4:3.5.8.dfsg.1-1miscellaneous binaries and files f ii libc62.6.1-6 GNU C Library: Shared libraries ii libdbus-1-3 1.1.1-3 simple interprocess messaging syst ii libdbus-qt-1-1c2 0.62.git.20060814-2 simple interprocess messaging syst ii libgcc1 1:4.2.2-3 GCC support library ii libhal-storage1 0.5.10-2Hardware Abstraction Layer - share ii libhal1 0.5.10-2Hardware Abstraction Layer - share ii libldap2 2.1.30.dfsg-13.5OpenLDAP libraries ii libopenexr2ldbl 1.2.2-4.4 runtime files for the OpenEXR imag ii libqt3-mt3:3.3.7-9 Qt GUI Library (Threaded runtime v ii libsasl2-2 2.1.22.dfsg1-16 Cyrus SASL - authentication abstra ii libsasl2-modules 2.1.22.dfsg1-16 Cyrus SASL - pluggable authenticat ii libsmbclient 3.0.26a-1 shared library that allows applica ii libstdc++6 4.2.2-3 The GNU Standard C++ Library v3 ii libxcursor1 1:1.1.9-1 X cursor management library ii psmisc 22.5-1 Utilities that use the proc filesy ii zlib1g 1:1.2.3.3.dfsg-7compression library - runtime Versions of packages kdebase-kio-plugins recommends: ii hal 0.5.10-2 Hardware Abstraction Layer ii kamera4:3.5.8-1 digital camera io_slave for Konque ii kdemultimedia-kio-plugins 4:3.5.8-1 enables the browsing of audio CDs ii pmount0.9.16-4 mount removable devices as normal -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#449068: kpdf menu entries overlaps with konqueror ones namespace
Package: kpdf Version: 4:3.5.8-1 Severity: minor When opening an online pdf from konqueror through kpdf embedded the "File" menu will acquire kpdf entries as well. The name of some of them will overlap though, i.e. the menu will show 2 "Save as..." entries, where the first refers to the html page or frame containing the document, the second to the document itself. A simple fix to ameliorate the interface would be changing kpdf entry as "Save pdf file as..." Thanks for your time, -- a.m. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.23.1 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages kpdf depends on: ii kdelibs4c2a 4:3.5.8.dfsg.1-3 core libraries and binaries for al ii libc6 2.6.1-6 GNU C Library: Shared libraries ii libfontconfig1 2.4.91-1 generic font configuration library ii libfreetype62.3.5-1+b1 FreeType 2 font engine, shared lib ii libgcc1 1:4.2.2-3GCC support library ii libjpeg62 6b-14The Independent JPEG Group's JPEG ii libpaper1 1.1.23 library for handling paper charact ii libqt3-mt 3:3.3.7-9Qt GUI Library (Threaded runtime v ii libstdc++6 4.2.2-3 The GNU Standard C++ Library v3 ii libx11-62:1.0.3-7X11 client-side library ii libxft2 2.1.12-2 FreeType-based font drawing librar ii zlib1g 1:1.2.3.3.dfsg-7 compression library - runtime Versions of packages kpdf recommends: ii kghostview4:3.5.8-1 PostScript viewer for KDE -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#445820: konqueror: Workaround for "fish:// protocol died unexpectedly"
Package: konqueror Version: 4:3.5.8.dfsg.1-1 Followup-For: Bug #445820 Hello, the fish:// ioslave problem is unfortunately still present and it's rather annoying, but I'd like to submit a quick workaround that could hopefully also shed some light on the possible culprits: it is possible to get the full functionality back by starting konqueror with the environment variable "KDE_FORK_SLAVES=true" set, i.e. from a konsole shell as: ~$ KDE_FORK_SLAVES=true konqueror Hope it helps! and really thanks for the very good work. -- a.m. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.23.1 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages konqueror depends on: ii kcontrol4:3.5.8.dfsg.1-1 control center for KDE ii kdebase-kio-plugins 4:3.5.8.dfsg.1-1 core I/O slaves for KDE ii kdelibs4c2a 4:3.5.8.dfsg.1-4 core libraries and binaries for al ii kdesktop4:3.5.8.dfsg.1-1 miscellaneous binaries and files f ii kfind 4:3.5.8.dfsg.1-1 file-find utility for KDE ii libacl1 2.2.45-1 Access control list shared library ii libart-2.0-22.3.19-3 Library of functions for 2D graphi ii libattr11:2.4.39-1 Extended attribute shared library ii libaudio2 1.9.1-1 Network Audio System - shared libr ii libc6 2.6.1-6 GNU C Library: Shared libraries ii libfam0 2.7.0-13 Client library to control the FAM ii libfontconfig1 2.5.0-2 generic font configuration library ii libfreetype62.3.5-1+b1 FreeType 2 font engine, shared lib ii libgcc1 1:4.2.2-3GCC support library ii libice6 2:1.0.4-1X11 Inter-Client Exchange library ii libidn111.1-1GNU libidn library, implementation ii libjpeg62 6b-14The Independent JPEG Group's JPEG ii libkonq44:3.5.8.dfsg.1-2 core libraries for Konqueror ii libpng12-0 1.2.15~beta5-3 PNG library - runtime ii libqt3-mt 3:3.3.7-9Qt GUI Library (Threaded runtime v ii libsm6 2:1.0.3-1+b1 X11 Session Management library ii libstdc++6 4.2.2-3 The GNU Standard C++ Library v3 ii libx11-62:1.0.3-7X11 client-side library ii libxcursor1 1:1.1.9-1X cursor management library ii libxext61:1.0.3-2X11 miscellaneous extension librar ii libxft2 2.1.12-2 FreeType-based font drawing librar ii libxi6 2:1.1.3-1X11 Input extension library ii libxinerama11:1.0.2-1X11 Xinerama extension library ii libxrandr2 2:1.2.2-1X11 RandR extension library ii libxrender1 1:0.9.4-1X Rendering Extension client libra ii libxt6 1:1.0.5-3X11 toolkit intrinsics library ii zlib1g 1:1.2.3.3.dfsg-7 compression library - runtime konqueror recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#240108: kghostview: Often does not open PDF with the "Zoom In" tool enabled
Package: kghostview Version: 4:3.2.1-1 Severity: minor As in the subject, often the application opens a local PDF file leaving some tools disabled -in particular the "zoom in" tool: see the attached piece of snapshot. Reloading the file enables the control. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.4 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] Versions of packages kghostview depends on: ii gs 7.07-1 The Ghostscript Postscript interpr ii gs-esp [gs] 7.07.1-4 The Ghostscript Postscript interpr ii kdelibs44:3.2.1-1KDE core libraries ii libart-2.0-22.3.16-3 Library of functions for 2D graphi ii libc6 2.3.2.ds1-11 GNU C Library: Shared libraries an ii libfam0c102 2.7.0-5 client library to control the FAM ii libgcc1 1:3.3.3-4GCC support library ii libice6 4.3.0-7 Inter-Client Exchange library ii libpng12-0 1.2.5.0-5PNG library - runtime ii libqt3c102-mt 3:3.2.3-2Qt GUI Library (Threaded runtime v ii libsm6 4.3.0-7 X Window System Session Management ii libstdc++5 1:3.3.3-4The GNU Standard C++ Library v3 ii libx11-64.3.0-7 X Window System protocol client li ii libxext64.3.0-7 X Window System miscellaneous exte ii libxrender1 0.8.3-7 X Rendering Extension client libra ii xlibs 4.3.0-7 X Window System client libraries m ii zlib1g 1:1.2.1-5compression library - runtime -- no debconf information snapshot1.png Description: PNG image
Bug#240216: kget: Becomes a CPU hog after sitting idle for a while
Package: kget Version: 4:3.2.1-1 Severity: normal After some generic usage of the program, it appears to fall into an error loop, AFAIK interacting with the XFree86 server: X Error: BadWindow (invalid Window parameter) 3 Major opcode: 15 Minor opcode: 0 Resource id: 0x4a7 X Error: BadWindow (invalid Window parameter) 3 Major opcode: 12 Minor opcode: 0 Resource id: 0x4a7 [...] This goes on forever, sometimes creating a bigger and bigger xsession-errors log file which fills the filesystem. Otherwise the file won't grow, but still the processor usage (system) jump to the max and stays there. A workaround seems to be quitting and restarting the application, or the whole X session. Thanks! -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.4 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] Versions of packages kget depends on: ii kdelibs44:3.2.1-1KDE core libraries ii libart-2.0-22.3.16-3 Library of functions for 2D graphi ii libc6 2.3.2.ds1-11 GNU C Library: Shared libraries an ii libfam0c102 2.7.0-5 client library to control the FAM ii libgcc1 1:3.3.3-4GCC support library ii libice6 4.3.0-7 Inter-Client Exchange library ii libjpeg62 6b-9 The Independent JPEG Group's JPEG ii libpcre34.5-1.1 Perl 5 Compatible Regular Expressi ii libpng12-0 1.2.5.0-5PNG library - runtime ii libqt3c102-mt 3:3.2.3-2Qt GUI Library (Threaded runtime v ii libsm6 4.3.0-7 X Window System Session Management ii libstdc++5 1:3.3.3-4The GNU Standard C++ Library v3 ii libx11-64.3.0-7 X Window System protocol client li ii libxext64.3.0-7 X Window System miscellaneous exte ii libxrender1 0.8.3-7 X Rendering Extension client libra ii xlibs 4.3.0-7 X Window System client libraries m ii zlib1g 1:1.2.1-5compression library - runtime -- no debconf information
Bug#242583: kmail crashes after saving message
Package: kmail Version: 4:3.3.0-2 Followup-For: Bug #242583 Hi. This seems to be a 2nd version of the same bug. Procedure: - Receive a mail. In my case, it has a text attachment. I can read it as plain text in the body of the message. - Save the message. Everything goes ok. - Delete (not send to trash) the message. - You have a crash. I've tried this a couple of times, and it always crashes. Alberto -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.7-1-k7 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (ignored: LC_ALL set to [EMAIL PROTECTED]) Versions of packages kmail depends on: ii kdelibs4 4:3.3.0-1.1 KDE core libraries ii libc6 2.3.2.ds1-13 GNU C Library: Shared libraries an ii libgcc11:3.4.1-4sarge1 GCC support library ii libice64.3.0.dfsg.1-4Inter-Client Exchange library ii libkcal2 4:3.3.0-1 KDE calendaring library ii libkdenetwork2 4:3.3.0-2 KDE Network library ii libkdepim1 4:3.3.0-1 KDE PIM library ii libkleopatra0 4:3.3.0-1 KDE GnuPG interface libraries ii libkpimidentities1 4:3.3.0-1 KDE PIM user identity information ii libksieve0 4:3.3.0-1 KDE mail/news message filtering li ii libmimelib14:3.3.0-1 KDE mime library ii libpng12-0 1.2.5.0-7 PNG library - runtime ii libqt3c102-mt 3:3.3.3-3 Qt GUI Library (Threaded runtime v ii libsm6 4.3.0.dfsg.1-4X Window System Session Management ii libstdc++5 1:3.3.4-6sarge1.2 The GNU Standard C++ Library v3 ii libx11-6 4.3.0.dfsg.1-4X Window System protocol client li ii libxext6 4.3.0.dfsg.1-4X Window System miscellaneous exte ii perl 5.8.4-2.2 Larry Wall's Practical Extraction ii xlibs 4.3.0.dfsg.1-4X Window System client libraries m ii zlib1g 1:1.2.1.1-7 compression library - runtime -- no debconf information
Bug#242583: more info
Hi. This is the message that I get after a crash: Using host libthread_db library "/lib/tls/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread 1110353760 (LWP 2967)] [KCrash handler] #3 0x in ?? () #4 0x4034e25b in KMMoveCommand::execute () from /usr/lib/libkmailprivate.so.0 #5 0x4034585a in KMCommand::slotPostTransfer () from /usr/lib/libkmailprivate.so.0 #6 0x4033f212 in KMCommand::qt_invoke () from /usr/lib/libkmailprivate.so.0 #7 0x40342e4d in KMMenuCommand::qt_invoke () from /usr/lib/libkmailprivate.so.0 #8 0x40343281 in KMMoveCommand::qt_invoke () from /usr/lib/libkmailprivate.so.0 #9 0x40b6c50c in QObject::activate_signal () from /usr/lib/libqt-mt.so.3 #10 0x4033f07a in KMCommand::messagesTransfered () from /usr/lib/libkmailprivate.so.0 #11 0x403458aa in KMCommand::transferSelectedMsgs () from /usr/lib/libkmailprivate.so.0 #12 0x4034567b in KMCommand::slotStart () from /usr/lib/libkmailprivate.so.0 #13 0x4033f1fc in KMCommand::qt_invoke () from /usr/lib/libkmailprivate.so.0 #14 0x40342e4d in KMMenuCommand::qt_invoke () from /usr/lib/libkmailprivate.so.0 #15 0x40343281 in KMMoveCommand::qt_invoke () from /usr/lib/libkmailprivate.so.0 #16 0x40b6c50c in QObject::activate_signal () from /usr/lib/libqt-mt.so.3 #17 0x40eaa06a in QSignal::signal () from /usr/lib/libqt-mt.so.3 #18 0x40b866cd in QSignal::activate () from /usr/lib/libqt-mt.so.3 #19 0x40b8deb3 in QSingleShotTimer::event () from /usr/lib/libqt-mt.so.3 #20 0x40b0fbcf in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3 #21 0x40b0f1ce in QApplication::notify () from /usr/lib/libqt-mt.so.3 #22 0x4073cf13 in KApplication::notify () from /usr/lib/libkdecore.so.4 #23 0x40aff405 in QEventLoop::activateTimers () from /usr/lib/libqt-mt.so.3 #24 0x40ab8c4b in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3 #25 0x40b21f28 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3 #26 0x40b21dd8 in QEventLoop::exec () from /usr/lib/libqt-mt.so.3 #27 0x40b0fe21 in QApplication::exec () from /usr/lib/libqt-mt.so.3 #28 0x0804a0b4 in ?? () #29 0xb950 in ?? () #30 0xb860 in ?? () #31 0x in ?? () #32 0x in ?? () #33 0x40fb2600 in vtable for QGArray () from /usr/lib/libqt-mt.so.3 #34 0x08102b48 in ?? () #35 0x400076fb in _dl_unload_cache () from /lib/ld-linux.so.2 #36 0x4056e7f8 in __libc_start_main () from /lib/tls/libc.so.6 #37 0x40690ebc in ?? () from /lib/tls/libc.so.6 Packages related to tls: ii libgnutls101.0.4-3GNU TLS library - runtime library ii libgnutls111.0.16-7 GNU TLS library - runtime library ii libgnutls5 0.8.8-2GNU TLS library - runtime library ii libgnutls7 0.8.12-6 GNU TLS library - runtime library ii libgnutls7-dev 0.8.12-6 GNU TLS library - development files ii qca-tls1.0-1 TLS plugin for the Qt Cryptographic Architec ii tcltls 1.5.0-1The TLS OpenSSL extension to Tc Alberto
Bug#271637: kopete fails to reconnect
Package: kopete Version: 4:3.3.0-2 Severity: important In some cases, kopete loses the connection with all the protocols. I have yahoo, msn and jabber configured. In such cases, it is impossible to manually reconnect. It is needed to close the program and start it again. Then, everything works fine. Sorry, but I can't reproduce it, though it has happened several times. -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.7-1-k7 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (ignored: LC_ALL set to [EMAIL PROTECTED]) Versions of packages kopete depends on: ii kdelibs4 4:3.3.0-1.1 KDE core libraries ii libart-2.0-2 2.3.16-6 Library of functions for 2D graphi ii libc6 2.3.2.ds1-13 GNU C Library: Shared libraries an ii libfam0c1022.7.0-5 client library to control the FAM ii libgadu3 1:1.5-2 Gadu-Gadu protocol library - runti ii libgcc11:3.4.1-4sarge1 GCC support library ii libglib1.2 1.2.10-9 The GLib library of C routines ii libgtk1.2 1.2.10-17 The GIMP Toolkit set of widgets fo ii libice64.3.0.dfsg.1-4Inter-Client Exchange library ii libidn11 0.5.2-3 GNU libidn library, implementation ii libjpeg62 6b-9.alberto The Independent JPEG Group's JPEG ii libpcre3 4.5-1.1 Perl 5 Compatible Regular Expressi ii libpng12-0 1.2.5.0-7 PNG library - runtime ii libqt3c102-mt 3:3.3.3-3 Qt GUI Library (Threaded runtime v ii libsm6 4.3.0.dfsg.1-4X Window System Session Management ii libstdc++5 1:3.3.4-6sarge1.2 The GNU Standard C++ Library v3 ii libx11-6 4.3.0.dfsg.1-4X Window System protocol client li ii libxext6 4.3.0.dfsg.1-4X Window System miscellaneous exte ii libxi6 4.3.0.dfsg.1-4X Window System Input extension li ii libxml22.6.11-3 GNOME XML library ii libxrender10.8.3-7 X Rendering Extension client libra ii libxslt1.1 1.1.8-4 XSLT processing library - runtime ii xlibs 4.3.0.dfsg.1-4X Window System client libraries m ii xmms 1.2.10-1 Versatile X audio player that look ii zlib1g 1:1.2.1.1-7 compression library - runtime -- no debconf information
Bug#257439: kicker crashes always
Package: kicker Version: 4:3.3.0-1 Followup-For: Bug #257439 Hi. After upgrading kdelibs to 3.3.0-2, kicker has started crashing. It has crashed _every time_ I have tried it. Before the upgrade, everything worked fine. This bug was set to 'Important', but I think it should be a RC bug. Alberto -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.7-alb2 Locale: LANG=es_ES, LC_CTYPE=es_ES (ignored: LC_ALL set to [EMAIL PROTECTED]) Versions of packages kicker depends on: ii kdebase-data 4:3.3.0-1 KDE Base (shared data) ii kdelibs4 4:3.3.0-2 KDE core libraries ii libart-2.0-2 2.3.16-6 Library of functions for 2D graphi ii libc6 2.3.2.ds1-16 GNU C Library: Shared libraries an ii libfam0c102 2.7.0-5client library to control the FAM ii libgcc1 1:3.4.2-2 GCC support library ii libice6 4.3.0.dfsg.1-7 Inter-Client Exchange library ii libidn11 0.5.2-3GNU libidn library, implementation ii libkonq4 4:3.3.0-1 Core libraries for KDE's file mana ii libpng12-01.2.5.0-7 PNG library - runtime ii libqt3c102-mt 3:3.3.3-4.1Qt GUI Library (Threaded runtime v ii libsm64.3.0.dfsg.1-7 X Window System Session Management ii libstdc++51:3.3.4-12 The GNU Standard C++ Library v3 ii libx11-6 4.3.0.dfsg.1-7 X Window System protocol client li ii libxext6 4.3.0.dfsg.1-7 X Window System miscellaneous exte ii libxrender1 0.8.3-7X Rendering Extension client libra ii libxtst6 4.3.0.dfsg.1-7 X Window System event recording an ii xlibs 4.3.0.dfsg.1-7 X Window System client libraries m ii zlib1g1:1.2.1.2-1compression library - runtime -- no debconf information
Bug#915390: clazy: Segmentation fault compiling any file
Hi, Lisandro: On 3/12/18 22:55, Lisandro Damián Nicanor Pérez Meyer wrote: > Hi Alberto! > > El lun., 3 dic. 2018 09:48, Alberto Luaces <mailto:alua...@udc.es>> escribió: > > Package: clazy > Version: 1.4-3 > Severity: grave > Justification: renders package unusable > > Dear Maintainer, > > attempting to compile any file on my system results in a segfault. > Could it be that a runtime dependency is missing from d/control? > > > Clazy calls clang, so maybe that's what's missing. I can't tell you > right now which package it is, but should be easy to find. I had clang (and thus clang-6.0) installed. I tried again by installing clang-7, but with similar results. In fact, the clazy script makes this call, as shown in the original report: /usr/lib/llvm-6.0/bin/clang -cc1 -triple x86_64-pc-linux-gnu -emit-obj ... so it seems it is using clang-6. However, > ldd /usr/lib/x86_64-linux-gnu/ClangLazy.so linux-vdso.so.1 (0x7fff6b6da000) libLLVM-7.so.1 => /usr/lib/x86_64-linux-gnu/libLLVM-7.so.1 ... so the plugin is built against LLVM 7. Chaging the script to call clang-7 instead results in no errors, so it should be a matter of adjusting it and requiring clang-7 in d/control as a dependency. Regards, Alberto
Bug#568752: kdm: Garbage show on screen
actually I found a workaround for a laptop with an Nvidia card, using the proprietary drivers. You have to modify the line from WallpaperMode=Scaled to WallpaperMode=100% in /etc/kde4/kdm/backgroundrc Alberto
Bug#542001: Acknowledgement (kpdf configuration option "watch file" doesn't work at all)
Further exploration reveals that KPDF *does* update the the view of the file. I have not been able to reproduce this bug again so it must have been an error on my part, sorry. Please remove this bug. On 8/17/09, Debian Bug Tracking System wrote: > Thank you for filing a new Bug report with Debian. > > This is an automatically generated reply to let you know your message > has been received. > > Your message is being forwarded to the package maintainers and other > interested parties for their attention; they will reply in due course. > > As you requested using X-Debbugs-CC, your message was also forwarded to > alcort...@gmail.com > (after having been given a Bug report number, if it did not have one). > > Your message has been sent to the package maintainer(s): > Debian Qt/KDE Maintainers > > If you wish to submit further information on this problem, please > send it to 542...@bugs.debian.org. > > Please do not send mail to ow...@bugs.debian.org unless you wish > to report a problem with the Bug-tracking system. > > -- > 542001: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542001 > Debian Bug Tracking System > Contact ow...@bugs.debian.org with problems > -- Alberto Cortés Martín -- To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#568752: kdm: Garbage show on second screen of extended desktop
Hi! even to me happened this issue. Actually on my laptop, on the first screen. If you have an ATI graphic card, maybe you can try to fix it by - login as root to a console - aticonfig --set-pcs-str=DDX,ForceXAA,TRUE - restart the X server For me it worked. Actually it is a solution for black boxes issue on iceweasel (http://forums.opensuse.org/english/get-help-here/hardware/445975-fglrx-10-6-black-boxes.html), but it solved also the garbage issue. I have debian testing with fglrx-10.7 and kdm 4.4.3 (kernel 2.6.32-5-amd64). However on my other laptop, with an NVIDIA graphic card, it still happens (i.e. garbage before and after the login by kdm), and I don't know how to fix it. The other system is a debian unstable with kdm 4.4.5-3 and nvidia-glx-195.36.31-3 (kernel 2.6.35-trunk-amd64). Alberto -- 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/aanlktikytstimyoq3eybofpsbhbswmesbad96enyk...@mail.gmail.com