[valgrind] [Bug 330617] ppc false positive conditional jump depends on uninitialised value

2016-08-15 Thread Julian Seward via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=330617 --- Comment #8 from Julian Seward --- Properly fixing bug 352364 (https://bugs.kde.org/show_bug.cgi?id=352364) will go a long way to fixing this one too. They are not exact duplicates, though. -- You are receiving this mail because: You are watching

[valgrind] [Bug 352364] ppc64: --expensive-definedness-checks=yes is not quite working here

2016-08-15 Thread Julian Seward via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352364 --- Comment #3 from Julian Seward --- In this example, "cmpld ; bne" translates to essentially this // the cmpld t54 = 64to8(CmpORD64U(t48,0xCD:I64)) // the bne if (CmpEQ32(Xor32(And32(8Uto32(t54),0x2:I32),0x2:I32),0x0:I32)) { PUT(12

[digikam] [Bug 366786] Libraw fails to build with CLang (C++11 non constant initializer narrowing)

2016-08-15 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366786 caulier.gil...@gmail.com changed: What|Removed |Added Summary|Libraw fails to build with |Libraw fails to build with

[digikam] [Bug 366786] Libraw fails to build with CLang (non constant initializer narrowing)

2016-08-15 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366786 caulier.gil...@gmail.com changed: What|Removed |Added CC||l...@lexa.ru -- You are receiving th

[digikam] [Bug 366786] Libraw fails to build with CLang (non constant initializer narrowing)

2016-08-15 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366786 --- Comment #2 from caulier.gil...@gmail.com --- Do you use "-std=c++11" GCC compiler option ? What's are the compilation details with you use "export VERBOSE=1" Gilles Caulier -- You are receiving this mail because: You are watching all bug changes.

[QtCurve] [Bug 366815] New: Systemsettings crashes when reloading reopening

2016-08-15 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366815 Bug ID: 366815 Summary: Systemsettings crashes when reloading reopening Product: QtCurve Version: git Platform: Other OS: Linux Status: UNCONFIRMED Severity: cra

[kdenlive] [Bug 351381] Video preview of clips with transitions in project monitor area is extremely slow

2016-08-15 Thread Wegwerf via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351381 --- Comment #16 from Wegwerf --- 16.08.0 is fine, I just checked the git repo checkins. This is the beta that is now also the new stable 16.08 in a few days. The timeline preview function is in both master and beta/testing branches. Yes, I'm sure as I h

[krita] [Bug 361813] [WACOM] Wacom CTL-460/Intuos Pro Small+Krita 2.9.11: Stylus Side Buttons Not Working with Click-Based Shortcuts

2016-08-15 Thread Jelena via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361813 Jelena changed: What|Removed |Added CC||jelen...@t-online.de --- Comment #3 from Jelena --- I

[valgrind] [Bug 352364] ppc64: --expensive-definedness-checks=yes is not quite working here

2016-08-15 Thread Julian Seward via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352364 --- Comment #2 from Julian Seward --- Some more analysis: typedef struct { unsigned char c; int i; void *foo; } S; int main (int argc, char **argv) { S x; S *s = &x; s->c = 1; if (s->c == 0 && s->i == 205 && s->foo == s) return 1; re

[krita] [Bug 366814] Preview outline cursor doesn't follow the Wacom pen

2016-08-15 Thread Jelena via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366814 Jelena changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[krita] [Bug 366814] New: Preview outline cursor doesn't follow the Wacom pen

2016-08-15 Thread Jelena via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366814 Bug ID: 366814 Summary: Preview outline cursor doesn't follow the Wacom pen Product: krita Version: 3.0 Platform: Mac OS X Disk Images OS: OS X Status: UNCONFIRMED

[digikam] [Bug 366769] Rename aborts after first rename of many

2016-08-15 Thread Maik Qualmann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366769 --- Comment #3 from Maik Qualmann --- Git commit bb07b39065c7ba8d5b2763097ebdba05baa54a6b by Maik Qualmann. Committed on 16/08/2016 at 06:10. Pushed by mqualmann into branch 'master'. filter out multiple signals from ThumbnailLoadThread Related: bug 35

[digikam] [Bug 357617] Batch rename fails when using custom file extensions

