[kdevelop] [Bug 376432] kdevelop is calling utimes() on a C/C++ file
https://bugs.kde.org/show_bug.cgi?id=376432 --- Comment #5 from Jan Ziak (http://atom-symbol.net) <0xe2.0x9a.0...@gmail.com> --- (In reply to Kevin Funk from comment #4) > Thanks for the report, but I think bug 226117 contains all necessary > information already. Thanks for the strace & gdb output. > > Marking as duplicate. > > *** This bug has been marked as a duplicate of bug 226117 *** The header of bug 226117 has different importance than this bug. Please raise the importance of bug 226117 in its header to increase the probability of getting it fixed for kdevelop 5.1.0. Thanks. -- You are receiving this mail because: You are watching all bug changes.
[kdevelop] [Bug 226117] kdevelop seems to sometimes backdate source mtimes, causing files not to be built with make
https://bugs.kde.org/show_bug.cgi?id=226117 --- Comment #14 from Kevin Funk --- *** Bug 376432 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[kdevelop] [Bug 376432] kdevelop is calling utimes() on a C/C++ file
https://bugs.kde.org/show_bug.cgi?id=376432 Kevin Funk changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRMED |RESOLVED --- Comment #4 from Kevin Funk --- Thanks for the report, but I think bug 226117 contains all necessary information already. Thanks for the strace & gdb output. Marking as duplicate. *** This bug has been marked as a duplicate of bug 226117 *** -- You are receiving this mail because: You are watching all bug changes.
[kdevelop] [Bug 376432] kdevelop is calling utimes() on a C/C++ file
https://bugs.kde.org/show_bug.cgi?id=376432 --- Comment #3 from Jan Ziak (http://atom-symbol.net) <0xe2.0x9a.0...@gmail.com> --- I suggest to completely delete class FileModificationTimeWrapper. -- You are receiving this mail because: You are watching all bug changes.
[www.kde.org] [Bug 376297] Donations tracking field in front-page is broken
https://bugs.kde.org/show_bug.cgi?id=376297 Ken Vermette changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED -- You are receiving this mail because: You are watching all bug changes.
[www.kde.org] [Bug 376297] Donations tracking field in front-page is broken
https://bugs.kde.org/show_bug.cgi?id=376297 Ken Vermette changed: What|Removed |Added CC||verme...@gmail.com --- Comment #3 from Ken Vermette --- This patch was accidentally reverted, it has since been reinstated. -- You are receiving this mail because: You are watching all bug changes.
[kdevelop] [Bug 376432] kdevelop is calling utimes() on a C/C++ file
https://bugs.kde.org/show_bug.cgi?id=376432 --- Comment #2 from Jan Ziak (http://atom-symbol.net) <0xe2.0x9a.0...@gmail.com> --- Created attachment 104012 --> https://bugs.kde.org/attachment.cgi?id=104012&action=edit gdb backtrace -- You are receiving this mail because: You are watching all bug changes.
[kdevelop] [Bug 376432] kdevelop is calling utimes() on a C/C++ file
https://bugs.kde.org/show_bug.cgi?id=376432 Jan Ziak (http://atom-symbol.net) <0xe2.0x9a.0...@gmail.com> changed: What|Removed |Added Component|general |Build tools: Custom ||Makefiles CC||0xe2.0x9a.0...@gmail.com --- Comment #1 from Jan Ziak (http://atom-symbol.net) <0xe2.0x9a.0...@gmail.com> --- $ gdb kdevelop (gdb) break utimes (gdb) run (gdb) bt #0 __utimes (file=0x7fffb4004068 "file.cc", tvp=0x7fffc5ffa3c0) at ../sysdeps/unix/sysv/linux/utimes.c:31 #1 0x7fffcc1af4e1 in Helper::changeAccessAndModificationTime(QString const&, QDateTime const&, QDateTime const&) () from /usr/lib64/qt5/plugins/kdevplatform/27/kdevcustommakemanager.so #2 0x7fffcc1aef02 in FileModificationTimeWrapper::FileModificationTimeWrapper(QStringList const&, QString const&) () from /usr/lib64/qt5/plugins/kdevplatform/27/kdevcustommakemanager.so #3 0x7fffcc1a9c7a in MakeFileResolver::resolveIncludePathInternal(QString const&, QString const&, QString const&, SourcePathInformation const&, int) () from /usr/lib64/qt5/plugins/kdevplatform/27/kdevcustommakemanager.so #4 0x7fffcc1ab88d in MakeFileResolver::resolveIncludePath(QString const&, QString const&, int) () from /usr/lib64/qt5/plugins/kdevplatform/27/kdevcustommakemanager.so #5 0x7fffcc1ac835 in MakeFileResolver::resolveIncludePath(QString const&) () from /usr/lib64/qt5/plugins/kdevplatform/27/kdevcustommakemanager.so #6 0x7fffcc1a0dcc in CustomMakeProvider::includesInBackground(QString const&) const () from /usr/lib64/qt5/plugins/kdevplatform/27/kdevcustommakemanager.so #7 0x7fffcc7f4d4a in DefinesAndIncludesManager::includesInBackground(QString const&) const () from /usr/lib64/qt5/plugins/kdevplatform/27/kdevdefinesandincludesmanager.so #8 0x7fffd78c02d0 in ClangParseJob::run(QSharedPointer, ThreadWeaver::Thread*) () from /usr/lib64/qt5/plugins/kdevplatform/27/kdevclangsupport.so #9 0x00326e0175a4 in ThreadWeaver::IdDecorator::run(QSharedPointer, ThreadWeaver::Thread*) () from /usr/lib64/libKF5ThreadWeaver.so.5 #10 0x00326e017b4a in ThreadWeaver::Executor::run(QSharedPointer const&, ThreadWeaver::Thread*) () from /usr/lib64/libKF5ThreadWeaver.so.5 #11 0x00326e016fc9 in ThreadWeaver::Private::DefaultExecutor::execute(QSharedPointer const&, ThreadWeaver::Thread*) () from /usr/lib64/libKF5ThreadWeaver.so.5 #12 0x00326e017c7a in ThreadWeaver::ExecuteWrapper::executeWrapped(QSharedPointer const&, ThreadWeaver::Thread*) () from /usr/lib64/libKF5ThreadWeaver.so.5 #13 0x00326e017c70 in ThreadWeaver::ExecuteWrapper::executeWrapped(QSharedPointer const&, ThreadWeaver::Thread*) () from /usr/lib64/libKF5ThreadWeaver.so.5 #14 0x00326e017c89 in ThreadWeaver::ExecuteWrapper::execute(QSharedPointer const&, ThreadWeaver::Thread*) () from /usr/lib64/libKF5ThreadWeaver.so.5 #15 0x00326e016781 in ThreadWeaver::Job::execute(QSharedPointer const&, ThreadWeaver::Thread*) () from /usr/lib64/libKF5ThreadWeaver.so.5 #16 0x00326e019304 in ThreadWeaver::Collection::execute(QSharedPointer const&, ThreadWeaver::Thread*) () from /usr/lib64/libKF5ThreadWeaver.so.5 #17 0x00326e017539 in ThreadWeaver::IdDecorator::execute(QSharedPointer const&, ThreadWeaver::Thread*) () from /usr/lib64/libKF5ThreadWeaver.so.5 #18 0x00326e016296 in ThreadWeaver::Thread::run() () from /usr/lib64/libKF5ThreadWeaver.so.5 #19 0x0032594a57c3 in QThreadPrivate::start(void*) () from /usr/lib64/libQt5Core.so.5 #20 0x003904607310 in start_thread (arg=0x7fffc5ffb700) at pthread_create.c:334 #21 0x0039042e6f8d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109 -- You are receiving this mail because: You are watching all bug changes.
[kdevelop] [Bug 376432] New: kdevelop is calling utimes() on a C/C++ file
https://bugs.kde.org/show_bug.cgi?id=376432 Bug ID: 376432 Summary: kdevelop is calling utimes() on a C/C++ file Product: kdevelop Version: 5.0.80 Platform: Other OS: Linux Status: UNCONFIRMED Severity: critical Priority: NOR Component: general Assignee: kdevelop-bugs-n...@kde.org Reporter: 0xe2.0x9a.0...@gmail.com Target Milestone: --- Steps to reproduce the issue: 0. Start kdevelop 1. Create or open a kdevelop C/C++ project 2. Open a C/C++ file in the editor 3. Close kdevelop 4. Run "strace -f -o kdevelop.strace kdevelop", open the project if required 5. Close kdevelop 6. Run "grep utimes kdevelop.strace" $ grep utimes kdevelop.strace 21302 utimes("file.cc", [{tv_sec=1486969933, tv_usec=0}, {tv_sec=1486969933, tv_usec=0}] 21302 <... utimes resumed> )= 0 See also: man utimes, man strace Related bugs: #226117 -- You are receiving this mail because: You are watching all bug changes.
[kstars] [Bug 376418] EKOS bleeding crashes after slew
https://bugs.kde.org/show_bug.cgi?id=376418 Jasem Mutlaq changed: What|Removed |Added Version Fixed In||17.04 Latest Commit||https://commits.kde.org/kst ||ars/3467d53bdb233110c4f84d5 ||5d1edb3f28c7fa20e Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #1 from Jasem Mutlaq --- Git commit 3467d53bdb233110c4f84d55d1edb3f28c7fa20e by Jasem Mutlaq. Committed on 13/02/2017 at 07:16. Pushed by mutlaqja into branch 'master'. Fix issue where Ekos modules were being check if initialized in update mount status. FIXED-IN:17.04 CCMAIL:rlanca...@gmail.com M +46 -20 kstars/ekos/ekosmanager.cpp https://commits.kde.org/kstars/3467d53bdb233110c4f84d55d1edb3f28c7fa20e -- You are receiving this mail because: You are watching all bug changes.
[kdevelop] [Bug 226117] kdevelop seems to sometimes backdate source mtimes, causing files not to be built with make
https://bugs.kde.org/show_bug.cgi?id=226117 Jan Ziak (http://atom-symbol.net) <0xe2.0x9a.0...@gmail.com> changed: What|Removed |Added CC||0xe2.0x9a.0...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[ksshaskpass] [Bug 376228] git fails with "Unable to extract keyFile from phrase"
https://bugs.kde.org/show_bug.cgi?id=376228 Jochen Trumpf changed: What|Removed |Added CC||jochen.tru...@anu.edu.au --- Comment #3 from Jochen Trumpf --- The proposed patch fixes the issue for me. -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 376427] Range selection in thumbnail view gets wrong endpoint
https://bugs.kde.org/show_bug.cgi?id=376427 Maik Qualmann changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC||metzping...@gmail.com Resolution|--- |DUPLICATE --- Comment #1 from Maik Qualmann --- *** This bug has been marked as a duplicate of bug 281742 *** -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 281742] ICONVIEW : wrong selection start when browsing images
https://bugs.kde.org/show_bug.cgi?id=281742 Maik Qualmann changed: What|Removed |Added CC||bg+k...@cyclos.com --- Comment #12 from Maik Qualmann --- *** Bug 376427 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[Breeze] [Bug 355540] Tooltips color wrong in gtk applications
https://bugs.kde.org/show_bug.cgi?id=355540 S. Christian Collins changed: What|Removed |Added CC||s_chriscoll...@hotmail.com -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 376380] Plasma crashes while switching activities since upgrading to 5.9
https://bugs.kde.org/show_bug.cgi?id=376380 --- Comment #2 from Pedro Rosado --- (In reply to Martin Gräßlin from comment #1) > If KWin crashes please provide a backtrace. Otherwise we cannot do much > to investigate the problem. Thanks, Martin, sadly I'm not that versed in the command line to run a proper backtrace. I used gdb but I could not produce a proper backtrace. I willing to learn so, if you or anyone can point me to a good source I can give it another try. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 373689] Plasma 5: strange window movement with Qt 5.7
https://bugs.kde.org/show_bug.cgi?id=373689 Markus changed: What|Removed |Added Version|5.8.4 |5.9.1 --- Comment #1 from Markus --- Still not solved in: kde-frameworks 5.31.0 kde-plasma 5.9.1 kde-apps 16.12.2 qt 5.7.1 -- You are receiving this mail because: You are watching all bug changes.
[kdenlive] [Bug 374305] Rendering failed with message: "Rendering of aborted, resulting video will probably be corrupted."
https://bugs.kde.org/show_bug.cgi?id=374305 ol...@gmx.at changed: What|Removed |Added CC||ol...@gmx.at --- Comment #4 from ol...@gmx.at --- Have the same problem. Tried it also with the newest version 16.12.2 and have the same issue. Please fix this asap because its not possible to render a project. Have read that the developers are working on new timeline features to make kdenlive more professional. Thats fine but more important is to fix such big bugs. -- You are receiving this mail because: You are watching all bug changes.
[apper] [Bug 373044] The last time, apper before finish updating packages, returned an Update Error
https://bugs.kde.org/show_bug.cgi?id=373044 --- Comment #5 from tomaz...@otenet.gr --- Hello, Today apper updated SW without errors. Many thanks -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 376409] Export doesn't work on Windows
https://bugs.kde.org/show_bug.cgi?id=376409 --- Comment #4 from caulier.gil...@gmail.com --- Go to digiKam setup panel into Plugins section and check if all are enable. Gilles Caulier -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 376429] Crash on rotate
https://bugs.kde.org/show_bug.cgi?id=376429 caulier.gil...@gmail.com changed: What|Removed |Added Resolution|--- |UPSTREAM Component|general |Metadata-Engine CC||caulier.gil...@gmail.com Status|UNCONFIRMED |RESOLVED --- Comment #1 from caulier.gil...@gmail.com --- Exiv2 IPTC reading crash into JPEG file. Report this problem to Exiv2 library bugzilla. Gilles Caulier -- You are receiving this mail because: You are watching all bug changes.
[trojita] [Bug 321374] Multiple accounts
https://bugs.kde.org/show_bug.cgi?id=321374 Bronson changed: What|Removed |Added CC||bronsonmath...@gmail.com --- Comment #3 from Bronson --- subscribing to this, as it looks like a great app, but cant use it till it supports multiple accounts. -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 376409] Export doesn't work on Windows
https://bugs.kde.org/show_bug.cgi?id=376409 --- Comment #3 from caulier.gil...@gmail.com --- What's the content of Import menu entry ? Giles Caulier -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 376425] Light table window not activated or brought to front
https://bugs.kde.org/show_bug.cgi?id=376425 caulier.gil...@gmail.com changed: What|Removed |Added CC||caulier.gil...@gmail.com Component|Usability |LightTable -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 376423] Inconsistent ENTER key in thumbnails view
https://bugs.kde.org/show_bug.cgi?id=376423 caulier.gil...@gmail.com changed: What|Removed |Added CC||caulier.gil...@gmail.com --- Comment #1 from caulier.gil...@gmail.com --- I think this problem have been fixed in next release. Take a look to 5.5.0 pre version available here : https://drive.google.com/drive/folders/0BzeiVr-byqt5Y0tIRWVWelRJenM Gilles Caulier -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 302405] Konsole crashed while switching the tab
https://bugs.kde.org/show_bug.cgi?id=302405 Kurt Hindenburg changed: What|Removed |Added Resolution|--- |UNMAINTAINED Status|UNCONFIRMED |RESOLVED -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 299715] Konsole crashes when fcitx is running
https://bugs.kde.org/show_bug.cgi?id=299715 Kurt Hindenburg changed: What|Removed |Added Resolution|--- |UNMAINTAINED Status|UNCONFIRMED |RESOLVED -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 293096] Inconsistency in tabs from Konsole and Konqueror
https://bugs.kde.org/show_bug.cgi?id=293096 Kurt Hindenburg changed: What|Removed |Added Resolution|--- |UNMAINTAINED Status|CONFIRMED |RESOLVED -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 280738] Select text with mouse in bidi text, like Arabic, highlights wrong part of sentence
https://bugs.kde.org/show_bug.cgi?id=280738 Kurt Hindenburg changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|--- |UNMAINTAINED -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 278991] Curses redraw error in Weechat with status bar
https://bugs.kde.org/show_bug.cgi?id=278991 Kurt Hindenburg changed: What|Removed |Added Resolution|--- |UNMAINTAINED Status|CONFIRMED |RESOLVED -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 273535] Konsole removes some important Unicode characters from input, such as ZWNJ
https://bugs.kde.org/show_bug.cgi?id=273535 Kurt Hindenburg changed: What|Removed |Added Resolution|--- |UNMAINTAINED Status|CONFIRMED |RESOLVED --- Comment #3 from Kurt Hindenburg --- Please open a new ticket if this is still an issue w/ a recent KDE5 version -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 263934] Oxygen style + "Animate tab" + transparent bg causes visual glitch
https://bugs.kde.org/show_bug.cgi?id=263934 Kurt Hindenburg changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|--- |UNMAINTAINED -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 240248] "Pipe to terminal" doesn't pipe all the code to the terminal
https://bugs.kde.org/show_bug.cgi?id=240248 Kurt Hindenburg changed: What|Removed |Added Resolution|--- |UNMAINTAINED Status|CONFIRMED |RESOLVED -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 374259] >2 GB history file tries to overflow lseek
https://bugs.kde.org/show_bug.cgi?id=374259 --- Comment #4 from Luke-Jr --- (In reply to Kurt Hindenburg from comment #3) > better would be to ...limit huge files That wouldn't be a fix. I set unlimited because I actually want unlimited. -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 227132] Konsole doesn't allow "Fixed SemiCondensed" font
https://bugs.kde.org/show_bug.cgi?id=227132 Kurt Hindenburg changed: What|Removed |Added Resolution|--- |UNMAINTAINED Status|CONFIRMED |RESOLVED -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 190423] vim+tabs click area mismatch right-most X
https://bugs.kde.org/show_bug.cgi?id=190423 Kurt Hindenburg changed: What|Removed |Added Resolution|--- |UNMAINTAINED Status|CONFIRMED |RESOLVED -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 217700] fixed fonts renders badly in konsole since KDE > 4.3.3
https://bugs.kde.org/show_bug.cgi?id=217700 Kurt Hindenburg changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|--- |UNMAINTAINED -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 204388] vim + ALT or SHIFT or NUMPAD mappings don't work in konsole
https://bugs.kde.org/show_bug.cgi?id=204388 Kurt Hindenburg changed: What|Removed |Added Resolution|--- |UNMAINTAINED Status|CONFIRMED |RESOLVED -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 193207] KDE Write Daemon flooding screen with bogus messages after resume from disk
https://bugs.kde.org/show_bug.cgi?id=193207 Kurt Hindenburg changed: What|Removed |Added Resolution|--- |UNMAINTAINED Status|ASSIGNED|RESOLVED -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 192221] Last line gets deleted in output after resizing window, sometimes
https://bugs.kde.org/show_bug.cgi?id=192221 Kurt Hindenburg changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|--- |UNMAINTAINED -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 183700] URL remains bold after mouse is moved off it
https://bugs.kde.org/show_bug.cgi?id=183700 Kurt Hindenburg changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|--- |UNMAINTAINED -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 167993] Cursor jumps sometimes when pasting text in vim with the middle mouse button
https://bugs.kde.org/show_bug.cgi?id=167993 Kurt Hindenburg changed: What|Removed |Added Resolution|--- |UNMAINTAINED Status|CONFIRMED |RESOLVED -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 161023] "Edit Profile" dialog too high for small devices like the Eee pc.
https://bugs.kde.org/show_bug.cgi?id=161023 Kurt Hindenburg changed: What|Removed |Added Resolution|--- |LATER Status|CONFIRMED |RESOLVED --- Comment #4 from Kurt Hindenburg --- There needs to be more info how to achieve this on small screens. -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 376431] New: Holding Shift does not mark text when terminal program handles mouse input
https://bugs.kde.org/show_bug.cgi?id=376431 Bug ID: 376431 Summary: Holding Shift does not mark text when terminal program handles mouse input Product: konsole Version: 16.12.0 Platform: Debian unstable OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: copy-paste Assignee: konsole-de...@kde.org Reporter: inf...@tiker.net Target Milestone: --- Steps to reproduce: 1) Run mc (Midnight commander) 2) Drag with Shift Expected result: 3) Text should be marked Actual result: 3) Mouse events get handed to mc -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 41744] konsole lacks the option of showing Unicode characters with ambiguous width as FULLWIDTH or HALFWIDTH
https://bugs.kde.org/show_bug.cgi?id=41744 Kurt Hindenburg changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|--- |UNMAINTAINED --- Comment #17 from Kurt Hindenburg --- If this is still an issue with a recent version, please open a new report. -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 149426] Input method support is not 100%
https://bugs.kde.org/show_bug.cgi?id=149426 Kurt Hindenburg changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|--- |UNMAINTAINED -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 154550] Underline below hyperlink does not disappear when terminal is scrolled
https://bugs.kde.org/show_bug.cgi?id=154550 Kurt Hindenburg changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 95349] konsole to display available SSH connection discovered through Zeroconf/Bonjour/Rendez-Vous/dnssd
https://bugs.kde.org/show_bug.cgi?id=95349 Kurt Hindenburg changed: What|Removed |Added Resolution|--- |LATER Status|CONFIRMED |RESOLVED --- Comment #5 from Kurt Hindenburg --- This is a really wish and a lot has changed -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 96280] Character set selection no longer operative; breaks backwards compatibility; xterm vs Linux console
https://bugs.kde.org/show_bug.cgi?id=96280 Kurt Hindenburg changed: What|Removed |Added Resolution|--- |UNMAINTAINED Status|UNCONFIRMED |RESOLVED -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 96282] Wish: and prefix option
https://bugs.kde.org/show_bug.cgi?id=96282 Kurt Hindenburg changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #8 from Kurt Hindenburg --- please open a new report if the below commit didn't accomplish what you wanted. -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 151811] provide "host key" feature
https://bugs.kde.org/show_bug.cgi?id=151811 Kurt Hindenburg changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--- |LATER -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 145657] wish: "Paste (file://) URL as path" context menu command
https://bugs.kde.org/show_bug.cgi?id=145657 Kurt Hindenburg changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|--- |LATER --- Comment #12 from Kurt Hindenburg --- closing this for now due to age/lack of interest -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 75025] Wish: Monitor for string option
https://bugs.kde.org/show_bug.cgi?id=75025 Kurt Hindenburg changed: What|Removed |Added Resolution|--- |LATER Status|CONFIRMED |RESOLVED -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 58868] selection of gnu screen sessions
https://bugs.kde.org/show_bug.cgi?id=58868 Kurt Hindenburg changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|--- |LATER --- Comment #14 from Kurt Hindenburg --- I'll close this for now as it is unlikely to be implemented w/o patches -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 175140] konsole -profile functionality from kde 3.5.x
https://bugs.kde.org/show_bug.cgi?id=175140 Kurt Hindenburg changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|--- |UNMAINTAINED --- Comment #27 from Kurt Hindenburg --- I'll close this since we're on KDE5 - "--tabs-from-file " might be of use if anyone is still interested. Open a new wish if you find what you need isn't possible now. -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 311611] Konsole crash when clicking and dragging a tab
https://bugs.kde.org/show_bug.cgi?id=311611 Kurt Hindenburg changed: What|Removed |Added Resolution|--- |UNMAINTAINED Status|UNCONFIRMED |RESOLVED -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 309297] Add the ability of reconnecting a remote connection.
https://bugs.kde.org/show_bug.cgi?id=309297 Kurt Hindenburg changed: What|Removed |Added Resolution|--- |LATER Status|UNCONFIRMED |RESOLVED -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 309954] Unexpected konsole crash
https://bugs.kde.org/show_bug.cgi?id=309954 Kurt Hindenburg changed: What|Removed |Added Resolution|--- |UNMAINTAINED Status|UNCONFIRMED |RESOLVED -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 310161] Konsole crash when using QT_ACCESSIBILITY
https://bugs.kde.org/show_bug.cgi?id=310161 Kurt Hindenburg changed: What|Removed |Added Resolution|--- |UNMAINTAINED Status|UNCONFIRMED |RESOLVED -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 309256] Copy magnet links
https://bugs.kde.org/show_bug.cgi?id=309256 Kurt Hindenburg changed: What|Removed |Added Resolution|--- |LATER Status|UNCONFIRMED |RESOLVED --- Comment #1 from Kurt Hindenburg --- I'm going to close this for now - if there's more interest/patch, it will be reviewed -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 306982] Mismanagement of keys for suspending output
https://bugs.kde.org/show_bug.cgi?id=306982 Kurt Hindenburg changed: What|Removed |Added Version|2.9.1 |unspecified Platform|Ubuntu Packages |unspecified --- Comment #4 from Kurt Hindenburg --- Well I obviously never got around to this - patches always welcomed -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 310300] konsole crash
https://bugs.kde.org/show_bug.cgi?id=310300 Kurt Hindenburg changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--- |UNMAINTAINED -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 307161] Konsole should install its kpart as konsolepart.so , without the current "lib" prefix
https://bugs.kde.org/show_bug.cgi?id=307161 Kurt Hindenburg changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
[k3b] [Bug 375016] k3b 17.04: cannot add files to data project
https://bugs.kde.org/show_bug.cgi?id=375016 Leslie Zhai changed: What|Removed |Added CC||xiangzha...@gmail.com --- Comment #6 from Leslie Zhai --- Sorry for my misunderstanding of QSharedPointer http://www.leetcode.cn/2016/08/k3b.html#bug -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 374259] >2 GB history file tries to overflow lseek
https://bugs.kde.org/show_bug.cgi?id=374259 Kurt Hindenburg changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED |CONFIRMED --- Comment #3 from Kurt Hindenburg --- known issue - easy fix would be use something other than short int - better would be to handle/limit huge files -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 326761] Konsole plante après installation de VBOX Guest 4.3.1
https://bugs.kde.org/show_bug.cgi?id=326761 Kurt Hindenburg changed: What|Removed |Added Resolution|--- |UNMAINTAINED Status|UNCONFIRMED |RESOLVED -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 326524] Konsole fails to show on highlight "spoiler" text in irc clients
https://bugs.kde.org/show_bug.cgi?id=326524 Kurt Hindenburg changed: What|Removed |Added Resolution|--- |UNMAINTAINED Status|UNCONFIRMED |RESOLVED -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 326920] "Print Screen" print dialog does not update list of printers
https://bugs.kde.org/show_bug.cgi?id=326920 Kurt Hindenburg changed: What|Removed |Added Resolution|--- |UNMAINTAINED Status|UNCONFIRMED |RESOLVED -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 326929] Konsole crash with no apparent reason
https://bugs.kde.org/show_bug.cgi?id=326929 Kurt Hindenburg changed: What|Removed |Added Resolution|--- |UNMAINTAINED Status|UNCONFIRMED |RESOLVED -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 327099] 4.11.3: konsole fails on assertion "screenLine <= _screenLinesSize"
https://bugs.kde.org/show_bug.cgi?id=327099 Kurt Hindenburg changed: What|Removed |Added Resolution|--- |UNMAINTAINED Status|UNCONFIRMED |RESOLVED -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 374259] >2 GB history file tries to overflow lseek
https://bugs.kde.org/show_bug.cgi?id=374259 Kurt Hindenburg changed: What|Removed |Added CC||b7.10110...@gmail.com --- Comment #2 from Kurt Hindenburg --- *** Bug 362197 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 362197] Scrollback buffer loses data when it grows large enough
https://bugs.kde.org/show_bug.cgi?id=362197 Kurt Hindenburg changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRMED |RESOLVED --- Comment #2 from Kurt Hindenburg --- *** This bug has been marked as a duplicate of bug 374259 *** -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 374259] >2 GB history file tries to overflow lseek
https://bugs.kde.org/show_bug.cgi?id=374259 Kurt Hindenburg changed: What|Removed |Added CC||bugs.kde@tange.dk --- Comment #1 from Kurt Hindenburg --- *** Bug 333472 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 333472] Unlimited Scrollback blanks with at lot of output
https://bugs.kde.org/show_bug.cgi?id=333472 Kurt Hindenburg changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE --- Comment #4 from Kurt Hindenburg --- *** This bug has been marked as a duplicate of bug 374259 *** -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 330505] Crash of Termianl
https://bugs.kde.org/show_bug.cgi?id=330505 Kurt Hindenburg changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--- |UNMAINTAINED -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 331463] .bash_history not updated for last Konsole when sytem is rebooted
https://bugs.kde.org/show_bug.cgi?id=331463 Kurt Hindenburg changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 336849] Upon colorscheme changes, COLORFGBG is not modified in already running Konsole's tabs
https://bugs.kde.org/show_bug.cgi?id=336849 Kurt Hindenburg changed: What|Removed |Added Summary|When colorscheme is |Upon colorscheme changes, |changed, COLORFGBG is not |COLORFGBG is not modified |modified till konsole is|in already running |restarted |Konsole's tabs Version|2.13.2 |unspecified Platform|Archlinux Packages |unspecified --- Comment #1 from Kurt Hindenburg --- There doesn't see a way to change environmental variable in an already running process. I wonder how other terminals handle this. -- You are receiving this mail because: You are watching all bug changes.
[Breeze] [Bug 376430] New: Some scrollbars unusable with wacom
https://bugs.kde.org/show_bug.cgi?id=376430 Bug ID: 376430 Summary: Some scrollbars unusable with wacom Product: Breeze Version: 5.8.4 Platform: Debian unstable OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: QStyle Assignee: hugo.pereira.da.co...@gmail.com Reporter: inf...@tiker.net Target Milestone: --- Using my Wacom tablet, I have found two scrollbars in KDE that resist being dragged or clicked: * The list of networks in plasma-nm * The list of desktop effects in systemsettings All other scrollbars are miraculously OK. -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 376409] Export doesn't work on Windows
https://bugs.kde.org/show_bug.cgi?id=376409 Twilight Sparkle changed: What|Removed |Added Summary|Export doesn't work |Export doesn't work on ||Windows -- You are receiving this mail because: You are watching all bug changes.
[kdeconnect] [Bug 373967] Android File System not Mounted and Pairing is no longer persistent.
https://bugs.kde.org/show_bug.cgi?id=373967 accoun...@christopherbartels.com changed: What|Removed |Added CC||accounts0@christopherbartel ||s.com --- Comment #3 from accoun...@christopherbartels.com --- I'm using kdeconnect 1.0.3-0ubuntu1~ubuntu16.04~ppa1 with an LG Stylo2 running KDE Connect version 1.5. When I click the 'Browse this device' button in the plasma widget I get the following error: "A folder named /home/user/.cache/kioexec/krun/15934_0/ already exists." The user-places.xbel file's permissions are user's. AFAIK pairing doesn't fail after awhile. -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 336359] segfault when closing konsole from within dolphin
https://bugs.kde.org/show_bug.cgi?id=336359 Kurt Hindenburg changed: What|Removed |Added Resolution|--- |WORKSFORME Status|UNCONFIRMED |RESOLVED --- Comment #1 from Kurt Hindenburg --- please update and that should fix it -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 336310] Blinking cursor doesn't blink when scrolled up
https://bugs.kde.org/show_bug.cgi?id=336310 Kurt Hindenburg changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED |CONFIRMED --- Comment #4 from Kurt Hindenburg --- confirmed if not a minor cosmetic issue -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 357180] Segfault after trying to select unreadably small text in konsole 15.12
https://bugs.kde.org/show_bug.cgi?id=357180 Paul Konecny changed: What|Removed |Added Resolution|WORKSFORME |FIXED --- Comment #4 from Paul Konecny --- As I said in my previous comment, the problem was, that the oxygen font was replaced by the noto one. Konsole had Oxygen set a default which was no longer there as it got deleted due to a packaging change. Switching the default font to some other font fixed the issue. I think a similar problem can be avoided in the future by letting Konsole fall back to another font if the one selected is no longer available. -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 337121] Font dialog's sample text should be translatable
https://bugs.kde.org/show_bug.cgi?id=337121 Kurt Hindenburg changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #1 from Kurt Hindenburg --- The new font dialog doesn't use this sample text any longer -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 376429] New: Crash on rotate
https://bugs.kde.org/show_bug.cgi?id=376429 Bug ID: 376429 Summary: Crash on rotate Product: digikam Version: 4.12.0 Platform: Ubuntu Packages OS: Linux Status: UNCONFIRMED Keywords: drkonqi Severity: crash Priority: NOR Component: general Assignee: digikam-de...@kde.org Reporter: john_eg...@comcast.net Target Milestone: --- Application: digikam (4.12.0) KDE Platform Version: 4.14.16 Qt Version: 4.8.7 Operating System: Linux 4.4.0-62-generic i686 Distribution: Ubuntu 16.04.2 LTS -- Information about the crash: - What I was doing when the application crashed: Selecting either "rotate left" or "rotate right" causes 4.12.0 to crash. Kubuntu 16.04. The crash can be reproduced every time. -- Backtrace: Application: digiKam (digikam), signal: Segmentation fault Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1". [Current thread is 1 (Thread 0xacc619c0 (LWP 2451))] Thread 7 (Thread 0x9c688b40 (LWP 2475)): [KCrash Handler] #7 access_virt_barray (cinfo=0x9c687378, ptr=0xb3f065c0 , start_row=0, num_rows=1, writable=1) at jmemmgr.c:896 #8 0xb6f031dc in do_rot_270 (dst_coef_arrays=0xb40b6f90 , src_coef_arrays=0x1394679c, y_crop_offset=318774040, x_crop_offset=3019404034, dstinfo=0x9c6871cc, srcinfo=0x9c687378) at /build/digikam-Gcg5vj/digikam-4.12.0/core/libs/jpegutils/libjpeg-84/transupp.c:486 #9 jtransform_execute_transform (srcinfo=0x9c687378, dstinfo=0x9c6871cc, src_coef_arrays=0x1394679c, info=0x9c686f38) at /build/digikam-Gcg5vj/digikam-4.12.0/core/libs/jpegutils/libjpeg-84/transupp.c:1463 #10 0xb6efb685 in Digikam::JPEGUtils::JpegRotator::performJpegTransform (this=0x9c687880, action=KExiv2Iface::RotationMatrix::Rotate270, src=..., dest=...) at /build/digikam-Gcg5vj/digikam-4.12.0/core/libs/jpegutils/jpegutils.cpp:656 #11 0xb6eff610 in Digikam::JPEGUtils::JpegRotator::exifTransform (this=0x9c687880, matrix=...) at /build/digikam-Gcg5vj/digikam-4.12.0/core/libs/jpegutils/jpegutils.cpp:414 #12 0xb6f011db in Digikam::JPEGUtils::JpegRotator::exifTransform (this=0x9c687880, action=KExiv2Iface::RotationMatrix::Rotate270) at /build/digikam-Gcg5vj/digikam-4.12.0/core/libs/jpegutils/jpegutils.cpp:366 #13 0x0827c894 in Digikam::FileActionMngrFileWorker::transform (this=0xaa45eb0, infos=..., action=7) at /build/digikam-Gcg5vj/digikam-4.12.0/core/app/fileaction/fileworkeriface.cpp:218 #14 0x0827ad66 in Digikam::FileWorkerInterface::qt_static_metacall (_o=0xaa45eb0, _c=QMetaObject::InvokeMetaMethod, _id=5, _a=0xb7bd030) at /build/digikam-Gcg5vj/digikam-4.12.0/obj-i686-linux-gnu/core/app/fileworkeriface.moc:68 #15 0xb4695cca in QMetaCallEvent::placeMetaCall (this=0x139300d8, object=0xaa45eb0) at kernel/qobject.cpp:524 #16 0xb469dea1 in QObject::event (this=0xaa45eb0, e=0x139300d8) at kernel/qobject.cpp:1222 #17 0xb6f6b3aa in Digikam::WorkerObject::event (this=0xaa45eb0, e=0x139300d8) at /build/digikam-Gcg5vj/digikam-4.12.0/core/libs/threads/workerobject.cpp:160 #18 0xb4cd364a in QApplicationPrivate::notify_helper (this=0xa3501a8, receiver=0xaa45eb0, e=0x139300d8) at kernel/qapplication.cpp:4570 #19 0xb4cda951 in QApplication::notify (this=0xbf922f14, receiver=0xaa45eb0, e=0x139300d8) at kernel/qapplication.cpp:4356 #20 0xb589378c in KApplication::notify (this=0xbf922f14, receiver=0xaa45eb0, event=0x139300d8) at ../../kdeui/kernel/kapplication.cpp:311 #21 0xb468257a in QCoreApplication::notifyInternal (this=0xbf922f14, receiver=0xaa45eb0, event=0x139300d8) at kernel/qcoreapplication.cpp:955 #22 0xb4686266 in QCoreApplication::sendEvent (event=0x139300d8, receiver=0xaa45eb0) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:231 #23 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0xb99f090) at kernel/qcoreapplication.cpp:1579 #24 0xb4686595 in QCoreApplication::sendPostedEvents (receiver=0x0, event_type=0) at kernel/qcoreapplication.cpp:1472 #25 0xb46b4f91 in QCoreApplication::sendPostedEvents () at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:236 #26 postEventSourceDispatch (s=0xb7c3d48) at kernel/qeventdispatcher_glib.cpp:300 #27 0xb306eee9 in g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0 #28 0xb306f189 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #29 0xb306f254 in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0 #30 0xb46b50f5 in QEventDispatcherGlib::processEvents (this=0xb7bfdf0, flags=...) at kernel/qeventdispatcher_glib.cpp:450 #31 0xb4680c5d in QEventLoop::processEvents (this=0x9c687fd4, flags=...) at kernel/qeventloop.cpp:149 #32 0xb4680fee in QEventLoop::exec (this=0x9c687fd4, flags=...) at kernel/qeventloop.cpp:204 #33 0xb6f6981a in Digikam::WorkerObjectRunnable::run (this=0x13944570) at /build/digikam-Gcg5vj/digikam-4.12.0/core/libs/threads/threadmanager.cpp:196 #34 0xb45573c9 in QThreadPoolThread::run (this=0xb99ef80) at concurre
[plasmashell] [Bug 376428] Plasma crashes when desktop toolbox button on the upper left-hand corner is clicked.
https://bugs.kde.org/show_bug.cgi?id=376428 manav@gmail.com changed: What|Removed |Added Summary|Plasma crashed when desktop |Plasma crashes when desktop |toolbox button on the upper |toolbox button on the upper |left-hand corner is |left-hand corner is |clicked.|clicked. -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 337861] Check Marks do not appear in Manage Profiles Screen
https://bugs.kde.org/show_bug.cgi?id=337861 Kurt Hindenburg changed: What|Removed |Added Resolution|--- |UNMAINTAINED Status|UNCONFIRMED |RESOLVED -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 338371] Send Email to feature not working
https://bugs.kde.org/show_bug.cgi?id=338371 Kurt Hindenburg changed: What|Removed |Added Resolution|--- |UNMAINTAINED Status|UNCONFIRMED |RESOLVED -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 376428] New: Plasma crashed when desktop toolbox button on the upper left-hand corner is clicked.
https://bugs.kde.org/show_bug.cgi?id=376428 Bug ID: 376428 Summary: Plasma crashed when desktop toolbox button on the upper left-hand corner is clicked. Product: plasmashell Version: 5.9.1 Platform: Archlinux Packages OS: Linux Status: UNCONFIRMED Keywords: drkonqi Severity: crash Priority: NOR Component: general Assignee: k...@davidedmundson.co.uk Reporter: manav@gmail.com CC: bhus...@gmail.com, plasma-b...@kde.org Target Milestone: 1.0 Application: plasmashell (5.9.1) Qt Version: 5.8.0 Frameworks Version: 5.30.0 Operating System: Linux 4.4.48-1-lts x86_64 Distribution (Platform): Archlinux Packages -- Information about the crash: - What I was doing when the application crashed: Just clicked the button on the top left corner of the desktop after starting my computer and it crashed. The crash can be reproduced sometimes. -- Backtrace: Application: Plasma (plasmashell), signal: Segmentation fault Using host libthread_db library "/usr/lib/libthread_db.so.1". [Current thread is 1 (Thread 0x7f337444f800 (LWP 616))] Thread 12 (Thread 0x7f328b04a700 (LWP 745)): #0 0x7f336d0b010f in pthread_cond_wait@@GLIBC_2.3.2 () at /usr/lib/libpthread.so.0 #1 0x7f336e1e058b in QWaitCondition::wait(QMutex*, unsigned long) () at /usr/lib/libQt5Core.so.5 #2 0x7f3371f3c665 in () at /usr/lib/libQt5Quick.so.5 #3 0x7f3371f3cf72 in () at /usr/lib/libQt5Quick.so.5 #4 0x7f336e1df6d8 in () at /usr/lib/libQt5Core.so.5 #5 0x7f336d0aa454 in start_thread () at /usr/lib/libpthread.so.0 #6 0x7f336daf47df in clone () at /usr/lib/libc.so.6 Thread 11 (Thread 0x7f328bc25700 (LWP 744)): #0 0x7f336d0b010f in pthread_cond_wait@@GLIBC_2.3.2 () at /usr/lib/libpthread.so.0 #1 0x7f336e1e058b in QWaitCondition::wait(QMutex*, unsigned long) () at /usr/lib/libQt5Core.so.5 #2 0x7f3371f3c665 in () at /usr/lib/libQt5Quick.so.5 #3 0x7f3371f3cf72 in () at /usr/lib/libQt5Quick.so.5 #4 0x7f336e1df6d8 in () at /usr/lib/libQt5Core.so.5 #5 0x7f336d0aa454 in start_thread () at /usr/lib/libpthread.so.0 #6 0x7f336daf47df in clone () at /usr/lib/libc.so.6 Thread 10 (Thread 0x7f32a482c700 (LWP 722)): #0 0x7f336d0b010f in pthread_cond_wait@@GLIBC_2.3.2 () at /usr/lib/libpthread.so.0 #1 0x7f336e1e058b in QWaitCondition::wait(QMutex*, unsigned long) () at /usr/lib/libQt5Core.so.5 #2 0x7f3371f3c665 in () at /usr/lib/libQt5Quick.so.5 #3 0x7f3371f3cf72 in () at /usr/lib/libQt5Quick.so.5 #4 0x7f336e1df6d8 in () at /usr/lib/libQt5Core.so.5 #5 0x7f336d0aa454 in start_thread () at /usr/lib/libpthread.so.0 #6 0x7f336daf47df in clone () at /usr/lib/libc.so.6 Thread 9 (Thread 0x7f32a542e700 (LWP 720)): #0 0x7f336d0b010f in pthread_cond_wait@@GLIBC_2.3.2 () at /usr/lib/libpthread.so.0 #1 0x7f336e1e058b in QWaitCondition::wait(QMutex*, unsigned long) () at /usr/lib/libQt5Core.so.5 #2 0x7f3371f3c665 in () at /usr/lib/libQt5Quick.so.5 #3 0x7f3371f3cf72 in () at /usr/lib/libQt5Quick.so.5 #4 0x7f336e1df6d8 in () at /usr/lib/libQt5Core.so.5 #5 0x7f336d0aa454 in start_thread () at /usr/lib/libpthread.so.0 #6 0x7f336daf47df in clone () at /usr/lib/libc.so.6 Thread 8 (Thread 0x7f32a69af700 (LWP 716)): #0 0x7f336d0b010f in pthread_cond_wait@@GLIBC_2.3.2 () at /usr/lib/libpthread.so.0 #1 0x7f336e1e058b in QWaitCondition::wait(QMutex*, unsigned long) () at /usr/lib/libQt5Core.so.5 #2 0x7f3371f3c665 in () at /usr/lib/libQt5Quick.so.5 #3 0x7f3371f3cf72 in () at /usr/lib/libQt5Quick.so.5 #4 0x7f336e1df6d8 in () at /usr/lib/libQt5Core.so.5 #5 0x7f336d0aa454 in start_thread () at /usr/lib/libpthread.so.0 #6 0x7f336daf47df in clone () at /usr/lib/libc.so.6 Thread 7 (Thread 0x7f32be960700 (LWP 711)): #0 0x7f336d0b010f in pthread_cond_wait@@GLIBC_2.3.2 () at /usr/lib/libpthread.so.0 #1 0x7f336e1e058b in QWaitCondition::wait(QMutex*, unsigned long) () at /usr/lib/libQt5Core.so.5 #2 0x7f3371f3c665 in () at /usr/lib/libQt5Quick.so.5 #3 0x7f3371f3cf72 in () at /usr/lib/libQt5Quick.so.5 #4 0x7f336e1df6d8 in () at /usr/lib/libQt5Core.so.5 #5 0x7f336d0aa454 in start_thread () at /usr/lib/libpthread.so.0 #6 0x7f336daf47df in clone () at /usr/lib/libc.so.6 Thread 6 (Thread 0x7f32bf161700 (LWP 710)): #0 0x7f3368949db9 in g_mutex_lock () at /usr/lib/libglib-2.0.so.0 #1 0x7f3368904184 in g_main_context_check () at /usr/lib/libglib-2.0.so.0 #2 0x7f3368904724 in () at /usr/lib/libglib-2.0.so.0 #3 0x7f336890489c in g_main_context_iteration () at /usr/lib/libglib-2.0.so.0 #4 0x7f336e40f06b in QEventDispatcherGlib::processEvents(QFlags) () at /usr/lib/libQt5Core.so.5 #5 0x7f336e3b889a in QEventLoop::exec(QFlags) () at /usr/lib/libQt5Core.so.5 #6 0x7f336e1daa73 in QThr
[trojita] [Bug 374830] Context menu on e-mail address should offer "Copy e-mail address"
https://bugs.kde.org/show_bug.cgi?id=374830 Jan Kundrát changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Latest Commit||https://commits.kde.org/tro ||jita/434f677d4909e751ef59d2 ||c8b5e2899b05eae022 --- Comment #5 from Jan Kundrát --- Git commit d42deaec263c1a0cd00d0391f0b75b48c3471b0d by Jan Kundrát. Committed on 05/02/2017 at 14:37. Pushed by gerrit into branch 'master'. GUI: Extracting e-mail addresses from a message body Right now, we delegate link copying to WebKit, which means that it will use URLs like "mailto:f...@example.org";. That is suboptimal from the user's point of view; they typically just "want to have that e-mail address". This patch ensures that we do this fancy thing when the URL is really a simple one -- pointing to exactly one recipient. As a fallback option, all other cases are handled by the existing code which just copies the URL as-is. Please note that this does not fix the issue that the linked bugreport complained about -- the header widget with e-mail addresses is a QLabel, so we will have to do a slightly different dance for that. Change-Id: I930f4eecd291af643c736701849d4c92fc8fc43d M +18 -3src/Gui/SimplePartWidget.cpp M +1-0src/Gui/SimplePartWidget.h https://commits.kde.org/trojita/d42deaec263c1a0cd00d0391f0b75b48c3471b0d --- Comment #6 from Jan Kundrát --- Git commit 434f677d4909e751ef59d2c8b5e2899b05eae022 by Jan Kundrát. Committed on 06/02/2017 at 11:29. Pushed by gerrit into branch 'master'. GUI: Clipboard copying of e-mail addresses from the header view Previously, the context menu offered some options for accessing the QLabel (this class is actually just a pretty QLabel)'s text, for selecting all of it, and copying stuff. The most important, IMHO, is to have access to the actual e-mail address (as requested by the associated bugreport), and to the human readable text for the sake of completeness. The code is still a tad inconsistent because the List-Post header for indicating an active mailing list does not currently use the OneEnvelopeAddress class. Mailing list addresses will therefore remain unaffected by this patch; their copy action is still going to copy a complete mailto: URL. Change-Id: I4e515045d0241e4c1064389aa777f58e72c7c999 M +26 -2src/Gui/OneEnvelopeAddress.cpp M +2-0src/Gui/OneEnvelopeAddress.h https://commits.kde.org/trojita/434f677d4909e751ef59d2c8b5e2899b05eae022 -- You are receiving this mail because: You are watching all bug changes.
[trojita] [Bug 374830] Context menu on e-mail address should offer "Copy e-mail address"
https://bugs.kde.org/show_bug.cgi?id=374830 Jan Kundrát changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Latest Commit||https://commits.kde.org/tro ||jita/434f677d4909e751ef59d2 ||c8b5e2899b05eae022 --- Comment #5 from Jan Kundrát --- Git commit d42deaec263c1a0cd00d0391f0b75b48c3471b0d by Jan Kundrát. Committed on 05/02/2017 at 14:37. Pushed by gerrit into branch 'master'. GUI: Extracting e-mail addresses from a message body Right now, we delegate link copying to WebKit, which means that it will use URLs like "mailto:f...@example.org";. That is suboptimal from the user's point of view; they typically just "want to have that e-mail address". This patch ensures that we do this fancy thing when the URL is really a simple one -- pointing to exactly one recipient. As a fallback option, all other cases are handled by the existing code which just copies the URL as-is. Please note that this does not fix the issue that the linked bugreport complained about -- the header widget with e-mail addresses is a QLabel, so we will have to do a slightly different dance for that. Change-Id: I930f4eecd291af643c736701849d4c92fc8fc43d M +18 -3src/Gui/SimplePartWidget.cpp M +1-0src/Gui/SimplePartWidget.h https://commits.kde.org/trojita/d42deaec263c1a0cd00d0391f0b75b48c3471b0d --- Comment #6 from Jan Kundrát --- Git commit 434f677d4909e751ef59d2c8b5e2899b05eae022 by Jan Kundrát. Committed on 06/02/2017 at 11:29. Pushed by gerrit into branch 'master'. GUI: Clipboard copying of e-mail addresses from the header view Previously, the context menu offered some options for accessing the QLabel (this class is actually just a pretty QLabel)'s text, for selecting all of it, and copying stuff. The most important, IMHO, is to have access to the actual e-mail address (as requested by the associated bugreport), and to the human readable text for the sake of completeness. The code is still a tad inconsistent because the List-Post header for indicating an active mailing list does not currently use the OneEnvelopeAddress class. Mailing list addresses will therefore remain unaffected by this patch; their copy action is still going to copy a complete mailto: URL. Change-Id: I4e515045d0241e4c1064389aa777f58e72c7c999 M +26 -2src/Gui/OneEnvelopeAddress.cpp M +2-0src/Gui/OneEnvelopeAddress.h https://commits.kde.org/trojita/434f677d4909e751ef59d2c8b5e2899b05eae022 -- You are receiving this mail because: You are watching all bug changes.
[trojita] [Bug 375822] Infinite login loop when wrong credentials are provided by a plugin
https://bugs.kde.org/show_bug.cgi?id=375822 Jan Kundrát changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Latest Commit||https://commits.kde.org/tro ||jita/430d6802f44e7262005c1d ||6413b290bd383c57f0 --- Comment #1 from Jan Kundrát --- Git commit 430d6802f44e7262005c1d6413b290bd383c57f0 by Jan Kundrát. Committed on 02/02/2017 at 20:13. Pushed by gerrit into branch 'master'. GUI: Do not keep reusing wrong password Since commit 76648e4248, Trojitá has started forgetting to forget a cached password which proved to be wrong. When a password was provided by some plugin, the UI would never ask the user for one after a login failure. That's suboptimal, especially considering that the code would just happily loop and issue many login requests using the same credentials over and over again. Thanks to Marc Lambrecht (whytrytofly on IRC) for reporting this. Change-Id: I1920176ad71910bea6e8c83033e444dc01c076bf M +8-0src/Gui/Window.cpp https://commits.kde.org/trojita/430d6802f44e7262005c1d6413b290bd383c57f0 -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 338801] Help : About Konsole shows wrong icon
https://bugs.kde.org/show_bug.cgi?id=338801 Kurt Hindenburg changed: What|Removed |Added Resolution|--- |WORKSFORME Status|UNCONFIRMED |RESOLVED --- Comment #4 from Kurt Hindenburg --- I would suggest asking on your distro's site. -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 338886] KF5 - Some shortcuts missing
https://bugs.kde.org/show_bug.cgi?id=338886 Kurt Hindenburg changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 361047] Wishlist: make grouped images more prominently visible [patch]
https://bugs.kde.org/show_bug.cgi?id=361047 --- Comment #59 from Wolfgang Scheffner --- Quite nice, that one! What I was talking about is not an additional icon but a stacked frame *like* the icon. Might be easier than a rotated frame. -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 338901] Add markers for scroll positions for easy finding
https://bugs.kde.org/show_bug.cgi?id=338901 Kurt Hindenburg changed: What|Removed |Added Version|2.13.2 |unspecified Ever confirmed|0 |1 Status|UNCONFIRMED |CONFIRMED --- Comment #2 from Kurt Hindenburg --- I agree this would be nice - other KDE apps have it -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 376277] Right clicking on a system tray icon causes keeps focus on the icon even if user has moved elsewhere
https://bugs.kde.org/show_bug.cgi?id=376277 sparhawk changed: What|Removed |Added CC||kdeb...@plast.id.au --- Comment #3 from sparhawk --- I can confirm this in Arch Linux, Plasma 5.9.1-2. -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 338914] Missing DBus close methods breaks previous API
https://bugs.kde.org/show_bug.cgi?id=338914 Kurt Hindenburg changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|--- |UNMAINTAINED -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 339105] Crash on CTRL+P (print)
https://bugs.kde.org/show_bug.cgi?id=339105 Kurt Hindenburg changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 349261] copy/paste into Thunderbird compose window results in weird behavior
https://bugs.kde.org/show_bug.cgi?id=349261 --- Comment #3 from Ed Greshko --- ...a konsole issue that got fixed via another bugzilla (too early, no coffee) -- You are receiving this mail because: You are watching all bug changes.