[frameworks-kio] [Bug 342056] Ridiculously slow file copy (multiple small files)
https://bugs.kde.org/show_bug.cgi?id=342056 --- Comment #21 from Jaime Torres --- Oh!, I misread the data. The file operations are fast, but plasma is still showing information about half the files when the files operations has already concluded. (This could be easier to improve than the lock and could reduce the lock time). -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 389912] feature request: file:send as
https://bugs.kde.org/show_bug.cgi?id=389912 --- Comment #3 from davidblunkett --- Excellent - will wait for the update - thanks -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 383651] Custom/image stamp annotations are not saved into the PDF file in a way that can be printed or that other readers can see
https://bugs.kde.org/show_bug.cgi?id=383651 --- Comment #8 from Tobias Deiminger --- How about this breakdown? Boils down to the same root causes a bit... Okular #1: Stamp Annotations are not printable (I can confirm this, for both standard and non-standard icon names) Root cause: PDF print requests are forwarded from Okular to the Poppler generator (see PDFGenerator::print). But Poppler can't render stamps for two reasons: -Poppler doesn't implement default appearance streams for standard icon names, so it can't render stamps like "Draft" and "Approved". See [1], "I leave the bug open becuase there are still annotations missing default appearance streams (Free Text annots, rubber stamp, ...)". -Poppler can't generate/render/save an appearance streams for your custom *.svg, *.png, whatever image yet. Displaying them in Okular on screen only works because Okular renders stamps on its own. Okular #2: Custom stamp annotations (i.e. non standard icon name) are not visible in other readers Root cause: If stamp is created by Okular+Poppler, no appearance stream is generated/embedded into the PDF. Other readers should implement a default appearance stream for standard icon names, but for non-standard icon names like "kde", "okular", they can't know what to display. Maybe of interest is this pdf.js (firefox) issue [2]: "Most annotations, even unsupported ones, render just fine in PDF.js because of their appearance stream. However, there exist PDF files with annotations that do not have an appearance stream (even though this is a deprecated practice). In the latter case, PDF.js displays nothing.". There have been some thoughts about handling of appearance streams in Poppler [3], but I don't know the current state and desire there. [1] https://bugs.freedesktop.org/show_bug.cgi?id=23108#c21 [2] https://github.com/mozilla/pdf.js/issues/6810 [3] https://lists.freedesktop.org/archives/poppler/2009-June/004789.html -- You are receiving this mail because: You are watching all bug changes.
[LabPlot2] [Bug 389855] Numbers and axes don't line up
https://bugs.kde.org/show_bug.cgi?id=389855 --- Comment #10 from Alexander Semke --- (In reply to Matthew Trescott from comment #9) > Fair enough, but that's still really unintuitive behavior. Agree. But this is still more intuitive than in most other programs that support multiple axes. You mentioned LoggerPro as an example for a software with good UX. What is the workflow in this program to create plots like on the screenshots in the following links? https://reference.wolfram.com/language/howto/GeneratePlotsWithTwoVerticalScales.html https://www.originlab.com/doc/Origin-Help/MultiY-Graph http://www.linuxjournal.com/article/3743?page=0,2 https://de.mathworks.com/help/matlab/creating_plots/graph-with-multiple-x-axes-and-y-axes.html?s_tid=gn_loc_drop > I'm not convinced that working with live data is really a focus because the > XY plot looks like a piece of paper. I seriously think that if you gave up > on making the XY plot have fixed range values, you would be able to avoid > simplify this. > Here's my envisionment of the workflow: > > 1. The user enters data into a Spreadsheet. > 2. The user creates an XY plot which by default is an infinite, > linearly-scaled plane, then tells LabPlot to plot the data from the > spreadsheet. The user is able to pan, zoom, edit points, and group-select > points to analyze. Axes would have infinite ranges and number of ticks as > well, and automatically decrease tick size when zooming in. > 3. The user decides to make the data more readable, so he or she disables > infinite ranges for the axes (which would also make the number of ticks > constant), applies a theme to the graph, etc. It looks like a piece of paper because every worksheet has a fixed size on default. What you're referring here to are, I think, not the _ranges_ of the data shown in the plot but the _size_ of plot and/or worksheet. I'm attaching two screenshots making the difference clear. Both plots show the same amount of data in the same data ranges, namely x=[0,20] and y=[-1,1], for f(x)=sin(x) with x \in (0,20). In the plot shown in worksheet_fixed_size.png the size of the worksheet is fixed (10cm x 10cm) and the plot adjusts its size (layout is active with some values for top, bottom, left and right margins). On the second screenshot worksheet_view_size.png the same function is plotted but now with worksheet adjusting it's size to the view size. To get this simply select "view size" for the size in the worksheet properties. If you resize the sub-window (change the size or maximize the sub-window), the worksheet and the plots on it will adjust the sizes accordingly. You can also set all the layout margins to 0 if you need more space for the plot(s) and also play around with the plot area paddings in the plot properties. You can even show the data in the presenter mode if you want to further get rid of menu bar and toolbars (main menu bar -> Worksheet -> show in presenter mode). Once you have your desired settings for the worksheet and plot (sizes, etc.) you can save them as default values (template buttons at the bottom of the properties dock widgets for different objects) - every newly created object will be then created with these properties. > So basically, please make the plot more freeform until _after_ the user is > done analyzing. The average user will, I think, expect the number of ticks > to grow with the number of data points added. The average user will also > probably want to inspect the graph by panning and zooming before making a > printable version. We have quite a lot for zooming already. Panning will come soon. But of course, we're not done yet. Still a lot can be improved and added. Number of ticks is tricky and very many users won't expect the number of ticks to grow with the number of data - if I plot couple of values in the x-range 1-10 I want to have maybe the ticks for 1, 2, ...10, but if I plot 100k points in the range 1-10^6, I don't want to have million of ticks. > Finally, _please_ keep in mind that the average user > expects things to Just Work. Thanks for all your help. Agree. The problem here is that there is no global "average" user. Depending on the actual workflows, tasks and scenarios, different users have different demands on this kind of software and we need to keep all of them in mind when implementing features and going for certain "default values". -- You are receiving this mail because: You are watching all bug changes.
[LabPlot2] [Bug 389855] Numbers and axes don't line up
https://bugs.kde.org/show_bug.cgi?id=389855 --- Comment #11 from Alexander Semke --- Created attachment 110364 --> https://bugs.kde.org/attachment.cgi?id=110364&action=edit views size -- You are receiving this mail because: You are watching all bug changes.
[LabPlot2] [Bug 389855] Numbers and axes don't line up
https://bugs.kde.org/show_bug.cgi?id=389855 --- Comment #12 from Alexander Semke --- Created attachment 110365 --> https://bugs.kde.org/attachment.cgi?id=110365&action=edit fixed size -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 387531] Could not render animation : impossible de créer le document de sortie
https://bugs.kde.org/show_bug.cgi?id=387531 Boudewijn Rempt changed: What|Removed |Added Status|UNCONFIRMED |NEEDSINFO Resolution|--- |WAITINGFORINFO OS|other |MS Windows CC||b...@valdyas.org Platform|Other |MS Windows --- Comment #1 from Boudewijn Rempt --- Hi Léa, Which version of Krita are you using? -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 383651] Custom/image stamp annotations are not saved into the PDF file in a way that can be printed or that other readers can see
https://bugs.kde.org/show_bug.cgi?id=383651 --- Comment #9 from Oliver Sander --- Is it too late to turn this into yet another gsoc project? -- You are receiving this mail because: You are watching all bug changes.
[kleopatra] [Bug 389792] Kleopatra (gpg4win 3.0.3) crashes during *.sig verification
https://bugs.kde.org/show_bug.cgi?id=389792 Andre Heinecke changed: What|Removed |Added Resolution|--- |UPSTREAM Status|UNCONFIRMED |RESOLVED --- Comment #1 from Andre Heinecke --- Hi, thank you for the report. It is indeed a mayor bug in the last release and we might even do a new minor release mostly to fix this. It was already reported in the GnuPG Bugtracker https://dev.gnupg.org/T3761 and has been fixed since. (Resolving as upstream as this has been reported in the upstream tracker even if its not an upstream issue) Regards, Andre -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 388624] Unsuccessful animation export when the First Frame is over the half of Last Frame
https://bugs.kde.org/show_bug.cgi?id=388624 Boudewijn Rempt changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED CC||b...@valdyas.org --- Comment #1 from Boudewijn Rempt --- This is fixed in 4.0 -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 389938] New: Crash on exit after rendering an animation
https://bugs.kde.org/show_bug.cgi?id=389938 Bug ID: 389938 Summary: Crash on exit after rendering an animation Product: krita Version: git master Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Animation Assignee: krita-bugs-n...@kde.org Reporter: b...@valdyas.org Target Milestone: --- To reproduce: * Create a new document * Create a bunch of frames * Render the animation * Close Krita, discard the document Thread 1 (Thread 0x7f02d8310940 (LWP 3962)): [KCrash Handler] #6 0x0030 in ?? () #7 0x7f02d7ab0db8 in KisOpenGLImageTextures::destroyImageTextureTiles (this=0xa514ce0) at /home/boud/dev/krita/libs/ui/opengl/kis_opengl_image_textures.cpp:250 #8 0x7f02d7ab4e36 in KisOpenGLImageTextures::~KisOpenGLImageTextures (this=0xa514ce0, __in_chrg=) at /home/boud/dev/krita/libs/ui/opengl/kis_opengl_image_textures.cpp:134 #9 0x7f02d7ab5099 in KisOpenGLImageTextures::~KisOpenGLImageTextures (this=0xa514ce0, __in_chrg=) at /home/boud/dev/krita/libs/ui/opengl/kis_opengl_image_textures.cpp:136 #10 0x7f02d7c9560a in KisSharedPtr::deref (sp=, t=) at /home/boud/dev/krita/libs/global/kis_shared_ptr.h:214 #11 KisSharedPtr::deref (this=0xa514f80) at /home/boud/dev/krita/libs/global/kis_shared_ptr.h:221 #12 KisSharedPtr::~KisSharedPtr (this=0xa514f80, __in_chrg=) at /home/boud/dev/krita/libs/global/kis_shared_ptr.h:109 #13 KisAnimationFrameCache::Private::~Private (this=0xa514f80, __in_chrg=) at /home/boud/dev/krita/libs/ui/kis_animation_frame_cache.cpp:43 #14 QScopedPointerDeleter::cleanup (pointer=0xa514f80) at /usr/include/qt5/QtCore/qscopedpointer.h:60 #15 QScopedPointer >::~QScopedPointer (this=0xa514f20, __in_chrg=) at /usr/include/qt5/QtCore/qscopedpointer.h:107 #16 KisAnimationFrameCache::~KisAnimationFrameCache (this=0xa514f00, __in_chrg=) at /home/boud/dev/krita/libs/ui/kis_animation_frame_cache.cpp:179 #17 0x7f02d7c95699 in KisAnimationFrameCache::~KisAnimationFrameCache (this=0xa514f00, __in_chrg=) at /home/boud/dev/krita/libs/ui/kis_animation_frame_cache.cpp:182 #18 0x7f02d7c98dbe in KisSharedPtr::deref (sp=, t=) at /home/boud/dev/krita/libs/global/kis_shared_ptr.h:214 #19 KisSharedPtr::deref (this=0x83e3ad0) at /home/boud/dev/krita/libs/global/kis_shared_ptr.h:221 #20 KisSharedPtr::~KisSharedPtr (this=0x83e3ad0, __in_chrg=) at /home/boud/dev/krita/libs/global/kis_shared_ptr.h:109 #21 KisAsyncAnimationCacheRenderer::Private::~Private (this=0x83e3ad0, __in_chrg=) at /home/boud/dev/krita/libs/ui/KisAsyncAnimationCacheRenderer.cpp:24 #22 QScopedPointerDeleter::cleanup (pointer=0x83e3ad0) at /usr/include/qt5/QtCore/qscopedpointer.h:60 #23 QScopedPointer >::~QScopedPointer (this=0x8571698, __in_chrg=) at /usr/include/qt5/QtCore/qscopedpointer.h:107 #24 KisAsyncAnimationCacheRenderer::~KisAsyncAnimationCacheRenderer (this=0x8571680, __in_chrg=) at /home/boud/dev/krita/libs/ui/KisAsyncAnimationCacheRenderer.cpp:37 #25 0x7f02d7c9693f in KisAnimationCachePopulator::Private::~Private (this=0x8571610, __in_chrg=) at /home/boud/dev/krita/libs/ui/kis_animation_cache_populator.cpp:47 #26 QScopedPointerDeleter::cleanup (pointer=0x8571610) at /usr/include/qt5/QtCore/qscopedpointer.h:60 #27 QScopedPointer >::~QScopedPointer (this=0x86333e8, __in_chrg=) at /usr/include/qt5/QtCore/qscopedpointer.h:107 #28 KisAnimationCachePopulator::~KisAnimationCachePopulator (this=0x86333d8, __in_chrg=) at /home/boud/dev/krita/libs/ui/kis_animation_cache_populator.cpp:277 #29 0x7f02d7c3e765 in KisPart::Private::~Private (this=0x8633390, __in_chrg=) at /home/boud/dev/krita/libs/ui/KisPart.cpp:96 #30 KisPart::~KisPart (this=0x7f02d81615a0 <_ZZN12_GLOBAL__N_116Q_QGS_s_instance13innerFunctionEvE6holder>, __in_chrg=) at /home/boud/dev/krita/libs/ui/KisPart.cpp:155 #31 0x7f02d7c3e7e9 in (anonymous namespace)::Q_QGS_s_instance::Holder::~Holder (this=, __in_chrg=) at /home/boud/dev/krita/libs/ui/KisPart.cpp:82 #32 0x7f02ccb13129 in __run_exit_handlers () from /lib64/libc.so.6 #33 0x7f02ccb13175 in exit () from /lib64/libc.so.6 #34 0x7f02ccafc6dc in __libc_start_main () from /lib64/libc.so.6 #35 0x004068a9 in _start () at ../sysdeps/x86_64/start.S:118 -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 389938] Crash on exit after rendering an animation
https://bugs.kde.org/show_bug.cgi?id=389938 Boudewijn Rempt changed: What|Removed |Added Severity|normal |crash Platform|Other |Compiled Sources -- You are receiving this mail because: You are watching all bug changes.
[dolphin] [Bug 388656] searching content
https://bugs.kde.org/show_bug.cgi?id=388656 --- Comment #1 from Michael Heidelbach --- Git commit 114874660e659c3fe4ff170d5a5837144007128c by Michael Heidelbach. Committed on 06/02/2018 at 09:07. Pushed by michelh into branch 'master'. fileindexerconfig: Introduce canBeSearched() Summary: Prepare for search refinement in dolphin. The option to use baloo for searching should not only depend on the indexing state of search start folder but also on the indexing state of its descendants. Example: - ~/ : not indexed - ~/Videos: indexed - ~/EBooks: indexed When starting search from ~/ the user should be able to use baloo for search. Test Plan: unit test, upcoming Reviewers: #frameworks, #dolphin, #baloo, mgallien, ngraham Reviewed By: #baloo, ngraham Tags: #frameworks, #baloo Differential Revision: https://phabricator.kde.org/D10205 M +20 -0src/file/fileindexerconfig.cpp M +12 -0src/file/fileindexerconfig.h https://commits.kde.org/baloo/114874660e659c3fe4ff170d5a5837144007128c -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 389858] Ugee tablet Decrease Brush Size hotkey broken
https://bugs.kde.org/show_bug.cgi?id=389858 Boudewijn Rempt changed: What|Removed |Added Resolution|--- |UNMAINTAINED Status|UNCONFIRMED |RESOLVED --- Comment #4 from Boudewijn Rempt --- Ah, if it's specific for the chalk brush then we can close this bug since the chalk brush was removed in git master in November. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 389882] error during the handling of krita with multi-layered image
https://bugs.kde.org/show_bug.cgi?id=389882 Boudewijn Rempt changed: What|Removed |Added Status|UNCONFIRMED |NEEDSINFO Resolution|--- |WAITINGFORINFO CC||b...@valdyas.org --- Comment #1 from Boudewijn Rempt --- Hi Jose, Does this always happen for you? And can you reproduce this with the 4.0 beta? -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 359145] [WACOM INTUOS CINTIQ] Krita ignores tablet pen button mapping on OSX
https://bugs.kde.org/show_bug.cgi?id=359145 Boudewijn Rempt changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--- |UPSTREAM --- Comment #1 from Boudewijn Rempt --- This should be resolved in 3.3.3 and 4.0, because those builds use Qt 5.10 which has the fix from https://codereview.qt-project.org/#/c/179214 -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 372551] [WACOM] ExpressKeys leave input manager in messed up state
https://bugs.kde.org/show_bug.cgi?id=372551 Boudewijn Rempt changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--- |UPSTREAM --- Comment #1 from Boudewijn Rempt --- Please, check again with 3.3.3 or 4.0 beta 1. This looks like an issue that would be solved by https://codereview.qt-project.org/#/c/179214. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 374461] Cannot right-click with a Wacom Tablet
https://bugs.kde.org/show_bug.cgi?id=374461 Boudewijn Rempt changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--- |WORKSFORME --- Comment #13 from Boudewijn Rempt --- I've tested with my Intuos 3 on macOS Sierra, and both sides of the rocker switch work as they should. Maybe the update to a newer version of Qt fixed stuff. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 374981] [WACOM] Multiple click impulses in GUI with stylus
https://bugs.kde.org/show_bug.cgi?id=374981 Boudewijn Rempt changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--- |UPSTREAM --- Comment #5 from Boudewijn Rempt --- Please try 3.3.3 or 4.0 beta 1; those have a newer version of Qt with some fixes to tablet handling. I still cannot reproduce the issue. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 377400] animation dock : inputs should loose focus when value is entered
https://bugs.kde.org/show_bug.cgi?id=377400 Boudewijn Rempt changed: What|Removed |Added Resolution|--- |UPSTREAM Status|UNCONFIRMED |RESOLVED --- Comment #2 from Boudewijn Rempt --- Please check with the latest release or beta; those use Qt 5.10 and that might've fixed the issue. I still cannot reproduce. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 377549] Unable to render animation: "No such file or directory" in log file
https://bugs.kde.org/show_bug.cgi?id=377549 Boudewijn Rempt changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--- |WORKSFORME CC||b...@valdyas.org --- Comment #3 from Boudewijn Rempt --- This works for me with 4.0 beta 1. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 378465] Click (left and right) dont working properly with wacom tablet
https://bugs.kde.org/show_bug.cgi?id=378465 Boudewijn Rempt changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--- |UPSTREAM --- Comment #4 from Boudewijn Rempt --- This probably is fixed upstream: https://codereview.qt-project.org/#/c/179214 Please check with the latest beta. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 379230] Zooming drifts and artifacts.
https://bugs.kde.org/show_bug.cgi?id=379230 Boudewijn Rempt changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #5 from Boudewijn Rempt --- I think Bernhard fixed this for 3.3.3 and 4.0 beta 1. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 380059] Greyed out UI Elements After Exporting Animation
https://bugs.kde.org/show_bug.cgi?id=380059 Boudewijn Rempt changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC||b...@valdyas.org Resolution|--- |FIXED --- Comment #4 from Boudewijn Rempt --- With 4.0 beta 1, Krita asks to overwrite the existing animation frames, so this is fixed by now. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 385276] Krita canvas lags on larger displays on macOS
https://bugs.kde.org/show_bug.cgi?id=385276 Boudewijn Rempt changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC||b...@valdyas.org Resolution|--- |UPSTREAM --- Comment #3 from Boudewijn Rempt --- Let's just close this as upstream: there isn't anything we can do about it ourselves. For tracking what is being done in Qt, it would be better to use Phabricator. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 385491] Holding down the space bar doesn't pan
https://bugs.kde.org/show_bug.cgi?id=385491 Boudewijn Rempt changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRMED |RESOLVED --- Comment #6 from Boudewijn Rempt --- *** This bug has been marked as a duplicate of bug 383911 *** -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 379576] cmd-+ does not work on mac
https://bugs.kde.org/show_bug.cgi?id=379576 Boudewijn Rempt changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|--- |DUPLICATE --- Comment #3 from Boudewijn Rempt --- *** This bug has been marked as a duplicate of bug 383911 *** -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 383911] (Cmd Z) Undo stops some other shortcuts from functioning.
https://bugs.kde.org/show_bug.cgi?id=383911 Boudewijn Rempt changed: What|Removed |Added CC||manofthe...@tutanota.com --- Comment #3 from Boudewijn Rempt --- *** Bug 381067 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 383911] (Cmd Z) Undo stops some other shortcuts from functioning.
https://bugs.kde.org/show_bug.cgi?id=383911 Boudewijn Rempt changed: What|Removed |Added CC||der.fro...@gmail.com --- Comment #2 from Boudewijn Rempt --- *** Bug 379576 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 383911] (Cmd Z) Undo stops some other shortcuts from functioning.
https://bugs.kde.org/show_bug.cgi?id=383911 Boudewijn Rempt changed: What|Removed |Added CC||demonofsar...@gmail.com --- Comment #1 from Boudewijn Rempt --- *** Bug 385491 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 381067] Keyboard shortcuts not working
https://bugs.kde.org/show_bug.cgi?id=381067 Boudewijn Rempt changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRMED |RESOLVED --- Comment #2 from Boudewijn Rempt --- *** This bug has been marked as a duplicate of bug 383911 *** -- You are receiving this mail because: You are watching all bug changes.
[neon] [Bug 389939] New: Cannot install without an internet connection
https://bugs.kde.org/show_bug.cgi?id=389939 Bug ID: 389939 Summary: Cannot install without an internet connection Product: neon Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Live/Install images Assignee: neon-b...@kde.org Reporter: a...@popey.com CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org Target Milestone: --- Created attachment 110366 --> https://bugs.kde.org/attachment.cgi?id=110366&action=edit Screenshot of installer crash I tried to install KDE Neon on a ThinkPad T450 while I had no internet connection. The install failed at the very end, unable to install the grub efi package. I was doing this on a plane at 3 ft, so there was no opportunity to get online. The error I got was "The 'grub-efi-amd64-signed' package failed to install into /target/. Without the GRUB boot loader, the installed system will not boot.'. (see attached screenshot) It's right too, I was left with an un-bootable system :) I attempted this multiple times and the same error occurred. Once I got an internet connection, I ran the installer again on the same machine from the same media, and it worked fine. This is likely because a package hasn't been staged on the ISO, so requires a net connection to install. -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 389940] New: Wrong window and tab titles in a non-UTF8 locale
https://bugs.kde.org/show_bug.cgi?id=389940 Bug ID: 389940 Summary: Wrong window and tab titles in a non-UTF8 locale Product: konsole Version: 17.12.1 Platform: openSUSE RPMs OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: konsole-de...@kde.org Reporter: l...@arcor.de Target Milestone: --- In a non-UTF8 locale, diacritical characters in the current directory name are shown as ? in the window and tab titles. This can be fixed by adding #include setlocale(LC_CTYPE, ""); at the start of kdemain in main.cpp. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 388547] Layer with copied transform mask isn't "smoothed"
https://bugs.kde.org/show_bug.cgi?id=388547 Boudewijn Rempt changed: What|Removed |Added Assignee|krita-bugs-n...@kde.org |dimul...@gmail.com CC||b...@valdyas.org -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 377400] animation dock : inputs should loose focus when value is entered
https://bugs.kde.org/show_bug.cgi?id=377400 --- Comment #3 from gordie.lachance+...@gmail.com --- Krita 4.0.0-beta1 here, on Windows 10. I confirm that I still have this unwanted behaviour. When I enter a value in the start/end frame then push ENTER, that value is like "selected" (keeps focus) in the input field, then when I push a (my "play" shorcut); "a" is entered in the input field. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 387228] swap file appears in wrong path
https://bugs.kde.org/show_bug.cgi?id=387228 Boudewijn Rempt changed: What|Removed |Added Resolution|--- |FIXED Latest Commit||https://commits.kde.org/kri ||ta/14ff8d14296b05ccf0f1b98d ||6d2eb106a6f5a571 Status|UNCONFIRMED |RESOLVED --- Comment #7 from Boudewijn Rempt --- Git commit 14ff8d14296b05ccf0f1b98d6d2eb106a6f5a571 by Boudewijn Rempt. Committed on 06/02/2018 at 09:56. Pushed by rempt into branch 'master'. Use AppLocalDataLocation for the swap file on OSX Otherwise the home directory gets cluttered with swap files M +1-1libs/image/kis_image_config.cpp https://commits.kde.org/krita/14ff8d14296b05ccf0f1b98d6d2eb106a6f5a571 -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 389941] New: stop playing when you click the timeline
https://bugs.kde.org/show_bug.cgi?id=389941 Bug ID: 389941 Summary: stop playing when you click the timeline Product: krita Version: 4.0.0-beta.1 Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Animation Assignee: krita-bugs-n...@kde.org Reporter: gordie.lachance+...@gmail.com Target Milestone: --- Hi there; I guess it would be logical that the animation playing stops if you click a frame of the timeline. What do u think of it ? -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 389941] stop playing when you click the timeline
https://bugs.kde.org/show_bug.cgi?id=389941 Boudewijn Rempt changed: What|Removed |Added CC||b...@valdyas.org Severity|normal |wishlist -- You are receiving this mail because: You are watching all bug changes.
[kcoloredit] [Bug 389935] Kcolorchooser doesn't work in wayland
https://bugs.kde.org/show_bug.cgi?id=389935 Kai Uwe Broulik changed: What|Removed |Added CC||k...@privat.broulik.de --- Comment #1 from Kai Uwe Broulik --- KColorChooser just uses QColorDialog which provides this button that cannot and will not work on Wayland. Either Qt adopts KWin's proprietary color picking protocol (unlikely) that e.g. Plasma's color picker applet uses, or we provide our own color dialog through plasma-integration. -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 389942] New: konsole crash on logout
https://bugs.kde.org/show_bug.cgi?id=389942 Bug ID: 389942 Summary: konsole crash on logout Product: konsole Version: 17.08.3 Platform: Kubuntu Packages OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: konsole-de...@kde.org Reporter: l.bonn...@laposte.net Target Milestone: --- Hi, when I log out of plasma konsole crashes often (but not always). -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 389942] konsole crash on logout
https://bugs.kde.org/show_bug.cgi?id=389942 --- Comment #1 from Laurent Bonnaud --- Created attachment 110367 --> https://bugs.kde.org/attachment.cgi?id=110367&action=edit Backtrace -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 389943] New: Resize Canvas does not resize around center of canvas
https://bugs.kde.org/show_bug.cgi?id=389943 Bug ID: 389943 Summary: Resize Canvas does not resize around center of canvas Product: krita Version: 4.0.0-beta.1 Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: General Assignee: krita-bugs-n...@kde.org Reporter: rebuilders...@gmail.com Target Milestone: --- Resize canvas resizes around unknown anchor point. To reproduce: -Create new document, e.g. 700x700 -draw a stroke in the center of the canvas for reference. -Open the Resize Canvas dialog -input new size, e.g. width 120%, height 200%. Change no other options, press OK -Note the mark made in step 2 is not centered any more. -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 389942] konsole crash on logout
https://bugs.kde.org/show_bug.cgi?id=389942 --- Comment #2 from Laurent Bonnaud --- Sorry for the poor backtrace, but when this crash occurs, DrKonqi appears but plasma kills it before I have a chance to interact with it. -- You are receiving this mail because: You are watching all bug changes.
[konsole] [Bug 389942] konsole crash on logout
https://bugs.kde.org/show_bug.cgi?id=389942 --- Comment #3 from Laurent Bonnaud --- Here is full version information: Package: konsole Version: 4:17.08.3-0ubuntu1~ubuntu17.10~ppa1 -- System Information: Debian Release: stretch/sid APT prefers artful-updates APT policy: (500, 'artful-updates'), (500, 'artful-security'), (500, 'artful-proposed'), (500, 'artful'), (100, 'artful-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.15.1-041501-generic (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages konsole depends on: ii kio 5.42.0-0ubuntu1~ubuntu17.10~ppa10 ii konsole-kpart 4:17.08.3-0ubuntu1~ubuntu17.10~ppa1 ii libc6 2.26-0ubuntu2.1 ii libkf5completion5 5.42.0-0ubuntu1~ubuntu17.10~ppa10 ii libkf5configcore5 5.42.0-0ubuntu1~ubuntu17.10~ppa10 ii libkf5configgui5 5.42.0-0ubuntu1~ubuntu17.10~ppa10 ii libkf5configwidgets5 5.42.0-0ubuntu1~ubuntu17.10~ppa10 ii libkf5coreaddons5 5.42.0-0ubuntu1~ubuntu17.10~ppa11 ii libkf5crash5 5.42.0-0ubuntu1~ubuntu17.10~ppa10 ii libkf5dbusaddons5 5.42.0-0ubuntu1~ubuntu17.10~ppa10 ii libkf5i18n5 5.42.0-0ubuntu1~ubuntu17.10~ppa10 ii libkf5iconthemes5 5.42.0-0ubuntu1~ubuntu17.10~ppa10 ii libkf5kiowidgets5 5.42.0-0ubuntu1~ubuntu17.10~ppa10 ii libkf5notifyconfig5 5.42.0-0ubuntu1~ubuntu17.10~ppa10 ii libkf5widgetsaddons5 5.42.1-0ubuntu1~ubuntu17.10~ppa10 ii libkf5windowsystem5 5.42.0-0ubuntu1~ubuntu17.10~ppa10 ii libkf5xmlgui-bin 5.42.0-0ubuntu1~ubuntu17.10~ppa10 ii libkf5xmlgui5 5.42.0-0ubuntu1~ubuntu17.10~ppa10 ii libqt5core5a 5.9.1+dfsg-10ubuntu1 ii libqt5gui55.9.1+dfsg-10ubuntu1 ii libqt5widgets55.9.1+dfsg-10ubuntu1 ii libstdc++67.2.0-8ubuntu3.1 konsole recommends no packages. konsole suggests no packages. -- no debconf information -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 389943] Resize Canvas does not resize around center of canvas
https://bugs.kde.org/show_bug.cgi?id=389943 Boudewijn Rempt changed: What|Removed |Added Ever confirmed|0 |1 CC||b...@valdyas.org Status|UNCONFIRMED |CONFIRMED -- You are receiving this mail because: You are watching all bug changes.
[kmymoney] [Bug 389944] New: Copy SEPA credit transfer fails
https://bugs.kde.org/show_bug.cgi?id=389944 Bug ID: 389944 Summary: Copy SEPA credit transfer fails Product: kmymoney Version: git (master) Platform: Compiled Sources OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: onlinebanking Assignee: kmymoney-de...@kde.org Reporter: andreas.ma...@steffing.de Target Milestone: --- When I open a processed credit-transfer from the outbox, I get the option to press the copy button to create a new credit-transfer with the same data. But this doesn't work. In the GUI nothing happens, but starting the kmymoney from terminal, you get following error message: QMetaObject::invokeMethod: No such method QLabel::copy() Thanks in advance -- You are receiving this mail because: You are watching all bug changes.
[akregator] [Bug 389945] New: Akregator segmentation fault on startup
https://bugs.kde.org/show_bug.cgi?id=389945 Bug ID: 389945 Summary: Akregator segmentation fault on startup Product: akregator Version: 5.7.1 Platform: Neon Packages OS: Linux Status: UNCONFIRMED Keywords: drkonqi Severity: crash Priority: NOR Component: general Assignee: kdepim-b...@kde.org Reporter: gianni_2...@hotmail.it Target Milestone: --- Application: akregator (5.7.1) Qt Version: 5.9.3 Frameworks Version: 5.42.0 Operating System: Linux 4.13.0-32-generic x86_64 Distribution: KDE neon User Edition 5.11 -- Information about the crash: I launched akregator using krunner but it crashed before showing anything. I was browsing with firefox when it happened. -- Backtrace: Application: Akregator (akregator), signal: Segmentation fault Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [Current thread is 1 (Thread 0x7fa9ea918980 (LWP 20049))] Thread 22 (Thread 0x7fa965860700 (LWP 20113)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 #1 0x7fa9d3750d04 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Script.so.5 #2 0x7fa9d3750d49 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Script.so.5 #3 0x7fa9e0b566ba in start_thread (arg=0x7fa965860700) at pthread_create.c:333 #4 0x7fa9e682f41d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109 Thread 21 (Thread 0x7fa975ffb700 (LWP 20108)): #0 0x7fa9e682374d in poll () at ../sysdeps/unix/syscall-template.S:84 #1 0x7fa9dede338c in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #2 0x7fa9dede349c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #3 0x7fa9e714a6cb in QEventDispatcherGlib::processEvents (this=0x7fa994001bd0, flags=...) at kernel/qeventdispatcher_glib.cpp:425 #4 0x7fa9e70f2e2a in QEventLoop::exec (this=this@entry=0x7fa975ffac40, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212 #5 0x7fa9e6f1b8f4 in QThread::exec (this=) at thread/qthread.cpp:515 #6 0x7fa9e6f20709 in QThreadPrivate::start (arg=0x1235b90) at thread/qthread_unix.cpp:368 #7 0x7fa9e0b566ba in start_thread (arg=0x7fa975ffb700) at pthread_create.c:333 #8 0x7fa9e682f41d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109 Thread 20 (Thread 0x7fa9767fc700 (LWP 20106)): #0 __memcpy_sse2 () at ../sysdeps/x86_64/multiarch/../memcpy.S:116 #1 0x7fa9e6757cb3 in __dcigettext (domainname=0x7fa9e68b4bc0 <_libc_intl_domainname> "libc", msgid1=0x7fa9e68b502c "Bad file descriptor", msgid2=msgid2@entry=0x0, plural=plural@entry=0, n=n@entry=0, category=category@entry=5) at dcigettext.c:553 #2 0x7fa9e675662f in __GI___dcgettext (domainname=, msgid=, category=category@entry=5) at dcgettext.c:47 #3 0x7fa9e67b35ec in __GI___strerror_r (errnum=errnum@entry=9, buf=buf@entry=0x0, buflen=buflen@entry=0) at _strerror.c:71 #4 0x7fa9e67b351f in strerror (errnum=9) at strerror.c:31 #5 0x7fa9cb228641 in event_warn () from /usr/lib/x86_64-linux-gnu/libevent-2.0.so.5 #6 0x7fa9cb22cc38 in ?? () from /usr/lib/x86_64-linux-gnu/libevent-2.0.so.5 #7 0x7fa9cb216e2d in event_base_loop () from /usr/lib/x86_64-linux-gnu/libevent-2.0.so.5 #8 0x7fa9d6fb68fe in ?? () from /usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5 #9 0x7fa9d6fb23b5 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5 #10 0x7fa9d6fceeea in ?? () from /usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5 #11 0x7fa9d6fe6d86 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5 #12 0x7fa9d6fe2f2d in ?? () from /usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5 #13 0x7fa9e0b566ba in start_thread (arg=0x7fa9767fc700) at pthread_create.c:333 #14 0x7fa9e682f41d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109 Thread 19 (Thread 0x7fa976ffd700 (LWP 20105)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 #1 0x7fa9d6fdb1e5 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5 #2 0x7fa9d6fdb294 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5 #3 0x7fa9d6fb636d in ?? () from /usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5 #4 0x7fa9d6fb23b5 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5 #5 0x7fa9d6fceeea in ?? () from /usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5 #6 0x7fa9d6fe6d86 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5 #7 0x7fa9d6fe2f2d in ?? () from /usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5 #8 0x7fa9e0b566ba in start_thread (arg=0x7fa976ffd700) at pthread_create.c:333 #9 0x7fa9e682f41d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109 Thread 18 (Thread 0x7fa9777fe700 (LWP 20104)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/
[konsole] [Bug 389942] konsole crash on logout
https://bugs.kde.org/show_bug.cgi?id=389942 --- Comment #4 from Laurent Bonnaud --- I don't know if this is related, but I have a very large number of files related to konsole in ~/.config/session/ $ ls -ltr .config/session total 2096 -rw--- 1 bonnaudl bonnaudl 477 nov. 20 11:00 konsole_10dbdee96700014873236040197250022_1511172004_585568 -rw--- 1 bonnaudl bonnaudl 478 nov. 20 11:00 konsole_10dbdee96700014873236600197250024_1511172004_779164 -rw--- 1 bonnaudl bonnaudl 472 nov. 20 11:00 konsole_10dbdee96700014916530700089770022_1511172004_842252 -rw--- 1 bonnaudl bonnaudl 475 nov. 20 11:00 konsole_10dbdee96700014915764770229540023_1511172004_964517 -rw--- 1 bonnaudl bonnaudl 477 nov. 20 11:00 konsole_10dbdee96700014930311900019560065_1511172005_29156 -rw--- 1 bonnaudl bonnaudl 476 nov. 20 11:00 konsole_10dbdee96700015005713530021690045_1511172005_210945 -rw--- 1 bonnaudl bonnaudl 472 nov. 20 11:00 konsole_10dbdee96700014932921560019560614_1511172005_240977 -rw--- 1 bonnaudl bonnaudl 458 nov. 20 11:00 konsole_10dbdee96700015105683690047520027_1511172005_484118 -rw--- 1 bonnaudl bonnaudl 472 nov. 20 11:00 konsole_10dbdee96700015042581290021650033_1511172005_493590 -rw--- 1 bonnaudl bonnaudl 445 nov. 20 11:00 konsole_10dbdee96700015108268790024850018_1511172006_464610 -rw--- 1 bonnaudl bonnaudl 445 nov. 20 11:00 konsole_10dbdee96700015108268790024850019_1511172006_664103 -rw--- 1 bonnaudl bonnaudl 445 nov. 20 11:00 konsole_10dbdee96700015108273660024850021_1511172007_187265 -rw--- 1 bonnaudl bonnaudl 444 nov. 20 11:00 konsole_10dbdee96700015108273730024850023_1511172007_268490 -rw--- 1 bonnaudl bonnaudl 445 nov. 20 11:00 konsole_10dbdee96700015108273690024850022_1511172007_306098 -rw--- 1 bonnaudl bonnaudl 456 nov. 20 11:00 konsole_10dbdee96700015108491450024850057_1511172007_539355 -rw--- 1 bonnaudl bonnaudl 445 nov. 20 11:00 konsole_10dbdee96700015108287760024850025_1511172007_473321 -rw--- 1 bonnaudl bonnaudl 445 nov. 20 11:00 konsole_10dbdee96700015109387020024850120_1511172007_745089 -rw--- 1 bonnaudl bonnaudl 478 nov. 22 08:20 konsole_10dbdee96700014873236600197250024_1511335212_212203 -rw--- 1 bonnaudl bonnaudl 490 nov. 22 08:20 konsole_10dbdee96700014873236040197250022_1511335212_225516 -rw--- 1 bonnaudl bonnaudl 475 nov. 22 08:20 konsole_10dbdee96700014915764770229540023_1511335212_485487 -rw--- 1 bonnaudl bonnaudl 472 nov. 22 08:20 konsole_10dbdee96700014916530700089770022_1511335212_506408 -rw--- 1 bonnaudl bonnaudl 477 nov. 22 08:20 konsole_10dbdee96700014930311900019560065_1511335212_536121 -rw--- 1 bonnaudl bonnaudl 472 nov. 22 08:20 konsole_10dbdee96700014932921560019560614_1511335212_700588 -rw--- 1 bonnaudl bonnaudl 476 nov. 22 08:20 konsole_10dbdee96700015005713530021690045_1511335212_816743 -rw--- 1 bonnaudl bonnaudl 472 nov. 22 08:20 konsole_10dbdee96700015042581290021650033_1511335213_28716 -rw--- 1 bonnaudl bonnaudl 458 nov. 22 08:20 konsole_10dbdee96700015105683690047520027_1511335213_55014 -rw--- 1 bonnaudl bonnaudl 445 nov. 22 08:20 konsole_10dbdee96700015108268790024850019_1511335213_324297 -rw--- 1 bonnaudl bonnaudl 445 nov. 22 08:20 konsole_10dbdee96700015108268790024850018_1511335213_488658 -rw--- 1 bonnaudl bonnaudl 445 nov. 22 08:20 konsole_10dbdee96700015108273660024850021_1511335213_678647 -rw--- 1 bonnaudl bonnaudl 445 nov. 22 08:20 konsole_10dbdee96700015108273690024850022_1511335213_850628 -rw--- 1 bonnaudl bonnaudl 444 nov. 22 08:20 konsole_10dbdee96700015108273730024850023_1511335214_62563 -rw--- 1 bonnaudl bonnaudl 445 nov. 22 08:20 konsole_10dbdee96700015108287760024850025_1511335214_238367 -rw--- 1 bonnaudl bonnaudl 456 nov. 22 08:20 konsole_10dbdee96700015108491450024850057_1511335214_321500 -rw--- 1 bonnaudl bonnaudl 445 nov. 22 08:20 konsole_10dbdee96700015109387020024850120_1511335214_353643 -rw--- 1 bonnaudl bonnaudl 475 nov. 22 08:27 konsole_10dbdee96700014915764770229540023_1511335678_147171 -rw--- 1 bonnaudl bonnaudl 490 nov. 22 08:27 konsole_10dbdee96700014873236040197250022_1511335678_169638 -rw--- 1 bonnaudl bonnaudl 478 nov. 22 08:27 konsole_10dbdee96700014873236600197250024_1511335678_299009 -rw--- 1 bonnaudl bonnaudl 477 nov. 22 08:27 konsole_10dbdee96700014930311900019560065_1511335678_398865 -rw--- 1 bonnaudl bonnaudl 472 nov. 22 08:27 konsole_10dbdee96700014916530700089770022_1511335678_421700 -rw--- 1 bonnaudl bonnaudl 472 nov. 22 08:27 konsole_10dbdee96700014932921560019560614_1511335678_630411 -rw--- 1 bonnaudl bonnaudl 476 nov. 22 08:27 konsole_10dbdee96700015005713530021690045_1511335678_813323 -rw--
[Discover] [Bug 389946] New: plasma-discover crash after search
https://bugs.kde.org/show_bug.cgi?id=389946 Bug ID: 389946 Summary: plasma-discover crash after search Product: Discover Version: unspecified Platform: Ubuntu Packages OS: Linux Status: UNCONFIRMED Keywords: drkonqi Severity: crash Priority: NOR Component: discover Assignee: aleix...@kde.org Reporter: 420e...@protonmail.com Target Milestone: --- Application: plasma-discover (5.12.0) Qt Version: 5.9.3 Frameworks Version: 5.42.0 Operating System: Linux 4.13.0-32-generic x86_64 Distribution: Ubuntu Bionic Beaver (development branch) -- Information about the crash: - What I was doing when the application crashed: After installing some packages I searched for "podcast" and it crashed suddenly. -- Backtrace: Application: Discover (plasma-discover), signal: Segmentation fault Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [Current thread is 1 (Thread 0x7f4690545d80 (LWP 7992))] Thread 19 (Thread 0x7f4613fff700 (LWP 10378)): #0 0x7f468bc55901 in __GI___poll (fds=0x7f46080029e0, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29 #1 0x7f46865b8169 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #2 0x7f46865b827c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #3 0x7f468c59637b in QEventDispatcherGlib::processEvents (this=0x7f4608000b10, flags=...) at kernel/qeventdispatcher_glib.cpp:425 #4 0x7f468c53b51a in QEventLoop::exec (this=this@entry=0x7f4613ffecb0, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212 #5 0x7f468c35a26a in QThread::exec (this=) at thread/qthread.cpp:515 #6 0x7f468c35f1ad in QThreadPrivate::start (arg=0x5580b5f43440) at thread/qthread_unix.cpp:368 #7 0x7f46884c27fc in start_thread (arg=0x7f4613fff700) at pthread_create.c:465 #8 0x7f468bc61b0f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 Thread 18 (Thread 0x7f4640b6a700 (LWP 10376)): #0 0x7f468bc55901 in __GI___poll (fds=0x7f461c02d500, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29 #1 0x7f46865b8169 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #2 0x7f46865b827c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #3 0x7f468c59637b in QEventDispatcherGlib::processEvents (this=0x7f461c004c80, flags=...) at kernel/qeventdispatcher_glib.cpp:425 #4 0x7f468c53b51a in QEventLoop::exec (this=this@entry=0x7f4640b69cb0, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212 #5 0x7f468c35a26a in QThread::exec (this=) at thread/qthread.cpp:515 #6 0x7f468c35f1ad in QThreadPrivate::start (arg=0x7f4630018620) at thread/qthread_unix.cpp:368 #7 0x7f46884c27fc in start_thread (arg=0x7f4640b6a700) at pthread_create.c:465 #8 0x7f468bc61b0f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 Thread 17 (Thread 0x7f463a3e6700 (LWP 8034)): #0 0x7f468bc55901 in __GI___poll (fds=0x7f4618011680, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29 #1 0x7f46865b8169 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #2 0x7f46865b827c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #3 0x7f468c59637b in QEventDispatcherGlib::processEvents (this=0x7f4618000b10, flags=...) at kernel/qeventdispatcher_glib.cpp:425 #4 0x7f468c53b51a in QEventLoop::exec (this=this@entry=0x7f463a3e5cb0, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212 #5 0x7f468c35a26a in QThread::exec (this=) at thread/qthread.cpp:515 #6 0x7f468c35f1ad in QThreadPrivate::start (arg=0x5580b517bdf0) at thread/qthread_unix.cpp:368 #7 0x7f46884c27fc in start_thread (arg=0x7f463a3e6700) at pthread_create.c:465 #8 0x7f468bc61b0f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 Thread 16 (Thread 0x7f463b5f7700 (LWP 8012)): #0 0x7f46884c9072 in futex_wait_cancelable (private=, expected=0, futex_word=0x5580b521a0d4) at ../sysdeps/unix/sysv/linux/futex-internal.h:88 #1 __pthread_cond_wait_common (abstime=0x0, mutex=0x5580b521a080, cond=0x5580b521a0a8) at pthread_cond_wait.c:502 #2 __pthread_cond_wait (cond=0x5580b521a0a8, mutex=0x5580b521a080) at pthread_cond_wait.c:655 #3 0x7f466a91ea2b in ?? () from /usr/lib/x86_64-linux-gnu/dri/radeonsi_dri.so #4 0x7f466a91e947 in ?? () from /usr/lib/x86_64-linux-gnu/dri/radeonsi_dri.so #5 0x7f46884c27fc in start_thread (arg=0x7f463b5f7700) at pthread_create.c:465 #6 0x7f468bc61b0f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 Thread 15 (Thread 0x7f463bdf8700 (LWP 8011)): #0 0x7f468bc55901 in __GI___poll (fds=0x7f4620002de0, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29 #1 0x7f46865b8169 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #2 0x7f46865b827c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #3 0x7
[krita] [Bug 389941] stop playing when you click the timeline
https://bugs.kde.org/show_bug.cgi?id=389941 Bollebib changed: What|Removed |Added CC||kwadraatn...@hotmail.com --- Comment #1 from Bollebib --- I personally disagree cause when its playing i can still make a selection on the timeline,and then it will play only that range you selected,its very handy! If anything ,for me,where you click should restart the playback from there maybe if you click on the TOP of the timelinek,where the numbers are and if you DOUBLECLICK it stops? -- You are receiving this mail because: You are watching all bug changes.
[plasma-browser-integration] [Bug 389121] Uncaught TypeError: tagName.toLowerCase is not a function
https://bugs.kde.org/show_bug.cgi?id=389121 Kai Uwe Broulik changed: What|Removed |Added Latest Commit||https://commits.kde.org/pla ||sma-browser-integration/17a ||550500bf804c56720cf31ad4242 ||d5d7464afb Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #1 from Kai Uwe Broulik --- Git commit 17a550500bf804c56720cf31ad4242d5d7464afb by Kai Uwe Broulik. Committed on 06/02/2018 at 11:11. Pushed by broulik into branch 'master'. Explicitly check for tagName being a string M +1-1extension/content-script.js https://commits.kde.org/plasma-browser-integration/17a550500bf804c56720cf31ad4242d5d7464afb -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 388307] JJ: Scaling an image breaks symmetry axes for multibrush tool
https://bugs.kde.org/show_bug.cgi?id=388307 Łukasz Hryniuk changed: What|Removed |Added CC||lukasz.hryn...@wp.pl -- You are receiving this mail because: You are watching all bug changes.
[valgrind] [Bug 384631] Sanitise client args as printed with -v
https://bugs.kde.org/show_bug.cgi?id=384631 Julian Seward changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #2 from Julian Seward --- Fixed, 0cf2d76385039217b284ccc1745fc992f0a2a98b. -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 388087] Notifications disappear too quickly
https://bugs.kde.org/show_bug.cgi?id=388087 Aleix Pol changed: What|Removed |Added Latest Commit||https://commits.kde.org/dis ||cover/4aebbb7041e5665ca2d5b ||c8e30e8b38de2643de7 Resolution|--- |FIXED Status|REOPENED|RESOLVED --- Comment #9 from Aleix Pol --- Git commit 4aebbb7041e5665ca2d5bc8e30e8b38de2643de7 by Aleix Pol. Committed on 06/02/2018 at 12:08. Pushed by apol into branch 'Plasma/5.12'. Use the default passive notification amount In practice it's 4500ms which is 33% longer than the previous 3000ms. M +2-2discover/qml/DiscoverWindow.qml https://commits.kde.org/discover/4aebbb7041e5665ca2d5bc8e30e8b38de2643de7 -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 389947] New: touchpad scrolling: Okular jumps several lines down first when scrolling after the cursor moves out and back again
https://bugs.kde.org/show_bug.cgi?id=389947 Bug ID: 389947 Summary: touchpad scrolling: Okular jumps several lines down first when scrolling after the cursor moves out and back again Product: okular Version: 1.3.1 Platform: Archlinux Packages OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: okular-de...@kde.org Reporter: renyune...@gmail.com Target Milestone: --- Created attachment 110368 --> https://bugs.kde.org/attachment.cgi?id=110368&action=edit Desmonstrative screen recording When scrolling in okular, it normally goes well. However, the only (annoying) exception is that when I scroll using my touchpad, sometimes okular jumps "randomly" first and then it scrolls normalls from where it has jumped to. After some observation and experienment, I have pinned down the situation where this happens and the behaviour: 0. It only happens when I'm using touchpad to scroll, and only in okular (as far as I have observed); 1. It only happens when my cursor moves from outside of okular application frame (e.g. move to title bar, or a kde panel, or another application) to inside of okular application frame; The toolbar is considered as "inside"; 2. The "randomly" jumping isn't really random: it is always "several lines" "down" (about half a page in most documents); 3. The jumping happens immediately (without annimation); 4. After the jump, okular scrolls normally at the position where it has jumped to. Sometimes, okular continues jumping even after the first jump and the cursor is not moved outside of okular. Closing okular can "solve" this problem. The attachment is a screen recording of this problem. Watch the cursor and the left "thumbnail" view in okular. -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 389079] With gedit installed from Flathub and GNOME nightly repo, trying to launch GNOME nightly version launches Flathub version
https://bugs.kde.org/show_bug.cgi?id=389079 --- Comment #2 from Aleix Pol --- Can you check if you can reproduce with the CLI runtime? flatpak run org.gnome.gedit//stable flatpak run org.gnome.gedit//unstable -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 389235] Visual Bug: Divider Lines are Different Colors
https://bugs.kde.org/show_bug.cgi?id=389235 --- Comment #1 from Aleix Pol --- I'm guessing that's intentional? after all some of these are within the context (i.e. separating items vertically) and the other separates different contexts. It's something easily changeable but I think the current state makes sense. -- You are receiving this mail because: You are watching all bug changes.
[Discover] [Bug 389236] Visual Bug: Weird Placement for Scrollbar
https://bugs.kde.org/show_bug.cgi?id=389236 Aleix Pol changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #2 from Aleix Pol --- At the moment it's shown outside of the sheet, I'd say it looks fine. -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 389947] touchpad scrolling: Okular jumps several lines down first when scrolling after the cursor moves out and back again
https://bugs.kde.org/show_bug.cgi?id=389947 --- Comment #1 from GuHua --- Side notes: 0. Clicking in okular first (after moving out and moving in) does not make any difference; 1. I'm using two-finger scrolling (and never set or tried "edge scrolling"); 2. I never use "native scrolling" ("reversed scrolling"); 3. I'm using xf86-input-mtrack (`xf86-input-mtrack-git` package in AUR) as the touchpad driver (but this doesn't seem to be the reason since the problem is not presented in other applications). -- You are receiving this mail because: You are watching all bug changes.
[dolphin] [Bug 386379] Dolphin scrolls faster in icon mode than other Qt/KDE software
https://bugs.kde.org/show_bug.cgi?id=386379 GuHua changed: What|Removed |Added CC||renyune...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 389947] touchpad scrolling: Okular jumps several lines down first when scrolling after the cursor moves out and back again
https://bugs.kde.org/show_bug.cgi?id=389947 --- Comment #2 from GuHua --- By the way, the problem has been there for at least months (but I don't remember the date when I first observe this problem). -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 346979] Touch control and basic gestures
https://bugs.kde.org/show_bug.cgi?id=346979 GuHua changed: What|Removed |Added CC||renyune...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 389948] New: Scrolling up before scrolling down
https://bugs.kde.org/show_bug.cgi?id=389948 Bug ID: 389948 Summary: Scrolling up before scrolling down Product: plasmashell Version: 5.11.5 Platform: Neon Packages OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: k...@davidedmundson.co.uk Reporter: raitarohik...@gmail.com CC: plasma-b...@kde.org Target Milestone: 1.0 I know about this bug: https://bugs.kde.org/show_bug.cgi?id=354498 But my mouse is not Logitech. Is just some cheap wireless havic mouse. Now, my problem is like this: sometimes when I want to scroll down in an application I suddenly jump backwards a bit then I can scroll down. It is annoying. I thought maybe is my old mouse acting up but it seems that some other people have something that seems like what I have, look at this reddit post: https://www.reddit.com/r/kde/comments/7vlgji/scrolling_upward_before_going_downward/ -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 389949] Very slow startup
https://bugs.kde.org/show_bug.cgi?id=389949 iwannaber...@gmail.com changed: What|Removed |Added CC||iwannaber...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 389949] New: Very slow startup
https://bugs.kde.org/show_bug.cgi?id=389949 Bug ID: 389949 Summary: Very slow startup Product: digikam Version: 5.8.0 Platform: MS Windows OS: MS Windows Status: UNCONFIRMED Keywords: usability Severity: normal Priority: NOR Component: general Assignee: digikam-bugs-n...@kde.org Reporter: iwannaber...@gmail.com Target Milestone: --- I have measured the startup time of digikam, and it stays 2 minutes and 10 seconds in the splash screen before showing the main interface. I am using digikam 5.8.0 in Windows 10 (64 bit), the photos are in a network share (although it doesn't seem to use network traffic during startup), initial scan and database cleanup are disabled. I have a normal hard disk drive (not SSD), in a i5-3570 machine with 16gb or ram, and the database is stored locally, which contains ~10 photos. Just for a quick comparison, another digital picture manager manager I use, picasa, takes 4 seconds to launch the main interface, with exactly the same pictures on it. That means it is 32 times faster. -- You are receiving this mail because: You are watching all bug changes.
[kate] [Bug 389950] New: Kate closed when attempting to close inactive split windows inside the main window
https://bugs.kde.org/show_bug.cgi?id=389950 Bug ID: 389950 Summary: Kate closed when attempting to close inactive split windows inside the main window Product: kate Version: unspecified Platform: Ubuntu Packages OS: Linux Status: UNCONFIRMED Keywords: drkonqi Severity: crash Priority: NOR Component: general Assignee: kwrite-bugs-n...@kde.org Reporter: ohma...@ya.ru Target Milestone: --- Application: kate (18.03.70) Qt Version: 5.5.1 Operating System: Linux 4.4.0-104-generic x86_64 Distribution: Ubuntu 16.04.3 LTS -- Information about the crash: - What I was doing when the application crashed: 1. Created a session 2. Worked in the Git-project 3. Closed Kate 4. Opened this session again later 5. Try to close inactive splitters and then the program crashed - Unusual behavior I noticed: There are too many "splitters" in the left side of the window. How they were so much uncovered is not clear. Before this, the window was not manually divided into sub-windows. The crash can be reproduced every time. -- Backtrace: Application: Kate (kate), signal: Segmentation fault Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [Current thread is 1 (Thread 0x7f07fbe508c0 (LWP 28400))] Thread 10 (Thread 0x7f07c67fc700 (LWP 28415)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 #1 0x7f07f7b14a5b in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #2 0x7f07db2342bf in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*, bool, bool, bool) () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5 #3 0x7f07db2384e8 in ?? () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5 #4 0x7f07db23346d in ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5 #5 0x7f07db236353 in ThreadWeaver::Thread::run() () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5 #6 0x7f07f7b137be in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #7 0x7f07f48c06ba in start_thread (arg=0x7f07c67fc700) at pthread_create.c:333 #8 0x7f07f712041d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109 Thread 9 (Thread 0x7f07c6ffd700 (LWP 28414)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 #1 0x7f07f7b14a5b in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #2 0x7f07db2342bf in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*, bool, bool, bool) () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5 #3 0x7f07db2384e8 in ?? () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5 #4 0x7f07db23346d in ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5 #5 0x7f07db236353 in ThreadWeaver::Thread::run() () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5 #6 0x7f07f7b137be in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #7 0x7f07f48c06ba in start_thread (arg=0x7f07c6ffd700) at pthread_create.c:333 #8 0x7f07f712041d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109 Thread 8 (Thread 0x7f07c77fe700 (LWP 28413)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 #1 0x7f07f7b14a5b in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #2 0x7f07db2342bf in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*, bool, bool, bool) () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5 #3 0x7f07db2384e8 in ?? () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5 #4 0x7f07db23346d in ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5 #5 0x7f07db236353 in ThreadWeaver::Thread::run() () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5 #6 0x7f07f7b137be in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #7 0x7f07f48c06ba in start_thread (arg=0x7f07c77fe700) at pthread_create.c:333 #8 0x7f07f712041d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109 Thread 7 (Thread 0x7f07c7fff700 (LWP 28412)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 #1 0x7f07f7b14a5b in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #2 0x7f07db2342bf in ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*, bool, bool, bool) () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5 #3 0x7f07db2384e8 in ??
[okular] [Bug 389951] New: Add option to open new window/tab with the same document
https://bugs.kde.org/show_bug.cgi?id=389951 Bug ID: 389951 Summary: Add option to open new window/tab with the same document Product: okular Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: general Assignee: okular-de...@kde.org Reporter: david.cortes.riv...@gmail.com Target Milestone: --- Would be nice if Okular had a functionality similar to Adobe's reader to open another window/tab with the same document that is currently being browsed. This is helpful, for example, when reading scientific papers that have references at the end and one wishes to check one of them without moving from the current part of the document being read. -- You are receiving this mail because: You are watching all bug changes.
[kdenlive] [Bug 389952] New: 360°-Transformation (conversion of projection)
https://bugs.kde.org/show_bug.cgi?id=389952 Bug ID: 389952 Summary: 360°-Transformation (conversion of projection) Product: kdenlive Version: 17.08.2 Platform: Other OS: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: Effects & Transitions Assignee: vpi...@kde.org Reporter: had...@danisch.de Target Milestone: --- Hi, nowadays there's different sorts of 360°-Cameras, which record in different formats, e.g. equirectangular or side-by-side-fisheye. Would be great to have a filter to convert 360°-projections. Or at least some documentation about how to write filters for kdenlive. -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kirigami] [Bug 388086] showPassiveNotification() should be able to have a close button
https://bugs.kde.org/show_bug.cgi?id=388086 Dr. Chapatin changed: What|Removed |Added CC||bugsefor...@gmx.com -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 389174] When a filter layer is placed above a group of image layers, only the area affected by the filter layer is exported.
https://bugs.kde.org/show_bug.cgi?id=389174 Dmitry Kazakov changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED|RESOLVED Latest Commit||https://commits.kde.org/kri ||ta/0c33e5197a0038256b0c5851 ||e25497d50406a3d4 --- Comment #3 from Dmitry Kazakov --- Git commit 0c33e5197a0038256b0c5851e25497d50406a3d4 by Dmitry Kazakov. Committed on 06/02/2018 at 13:59. Pushed by dkazakov into branch 'master'. Fix cloning of KisSelectionBasedLayer 'useSelectionInProjection' should also be copied, otherwise the layer behaves weirdly. M +8-2libs/image/kis_selection_based_layer.cpp https://commits.kde.org/krita/0c33e5197a0038256b0c5851e25497d50406a3d4 -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 389949] Very slow startup
https://bugs.kde.org/show_bug.cgi?id=389949 caulier.gil...@gmail.com changed: What|Removed |Added Component|general |Database-Scan CC||caulier.gil...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 389174] When a filter layer is placed above a group of image layers, only the area affected by the filter layer is exported.
https://bugs.kde.org/show_bug.cgi?id=389174 --- Comment #4 from Dmitry Kazakov --- Hi, Tony! Thank for a nice image for reproducing the bug! It was pleasure to work on the fix for the bug :) -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 389949] Very slow startup
https://bugs.kde.org/show_bug.cgi?id=389949 --- Comment #1 from caulier.gil...@gmail.com --- Go to digiKam Setup dialog, into Misc/Behavior section and to disable the "scan for new item at startup" option. Gilles Caulier -- You are receiving this mail because: You are watching all bug changes.
[kompare] [Bug 383418] Saving diff produces empty file
https://bugs.kde.org/show_bug.cgi?id=383418 Kevin Kofler changed: What|Removed |Added Resolution|--- |WAITINGFORINFO Summary|Saving diff produces void |Saving diff produces empty |file|file Status|UNCONFIRMED |NEEDSINFO --- Comment #1 from Kevin Kofler --- I cannot reproduce this. I tried comparing 2 files, then using "Save diff...". It made me select the diff settings. I clicked "Save", picked a file name, then clicked "Save" again. I got a valid diff file. So I will need more precise reproducing instructions. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 389034] Incorrect behavior when painting beyond the top or left borders of the canvas
https://bugs.kde.org/show_bug.cgi?id=389034 --- Comment #3 from Dmitry Kazakov --- Confirm, I can reproduce. It seem to be related to the new multithreaded pixel brush and the fact that the painting rectangles have negative offset -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 389953] New: okular ignores paper size when printing
https://bugs.kde.org/show_bug.cgi?id=389953 Bug ID: 389953 Summary: okular ignores paper size when printing Product: okular Version: unspecified Platform: Fedora RPMs OS: Linux Status: UNCONFIRMED Severity: grave Priority: NOR Component: printing Assignee: okular-de...@kde.org Reporter: bugs.kde.att...@online.de Target Milestone: --- When I print an A4 PDF-Document on an A4 page, the result is an A5 content on an A4 page. When I print an A4 PDF-Document on an A3 page, the result is an A4 content on an A3 page. Version of Okular: 1.0.3, KDE Frameworks 5.42.0, Qt 5.9.2, on Fedora 26 Version of Cups: 2.2.2-8 Reproducible: Always Steps to Reproduce: 1. Open Okular 2. Open an A4 PDF-Document of your coice. 3. Open Print dialog 4. Select A4 if not already selected 5. Select print Actual Results: Output is A5 on A4 page Expected Results: Output should be A4 on A4 page -- You are receiving this mail because: You are watching all bug changes.
[kreenshot-editor] [Bug 387155] Does not compile on 'KDE Neon'
https://bugs.kde.org/show_bug.cgi?id=387155 Henrik Fehlauer changed: What|Removed |Added Ever confirmed|0 |1 CC||rk...@lab12.net Status|UNCONFIRMED |CONFIRMED --- Comment #3 from Henrik Fehlauer --- @wbauer has a patch in his openSUSE packages for Kreenshot Editor, fixing the compilation issues: https://build.opensuse.org/package/view_file/home:wolfi323:branches:KDE:Frameworks5/kreenshot-editor/fix-build.patch -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 385050] JJ: workflow improvement: create a group when several layers are selected and that user clicks on "add layer"
https://bugs.kde.org/show_bug.cgi?id=385050 Łukasz Hryniuk changed: What|Removed |Added CC||lukasz.hryn...@wp.pl -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 388961] JJ: Fit canvas to the layers size
https://bugs.kde.org/show_bug.cgi?id=388961 Łukasz Hryniuk changed: What|Removed |Added CC||lukasz.hryn...@wp.pl -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 358239] switch to oxygen theme NO background wallpaper rendered
https://bugs.kde.org/show_bug.cgi?id=358239 Alexander Mentyu changed: What|Removed |Added CC||notux...@gmail.com --- Comment #2 from Alexander Mentyu --- Was able to reproduce in VirtualBox Plasma: 5.11.5 Frameworks: 5.42.0 Qt: 5.10.0 Kernel: 4.14.15-1-ARCH -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 389953] okular ignores paper size when printing
https://bugs.kde.org/show_bug.cgi?id=389953 Luigi Toscano changed: What|Removed |Added Status|UNCONFIRMED |NEEDSINFO Resolution|--- |WAITINGFORINFO CC||luigi.tosc...@tiscali.it --- Comment #1 from Luigi Toscano --- Please try again with a newer version of Okular; Fedora 27 provides 1.3.1. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 359214] Wallpaper on second monitor overlaps first monitor and does not rotate
https://bugs.kde.org/show_bug.cgi?id=359214 Alexander Mentyu changed: What|Removed |Added CC||notux...@gmail.com --- Comment #4 from Alexander Mentyu --- @Ovidiu-Florin BOGDAN Could you reproduce this bug after updates? -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 389949] Very slow startup
https://bugs.kde.org/show_bug.cgi?id=389949 --- Comment #2 from iwannaber...@gmail.com --- Yes, that's after disabling the "scan for new items at startup" option. If you include the initial scan, it is much much slower (I'll measure it later). -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 389928] Saving GIH brush doesn't save the "create mask from color" property
https://bugs.kde.org/show_bug.cgi?id=389928 --- Comment #2 from Scott Petrovic --- It looks like the "auto" checkbox and spacing is also not saving/loading right. Before this is "fixed", we might want to have a discussion on this. With creating all these brushes for 4.0, it is usually undesirable that the spacing, brush size, and use color as mask, is changing every time a tip is changed. Usually changing a tip is because you want to get a different shape. It can be a bit annoying when you are experimenting with different tip shapes. One example...you are trying out different tips for a pencil brush. You have the brush size set to small and tight spacing. Every time you switch tips, it increases the brush size a lot and also increases the spacing a lot. You have to constantly readjust the settings every time to see how it compares. One proposal might be that changing a tip does not change any of the settings. Not sure if there is a use case with why that needs to change when changing the tip. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 374481] Clicking on icons with multiple windows from a different activity does nothing
https://bugs.kde.org/show_bug.cgi?id=374481 Kai Uwe Broulik changed: What|Removed |Added CC||k...@privat.broulik.de --- Comment #8 from Kai Uwe Broulik --- Present Windows indeed ignores windows not on the current activity. I think if a 3rd party explicitly sets a list of windows to be shown (ie. this use case, ModeWindowGroup) it should ignore activities. However, even if it did that, the window pixmap wouldn't be kept around if the window is on another activity, so this isn't as trivial as it seems. -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 385609] Switching from 3 column to 2 column view should show submodules in left column
https://bugs.kde.org/show_bug.cgi?id=385609 Elias Probst changed: What|Removed |Added CC||m...@eliasprobst.eu -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 389949] Very slow startup
https://bugs.kde.org/show_bug.cgi?id=389949 --- Comment #3 from caulier.gil...@gmail.com --- Well, the long initialization is not due to scan stage, but to load database contents, certainly the previous searches albums created. Did you perform a similarity search before ? A debug trace capture of start up with debugview program from Microsoft can help to investigate. Gilles Caulier -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 389949] Very slow startup
https://bugs.kde.org/show_bug.cgi?id=389949 --- Comment #4 from iwannaber...@gmail.com --- Sorry, I am not sure I understand. I have 6 or 7 saved searches, if that's what you mean. At this point, there are no new items, all albums have been scanned previously. I used debugview while starting digikam. This is the result: (name of the sources have been changed for privacy reasons) https://pastebin.com/SzJSTGxW The big delay appears between line 132 and 133. -- You are receiving this mail because: You are watching all bug changes.
[Breeze] [Bug 389747] [Request] New icon for dolphin
https://bugs.kde.org/show_bug.cgi?id=389747 Alex L changed: What|Removed |Added CC||alexlon...@gmail.com --- Comment #9 from Alex L --- The proposed one uses a folder icon as base, while current Dolphin icon is different on purpose. Please in general don't change things just for the sake of doing it but bring good reasons. -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 389949] Very slow startup
https://bugs.kde.org/show_bug.cgi?id=389949 --- Comment #5 from caulier.gil...@gmail.com --- Between lines 132 and 133 there is nothing to see... Which kind of search albums did you have exactly ? Gilles Caulier -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 375976] appmenu not shown for gtk apps
https://bugs.kde.org/show_bug.cgi?id=375976 GuHua changed: What|Removed |Added CC||renyune...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[umbrello] [Bug 381474] missing menu bar and no way to toggle it on
https://bugs.kde.org/show_bug.cgi?id=381474 GuHua changed: What|Removed |Added CC||renyune...@gmail.com --- Comment #1 from GuHua --- Maybe a re-start of unbrello will help? This bug may also be related: https://bugs.kde.org/show_bug.cgi?id=385236 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 381630] Crash in wl_proxy_create_wrapper in QtWayland after window destruction
https://bugs.kde.org/show_bug.cgi?id=381630 --- Comment #84 from bonno_medd...@hotmail.com --- Created attachment 110369 --> https://bugs.kde.org/attachment.cgi?id=110369&action=edit New crash information added by DrKonqi plasmashell (5.12.0) using Qt 5.9.3 - What I was doing when the application crashed: I use plasma 5.12 wayland, the bug is wayland specific and is present on my desktop and laptop. Desktop UI completely crashes when moving the mouse from any collapsable applications submenu (also recent Applications and Recent documents) to the favourites icons in the menu or moving from menu to the desktop. Since this happens on two machines, one intel CPU with AMD GPU and a laptop with intel cpu&gpu. I do use latest stable padoka MESA drivers but since the bug is present on AMD and intel gpu's I doubt that it is caused by padoka. -- Backtrace (Reduced): #6 wl_proxy_create_wrapper (proxy=0x0) at ../src/wayland-client.c:2038 #7 0x7fc95a11ecc6 in dri2_wl_create_window_surface (drv=, disp=0x11599e0, conf=0x11b2ff0, native_window=0x7fc88c0036a0, attrib_list=) at ../../../../src/egl/drivers/dri2/platform_wayland.c:121 #8 0x7fc95a10b9a5 in _eglCreateWindowSurfaceCommon (disp=0x11599e0, config=, native_window=0x7fc88c0036a0, attrib_list=0x0) at ../../../../src/egl/main/eglapi.c:903 #9 0x7fc95a58d068 in QtWaylandClient::QWaylandEglWindow::updateSurface (this=this@entry=0x15fd7f0, create=create@entry=true) at ../../../../hardwareintegration/client/wayland-egl/qwaylandeglwindow.cpp:141 #10 0x7fc95a58b64d in QtWaylandClient::QWaylandGLContext::makeCurrent (this=0x9220500, surface=) at ../../../../hardwareintegration/client/wayland-egl/qwaylandglcontext.cpp:410 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 381630] Crash in wl_proxy_create_wrapper in QtWayland after window destruction
https://bugs.kde.org/show_bug.cgi?id=381630 bonno_medd...@hotmail.com changed: What|Removed |Added CC||bonno_medd...@hotmail.com -- You are receiving this mail because: You are watching all bug changes.
[kleopatra] [Bug 388561] somehow Menubar hidden. No obvious way to get it back (or hide it again)
https://bugs.kde.org/show_bug.cgi?id=388561 GuHua changed: What|Removed |Added CC||renyune...@gmail.com --- Comment #1 from GuHua --- Maybe this is the same as https://bugs.kde.org/show_bug.cgi?id=385236 ? I'm also experiencing menubar missing recently, and have found many possibly same bug reports (or I'll open a new one if none of them really matches mine). -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 389954] New: Include KInfocentre in System Settings
https://bugs.kde.org/show_bug.cgi?id=389954 Bug ID: 389954 Summary: Include KInfocentre in System Settings Product: systemsettings Version: 5.12.0 Platform: Neon Packages OS: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: general Assignee: plasma-b...@kde.org Reporter: sefa6...@gmail.com Target Milestone: --- For users coming from another desktop environment (or even from another OS) it would be easier to find system information and specs in the system settings. Therefore the KInfocentre should be integrated in system settings. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 389928] Saving GIH brush doesn't save the "create mask from color" property
https://bugs.kde.org/show_bug.cgi?id=389928 --- Comment #3 from Scott Petrovic --- talked with deevad over IRC a bit deevad: about "size, spacing, rotation" of brush tip ; it's because Krita load the gbr and gih format as brush tips ; and in the design of those tips you can save more than just bitmap tips ; size, spacing, rotation ... deevad: But I agree: brush tips ; in a ideal world; would be perfectly just loading a bitmap/vector/shape tip. -- You are receiving this mail because: You are watching all bug changes.
[digikam] [Bug 389949] Very slow startup
https://bugs.kde.org/show_bug.cgi?id=389949 --- Comment #6 from iwannaber...@gmail.com --- I had 7 saved searches. Most of them just searching for a word (e.g. the name of a trip I made) and two of them was a search showing two people tags. I deleted all of them and tried again. It now took 111 seconds from the splash screen to the main interface. (the log file looked similar, nothing between those timepoints) -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 389947] touchpad scrolling: Okular jumps several lines down first when scrolling after the cursor moves out and back again
https://bugs.kde.org/show_bug.cgi?id=389947 GuHua changed: What|Removed |Added Resolution|--- |UPSTREAM Status|UNCONFIRMED |NEEDSINFO --- Comment #3 from GuHua --- I just did a few more tests, and this seems to be a Qt bug as other Qt applications also have this problem (but I didn't observe them because I seldem use touchpad on them) while gtk applications (e.g. chromium) don't. These bugs may all be about this: https://bugreports.qt.io/browse/QTBUG-40829?jql=text%20~%20%22scroll%20touchpad%22 https://bugreports.qt.io/browse/QTBUG-49294 -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 389955] New: keyboard shortcut for changing keyboard layouts works only the first time. Doesn't cycle
https://bugs.kde.org/show_bug.cgi?id=389955 Bug ID: 389955 Summary: keyboard shortcut for changing keyboard layouts works only the first time. Doesn't cycle Product: kwin Version: 5.11.5 Platform: Fedora RPMs OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: core Assignee: kwin-bugs-n...@kde.org Reporter: krasi.r...@gmail.com Target Milestone: --- assigned alt+tab to cycle through different keyboard layouts. the problem is that it works only once and than pressing alt+tab again doesn't cycle through the different layouts. I notice the same behaviour when I reassign the alt+tab to any other shortcut to switch between the open windows. It only triggers the shortcut once and any additional presses of the keys doesn't cycle through the open windows. -- You are receiving this mail because: You are watching all bug changes.