2016-08-15 Thread Maik Qualmann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357617 Maik Qualmann changed: What|Removed |Added Version Fixed In||5.2.0 Resolution|---

[krita] [Bug 363779] Undo applies at beginning of stroke

2016-08-15 Thread Jelena via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363779 --- Comment #3 from Jelena --- Good news. I discovered that you can workaround this bug by disabling Preferences - Display - OpenGL. This might have other side effects but at least now we can draw again using Mac OS X. -- You are receiving this mail b

[krita] [Bug 364173] Tablet proximity events zoom out image to the smallest size

2016-08-15 Thread Jelena via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364173 Jelena changed: What|Removed |Added CC||jelen...@t-online.de -- You are receiving this mail b

[palapeli] [Bug 366796] Ctrl-click should never, ever deselect all pieces

2016-08-15 Thread Ian Wadham via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366796 --- Comment #2 from Ian Wadham --- (In reply to Matthew Woehlke from comment #0) > I'm not familiar enough with how palapeli is implemented, but it occurs to > me the problem might be in the QGV frameworks? (In which case I'm happy to > punt this to Qt.

[palapeli] [Bug 366796] Ctrl-click should never, ever deselect all pieces

2016-08-15 Thread Ian Wadham via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366796 Ian Wadham changed: What|Removed |Added Ever confirmed|0 |1 CC||

[QtCurve] [Bug 363703] Popup Menu shadows not configurable

2016-08-15 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363703 gur...@gmail.com changed: What|Removed |Added CC||gur...@gmail.com -- You are receiving this m

[QtCurve] [Bug 366802] Systemsettings crashes when reopening

2016-08-15 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366802 edisonalvari...@bol.com.br changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRME

[QtCurve] [Bug 366802] Systemsettings crashes when reopening

2016-08-15 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366802 edisonalvari...@bol.com.br changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[QtCurve] [Bug 366802] Systemsettings crashes when reopening

2016-08-15 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366802 edisonalvari...@bol.com.br changed: What|Removed |Added CC||h...@kde.org Component|gen

[systemsettings] [Bug 366802] Systemsettings crashes when reopening

2016-08-15 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366802 edisonalvari...@bol.com.br changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRME

[plasmashell] [Bug 366813] New: Plasma crashed while I was reading a page in Firefox

2016-08-15 Thread Tom via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366813 Bug ID: 366813 Summary: Plasma crashed while I was reading a page in Firefox Product: plasmashell Version: 5.5.5 Platform: openSUSE RPMs OS: Linux Status: UNCONFIRMED

[systemsettings] [Bug 366802] Systemsettings crashes when opening second instance

2016-08-15 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366802 edisonalvari...@bol.com.br changed: What|Removed |Added Summary|Systemsettings crash when |Systemsettings crashes when

[konsole] [Bug 366793] Regression in Konsole's handling of command line parameters

2016-08-15 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366793 edisonalvari...@bol.com.br changed: What|Removed |Added CC||edisonalvari...@bol.com.br -- You

[systemsettings] [Bug 366802] Systemsettings crash when opening second instance

2016-08-15 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366802 --- Comment #6 from edisonalvari...@bol.com.br --- Application: systemsettings5 (systemsettings5), signal: Segmentation fault Using host libthread_db library "/lib64/libthread_db.so.1". [Current thread is 1 (Thread 0x7f0ec621a780 (LWP 9689))] Thread 2 (

[systemsettings] [Bug 366802] Systemsettings crash when opening second instance

2016-08-15 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366802 --- Comment #5 from edisonalvari...@bol.com.br --- sorry for the debugging garbage maybe I should open a bug at opensuse it 's not so obvious that you need to install some packages like debugsource and headers. -- You are receiving this mail because: Y

[systemsettings] [Bug 366802] Systemsettings crash when opening second instance

2016-08-15 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366802 edisonalvari...@bol.com.br changed: What|Removed |Added Severity|normal |crash --- Comment #4 from edisonalv

[kdenlive] [Bug 351381] Video preview of clips with transitions in project monitor area is extremely slow

2016-08-15 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351381 --- Comment #15 from h.k.gh...@gmail.com --- I changed the repos and replaced kdenlive as follows: 1. uninstalled kdenlive 2. removed the kdenlive-master PPA 3. apt-get update 4. add the kdenlive-testing PPA 5. apt-get update 6. apt-get install kdenlive

