[kdenlive] [Bug 357991] Unable to rotate video negative amount when not using standard locale for numbers
https://bugs.kde.org/show_bug.cgi?id=357991 --- Comment #9 from fritzib...@gmx.net --- Created attachment 115635 --> https://bugs.kde.org/attachment.cgi?id=115635&action=edit Rotate (keyframable)_negative Tested on Kdenlive Windows 18.08.2 -> it works even with negative value (rotate forewards and backwards). If not done, download the AppImage of 18.08.02 Run the Appimage from the terminal (press CTRL + ALT + T). Move to the AppImage folder and run the .AppImage: ./Kdenlive*.AppImage -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 393112] Autosave files don't get made for new documents derived from templates
https://bugs.kde.org/show_bug.cgi?id=393112 Wysteria changed: What|Removed |Added Status|NEEDSINFO |REPORTED Version|4.0.1 |nightly build (please ||specify the git hash!) Resolution|WAITINGFORINFO |--- --- Comment #9 from Wysteria --- Updated status to REPORTED and version to nightly appimage (git 715ad13) -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 399784] New: 2nd LibreOffice Writer window opens beneath Dolphin window instead of on top of it
https://bugs.kde.org/show_bug.cgi?id=399784 Bug ID: 399784 Summary: 2nd LibreOffice Writer window opens beneath Dolphin window instead of on top of it Product: kwin Version: 5.14.0 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: kwin-bugs-n...@kde.org Reporter: tempel.jul...@gmail.com Target Milestone: --- Open a folder with LibreOffice documents in it with Dolphin. Open one document: LibreOffice Writer window correctly spawns on top of Dolphin window. Open another document: The 2nd LO Writer window opens beneath Dolphin's window. This is undesired behavior and annoying, as you have to click the new window first in order to completely see and to work with it. SOFTWARE VERSIONS KDE Plasma Version: 5.14.0 KDE Frameworks Version: 5.50 Qt Version: 5.11.2 ADDITIONAL INFORMATION LO 6.1.2.1, VCL: gtk3_kde5 -- You are receiving this mail because: You are watching all bug changes.
[kaddressbook] [Bug 392511] opening contact editor => crash
https://bugs.kde.org/show_bug.cgi?id=392511 --- Comment #8 from Philippe ROUBACH --- (In reply to Philippe ROUBACH from comment #7) > when i try with gdb to get a back trace with kaddress or kmail > then > kontact does not crash > then > no i can't get any trace ! obviously you must read "i can't get any trace !" -- You are receiving this mail because: You are watching all bug changes.
[kmymoney] [Bug 385180] investactivities.cpp: 8 * Redundant condition
https://bugs.kde.org/show_bug.cgi?id=385180 --- Comment #3 from Thomas Baumgart --- Git commit e53ee0804bc71d309e955ce39141c8adf8e22d5f by Thomas Baumgart. Committed on 13/10/2018 at 16:34. Pushed by tbaumgart into branch '5.0'. Simplify logical expressions in source code FIXED-IN: 5.0.2 M +8-8kmymoney/dialogs/investactivities.cpp https://commits.kde.org/kmymoney/e53ee0804bc71d309e955ce39141c8adf8e22d5f -- You are receiving this mail because: You are watching all bug changes.
[kmymoney] [Bug 385180] investactivities.cpp: 8 * Redundant condition
https://bugs.kde.org/show_bug.cgi?id=385180 --- Comment #2 from Thomas Baumgart --- (In reply to Thomas Baumgart from comment #1) > Apparently, the automatic bug close did not work here. So I close it > manually. No, I just noticed, that I still need to push it. Shame on me. -- You are receiving this mail because: You are watching all bug changes.
[kmymoney] [Bug 385180] investactivities.cpp: 8 * Redundant condition
https://bugs.kde.org/show_bug.cgi?id=385180 Thomas Baumgart changed: What|Removed |Added Status|REPORTED|RESOLVED Latest Commit||https://commits.kde.org/kmy ||money/e53ee0804bc71d309e955 ||ce39141c8adf8e22d5f Resolution|--- |FIXED Version Fixed In||5.0.2 --- Comment #1 from Thomas Baumgart --- Apparently, the automatic bug close did not work here. So I close it manually. -- You are receiving this mail because: You are watching all bug changes.
[kdevelop] [Bug 399783] New: C++ code parsing is slower than compilation
https://bugs.kde.org/show_bug.cgi?id=399783 Bug ID: 399783 Summary: C++ code parsing is slower than compilation Product: kdevelop Version: git master Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: Language Support: CPP (Clang-based) Assignee: kdevelop-bugs-n...@kde.org Reporter: eugene.shalygin+bugzilla@gmail.com Target Milestone: --- Parsing in KDEvelop is extremely slow most of the times. Only cleaning session cache and restarting make it reasonably quick again. STEPS TO REPRODUCE 1. Load a project of size > 1e5 LOC 2. Select "Reload" in the project context menu 3. Open the parsing progress bar. OBSERVED RESULT Parsing of each file takes about 10 seconds. EXPECTED RESULT Parsing takes not longer than compiling the same project (i.e. it has to be ~10 times faster). SOFTWARE VERSIONS (available in About System) KDE Plasma Version: 5.14.80 KDE Frameworks Version: 5.51.0 Qt Version: 5.11.1 ADDITIONAL INFORMATION Changing "Compiler for paths" in the project settings sometimes help to recover the parsing speed. -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kio] [Bug 181880] Right-clicking on a device in the Places panel should show an option to display a Properties window for it
https://bugs.kde.org/show_bug.cgi?id=181880 Thomas Surrel changed: What|Removed |Added Latest Commit||https://commits.kde.org/dol ||phin/3f41cd9c0060e9a8dda919 ||ec3f5b82f6d7a8ee74 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #9 from Thomas Surrel --- Git commit 3f41cd9c0060e9a8dda919ec3f5b82f6d7a8ee74 by Thomas Surrel. Committed on 14/10/2018 at 10:23. Pushed by thsurrel into branch 'master'. Add a 'Properties' entry in the Places panel context menu Summary: BUG: 181880 Test Plan: Right-click on a place or on a device in the Places panel now show a Properties entry. Clicking on it will open its folder property. Reviewers: #dolphin, #plasma, #vdg, ngraham, elvisangelaccio Reviewed By: #dolphin, #vdg, ngraham, elvisangelaccio Subscribers: anthonyfieroni, elvisangelaccio, cfeck, ngraham, abetts, kfm-devel Tags: #dolphin Differential Revision: https://phabricator.kde.org/D15929 M +9-0src/panels/places/placespanel.cpp https://commits.kde.org/dolphin/3f41cd9c0060e9a8dda919ec3f5b82f6d7a8ee74 -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 399762] Digikam Geolocation Correlator ignores time offset
https://bugs.kde.org/show_bug.cgi?id=399762 --- Comment #6 from Maik Qualmann --- If the time zone is set correctly in your computer, +02:00:00 should be the correct value. Here with me it is Paris/Berlin with +01:00:00. Maik -- You are receiving this mail because: You are watching all bug changes.
[kdenlive] [Bug 397781] Rotate actually crop the image
https://bugs.kde.org/show_bug.cgi?id=397781 fritzib...@gmx.net changed: What|Removed |Added Flags||Brainstorm+ -- You are receiving this mail because: You are watching all bug changes.
[kdenlive] [Bug 397781] Rotate actually crop the image
https://bugs.kde.org/show_bug.cgi?id=397781 fritzib...@gmx.net changed: What|Removed |Added CC||fritzib...@gmx.net --- Comment #1 from fritzib...@gmx.net --- Please try with the actual Kdenlive AppImage version 18.08.2 Run the Appimage from the terminal (press CTRL + ALT + T). Move to the AppImage folder and run the .AppImage: ./Kdenlive*.AppImage -- You are receiving this mail because: You are watching all bug changes.
[kdenlive] [Bug 391095] Cannot Adjust Effects
https://bugs.kde.org/show_bug.cgi?id=391095 fritzib...@gmx.net changed: What|Removed |Added Flags|Translation_missing+|timeline_corruption+ -- You are receiving this mail because: You are watching all bug changes.
[kdenlive] [Bug 357991] Unable to rotate video negative amount when not using standard locale for numbers
https://bugs.kde.org/show_bug.cgi?id=357991 --- Comment #8 from Marcus Sundman --- Yes, this problem still exists in 18.08.2. Adding the "Rotate (keyframable)" effect and entering a positive rotation works, but a negative rotation does not work. -- You are receiving this mail because: You are watching all bug changes.
[kdenlive] [Bug 397782] Position and zoom keyframe get lost if you move/ extend / whatever
https://bugs.kde.org/show_bug.cgi?id=397782 fritzib...@gmx.net changed: What|Removed |Added Flags||Brainstorm+ CC||fritzib...@gmx.net -- You are receiving this mail because: You are watching all bug changes.
[ark] [Bug 399269] Incorrect unzipping of big *.zip files on NTFS partition
https://bugs.kde.org/show_bug.cgi?id=399269 --- Comment #4 from Elvis Angelaccio --- Ok. Please disable P7Zip and try again. -- You are receiving this mail because: You are watching all bug changes.
[kdenlive] [Bug 399241] Fades to black become invalid in title clips when making the title clips longer on the track
https://bugs.kde.org/show_bug.cgi?id=399241 fritzib...@gmx.net changed: What|Removed |Added CC||fritzib...@gmx.net Flags||Usability+ --- Comment #1 from fritzib...@gmx.net --- Please try with the actual Kdenlive AppImage version 18.08.2 Run the Appimage from the terminal (press CTRL + ALT + T). Move to the AppImage folder and run the .AppImage: ./Kdenlive*.AppImage -- You are receiving this mail because: You are watching all bug changes.
[kdenlive] [Bug 399242] Add audio crossfade effects
https://bugs.kde.org/show_bug.cgi?id=399242 fritzib...@gmx.net changed: What|Removed |Added Flags||Usability+ CC||fritzib...@gmx.net -- You are receiving this mail because: You are watching all bug changes.
[kdenlive] [Bug 398985] When I try to open a file, the Open menu fails. It doesnt show anything about files.
https://bugs.kde.org/show_bug.cgi?id=398985 fritzib...@gmx.net changed: What|Removed |Added Flags||Brainstorm+, low_hanging+ -- You are receiving this mail because: You are watching all bug changes.
[kdenlive] [Bug 399737] kdenlive (17.04.3) crash on exit
https://bugs.kde.org/show_bug.cgi?id=399737 fritzib...@gmx.net changed: What|Removed |Added Flags||Brainstorm+ --- Comment #2 from fritzib...@gmx.net --- Please try with the actual Kdenlive AppImage version 18.08.2 Run the Appimage from the terminal (press CTRL + ALT + T). Move to the AppImage folder and run the .AppImage: ./Kdenlive*.AppImage -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 399782] New: Discover crashes
https://bugs.kde.org/show_bug.cgi?id=399782 Bug ID: 399782 Summary: Discover crashes Product: Discover Version: 5.14.0 Platform: Archlinux Packages OS: Linux Status: REPORTED Keywords: drkonqi Severity: crash Priority: NOR Component: discover Assignee: aleix...@kde.org Reporter: rayver...@gmail.com Target Milestone: --- Application: plasma-discover (5.14.0) Qt Version: 5.11.2 Frameworks Version: 5.50.0 Operating System: Linux 4.18.14-1-MANJARO x86_64 Distribution: "Manjaro Linux" -- Information about the crash: Just browsing available apps, the app randomly crashes. Not at a specific moment though.. The crash can be reproduced every time. -- Backtrace: Application: Discover (plasma-discover), signal: Segmentation fault Using host libthread_db library "/usr/lib/libthread_db.so.1". [Current thread is 1 (Thread 0x7f00f29cc800 (LWP 4699))] Thread 12 (Thread 0x7f00b1ffb700 (LWP 5095)): #0 0x7f00f6035414 in g_mutex_unlock () at /usr/lib/libglib-2.0.so.0 #1 0x7f00f608679d in g_main_context_prepare () at /usr/lib/libglib-2.0.so.0 #2 0x7f00f6086e06 in () at /usr/lib/libglib-2.0.so.0 #3 0x7f00f6086fce in g_main_context_iteration () at /usr/lib/libglib-2.0.so.0 #4 0x7f00f7d6bfe4 in QEventDispatcherGlib::processEvents(QFlags) () at /usr/lib/libQt5Core.so.5 #5 0x7f00f7d178cc in QEventLoop::exec(QFlags) () at /usr/lib/libQt5Core.so.5 #6 0x7f00f7b60eb9 in QThread::exec() () at /usr/lib/libQt5Core.so.5 #7 0x7f00f7b6af65 in () at /usr/lib/libQt5Core.so.5 #8 0x7f00f6b0aa9d in start_thread () at /usr/lib/libpthread.so.0 #9 0x7f00f784da43 in clone () at /usr/lib/libc.so.6 Thread 11 (Thread 0x7f00b3fff700 (LWP 5094)): #0 0x7fff145a7a6c in () #1 0x7fff145a7c5d in clock_gettime () #2 0x7f00f785b912 in clock_gettime () at /usr/lib/libc.so.6 #3 0x7f00f7d6b8f2 in () at /usr/lib/libQt5Core.so.5 #4 0x7f00f7d6a0da in QTimerInfoList::updateCurrentTime() () at /usr/lib/libQt5Core.so.5 #5 0x7f00f7d6a6d6 in QTimerInfoList::timerWait(timespec&) () at /usr/lib/libQt5Core.so.5 #6 0x7f00f7d6bd4f in () at /usr/lib/libQt5Core.so.5 #7 0x7f00f60867aa in g_main_context_prepare () at /usr/lib/libglib-2.0.so.0 #8 0x7f00f6086e06 in () at /usr/lib/libglib-2.0.so.0 #9 0x7f00f6086fce in g_main_context_iteration () at /usr/lib/libglib-2.0.so.0 #10 0x7f00f7d6bfe4 in QEventDispatcherGlib::processEvents(QFlags) () at /usr/lib/libQt5Core.so.5 #11 0x7f00f7d178cc in QEventLoop::exec(QFlags) () at /usr/lib/libQt5Core.so.5 #12 0x7f00f7b60eb9 in QThread::exec() () at /usr/lib/libQt5Core.so.5 #13 0x7f00f7b6af65 in () at /usr/lib/libQt5Core.so.5 #14 0x7f00f6b0aa9d in start_thread () at /usr/lib/libpthread.so.0 #15 0x7f00f784da43 in clone () at /usr/lib/libc.so.6 Thread 10 (Thread 0x7f00b27fc700 (LWP 4714)): #0 0x7f00f783e734 in read () at /usr/lib/libc.so.6 #1 0x7f00f6035781 in () at /usr/lib/libglib-2.0.so.0 #2 0x7f00f6085a50 in g_main_context_check () at /usr/lib/libglib-2.0.so.0 #3 0x7f00f6086e86 in () at /usr/lib/libglib-2.0.so.0 #4 0x7f00f6086fce in g_main_context_iteration () at /usr/lib/libglib-2.0.so.0 #5 0x7f00f6087022 in () at /usr/lib/libglib-2.0.so.0 #6 0x7f00f60503eb in () at /usr/lib/libglib-2.0.so.0 #7 0x7f00f6b0aa9d in start_thread () at /usr/lib/libpthread.so.0 #8 0x7f00f784da43 in clone () at /usr/lib/libc.so.6 Thread 9 (Thread 0x7f00cd7fa700 (LWP 4711)): #0 0x7f00f6b10afc in pthread_cond_wait@@GLIBC_2.3.2 () at /usr/lib/libpthread.so.0 #1 0x7f00f7b6b71c in QWaitCondition::wait(QMutex*, unsigned long) () at /usr/lib/libQt5Core.so.5 #2 0x7f00f96087ed in () at /usr/lib/libQt5Quick.so.5 #3 0x7f00f9608a5c in () at /usr/lib/libQt5Quick.so.5 #4 0x7f00f7b6af65 in () at /usr/lib/libQt5Core.so.5 #5 0x7f00f6b0aa9d in start_thread () at /usr/lib/libpthread.so.0 #6 0x7f00f784da43 in clone () at /usr/lib/libc.so.6 Thread 8 (Thread 0x7f00cdffb700 (LWP 4710)): #0 0x7f00f783e734 in read () at /usr/lib/libc.so.6 #1 0x7f00f6035781 in () at /usr/lib/libglib-2.0.so.0 #2 0x7f00f6085a50 in g_main_context_check () at /usr/lib/libglib-2.0.so.0 #3 0x7f00f6086e86 in () at /usr/lib/libglib-2.0.so.0 #4 0x7f00f6086fce in g_main_context_iteration () at /usr/lib/libglib-2.0.so.0 #5 0x7f00f7d6bfe4 in QEventDispatcherGlib::processEvents(QFlags) () at /usr/lib/libQt5Core.so.5 #6 0x7f00f7d178cc in QEventLoop::exec(QFlags) () at /usr/lib/libQt5Core.so.5 #7 0x7f00f7b60eb9 in QThread::exec() () at /usr/lib/libQt5Core.so.5 #8 0x7f00f7b6af65 in () at /usr/lib/libQt5Core.so.5 #9 0x7f00f6b0aa9d in start_thread () at /usr/lib/libpthread.so.0 #10 0x7f00f784da43 in clone () at /usr/lib/libc.so.6 Thread 7 (Thread 0x7f00c700 (LWP 4706)): #0 0x7f00f6085a57 in g_
[digikam] [Bug 399762] Digikam Geolocation Correlator ignores time offset
https://bugs.kde.org/show_bug.cgi?id=399762 --- Comment #5 from Piotr Kubowicz --- UTC+02:00, Europe/Warsaw -- You are receiving this mail because: You are watching all bug changes.
[kdenlive] [Bug 399629] MENU File > Open ...file manager failed...?
https://bugs.kde.org/show_bug.cgi?id=399629 fritzib...@gmx.net changed: What|Removed |Added CC||fritzib...@gmx.net Flags||Brainstorm+ --- Comment #2 from fritzib...@gmx.net --- Run the Appimage from the terminal (press CTRL + ALT + T). Move to the AppImage folder and run the .AppImage: ./Kdenlive*.AppImage then you see which item are missing/not installed -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 395209] multibrush with distance based brush doesn't use correct starting distance for copied strokes
https://bugs.kde.org/show_bug.cgi?id=395209 --- Comment #3 from Eoin O'Neill --- So I've investigated this bug pretty thoroughly now and I think I have a general idea of how/why this happens. Basically, it seems as though all brush instances in multihand mode seem to use the same starting position on canvas. This means that if you start in the dead-center of the mirror planes, for instance, you will get perfectly symmetrical results. However, if you start away from the mirror planes, it will create differ between brush instances and therefore produce different results. -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 399762] Digikam Geolocation Correlator ignores time offset
https://bugs.kde.org/show_bug.cgi?id=399762 --- Comment #4 from Maik Qualmann --- And how is your time zone? Maik -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 399627] [Freehand brush] Crash while painting, backtrace ★★★
https://bugs.kde.org/show_bug.cgi?id=399627 --- Comment #1 from Boudewijn Rempt --- This one way the lockless hashtable bug shows up. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 399670] [vector/shape/txt] Impossible to rotate any vector objects
https://bugs.kde.org/show_bug.cgi?id=399670 Boudewijn Rempt changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #3 from Boudewijn Rempt --- Scott reverted the commit that caused this bug. But this loses us the T icon to enable the text tool. He's working with Jouni on reimplementing that, though: commit 09f2f3b160b2e7c00264972b96ee4cf3726659d8 Author: Scott Petrovic Date: Sat Oct 13 10:46:30 2018 -0500 fix vector rotations and back out the T icon changes for now -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 399762] Digikam Geolocation Correlator ignores time offset
https://bugs.kde.org/show_bug.cgi?id=399762 --- Comment #3 from Piotr Kubowicz --- I don't live in Sofia. I set my camera to Sofia local time during my travel. For GPS recording local time is not taken into account. I have just tried setting the offset to 00:00 but the correlator still chooses the wrong position, as before. I was able to set the position correctly using: exiftool -overwrite_original -geotag '*.gpx' '-geotime<${CreateDate}+03:00' . so my files are not corrupted and other tools are able to yield correct result. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 399719] Clicking on a subwindow while another subwindow is maximized maximizes the first subwindow
https://bugs.kde.org/show_bug.cgi?id=399719 Boudewijn Rempt changed: What|Removed |Added Resolution|--- |UPSTREAM Status|REPORTED|RESOLVED CC||b...@valdyas.org --- Comment #1 from Boudewijn Rempt --- Yes, I can reproduce it, but I'm afraid that this is considered a "feature" -- it's not something we've built into Krita, but it's part of the development platform, Qt. And we cannot change that :-( -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 391613] Plasma sometimes crashes when typing in the search box of the application launcher
https://bugs.kde.org/show_bug.cgi?id=391613 61.1...@gmail.com changed: What|Removed |Added CC||61.1...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 399723] A visual glitch when using multiple views of the same document and soft proofing
https://bugs.kde.org/show_bug.cgi?id=399723 Boudewijn Rempt changed: What|Removed |Added Status|REPORTED|NEEDSINFO CC||b...@valdyas.org Resolution|--- |WAITINGFORINFO --- Comment #1 from Boudewijn Rempt --- I haven't seen it happen myself. Does this also happen for you if you disable canvas acceleration? If so, I think that this might be caused by Krita using the same textures for both views, which we do to save memory. -- You are receiving this mail because: You are watching all bug changes.
[yakuake] [Bug 399781] New: yakuake command line options ignored
https://bugs.kde.org/show_bug.cgi?id=399781 Bug ID: 399781 Summary: yakuake command line options ignored Product: yakuake Version: 3.0.2 Platform: Debian stable OS: Linux Status: REPORTED Severity: minor Priority: NOR Component: general Assignee: h...@kde.org Reporter: keian@gmail.com Target Milestone: --- SUMMARY Attempts at using command-line options like --version and --help-all do not work; Yakuake runs as though no options were given. STEPS TO REPRODUCE 1. Type "yakuake --version" from Konsole or yakuake's drop-down menu 2. Type "yakuake --help" OBSERVED RESULT Yakuake runs like only "yakuake" was typed, starting its process EXPECTED RESULT (1) Yakuake outputs information about its version (2) Yakuake outputs information about available command-line options SOFTWARE VERSIONS (available in About System) KDE Plasma Version: 5.8.6 KDE Frameworks Version: 5.28.0 Qt Version: 5.7.1 ADDITIONAL INFORMATION Results are identical in a separate tty (though it aborts due to the lack of a QXqbConnection). It does not appear related to running it from within KDE. In normal use, these options are not helpful, but for making a bug report, I was unable to obtain yakuake's version number. I followed the version number apt provided - "3.0.2.1+b1". -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 399638] Noticeable lag when drawing
https://bugs.kde.org/show_bug.cgi?id=399638 Boudewijn Rempt changed: What|Removed |Added Resolution|WAITINGFORINFO |NOT A BUG Status|NEEDSINFO |RESOLVED --- Comment #5 from Boudewijn Rempt --- I think we'll have to write this down to system weirdness... It's not something we can investigate or code a fix for, I think. -- You are receiving this mail because: You are watching all bug changes.
[neon] [Bug 399346] Can not start Akonadi
https://bugs.kde.org/show_bug.cgi?id=399346 Rik Mills changed: What|Removed |Added CC||j...@jriddell.org, ||neon-b...@kde.org, ||sit...@kde.org Component|general |Packages User Edition Assignee|kdepim-b...@kde.org |neon-b...@kde.org Version|5.9.1 |unspecified Product|Akonadi |neon -- You are receiving this mail because: You are watching all bug changes.
[kaddressbook] [Bug 392511] opening contact editor => crash
https://bugs.kde.org/show_bug.cgi?id=392511 --- Comment #7 from Philippe ROUBACH --- when i try with gdb to get a back trace with kaddress or kmail then kontact does not crash then no i can't get any trace ! -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 362865] Plasma forces my character encoding to US-ASCII
https://bugs.kde.org/show_bug.cgi?id=362865 Andreas Freimuth changed: What|Removed |Added Ever confirmed|0 |1 CC||m.n...@gmx.net Status|REPORTED|CONFIRMED --- Comment #2 from Andreas Freimuth --- I can reproduce this with the current Debain Testing Packages. Googleing for "plasma-localerc us-ascii" shows there are a some more users have that problem, On Gentoo, Fedora, FreeBSD, Arch and Debian. How can I help to fix this? When I remove ~/.config/plasma-localerc and ~/.config/plasma-locale-settings.sh, new files are Created with 'LANG=en_US.UTF-8' and the settings are as follows: $ localectl list-locales C.UTF-8 de_DE.utf8 en_GB.utf8 en_US.utf8 ja_JP.utf8 $ locale LANG=en_US.UTF-8 LANGUAGE= LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="en_US.UTF-8" LC_NAME="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8" LC_MEASUREMENT="en_US.UTF-8" LC_IDENTIFICATION="en_US.UTF-8" LC_ALL= But as soon as I change the language in the Regional Settings it uses US-ASCII for what ever language I select. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 399749] Crash when converting a Transparency mask to Selection mask
https://bugs.kde.org/show_bug.cgi?id=399749 Boudewijn Rempt changed: What|Removed |Added Status|CONFIRMED |ASSIGNED Assignee|krita-bugs-n...@kde.org |dimul...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 399751] SIGSEGV when converting a Local selection layer to Transparency mask
https://bugs.kde.org/show_bug.cgi?id=399751 Boudewijn Rempt changed: What|Removed |Added Status|CONFIRMED |ASSIGNED Assignee|krita-bugs-n...@kde.org |dimul...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 399638] Noticeable lag when drawing
https://bugs.kde.org/show_bug.cgi?id=399638 --- Comment #4 from Wontoon --- So an update to the issue: After closing Firefox because it was being unstable (the whole system was lagging like crazy and I figured that was the cause, and I was right when I closed Firefox), the issue... somehow resolved itself. Reopened it to confirm if Firefox was the issue, but I could not seem to replicate the lag. Huh. (This is even more confusing since I immediately encountered the lag after the restart and it persisted until now. Firefox is still going, and the lag is still absent...) -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 399749] Crash when converting a Transparency mask to Selection mask
https://bugs.kde.org/show_bug.cgi?id=399749 Boudewijn Rempt changed: What|Removed |Added Keywords||regression -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 399749] Crash when converting a Transparency mask to Selection mask
https://bugs.kde.org/show_bug.cgi?id=399749 Boudewijn Rempt changed: What|Removed |Added CC||b...@valdyas.org Ever confirmed|0 |1 Status|REPORTED|CONFIRMED --- Comment #2 from Boudewijn Rempt --- #0 _int_malloc (av=av@entry=0x7fffec596640 , bytes=bytes@entry=112) at malloc.c:3421 #1 0x7fffec2743d0 in __GI___libc_malloc (bytes=112) at malloc.c:2918 #2 0x7fffecb47a58 in operator new (sz=112) at ../../../../libstdc++-v3/libsupc++/new_op.cc:50 #3 0x7fffed0cd1c2 in QObject::QObject(QObject*) () from /usr/lib64/libQt5Core.so.5 #4 0x7327630a in KisThreadSafeSignalCompressor::KisThreadSafeSignalCompressor (this=0x9c77300, delay=100, mode=KisSignalCompressor::POSTPONE) at /home/boud/dev/krita/libs/global/kis_thread_safe_signal_compressor.cpp:25 #5 0x75deabe3 in KisSelectionUpdateCompressor::KisSelectionUpdateCompressor (this=0x9bb6fe0, selection=) at /home/boud/dev/krita/libs/image/KisSelectionUpdateCompressor.cpp:29 #6 0x75deab82 in KisLazyStorage::KisLazyStorage(KisSelection*)::{lambda()#1}::operator()() const (__closure=0xaf40b30) at /home/boud/dev/krita/libs/image/KisLazyStorage.h:36 #7 std::_Function_handler::KisLazyStorage(KisSelection*)::{lambda()#1}>::_M_invoke(std::_Any_data const&) (__functor=...) at /usr/include/c++/7/bits/std_function.h:302 #8 0x75dea295 in std::function::operator()() const (this=0xaf40b30) at /usr/include/c++/7/bits/std_function.h:706 #9 KisLazyStorage::getPointer (this=0xaf40b30) at /home/boud/dev/krita/libs/image/KisLazyStorage.h:76 #10 KisLazyStorage::operator-> (this=0xaf40b30) at /home/boud/dev/krita/libs/image/KisLazyStorage.h:64 #11 KisSelection::setParentNode (this=this@entry=0x96e4f00, node=...) at /home/boud/dev/krita/libs/image/kis_selection.cc:128 #12 0x75d82c4f in KisMask::Private::initSelectionImpl (this=0x8ac21c0, copyFrom=..., parentLayer=..., copyFromDevice=...) at /home/boud/dev/krita/libs/image/kis_mask.cc:198 #13 0x75d8334a in KisMask::initSelection (this=this@entry=0xc99ece0, copyFromDevice=..., parentLayer=...) at /home/boud/dev/krita/libs/image/kis_mask.cc:153 #14 0x7723e78e in KisMaskManager::createMaskCommon (this=this@entry=0x9bd1f20, mask=..., activeNode=..., copyFrom=..., macroName=..., nodeType=..., nodeName=..., suppressSelection=false, avoidActiveNode=true, updateImage=false) at /home/boud/dev/krita/libs/ui/kis_mask_manager.cc:172 #15 0x7723f7f5 in KisMaskManager::createSelectionMask (this=0x9bd1f20, activeNode=..., copyFrom=..., convertActiveNode=convertActiveNode@entry=true) at /home/boud/dev/krita/libs/ui/kis_mask_manager.cc:202 #16 0x7724ba2f in KisNodeManager::convertNode (this=0x9c67f18, nodeType=...) at /home/boud/dev/krita/libs/ui/kis_node_manager.cpp:605 #17 0x775669fc in KisNodeManager::qt_static_metacall (_o=0x9c67f18, _c=, _id=, _a=0x7fffb230) at /home/boud/dev/b-krita/libs/ui/moc_kis_node_manager.cpp:327 #18 0x7fffed0c45ef in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib64/libQt5Core.so.5 #19 0x7fffed0cfe65 in QSignalMapper::mapped(QString const&) () from /usr/lib64/libQt5Core.so.5 #20 0x7fffed0d09db in QSignalMapper::map(QObject*) () from /usr/lib64/libQt5Core.so.5 #21 0x7fffed0c45ef in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib64/libQt5Core.so.5 #22 0x7fffee03ed42 in QAction::triggered(bool) () from /usr/lib64/libQt5Widgets.so.5 #23 0x7fffee04143d in QAction::activate(QAction::ActionEvent) () from /usr/lib64/libQt5Widgets.so.5 #24 0x7fffee1a7ea2 in ?? () from /usr/lib64/libQt5Widgets.so.5 #25 0x7fffee1ae7a4 in ?? () from /usr/lib64/libQt5Widgets.so.5 #26 0x7fffee1af6bb in QMenu::mouseReleaseEvent(QMouseEvent*) () from /usr/lib64/libQt5Widgets.so.5 #27 0x7fffee080c87 in QWidget::event(QEvent*) () from /usr/lib64/libQt5Widgets.so.5 #28 0x7fffee1b1a0b in QMenu::event(QEvent*) () from /usr/lib64/libQt5Widgets.so.5 #29 0x7fffee0451ac in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib64/libQt5Widgets.so.5 #30 0x7fffee04c718 in QApplication::notify(QObject*, QEvent*) () from /usr/lib64/libQt5Widgets.so.5 #31 0x77479857 in KisApplication::notify (this=, receiver=0x9c21190, event=0x7fffba60) at /home/boud/dev/krita/libs/ui/KisApplication.cpp:608 #32 0x7fffed09a8f5 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib64/libQt5Core.so.5 #33 0x7fffee04b1e9 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer&, bool) () from /usr/lib64/libQt5Widgets.so.5 #34 0x7fffee0991d4 in ?? () from /usr/lib64/libQt5Widgets.so.5 #35 0x7fffee09b993 in ?? () from
[krita] [Bug 399751] SIGSEGV when converting a Local selection layer to Transparency mask
https://bugs.kde.org/show_bug.cgi?id=399751 Boudewijn Rempt changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0 |1 -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 399751] SIGSEGV when converting a Local selection layer to Transparency mask
https://bugs.kde.org/show_bug.cgi?id=399751 Boudewijn Rempt changed: What|Removed |Added Keywords||regression CC||b...@valdyas.org --- Comment #1 from Boudewijn Rempt --- Thread 1 (Thread 0x7f06d7a6a980 (LWP 30406)): [KCrash Handler] #6 musable (mem=0x7f06cc072818 ) at malloc.c:4604 #7 __malloc_usable_size (m=0x7f06cc072818 ) at malloc.c:4615 #8 0x7f06c933d0b9 in ?? () from /usr/X11R6/lib64/libGL.so.1 #9 0x7f06c76451fc in ?? () from /usr/lib64/tls/libnvidia-tls.so.390.67 #10 0x7f06d58b9a81 in KisWeakSharedPtr::detach (this=0xe6e2c00) at /home/boud/dev/krita/libs/global/kis_shared_ptr.h:480 #11 KisWeakSharedPtr::attach (o=..., this=0xe6e2c00) at /home/boud/dev/krita/libs/global/kis_shared_ptr.h:460 #12 KisWeakSharedPtr::operator= (o=..., this=0xe6e2c00) at /home/boud/dev/krita/libs/global/kis_shared_ptr.h:287 #13 KisPixelSelection::KisPixelSelection (this=0xade7840, copySource=..., copyMode=, parentSelection=...) at /home/boud/dev/krita/libs/image/kis_pixel_selection.cpp:96 #14 0x7f06d58c6550 in KisSelection::KisSelection (this=0xc765030, source=..., copyMode=KritaUtils::CopyAllFrames, defaultBounds=...) at /home/boud/dev/krita/libs/image/kis_selection.cc:82 #15 0x7f06d585ed8e in KisMask::Private::initSelectionImpl (this=0xa89ee20, copyFrom=..., parentLayer=..., copyFromDevice=...) at /home/boud/dev/krita/libs/image/kis_mask.cc:181 #16 0x7f06d585f34a in KisMask::initSelection (this=this@entry=0x11d4f950, copyFromDevice=..., parentLayer=...) at /home/boud/dev/krita/libs/image/kis_mask.cc:153 #17 0x7f06d6d1a78e in KisMaskManager::createMaskCommon (this=this@entry=0xb31e730, mask=..., activeNode=..., copyFrom=..., macroName=..., nodeType=..., nodeName=..., suppressSelection=false, avoidActiveNode=true, updateImage=true) at /home/boud/dev/krita/libs/ui/kis_mask_manager.cc:172 #18 0x7f06d6d1b057 in KisMaskManager::createTransparencyMask (this=0xb31e730, activeNode=..., copyFrom=..., convertActiveNode=convertActiveNode@entry=true) at /home/boud/dev/krita/libs/ui/kis_mask_manager.cc:217 #19 0x7f06d6d27c87 in KisNodeManager::convertNode (this=0xb470608, nodeType=...) at /home/boud/dev/krita/libs/ui/kis_node_manager.cpp:609 #20 0x7f06d70429fc in KisNodeManager::qt_static_metacall (_o=0xb470608, _c=, _id=, _a=0x7ffd3c8be9a0) at /home/boud/dev/b-krita/libs/ui/moc_kis_node_manager.cpp:327 #21 0x7f06ccba05ef in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib64/libQt5Core.so.5 #22 0x7f06ccbabe65 in QSignalMapper::mapped(QString const&) () from /usr/lib64/libQt5Core.so.5 #23 0x7f06ccbac9db in QSignalMapper::map(QObject*) () from /usr/lib64/libQt5Core.so.5 #24 0x7f06ccba05ef in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib64/libQt5Core.so.5 #25 0x7f06cdb1ad42 in QAction::triggered(bool) () from /usr/lib64/libQt5Widgets.so.5 #26 0x7f06cdb1d43d in QAction::activate(QAction::ActionEvent) () from /usr/lib64/libQt5Widgets.so.5 #27 0x7f06cdc83ea2 in ?? () from /usr/lib64/libQt5Widgets.so.5 #28 0x7f06cdc8a7a4 in ?? () from /usr/lib64/libQt5Widgets.so.5 #29 0x7f06cdc8b6bb in QMenu::mouseReleaseEvent(QMouseEvent*) () from /usr/lib64/libQt5Widgets.so.5 #30 0x7f06cdb5cc87 in QWidget::event(QEvent*) () from /usr/lib64/libQt5Widgets.so.5 #31 0x7f06cdc8da0b in QMenu::event(QEvent*) () from /usr/lib64/libQt5Widgets.so.5 #32 0x7f06cdb211ac in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib64/libQt5Widgets.so.5 #33 0x7f06cdb28718 in QApplication::notify(QObject*, QEvent*) () from /usr/lib64/libQt5Widgets.so.5 #34 0x7f06d6f55857 in KisApplication::notify (this=, receiver=0xc28e730, event=0x7ffd3c8bf1d0) at /home/boud/dev/krita/libs/ui/KisApplication.cpp:608 #35 0x7f06ccb768f5 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib64/libQt5Core.so.5 #36 0x7f06cdb271e9 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer&, bool) () from /usr/lib64/libQt5Widgets.so.5 #37 0x7f06cdb751d4 in ?? () from /usr/lib64/libQt5Widgets.so.5 #38 0x7f06cdb77993 in ?? () from /usr/lib64/libQt5Widgets.so.5 #39 0x7f06cdb211ac in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib64/libQt5Widgets.so.5 #40 0x7f06cdb27b52 in QApplication::notify(QObject*, QEvent*) () from /usr/lib64/libQt5Widgets.so.5 #41 0x7f06d6f55857 in KisApplication::notify (this=, receiver=0xe0e89c0, event=0x7ffd3c8bf670) at /home/boud/dev/krita/libs/ui/KisApplication.cpp:608 #42 0x7f06ccb768f5 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib64/libQt5Core.so.5 #43 0x7f06cd10f74f in QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) () from /usr/lib64/libQt
[krita] [Bug 399766] Subwindow right-click menu options gradually disappear when switching between different subwindows
https://bugs.kde.org/show_bug.cgi?id=399766 Boudewijn Rempt changed: What|Removed |Added Latest Commit||https://commits.kde.org/kri ||ta/d8f36ff9571da4f4898d9626 ||dd37f533897ce5d8 Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #3 from Boudewijn Rempt --- Git commit d8f36ff9571da4f4898d9626dd37f533897ce5d8 by Boudewijn Rempt. Committed on 14/10/2018 at 08:17. Pushed by rempt into branch 'master'. Only delete the last action in the subwindow menu M +1-1libs/ui/KisMainWindow.cpp https://commits.kde.org/krita/d8f36ff9571da4f4898d9626dd37f533897ce5d8 -- You are receiving this mail because: You are watching all bug changes.
[dolphin] [Bug 399777] Dolphin segfaulting when I copy flles to SD medium
https://bugs.kde.org/show_bug.cgi?id=399777 Elvis Angelaccio changed: What|Removed |Added Resolution|--- |DUPLICATE Status|REPORTED|RESOLVED --- Comment #1 from Elvis Angelaccio --- *** This bug has been marked as a duplicate of bug 364039 *** -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kio] [Bug 364039] Dolphin crashed on file transfer
https://bugs.kde.org/show_bug.cgi?id=364039 Elvis Angelaccio changed: What|Removed |Added CC||k...@dandart.co.uk --- Comment #69 from Elvis Angelaccio --- *** Bug 399777 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[kmail2] [Bug 399715] Set Plain or Rich-Text as Default
https://bugs.kde.org/show_bug.cgi?id=399715 Laurent Montel changed: What|Removed |Added CC||mon...@kde.org --- Comment #1 from Laurent Montel --- Hi, As you write "eading "Prefer HTML to plain text" is off" => reading no writing. But indeed perhaps we can create a new option for it. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 399780] Pallette Swatches - can't drag to sort
https://bugs.kde.org/show_bug.cgi?id=399780 Boudewijn Rempt changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED|RESOLVED CC||b...@valdyas.org --- Comment #1 from Boudewijn Rempt --- This was only recentely merged and will be in 4.2, not in 4.1.x since it's a new feature. -- You are receiving this mail because: You are watching all bug changes.