[kontact] [Bug 366812] New: can not send email, even can not save to draft

2016-08-15 Thread hanqing via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366812 Bug ID: 366812 Summary: can not send email, even can not save to draft Product: kontact Version: unspecified Platform: Compiled Sources OS: Linux Status: UNCONFIRMED

[kwin] [Bug 365918] Sometimes flickering when interacting with windows

2016-08-15 Thread Chris via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365918 --- Comment #13 from Chris --- I actually still can't figure out how to trigger that behavior when I want to. It just seems to happen randomly. I've since rebooted, which gets rid of the issue indefinitely. It may crop up again, as it did before. Should

[drkonqi] [Bug 366811] New: unexpected error code from bugzilla

2016-08-15 Thread Miroslav Puda via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366811 Bug ID: 366811 Summary: unexpected error code from bugzilla Product: drkonqi Version: 5.5.5 Platform: Other OS: Linux Status: UNCONFIRMED Severity: grave

[plasmashell] [Bug 358990] Make possible to move desktop icons freely again

2016-08-15 Thread Roman Bysh via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358990 --- Comment #31 from Roman Bysh --- Follow Up Can you please bring back the features that we had in KDE4? Now that was a user-friendly plasmoid - without the bugs. -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 358990] Make possible to move desktop icons freely again

2016-08-15 Thread Roman Bysh via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358990 --- Comment #30 from Roman Bysh --- Eike, Any chance you can add back all of the features when Plasma 6 comes out? ;-> -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 359570] Icons cannot be positioned freely on desktop (folder view), snap to grid instead

2016-08-15 Thread Roman Bysh via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359570 --- Comment #6 from Roman Bysh --- After speaking with Eike I'm getting the impression that she does not plan on changing anything. Maybe in Plasma 6, when the flat view can have an improved look as previously available in KDE4 ;-) -- You are receivin

[konqueror] [Bug 366810] New: Crash by Start. I'm using openSuse 42.1 Leap KDE

2016-08-15 Thread Christian Seipel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366810 Bug ID: 366810 Summary: Crash by Start. I'm using openSuse 42.1 Leap KDE Product: konqueror Version: unspecified Platform: openSUSE RPMs OS: Linux Status: UNCONFIRMED

[kdenlive] [Bug 351381] Video preview of clips with transitions in project monitor area is extremely slow

2016-08-15 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351381 --- Comment #14 from h.k.gh...@gmail.com --- (In reply to Wegwerf from comment #13) > The testing ppa would be better suited, but master is within one commit > behind testing. Blog post and video are of an earlier development versions, > with some usabil

[krita] [Bug 366770] Can't see my marks on the canvas until I click outside of the canvas.

2016-08-15 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366770 --- Comment #4 from aeare...@gmail.com --- Turning off openGL worked, thank you! On Aug 15, 2016 3:32 PM, "wolthera via KDE Bugzilla" < bugzilla_nore...@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=366770 > > --- Comment #3 from wolthera ---

[kwin] [Bug 361154] Running native OpenGL games - with compositing enabled - breaks X11 Plasma 5.6.0 Window Decorations

2016-08-15 Thread RussianNeuroMancer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361154 RussianNeuroMancer changed: What|Removed |Added CC||russianneuroman...@ya.ru -- You are recei

[neon] [Bug 366722] sddm fails to start after kernel upgrade

2016-08-15 Thread Bernhard Scheirle via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366722 --- Comment #4 from Bernhard Scheirle --- Ok, the problem was that the kernel upgrade did not upgrade my nvidia kernel module and therefore said module failed to load (reported in `/var/log/Xorg.0.log`). Fix/Workaround: $ sudo aptitude purge nvidia-361

[drkonqi] [Bug 366792] trying to report a crash, drkonqi needs to install debug packages, which takes too long, cancel causes the crash

2016-08-15 Thread Wolfgang Bauer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366792 Wolfgang Bauer changed: What|Removed |Added CC||wba...@tmo.at --- Comment #1 from Wolfgang Bau

[KScreen] [Bug 365353] kscreen snaps to top of monitors, prevents alignment to bottom of each screen

2016-08-15 Thread Bernhard Scheirle via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365353 Bernhard Scheirle changed: What|Removed |Added CC||bernhard+...@scheirle.de --- Comment #1 fro

[konsole] [Bug 345712] Closing last tab results in a crash

2016-08-15 Thread Simon Andric via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=345712 Simon Andric changed: What|Removed |Added CC||simonandr...@gmail.com -- You are receiving thi

[konsole] [Bug 342201] Crash on Konsole exit when using proprietary nvidia drivers

2016-08-15 Thread Simon Andric via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=342201 Simon Andric changed: What|Removed |Added CC||simonandr...@gmail.com -- You are receiving thi

[krita] [Bug 363779] Undo applies at beginning of stroke

2016-08-15 Thread Jelena via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363779 Jelena changed: What|Removed |Added CC||jelen...@t-online.de --- Comment #2 from Jelena --- S

[kopete] [Bug 225747] kopete does not encode utf xml properly when sending to jabber (xmpp) server

2016-08-15 Thread Pali Rohár via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=225747 Pali Rohár changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[kopete] [Bug 314272] Kopete disconnects from Jabber when sending text outside of BOM

2016-08-15 Thread Pali Rohár via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=314272 Pali Rohár changed: What|Removed |Added Latest Commit||http://commits.kde.org/kope |

[krita] [Bug 366757] Tags for extra brushes don't seem to be loaded.

2016-08-15 Thread north w via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366757 --- Comment #2 from north w --- I have standard brushes in Dockers(right-click ui) but as there are NO tags listed in the drop-down box I can't change brush-sets... On Aug 15, 2016 6:45 AM, "wolthera via KDE Bugzilla" < bugzilla_nore...@kde.org> wrote:

[valgrind] [Bug 199468] Suppressions: stack size limited to 25 while --num-callers allows up to 50 frames

2016-08-15 Thread Robin Kuzmin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=199468 --- Comment #6 from Robin Kuzmin --- Makes sense for me. -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 366741] Krita crashes with segmentation fault if all gradients are removed

2016-08-15 Thread Bruno P . Kinoshita via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366741 --- Comment #4 from Bruno P. Kinoshita --- > KoResourceServer does notify all the observers with notifyRemovingResource. Oh, maybe calling connectToServer in the Item Chooser would fix that too. >Beside that there appears to be at least another bug a

[kmix] [Bug 366533] No icon for clementine in kmix

2016-08-15 Thread LtWorf
https://bugs.kde.org/show_bug.cgi?id=366533 --- Comment #5 from Salvo "LtWorf" Tomaselli --- I reassigned to kmix then. -- You are receiving this mail because: You are watching all bug changes.

[kmix] [Bug 366533] No icon for clementine in kmix

2016-08-15 Thread LtWorf
https://bugs.kde.org/show_bug.cgi?id=366533 Salvo "LtWorf" Tomaselli changed: What|Removed |Added Version|5.5.5 |4.5 Product|Oxygen

[kate] [Bug 366809] New: undelete "Display Prefix", "Display Arguments" and "Display Postfix"

2016-08-15 Thread zmi via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366809 Bug ID: 366809 Summary: undelete "Display Prefix", "Display Arguments" and "Display Postfix" Product: kate Version: unspecified Platform: Other OS: Linux

[trojita] [Bug 366498] InvalidResponseCode due to a 64bit UIDNEXT

2016-08-15 Thread Paul D Mallett via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366498 --- Comment #9 from Paul D Mallett --- Jan Just to complete this one; usa.net got back to me "Good Day, we already received an answer from our Systems Engineer and they already created a "Jira Ticket - HCMS-699" meaning that this is a

[gwenview] [Bug 366808] Gwenview

2016-08-15 Thread Emilijan Abraham via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366808 Emilijan Abraham changed: What|Removed |Added Version|unspecified |5.0.0 -- You are receiving this mail becaus

[gwenview] [Bug 366808] New: Gwenview

2016-08-15 Thread Emilijan Abraham via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366808 Bug ID: 366808 Summary: Gwenview Product: gwenview Version: unspecified Platform: Compiled Sources OS: Linux Status: UNCONFIRMED Keywords: drkonqi Seve

[KScreen] [Bug 366721] Connecting an external monitor causes the laptop screen to go black with only the mouse cursor visible

2016-08-15 Thread Sebastian Kügler via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366721 Sebastian Kügler changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Oxygen] [Bug 366533] No icon for clementine in kmix

2016-08-15 Thread pinheiro via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366533 --- Comment #4 from pinheiro --- The main criteria used to be apps that are part of KDE, and a few other I did for fun, its debatable if we should do app icons for apps outside the KDE space, mostly because its might be a violation of the individual app

[krita] [Bug 363924] [Huion 610] Losing pressure sensitiveness when opening other softwares

2016-08-15 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363924 --- Comment #3 from zeuse...@gmail.com --- No it's only with the v7, and I'm still using it because the buttons bug of v12 is more annoying to me. But I guess it makes more sense to fix the latest driver's bug. -- You are receiving this mail because: Y

[digikam] [Bug 366095] Raw files not (always) properly decoded when using "raw data in half size" option for preview

2016-08-15 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366095 caulier.gil...@gmail.com changed: What|Removed |Added Latest Commit||http://commits.kde.org/digi

[krita] [Bug 362487] [Huion 610] Cursor is misaligned with brush/tools

2016-08-15 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362487 --- Comment #18 from zeuse...@gmail.com --- Hello, yes that's it. -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 358369] Plasma crashed after opening an HTML5 video in Chrome

2016-08-15 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358369 _...@ukr.net changed: What|Removed |Added CC|_...@ukr.net| -- You are receiving this mail because: You are

[krita] [Bug 366737] layer lock at selection, unlock button not present

2016-08-15 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366737 stephanh...@posteo.de changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[krita] [Bug 366770] Can't see my marks on the canvas until I click outside of the canvas.

2016-08-15 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366770 --- Comment #3 from wolthera --- sorry, I mistyped, I asked if turning instant preview or settings->configure Krita->display->openGL off helps? -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 366690] klipper shortcut for open clipboard at mouse point

2016-08-15 Thread Thomas Pfeiffer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366690 Thomas Pfeiffer changed: What|Removed |Added CC||thomas.pfeif...@kde.org --- Comment #3 from T

[krita] [Bug 366770] Can't see my marks on the canvas until I click outside of the canvas.

2016-08-15 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366770 --- Comment #2 from aeare...@gmail.com --- I have an Intel(R) HD Graphics card. Instant preview was already turned on. I just installed Krita. This has been an issue since it started running for me. On Aug 15, 2016 6:47 AM, "wolthera via KDE Bugzilla"

[krita] [Bug 366741] Krita crashes with segmentation fault if all gradients are removed

2016-08-15 Thread Sven Langkamp via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366741 Sven Langkamp changed: What|Removed |Added CC||sven.langk...@gmail.com --- Comment #3 from Sve

[plasmashell] [Bug 366807] New: panel crashed after mouse click on searched application

2016-08-15 Thread Pali via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366807 Bug ID: 366807 Summary: panel crashed after mouse click on searched application Product: plasmashell Version: 5.7.0 Platform: openSUSE RPMs OS: Linux S

[Breeze] [Bug 353496] Breeze Icons in emacs toolbar: Dired icon too big

2016-08-15 Thread Uri Herrera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353496 Uri Herrera changed: What|Removed |Added Assignee|uri_herr...@nitrux.in |visual-des...@kde.org -- You are receiving this

[kdenlive] [Bug 366806] New: In 16.08.0 the project monitor remains blank (gray) while clips are playing

2016-08-15 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366806 Bug ID: 366806 Summary: In 16.08.0 the project monitor remains blank (gray) while clips are playing Product: kdenlive Version: unspecified Platform: Ubuntu Packages

[kdenlive] [Bug 364857] sudo port install kdenlive ==> Error: org.macports.archivefetch for port

2016-08-15 Thread Todd via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364857 --- Comment #2 from Todd --- No joy. Same problem: … receiving file list ... done PortIndex.rmd160 sent 44 bytes received 626 bytes 268.00 bytes/sec total size is 512 speedup is 0.76 DEBUG: successful verification with key /opt/local/share/macports

[systemsettings] [Bug 366802] Systemsettings crash when opening second instance

2016-08-15 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366802 --- Comment #3 from edisonalvari...@bol.com.br --- gdb systemsettings5 GNU gdb (GDB; openSUSE Leap 42.2) 7.9.1 Copyright (C) 2015 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free so

[systemsettings] [Bug 366802] Systemsettings crash when opening second instance

2016-08-15 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366802 --- Comment #2 from edisonalvari...@bol.com.br --- gdb systemsettings5 GNU gdb (GDB; openSUSE Leap 42.2) 7.9.1 Copyright (C) 2015 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free s

[krita] [Bug 366737] layer lock at selection, unlock button not present

2016-08-15 Thread Sven Langkamp via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366737 --- Comment #6 from Sven Langkamp --- Yes, try the appimage version (no installation required) and check if the icons show up with that. -- You are receiving this mail because: You are watching all bug changes.

[frameworks-baloo] [Bug 353342] Crash - mdb_txn_begin (m_env=0)

2016-08-15 Thread Tom Chiverton via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353342 --- Comment #30 from Tom Chiverton --- Given the well defined exception, and recovery steps, why doesn't Baloo do disable /enable automatically when it occurs? Overhead of a rescan less bad than no indexing -- You are receiving this mail because: You

[Baloo] [Bug 366805] New: baloo crashed unexpectedly

2016-08-15 Thread stewart via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366805 Bug ID: 366805 Summary: baloo crashed unexpectedly Product: Baloo Version: unspecified Platform: Ubuntu Packages OS: Linux Status: UNCONFIRMED Keywords: drkonqi

[krita] [Bug 366737] layer lock at selection, unlock button not present

2016-08-15 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366737 --- Comment #5 from stephanh...@posteo.de --- It's the version from the Linux Mint package. Shall I try to download it directly from your site? -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 366737] layer lock at selection, unlock button not present

2016-08-15 Thread Sven Langkamp via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366737 Sven Langkamp changed: What|Removed |Added CC||sven.langk...@gmail.com --- Comment #4 from Sve

[kdevelop] [Bug 366804] New: Crash while editing

2016-08-15 Thread Leozito via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366804 Bug ID: 366804 Summary: Crash while editing Product: kdevelop Version: 4.7.3 Platform: openSUSE RPMs OS: Linux Status: UNCONFIRMED Keywords: drkonqi Se

[plasmashell] [Bug 365970] Demanding attention tasks are not shown on all desktops

2016-08-15 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365970 --- Comment #5 from kdde@porcupinefactory.org --- The windows demanding attention are still not shown when they are in separate activities - this is a departure from the previous behaviour. Unfortunately, I can't reopen this bug, so I'll describe the

[kdeplasma-addons] [Bug 366803] New: Show desktop grid button

2016-08-15 Thread Josef Kufner via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366803 Bug ID: 366803 Summary: Show desktop grid button Product: kdeplasma-addons Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: wishlist

[systemsettings] [Bug 366802] Systemsettings crash when opening second instance

2016-08-15 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366802 --- Comment #1 from edisonalvari...@bol.com.br --- ok seems that I need more debuginfos gdb systemsettings5 GNU gdb (GDB; openSUSE Leap 42.2) 7.9.1 Copyright (C) 2015 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later

[systemsettings] [Bug 366802] New: Systemsettings crash when opening second instance

2016-08-15 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366802 Bug ID: 366802 Summary: Systemsettings crash when opening second instance Product: systemsettings Version: 5.7.3 Platform: openSUSE RPMs OS: Linux Status: UNCONFIRMED

[kwin] [Bug 366742] Qbitorrent Xorg/kwin_x11 high cpu usage while adding more than 1 torrent at the same time.

2016-08-15 Thread Tony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366742 --- Comment #3 from Tony --- Sadly can't provide a proper backtrace When i try to do it as non-root i get "ptrace: Operation not permitted." Using sudo + having the compositor on, gdb won't even open on the terminal and the desktop locks. Tried to

[kmail2] [Bug 366801] New: kmail crash during mail encryption

2016-08-15 Thread Tom Mittelstädt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366801 Bug ID: 366801 Summary: kmail crash during mail encryption Product: kmail2 Version: 5.1.3 Platform: Ubuntu Packages OS: Linux Status: UNCONFIRMED Keywords: drkon

[kwin] [Bug 366794] kwin or plasma5 crashes often when an sftp:// or a ftp:// location

2016-08-15 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366794 Thomas Lübking changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[kwin] [Bug 358369] Plasma crashed after opening an HTML5 video in Chrome

2016-08-15 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358369 --- Comment #27 from Thomas Lübking --- *** Bug 366794 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.

[kdenlive] [Bug 364428] git master 2016-06-17 - Speed and freeze effects do not work together....

2016-08-15 Thread Wegwerf via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364428 --- Comment #5 from Wegwerf --- Evert, imho a short textual description of the steps required to reproduce would suffice. I didn't tested with a timeline clip with in point other than 0, so that might be the reason I didn't noticed the bug. -- You are

[plasmashell] [Bug 356225] Panel moves to wrong screen when external monitor is connected

2016-08-15 Thread Simone Gaiarin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356225 --- Comment #177 from Simone Gaiarin --- So I did some quite extensive test today with Neon Dev unstable (KDE 5.7.90) and seems that most of the problems are gone. I was suffering ALL the kind of weird bugs connected to multi monitor. Test 1: Boot lap

[kdenlive] [Bug 351381] Video preview of clips with transitions in project monitor area is extremely slow

2016-08-15 Thread Wegwerf via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351381 --- Comment #13 from Wegwerf --- The testing ppa would be better suited, but master is within one commit behind testing. Blog post and video are of an earlier development versions, with some usability optimizations having landed only afterwards. Anyway

[KScreen] [Bug 366721] Connecting an external monitor causes the laptop screen to go black with only the mouse cursor visible

2016-08-15 Thread Simone Gaiarin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366721 --- Comment #3 from Simone Gaiarin --- So I did some quite extensive test today with Neon Dev unstable (KDE 5.7.90) and seems that most of the problems are gone. I was suffering all the kind of weird bugs connected to multi monitor. This bug seems to

[okular] [Bug 366785] Crash while oprning PDF from Google slides.

2016-08-15 Thread Jonathan Verner via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366785 Jonathan Verner changed: What|Removed |Added CC||jonathan.ver...@gmail.com --- Comment #3 from

[korganizer] [Bug 366800] New: Crash after disable/enable calendar

2016-08-15 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366800 Bug ID: 366800 Summary: Crash after disable/enable calendar Product: korganizer Version: unspecified Platform: Fedora RPMs OS: Linux Status: UNCONFIRMED Keywords

[krita] [Bug 366765] Exporting a PSD file onto a network drive causes application hang

2016-08-15 Thread Wontoon via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366765 --- Comment #4 from Wontoon --- So, here are those test results! hardware: Surface 4 Pro (Core i5/4 GB Ram/128 GB SSD) image: edgarref.kra size: 15.4 MB (6100 x 2500) export start: 10:25 AM PDT ...10:31 AM: still exporting... export end: 10:33 AM Resul

[kdenlive] [Bug 366799] New: Loud stutter sound at end of video

2016-08-15 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366799 Bug ID: 366799 Summary: Loud stutter sound at end of video Product: kdenlive Version: unspecified Platform: openSUSE RPMs OS: Linux Status: UNCONFIRMED Severity:

[kdm] [Bug 105631] fully support alternative authentication methods

2016-08-15 Thread Michael via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=105631 Michael changed: What|Removed |Added CC||kmhess...@web.de --- Comment #73 from Michael --- Sa

[kdenlive] [Bug 366798] New: Timeline cursor and all timeline features not working but clip monitor still functional

2016-08-15 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366798 Bug ID: 366798 Summary: Timeline cursor and all timeline features not working but clip monitor still functional Product: kdenlive Version: unspecified Platform: openSUSE RPMs

[Oxygen] [Bug 366533] No icon for clementine in kmix

2016-08-15 Thread LtWorf
https://bugs.kde.org/show_bug.cgi?id=366533 --- Comment #3 from Salvo "LtWorf" Tomaselli --- I have no idea of clementine's affiliations. I just know there is such an icon in breeze and breeze-dark -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 343184] KWin misdetects trimple-buffering (at least on login)

2016-08-15 Thread Shannon via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=343184 Shannon changed: What|Removed |Added CC||sgbar...@gmail.com --- Comment #13 from Shannon ---

[kate] [Bug 366797] New: JavaScript word operators formatted inconsistently

2016-08-15 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366797 Bug ID: 366797 Summary: JavaScript word operators formatted inconsistently Product: kate Version: 3.14.2 Platform: Debian stable URL: https://a.pomf.cat/jsougw.png OS:

  1   2   3   >