[frameworks-kdoctools] [Bug 377406] Fails to build on windows with linker error

2017-03-08 Thread Luigi Toscano
https://bugs.kde.org/show_bug.cgi?id=377406

Luigi Toscano  changed:

   What|Removed |Added

 CC||kde-wind...@kde.org,
   ||luigi.tosc...@tiscali.it

--- Comment #1 from Luigi Toscano  ---
(In reply to brkopac from comment #0)
> Created attachment 104466 [details]
> log from craft
> 
> kdoctools fails to build using:
> 
> craft kdoctools > log 2>&1

There was a change in KDocTools 5.32 (it finally provides a dynamic library
instead of a static one), and I informed the packagers. Unfortunately I can't
do anything about it (no environment), so I can only rely on windows packagers.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdesvn] [Bug 377041] Add buttons "Add" and "Remove" to context menu

2017-03-08 Thread vvpnet
https://bugs.kde.org/show_bug.cgi?id=377041

vvpnet  changed:

   What|Removed |Added

   Severity|task|wishlist

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdesvn] [Bug 377042] Recursive add files and folders under version control

2017-03-08 Thread vvpnet
https://bugs.kde.org/show_bug.cgi?id=377042

vvpnet  changed:

   What|Removed |Added

   Severity|task|wishlist

-- 
You are receiving this mail because:
You are watching all bug changes.

[trojita] [Bug 377382] Unable to log in -- IMAP alert

2017-03-08 Thread Thomas Lübking
https://bugs.kde.org/show_bug.cgi?id=377382

--- Comment #10 from Thomas Lübking  ---
Evolution has OAUTH2 support - it's not exaclty proprietary (that wouldn't make
sense) but it's certainly far from unobjected, see
https://en.wikipedia.org/wiki/OAuth#Controversy

Leaving the complexity concerns aside, there's certainly usecase for such
system, but it's not "your MUA wants to log into your IMAP server" but more
like "webservice foo wants to use your google drive" which you can then
individually permit and revoke that permission w/o having to expose (and thus
later change) your credentials.

Also I frankly wonder how google secures the OAUTH2 access of MUAs -
"something™" will have to open a 2nd channel to google and have it ask for
confirmation.
If "someone" is your local client that opens a browser with a google link, I
could imagine this is easily broken (by the local client never opening a
visible webpage and just clicking "ok" for the user...) - so the client would
have to tell the user "please log into your google account and allow me"

*shrug*

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 375410] Can't fetch email from oauth configured GMail account

2017-03-08 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=375410

Daniel Vrátil  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DOWNSTREAM

--- Comment #4 from Daniel Vrátil  ---
Looks like a packaging error, distributions tend to include .so symlinks in
their -dev sub-packages but in this case, we need to have the .so in the main
package, because it's a plugin. Please open a ticket in your distribution's
tracker.

(marking as resolved, this is a downstream/packaging issue)

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 358559] akonadi_imap_resource incorrectly handles RFC 5464

2017-03-08 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=358559

--- Comment #5 from Daniel Vrátil  ---
Hi,

thanks for the data. Looks like you only uploaded content of one of the files,
there should be (at least) two file and unfortunately, the second one is the
one I really need (sorry if it wasn't clear from my initial request). Could you
please check and also post content of the second file? If the file is too
large, just scroll towards the end to find likes like "A25 BAD Error in
IMAP command GETMETADATA" so you can only paste the last ~10 lines around that
error line. Thanks a lot.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 377394] Uploading a mail in a remote IMAP folder does not show progress status in Kmail

2017-03-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377394

--- Comment #2 from orontob...@gmail.com ---
At least a status notification without progress bar could be possible?
Just to be notified when the process end with success

-- 
You are receiving this mail because:
You are watching all bug changes.

[trojita] [Bug 377382] Unable to log in -- IMAP alert

2017-03-08 Thread Jan Kundrát
https://bugs.kde.org/show_bug.cgi?id=377382

--- Comment #9 from Jan Kundrát  ---
(In reply to Szőgyényi Gábor from comment #8)
> Is there any way to trace the "server <--> Trojita IMAP client" handshaking?

Yes: Menu -> IMAP -> Debugging -> Show IMAP Protocol log.

(In reply to Szőgyényi Gábor from comment #6)
> My problem is, Trojita is not working, but evolution works with gmail.

Perhaps Evolution developers decided to invest their time to add support for
GMail's proprietary protocol extension to provide better user experience with
GMail out-of-box. Nobody from our developer pool decided that that would be a
great use of their time, so Trojita doesn't support AUTH=XOAUTH2 at this point.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 376908] pause action doesn't stop on the current frame but progresses further

2017-03-08 Thread Nikita Melnichenko
https://bugs.kde.org/show_bug.cgi?id=376908

--- Comment #1 from Nikita Melnichenko  ---
Created attachment 104467
  --> https://bugs.kde.org/attachment.cgi?id=104467&action=edit
simplier project with repro

Actually, it could be reproduced on any project, even a simple one with just a
color clip. Pay attention to the current position when you press pause.

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 377412] New: konsole with -e option doesn't keep the window open anymore

2017-03-08 Thread Michael
https://bugs.kde.org/show_bug.cgi?id=377412

Bug ID: 377412
   Summary: konsole with -e option doesn't keep the window open
anymore
   Product: konsole
   Version: 16.04.3
  Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: mich...@stopthemindspam.com
  Target Milestone: ---

When running Konsole with this command:

$ konsole -e echo "foo" && sleep 3 && echo "bar" && sleep 3 && echo "closing"

... Konsole used to 1) create a new Konsole window, 2) execute the command
string after -e, and 3) send the output to the new Konsole window.

As far as I can tell, it does not do these things anymore. 

To duplicate this behaviour, press Alt-Space to open the Run command, paste in
the command shown above, and notice that Konsole blinks into existence
momentarily, disappears, and the command doesn't get a chance to run to
completion, displaying its progress.

This change was noticed after upgrading to KDE Frameworks 5.28.0 / Konsole
16.04.3 / Qt 5.6.1 as part of Kubuntu 16.10.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 377411] New: Created Items Are Not Selected In Parent Folder

2017-03-08 Thread Tsu Jan
https://bugs.kde.org/show_bug.cgi?id=377411

Bug ID: 377411
   Summary: Created Items Are Not Selected In Parent Folder
   Product: dolphin
   Version: 16.12.0
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: tsujan2...@gmail.com
  Target Milestone: ---

This is about dolphin-16.12.2-1 in Arch.

Created items are selected correctly at first. However, after going up from a
folder to its parent, created items aren't selected in the parent folder
anymore.

I played with the code and found the cause. After going up, for some reason
unknown to me, the url argument of "DolphinView::observeCreatedItem(const QUrl&
url)" gets a double slash before its last part, like this:

QUrl("file:///home/pedram/Documents//Text File") 

The issue can be fixed (worked around) by using "QUrl::adjusted()", like this:

void DolphinView::observeCreatedItem(const QUrl& url)
{
if (m_active) {
QUrl realUrl = url.adjusted(QUrl::NormalizePathSegments);
clearSelection();
markUrlAsCurrent(realUrl);
markUrlsAsSelected({realUrl});
}
}

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 179678] KIO needs PolicyKit-kde integration

2017-03-08 Thread Ricardo J . Barberis
https://bugs.kde.org/show_bug.cgi?id=179678

Ricardo J. Barberis  changed:

   What|Removed |Added

 CC||ricardo.barbe...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 377410] New: Option "Open archives as folder" mounts read-only

2017-03-08 Thread Connor
https://bugs.kde.org/show_bug.cgi?id=377410

Bug ID: 377410
   Summary: Option "Open archives as folder" mounts read-only
   Product: dolphin
   Version: 15.04.3
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: cnnr_dh...@live.com
  Target Milestone: ---

I was searching for a way to get the convenient archive mounting found in
nautilus, and wound up making an annoying script with the package
"archivemount" which did the trick. Little did I know, Dolphin has this option
in Preferences > Navigation > "Open archives as folder". Great! (Should be
default IMHO)

Anyway, the automount seems to be read-only for some reason. There is no
technical reason it needs to be read-only - mounting archives as a writable
filesystem works just fine with archivemount - so this decision is rather
arbitrary, which is why I've classed it a bug rather than feature request.

I can think of some plausible social and psychological reasons why mounting
read-only might be a good default, but that doesn't mean full access shouldn't
be possible even as an option.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 377409] New: On first launch, Kontact crahes due to a creation of collection inbox bug

2017-03-08 Thread Joel Koreth
https://bugs.kde.org/show_bug.cgi?id=377409

Bug ID: 377409
   Summary: On first launch, Kontact crahes due to a creation of
collection inbox bug
   Product: Akonadi
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: joelsy...@gmail.com
  Target Milestone: ---

On first launch the following dialogs pop up

Kontact Screen Pops up
Account Wizard
and a Error dialog 
"The Email program encountered a fatal error and will terminate now.
The error was:
Could not create collection inbox, resourceId: 3"

Program Crashes on any other button click

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 377408] New: I am having difficulties with my brushes

2017-03-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377408

Bug ID: 377408
   Summary: I am having difficulties with my brushes
   Product: krita
   Version: 3.1.2
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: krita-bugs-n...@kde.org
  Reporter: msdo...@meridianhawks.net
  Target Milestone: ---

My favorite brush tapers off at the end and for some reason it isn't. I have
gone into the Krista configuration settings and restored it to defaults, but it
is still a problem.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 377407] New: segfault in libkritaflake.so.16.0.0

2017-03-08 Thread Julian Nymark
https://bugs.kde.org/show_bug.cgi?id=377407

Bug ID: 377407
   Summary: segfault in libkritaflake.so.16.0.0
   Product: krita
   Version: 3.1.2
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: krita-bugs-n...@kde.org
  Reporter: juliannym...@gmail.com
  Target Milestone: ---

I have no idea why krita crashes, or what causes it to crash. (this has
happened a few times to me by now, and it's usually been random what causes the
bug / I click something in my browser). This could just be that I've somehow
messed up my *.so ? (I believe i had the same issue with the appimages as well,
as this bug was the reason I switched to the arch package, in the hopes that it
would fix the issue).

it crashes my Xorg :(

from my 'journalctl -kek'

Mar 09 04:00:34 m kernel: krita[1884]: segfault at 10 ip 7fea99df4b30 sp
7fff34db3ef8 error 4 in libkritaflake.so.16.0.0[7fea99d24000+1f]

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 377172] Dolphin unable to read open copy move files with some unicode characters

2017-03-08 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=377172

Christoph Feck  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED

--- Comment #5 from Christoph Feck  ---
Complain to Qt developers. I am not going through the discussion at bug 165044
again.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kdoctools] [Bug 377406] New: Fails to build on windows with linker error

2017-03-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377406

Bug ID: 377406
   Summary: Fails to build on windows with linker error
   Product: frameworks-kdoctools
   Version: unspecified
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: critical
  Priority: NOR
 Component: general
  Assignee: kde-doc-engl...@kde.org
  Reporter: brko...@gmail.com
CC: kdelibs-b...@kde.org
  Target Milestone: ---

Created attachment 104466
  --> https://bugs.kde.org/attachment.cgi?id=104466&action=edit
log from craft

kdoctools fails to build using:

craft kdoctools > log 2>&1

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 377362] KDE crashed when closing Okular

2017-03-08 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=377362

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from David Edmundson  ---


*** This bug has been marked as a duplicate of bug 375393 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 375393] Plasma crashed after closing multiple windows

2017-03-08 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=375393

David Edmundson  changed:

   What|Removed |Added

 CC||luighi...@gmail.com

--- Comment #23 from David Edmundson  ---
*** Bug 377362 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kdeclarative] [Bug 351336] DropArea should allow to reject drops

2017-03-08 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=351336

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||k...@davidedmundson.co.uk
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from David Edmundson  ---
There is now: b67a1ce3a14db308685f2f07ef740bb86ad48de7

-- 
You are receiving this mail because:
You are watching all bug changes.

[juk] [Bug 377320] Request to update Juk to KF5 because it is great software!

2017-03-08 Thread Alberto Gonzalez
https://bugs.kde.org/show_bug.cgi?id=377320

--- Comment #2 from Alberto Gonzalez  ---
(In reply to Christoph Feck from comment #1)
> Juk still uses Qt3 support classes, and there is an old branch 'nokde3' to
> remove those. This task needs to be finished and merged, before porting from
> Qt4 to Qt5 can start.

Hello Christoph,
Great, keep us informed and really thank you!
Love your software!
Best regards,

Alberto

-- 
You are receiving this mail because:
You are watching all bug changes.

[k3b] [Bug 377391] "under read" error

2017-03-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377391

--- Comment #1 from u...@flanagan-consulting.com ---
Disk that triggered error was readable.  Burned another with no problem.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 377405] New: Bluetooth disabled after resume from sleep or hibernate, or startup

2017-03-08 Thread Paul
https://bugs.kde.org/show_bug.cgi?id=377405

Bug ID: 377405
   Summary: Bluetooth disabled after resume from sleep or
hibernate, or startup
   Product: systemsettings
   Version: 5.7.5
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: paul.hancock.17041...@live.com
  Target Milestone: ---

After every resume from sleep or hibernate, or after rebooting the system,
bluetooth is disabled and has to be re-enabled via the taskbar icon (which also
isn't there by default unless you force it to be).

This is an annoyance for me as I use a bluetooth mouse with my laptop, which
means that every time I turn on the laptop I'm forced to use the trackpad just
to check the box for bluetooth. Bluetooth behaviour is completely normal
afterwards however.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 377404] New: systemsettings crash when opening startup and shutdown settings

2017-03-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377404

Bug ID: 377404
   Summary: systemsettings crash when opening startup and shutdown
settings
   Product: systemsettings
   Version: 5.9.3
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: edisonalvari...@bol.com.br
  Target Milestone: ---

Application: systemsettings5 (5.9.3)

Qt Version: 5.8.0
Frameworks Version: 5.31.0
Operating System: Linux 4.9.12-ck1-5-default x86_64
Distribution: "openSUSE Leap 42.2"

-- Information about the crash:
I can't open startup and shutdown settings it crashes

The crash can be reproduced every time.

-- Backtrace:
Application: Preferencias del sistema (systemsettings5), signal: Segmentation
fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f9e66118780 (LWP 3383))]

Thread 11 (Thread 0x7f9e3b09c700 (LWP 3550)):
#0  0x7f9e61e6a51d in read () at /lib64/libc.so.6
#1  0x7f9e5be59670 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f9e5be18e49 in g_main_context_check () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f9e5be192a8 in  () at /usr/lib64/libglib-2.0.so.0
#4  0x7f9e5be1942c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#5  0x7f9e627718ab in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#6  0x7f9e627216ab in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#7  0x7f9e625699aa in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#8  0x7f9e60866108 in  () at /usr/lib64/libQt5Qml.so.5
#9  0x7f9e6256e019 in  () at /usr/lib64/libQt5Core.so.5
#10 0x7f9e5dec5734 in start_thread () at /lib64/libpthread.so.0
#11 0x7f9e61e76d3d in clone () at /lib64/libc.so.6

Thread 10 (Thread 0x7f9e3baab700 (LWP 3549)):
#0  0x7f9e61e6a51d in read () at /lib64/libc.so.6
#1  0x7f9e5be59670 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f9e5be18e49 in g_main_context_check () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f9e5be192a8 in  () at /usr/lib64/libglib-2.0.so.0
#4  0x7f9e5be1964a in g_main_loop_run () at /usr/lib64/libglib-2.0.so.0
#5  0x7f9e3c59b386 in  () at /usr/lib64/libgio-2.0.so.0
#6  0x7f9e5be3d9a5 in  () at /usr/lib64/libglib-2.0.so.0
#7  0x7f9e5dec5734 in start_thread () at /lib64/libpthread.so.0
#8  0x7f9e61e76d3d in clone () at /lib64/libc.so.6

Thread 9 (Thread 0x7f9e3c2ac700 (LWP 3548)):
#0  0x7f9e61e6e49d in poll () at /lib64/libc.so.6
#1  0x7f9e5be19314 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f9e5be1942c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f9e5be19469 in  () at /usr/lib64/libglib-2.0.so.0
#4  0x7f9e5be3d9a5 in  () at /usr/lib64/libglib-2.0.so.0
#5  0x7f9e5dec5734 in start_thread () at /lib64/libpthread.so.0
#6  0x7f9e61e76d3d in clone () at /lib64/libc.so.6

Thread 8 (Thread 0x7f9e42121700 (LWP 3391)):
#0  0x7f9e5deca0af in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f9e47c3cf6b in  () at /usr/lib64/dri/radeonsi_dri.so
#2  0x7f9e47c3cca7 in  () at /usr/lib64/dri/radeonsi_dri.so
#3  0x7f9e5dec5734 in start_thread () at /lib64/libpthread.so.0
#4  0x7f9e61e76d3d in clone () at /lib64/libc.so.6

Thread 7 (Thread 0x7f9e42922700 (LWP 3390)):
#0  0x7f9e5deca0af in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f9e47c3cf6b in  () at /usr/lib64/dri/radeonsi_dri.so
#2  0x7f9e47c3cca7 in  () at /usr/lib64/dri/radeonsi_dri.so
#3  0x7f9e5dec5734 in start_thread () at /lib64/libpthread.so.0
#4  0x7f9e61e76d3d in clone () at /lib64/libc.so.6

Thread 6 (Thread 0x7f9e43123700 (LWP 3389)):
#0  0x7f9e5deca0af in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f9e47c3cf6b in  () at /usr/lib64/dri/radeonsi_dri.so
#2  0x7f9e47c3cca7 in  () at /usr/lib64/dri/radeonsi_dri.so
#3  0x7f9e5dec5734 in start_thread () at /lib64/libpthread.so.0
#4  0x7f9e61e76d3d in clone () at /lib64/libc.so.6

Thread 5 (Thread 0x7f9e43924700 (LWP 3388)):
#0  0x7f9e5deca0af in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f9e47c3cf6b in  () at /usr/lib64/dri/radeonsi_dri.so
#2  0x7f9e47c3cca7 in  () at /usr/lib64/dri/radeonsi_dri.so
#3  0x7f9e5dec5734 in start_thread () at /lib64/libpthread.so.0
#4  0x7f9e61e76d3d in clone () at /lib64/libc.so.6

Thread 4 (Thread 0x7f9e444e4700 (LWP 3387)):
#0  0x7f9e5deca0af in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f9e47c3cf6b in  () at /usr/lib64/dri/radeonsi_dri.so
#2  0x7f9e47c3cca7 in  () at /usr/lib64/dri/radeonsi_dri.so
#3  0x7f9e5dec5734 in start_thread () at /lib64/libpthread.so.0
#4  0x7f9e61e76d3d in clone () at /lib64/libc.so.6

Thread 3 (Thre

[KBibTeX] [Bug 377401] KBibTeX fails to load zotero bibliography

2017-03-08 Thread Tobias Schula
https://bugs.kde.org/show_bug.cgi?id=377401

--- Comment #1 from Tobias Schula  ---
Created attachment 104465
  --> https://bugs.kde.org/attachment.cgi?id=104465&action=edit
New crash information added by DrKonqi

kbibtex (0.6.0.96) on KDE Platform 4.14.25 using Qt 4.8.6

- What I was doing when the application crashed:
After double clicking on the folders in my zotero library, KBibTeX crashed

-- Backtrace (Reduced):
#11 0x7fa644eb1900 in File::~File (this=0x36906a0, __in_chrg=) at /usr/src/debug/kbibtex-0.6.0.96/src/data/file.cpp:104
#12 0x7fa6455aa6d2 in Zotero::Items::finishedFetchingItems (this=0x3797920)
at /usr/src/debug/kbibtex-0.6.0.96/src/networking/zotero/items.cpp:116
#13 0x7fa6455696e5 in Zotero::Items::qt_static_metacall (_o=, _c=, _id=, _a=) at
/usr/src/debug/kbibtex-0.6.0.96/build/src/networking/moc_items.cpp:55
[...]
#17 0x7fa642c8e48e in QObject::event(QEvent*) () from
/usr/lib64/libQtCore.so.4
#18 0x7fa6431bb6fc in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /usr/lib64/libQtGui.so.4

-- 
You are receiving this mail because:
You are watching all bug changes.

[KBibTeX] [Bug 377401] KBibTeX fails to load zotero bibliography

2017-03-08 Thread Tobias Schula
https://bugs.kde.org/show_bug.cgi?id=377401

Tobias Schula  changed:

   What|Removed |Added

 CC||tob...@schula.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[kleopatra] [Bug 377403] New: The GPGME library returned an unexpected error at gpafiledecryptop.c:534

2017-03-08 Thread luke
https://bugs.kde.org/show_bug.cgi?id=377403

Bug ID: 377403
   Summary: The GPGME library returned an unexpected error at
gpafiledecryptop.c:534
   Product: kleopatra
   Version: 2.2.0
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: aheine...@intevation.de
  Reporter: choc1...@live.com.au
CC: kdepim-b...@kde.org, m...@kde.org
  Target Milestone: ---

The GPGME library returned an unexpected error at gpafiledecryptop.c:534

-- 
You are receiving this mail because:
You are watching all bug changes.

[kleopatra] [Bug 377402] New: The GPGME library returned an unexpected error at gpafiledecryptop.c:534

2017-03-08 Thread luke
https://bugs.kde.org/show_bug.cgi?id=377402

Bug ID: 377402
   Summary: The GPGME library returned an unexpected error at
gpafiledecryptop.c:534
   Product: kleopatra
   Version: 2.3.0
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: aheine...@intevation.de
  Reporter: choc1...@live.com.au
CC: kdepim-b...@kde.org, m...@kde.org
  Target Milestone: ---

The GPGME library returned an unexpected error at gpafiledecryptop.c:534

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 363776] Text selection begins prematurely following change to tool

2017-03-08 Thread Jonathan
https://bugs.kde.org/show_bug.cgi?id=363776

--- Comment #11 from Jonathan  ---
I beg to differ. The failure to set d->mousePressPos is a direct consequence of
handling this particular click differently from every other one. So although
the patch removes one obvious malfunction, it is one more step down the road of
inconsistent coding and function in pageview.

-- 
You are receiving this mail because:
You are watching all bug changes.

[KBibTeX] [Bug 377401] New: KBibTeX fails to load zotero bibliography

2017-03-08 Thread Tobias Schula
https://bugs.kde.org/show_bug.cgi?id=377401

Bug ID: 377401
   Summary: KBibTeX fails to load zotero bibliography
   Product: KBibTeX
   Version: 0.6
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Network/online search
  Assignee: fisc...@unix-ag.uni-kl.de
  Reporter: tob...@schula.org
  Target Milestone: ---

Overview: 
Loading a zotero bibliography fails with the following error message: "KBibTeX
failed to retrieve the bibliography from Zotero. Please check that the provided
user id and API key are valid."
But it shows my zotero library in the library tab, so number and API key should
be correct.

Steps to Reproduce: 
1) Type in zotero credentials

2) Select "load bibliography" button

Actual Results: 
Error message: KBibTeX failed to retrieve the bibliography from Zotero. Please
check that the provided user id and API key are valid.

Expected Results: 
KBibTeX should load my zotero bibliography

Build Date & Platform: 
Version 0.6.0.96-10.1-x86_64

Additional Information: My zotero library has about 300 entries and is about
400MB big

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 377400] New: animation dock : inputs should loose focus when value is entered

2017-03-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377400

Bug ID: 377400
   Summary: animation dock : inputs should loose focus when value
is entered
   Product: krita
   Version: 3.1.2
  Platform: Other
OS: OS X
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: Animation
  Assignee: krita-bugs-n...@kde.org
  Reporter: gordie.lachance+...@gmail.com
  Target Milestone: ---

Hi !
I often play with the start/end values of the animation dock to test my
animations.
There is a little workflow improvement to do there if possible :
Those inputs should loose focus when a value is confirmed (I use ENTER).

Usually, I change the value, then I press my shortcut to play the animation.
But as the focus is still on the input field, it enters my shortcut as value.
That's not convenient.

But I don't know if this is a problem vs QT ?

Thanks

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 377394] Uploading a mail in a remote IMAP folder does not show progress status in Kmail

2017-03-08 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=377394

Daniel Vrátil  changed:

   What|Removed |Added

   Assignee|chrig...@fastmail.fm|dvra...@kde.org
 CC||dvra...@kde.org
 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from Daniel Vrátil  ---
Upon initial investigation, it turns out this might be really tricky to
implement properly because Qt does not really provide us with any means of
monitoring the progress of data being sent. It simply buffers the entire
payload and passes it to the kernel, which buffers it internally again.

We could maybe try to abuse the way Qt works with its internal buffers and pass
the payload to Qt in several smaller chunks, then we would get notified upon
every chunk being written to the socket and we could check how much data
remains in Qt's the buffer. To get a reasonable progress reporting we would,
however, have to pass the payload in really small chunks. The question is what
is the performance impact (in the terms of upload speed) compared to just
passing the entire payload to the kernel in one piece to deal with it
internally.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 377399] New: kontact loses imap connections constatntly

2017-03-08 Thread Steve
https://bugs.kde.org/show_bug.cgi?id=377399

Bug ID: 377399
   Summary: kontact loses imap connections constatntly
   Product: Akonadi
   Version: 1.13.0
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: IMAP resource
  Assignee: chrig...@fastmail.fm
  Reporter: sgr...@redhat.com
CC: kdepim-b...@kde.org, vkra...@kde.org
  Target Milestone: ---

kontact keeps losing connections with the imap server. 

Mar  8 18:46:15 x2 akonadi_imap_resource: org.kde.pim.akonadicore: The item
sync is being rolled-back.
Mar  8 18:46:15 x2 akonadi_imap_resource: org.kde.pim.imapresource: Fetch job
failed  "Connection to server lost."
Mar  8 18:46:15 x2 akonadi_imap_resource: org.kde.pim.imapresource: ""
Mar  8 18:46:47 x2 akonadi_imap_resource: org.kde.pim.kimap: Connection to
server lost  0
Mar  8 18:46:47 x2 akonadi_imap_resource: org.kde.pim.imapresource: Session
login cancelled

I can usually access 1 or 2 emails before it loses the session. It becomes
unresponsive and if I shutdown and restart kontact, it segfaults. Kontact is so
complex the only solution is to reboot the system.

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 357579] Okular-15.12.0: page numbers text area not sized correctly when refreshing a document

2017-03-08 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=357579

Albert Astals Cid  changed:

   What|Removed |Added

 CC||tipos...@tiscali.it

--- Comment #5 from Albert Astals Cid  ---
*** Bug 356285 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 356285] Not enough space for page number

2017-03-08 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=356285

Albert Astals Cid  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |DUPLICATE

--- Comment #15 from Albert Astals Cid  ---
Fixed in newer versions.

*** This bug has been marked as a duplicate of bug 357579 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[neon] [Bug 377398] New: Ubiquity fails to install onto existing encrypted partitions due to missing /etc/crypttab

2017-03-08 Thread ned
https://bugs.kde.org/show_bug.cgi?id=377398

Bug ID: 377398
   Summary: Ubiquity fails to install onto existing encrypted
partitions due to missing /etc/crypttab
   Product: neon
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Live/Install images
  Assignee: neon-b...@kde.org
  Reporter: naught...@gmail.com
CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org
  Target Milestone: ---

I had to re-install due to a corrupted root partition. All of my partitions
other than /boot (/, /home/, /data/, swap) are encrypted.

I first unlocked them using `udiskctl unlock -b /dev/sdXY`.
I then ran ubiquity, and used manual partition selection to assign them to the
appropriate luks partitions.
Installation seemed to go fine, but when I entered my user details, I got an
error saying "ubi-usersetup failed with error 1". When I looked in
/var/log/syslog, there were no clear messages related to ubi-usersetup (other
than it crashed), but there was a message `cannot stat '/etc/crypttab': no such
file or directory`.
At this point, pressing 'ignore' caused ubiquity to freeze on the last screen,
with no messages, 'retry' took me back to the user-data entry panel, and
'cancel' aborted and failed the install.

When I looked, there was no /target/etc/crypttab, so I just copied the one from
/etc/crypttab (which only contained a single commented header line, no actual
info). That fixed the problem, and after pressing 'retry' in ubiquity, the
ubi-usersetup did not fail again, and setup continued as normal. 

I will now follow the instructions at
http://askubuntu.com/questions/853078/reinstall-to-existing-encrypted-partitions/868726
to fix crypttab on the new system.

No sure if this is a neon bug, a ubiquity bug, or a feature, but I figured I'd
post it, as I suspect other people will hit this sometimes, and the work-around
is useful.

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 363776] Text selection begins prematurely following change to tool

2017-03-08 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=363776

--- Comment #10 from Albert Astals Cid  ---
(In reply to Jonathan from comment #8)
> Comment on attachment 104443 [details]
> Alberts patch to fix the problem
> 
> Sure that is a simple and effective solution to this bug. However it does
> nothing for two identified inconsistencies: 1. annotation context menus
> appearing on mouse-press instead of mouse-release; and 2. differing
> responses in different modes for no good reason to right-click.

Those are possibly valid issues but unrelated to the "Text selection begins
prematurely followint change to tool" bug.

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 363776] Text selection begins prematurely following change to tool

2017-03-08 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=363776

Albert Astals Cid  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/oku
   ||lar/d3b5e13dade487184d07d2c
   ||0c42848b7ae0268f3
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #9 from Albert Astals Cid  ---
Git commit d3b5e13dade487184d07d2c0c42848b7ae0268f3 by Albert Astals Cid.
Committed on 08/03/2017 at 23:38.
Pushed by aacid into branch 'master'.

Reset d->mousePressPos correctly in mousePress after popup exec

M  +3-0ui/pageview.cpp

https://commits.kde.org/okular/d3b5e13dade487184d07d2c0c42848b7ae0268f3

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 377397] New: "Implement ..." template for template methods misses the keyword "typename"

2017-03-08 Thread Anton Kreuzkamp
https://bugs.kde.org/show_bug.cgi?id=377397

Bug ID: 377397
   Summary: "Implement ..." template for template methods misses
the keyword "typename"
   Product: kdevelop
   Version: 5.1.0
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Language Support: CPP (Clang-based)
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: akreuzk...@web.de
  Target Milestone: ---

Steps to reproduce:
1. Create a c++ project and use the clang-plugin.
2. Write a template class 
```
template class Foo {
void bar();
};
```
3. Below (or in the cpp) press CTRL+Space at an appropriate place in order to
get an completion proposal "Implement void Foo::bar()"
4. Press Enter.

The code will look like
```
template void Foo::bar()
{
}
```
while it needs to look like
```
template void Foo::bar()
{
}
```

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 365038] Copy large file (> 10 GB) => panel becomes unresponsive

2017-03-08 Thread Valerio Pilo
https://bugs.kde.org/show_bug.cgi?id=365038

--- Comment #5 from Valerio Pilo  ---
Actually not, but a quick search for 'linux disable usb cache' yielded this:
http://ubuntuhandbook.org/index.php/2014/01/disable-disk-caching-prevent-data-loss/
It might be what you need. Good luck!

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 377392] Select Folder on Going up (Feature Request)

2017-03-08 Thread Tsu Jan
https://bugs.kde.org/show_bug.cgi?id=377392

--- Comment #1 from Tsu Jan  ---
Never mind! I found an easy way to add the feature in question; will attach a
patch after some tests.

-- 
You are receiving this mail because:
You are watching all bug changes.

[QtCurve] [Bug 377396] New: Changing theme without KDE.

2017-03-08 Thread Le Baron d'Merde
https://bugs.kde.org/show_bug.cgi?id=377396

Bug ID: 377396
   Summary: Changing theme without KDE.
   Product: QtCurve
   Version: unspecified
  Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: yyc1...@gmail.com
  Reporter: lebarondeme...@gmx.com
CC: h...@kde.org
  Target Milestone: ---

Hello,

I am i3wm user and I am trying to get QtCurve properly working, however I
couldn't find a way to effectively select the theme.

I moved/renamed theme.qtcurve to ~/.config/qtcurve/stylerc and it partially
worked. Then I selected it using qt5ct, and also tried setting
QT_STYLE_OVERRIDE=qtcurve.

The result was proper on the menu bar but the rest of the theme, wherever was
the theme, was a yellowish grey color, and not the expected one. The only minor
difference happen when the theme is dark, when the yellowish grey become
medium/dark grey instead of black.

Thanks!

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney4] [Bug 377368] KMyMoney 4.8 failed to import discover card ofx

2017-03-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377368

--- Comment #2 from wuzhuoq...@hotmail.com ---
Thanks. Indeed, seems there is no easy way to work around this unless change
the kio http slave code
https://cgit.kde.org/kio.git/tree/src/ioslaves/http/http.cpp

I think I will just live with it.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kontact] [Bug 377395] New: Kontact is crashing during start up

2017-03-08 Thread Steve
https://bugs.kde.org/show_bug.cgi?id=377395

Bug ID: 377395
   Summary: Kontact is crashing during start up
   Product: kontact
   Version: unspecified
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: sgr...@redhat.com
  Target Milestone: ---

Application: kontact (5.4.2)

Qt Version: 5.6.2
Frameworks Version: 5.31.0
Operating System: Linux 4.9.13-100.fc24.x86_64 x86_64
Distribution (Platform): Fedora RPMs

-- Information about the crash:
Kontact was not showing mail contents when I clicked on a message. I shut down
kontact. Waited a couple seconds. Then restarted it. The screen flickered and I
have a crash notification.

-- Backtrace:
Application: Kontact (kontact), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
185 62: movl(%rsp), %edi
[Current thread is 1 (Thread 0x7fe697b9c940 (LWP 6015))]

Thread 30 (Thread 0x7fe58a648700 (LWP 6582)):
#0  0x7fe6ae7d156d in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x7fe6a5296a06 in g_main_context_iterate.isra () at
/lib64/libglib-2.0.so.0
#2  0x7fe6a5296b1c in g_main_context_iteration () at
/lib64/libglib-2.0.so.0
#3  0x7fe6af5d780b in
QEventDispatcherGlib::processEvents(QFlags)
(this=0x7fe57c02d2b0, flags=...) at kernel/qeventdispatcher_glib.cpp:419
#4  0x7fe6af58683a in
QEventLoop::exec(QFlags)
(this=this@entry=0x7fe58a647c80, flags=..., flags@entry=...) at
kernel/qeventloop.cpp:206
#5  0x7fe6af3e5343 in QThread::exec() (this=) at
thread/qthread.cpp:500
#6  0x7fe6af3e99aa in QThreadPrivate::start(void*) (arg=0x559642a1e650) at
thread/qthread_unix.cpp:365
#7  0x7fe6a6f4c5ca in start_thread (arg=0x7fe58a648700) at
pthread_create.c:333
#8  0x7fe6ae7dd0ed in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 29 (Thread 0x7fe56abfd700 (LWP 6100)):
#0  0x7fe6ae7d156d in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x7fe6a5296a06 in g_main_context_iterate.isra () at
/lib64/libglib-2.0.so.0
#2  0x7fe6a5296b1c in g_main_context_iteration () at
/lib64/libglib-2.0.so.0
#3  0x7fe6af5d780b in
QEventDispatcherGlib::processEvents(QFlags)
(this=0x7fe56940, flags=...) at kernel/qeventdispatcher_glib.cpp:419
#4  0x7fe6af58683a in
QEventLoop::exec(QFlags)
(this=this@entry=0x7fe56abfcc80, flags=..., flags@entry=...) at
kernel/qeventloop.cpp:206
#5  0x7fe6af3e5343 in QThread::exec() (this=) at
thread/qthread.cpp:500
#6  0x7fe6af3e99aa in QThreadPrivate::start(void*) (arg=0x55966473cf60) at
thread/qthread_unix.cpp:365
#7  0x7fe6a6f4c5ca in start_thread (arg=0x7fe56abfd700) at
pthread_create.c:333
#8  0x7fe6ae7dd0ed in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 28 (Thread 0x7fe56b3fe700 (LWP 6076)):
#0  0x7fe6a6f51bd0 in pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7fe6ab0cf959 in
base::SequencedWorkerPool::Inner::ThreadLoop(base::SequencedWorkerPool::Worker*)
() at /lib64/libQt5WebEngineCore.so.5
#2  0x7fe6ab0d0020 in base::SequencedWorkerPool::Worker::Run() () at
/lib64/libQt5WebEngineCore.so.5
#3  0x7fe6ab0d01f0 in base::SimpleThread::ThreadMain() () at
/lib64/libQt5WebEngineCore.so.5
#4  0x7fe6ab0ccc2d in base::(anonymous namespace)::ThreadFunc(void*) () at
/lib64/libQt5WebEngineCore.so.5
#5  0x7fe6a6f4c5ca in start_thread (arg=0x7fe56b3fe700) at
pthread_create.c:333
#6  0x7fe6ae7dd0ed in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 27 (Thread 0x7fe56bbff700 (LWP 6075)):
#0  0x7fe6a6f51bd0 in pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7fe6ab0cf959 in
base::SequencedWorkerPool::Inner::ThreadLoop(base::SequencedWorkerPool::Worker*)
() at /lib64/libQt5WebEngineCore.so.5
#2  0x7fe6ab0d0020 in base::SequencedWorkerPool::Worker::Run() () at
/lib64/libQt5WebEngineCore.so.5
#3  0x7fe6ab0d01f0 in base::SimpleThread::ThreadMain() () at
/lib64/libQt5WebEngineCore.so.5
#4  0x7fe6ab0ccc2d in base::(anonymous namespace)::ThreadFunc(void*) () at
/lib64/libQt5WebEngineCore.so.5
#5  0x7fe6a6f4c5ca in start_thread (arg=0x7fe56bbff700) at
pthread_create.c:333
#6  0x7fe6ae7dd0ed in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 26 (Thread 0x7fe5737fe700 (LWP 6053)):
#0  0x7fe6ae7cd1cd in read () at ../sysdeps/unix/syscall-template.S:84
#1  0x7fe6a52d9660 in g_wakeup_acknowledge () at /lib64/libglib-2.0.so.0
#2  0x7fe6a52964d6 in g_main_context_check () at /lib64/libglib-2.0.so.0
#3  0x7fe6a52969a4 in g_main_context_iterate.isra () at
/lib64/libglib-2.0.so.0
#4  0x7f

[krita] [Bug 377363] Kirta 3.1.2. crashes upon opening new document

2017-03-08 Thread mvowada
https://bugs.kde.org/show_bug.cgi?id=377363

mvowada  changed:

   What|Removed |Added

 CC||freebo...@tiscali.it

--- Comment #2 from mvowada  ---
(In reply to Karee James from comment #0)
> This is NOT about brushes, but I can't find Kirta in the list of products to
> report on. 
> 
> Having an unknown problem, just tried to upgrade from 2.9.1.1 to 3.1.2, but
> it keeps crashing as soon as i try to start a new document, which I need to.
> I've tried 64 bit and 32 bit, both do the same. I've tried running it as
> Admin, tried all sizes of new documents to open, i have Win 8.1, and version
> 2.9.1.1 worked fine. But now Kirta only crashes.

Hi Karee James. Could you by chance attach a backtrace information to the
bugreport in addition to the informations you provided? (
https://docs.krita.org/Dr._Mingw_debugger ) I'm sorry, not a Windows user
here...

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 376210] Regular folder icon and symlinked folder icon look the same

2017-03-08 Thread Gregor Mi
https://bugs.kde.org/show_bug.cgi?id=376210

Gregor Mi  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #2 from Gregor Mi  ---
Checked with 5.9 => Works now. :)

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 365038] Copy large file (> 10 GB) => panel becomes unresponsive

2017-03-08 Thread Gregor Mi
https://bugs.kde.org/show_bug.cgi?id=365038

--- Comment #4 from Gregor Mi  ---
This is a bit off-topic, but do you know how to configure the system in a way
that it is save to remove the USB stick after having copied files to it without
prior unmounting (for users who easily forget that)?

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 377363] Kirta 3.1.2. crashes upon opening new document

2017-03-08 Thread mvowada
https://bugs.kde.org/show_bug.cgi?id=377363

--- Comment #1 from mvowada  ---
*** Bug 377364 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 377364] Kirta 3.1.2. crashes upon opening new document

2017-03-08 Thread mvowada
https://bugs.kde.org/show_bug.cgi?id=377364

mvowada  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||freebo...@tiscali.it
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from mvowada  ---


*** This bug has been marked as a duplicate of bug 377363 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 361419] Unaccepted Google calendar events not shown

2017-03-08 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=361419

--- Comment #7 from Daniel Vrátil  ---
Git commit f8694fb608ca22418d7430b3a4dec282464a3852 by Daniel Vrátil.
Committed on 08/03/2017 at 21:26.
Pushed by dvratil into branch 'Applications/16.12'.

Don't exclude virtual calendar collections from ETMCalendar

KOrganizer adds some events to "Open Invitations" and "Declined
Invitations" virtual collections under "Search". Since KOrganizer
does not support single event being present in multiple Collections
(a limitation in KCalCore really), KOrganizer in some cases does
not show unaccepted invitations and there is no way to get to them.

This change allows virtual collections to be shown in ETMCalendar,
so users can enable those virtual "calendars" in KOrganizer to at
least see the invitations, until the underlying issue of multi-instance
events is fixed.

M  +1-1src/etmcalendar.cpp

https://commits.kde.org/akonadi-calendar/f8694fb608ca22418d7430b3a4dec282464a3852

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 377197] Customize grouping behaviour [patch]

2017-03-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377197

caulier.gil...@gmail.com changed:

   What|Removed |Added

 CC||caulier.gil...@gmail.com
Summary|Customize grouping  |Customize grouping
   |behaviour   |behaviour [patch]

--- Comment #2 from caulier.gil...@gmail.com ---
Simon,

Curiously, i never seen this entry until Maik comment it.

So, i will take a look when time permit, i hope while this week end...

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 377394] Uploading a mail in a remote IMAP folder does not show progress status in Kmail

2017-03-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377394

orontob...@gmail.com changed:

   What|Removed |Added

Summary|Uploading a mail in a   |Uploading a mail in a
   |remote IMAP folder does not |remote IMAP folder does not
   |show progression status in  |show progress status in
   |Kmail   |Kmail

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 377394] New: Uploading a mail in a remote IMAP folder does not show progression status in Kmail

2017-03-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377394

Bug ID: 377394
   Summary: Uploading a mail in a remote IMAP folder does not show
progression status in Kmail
   Product: Akonadi
   Version: 5.4.1
  Platform: unspecified
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: IMAP resource
  Assignee: chrig...@fastmail.fm
  Reporter: orontob...@gmail.com
CC: kdepim-b...@kde.org, vkra...@kde.org
  Target Milestone: ---

The bottom right progress bar in Kmail does not show the progression of all
IMAP operation: for example "uploading" a mail to a remote IMAP folder.

Steps to recreate:
1) configure an IMAP account
2) in "Settings" -> "Configure KMail" -> "Identities" -> "Modify" -> "Advanced"
-> "sent mail folder" select a remote IMAP folder 
3) send a big mail to someone, like 9Mb (sometimes people ask to receive big
mail instead of Dropbox links)

Actual result:
after the mail is sent there is no way to check the progress status of the
"upload" of the mail to the IMAP folder

Expected result:
it should display the progress bar in the bottom right corner

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 377393] /usr/bin/akonadiserver crashes

2017-03-08 Thread Steve
https://bugs.kde.org/show_bug.cgi?id=377393

--- Comment #1 from Steve  ---
Also scrolling errors like this in syslog:

Mar  8 15:47:33 x2 akonadi_mailfilter_agent: org.kde.pim.akonadicore: Got a
stale notification for an item which was already removed. 949630 ""
Mar  8 15:47:33 x2 akonadi_archivemail_agent: org.kde.pim.akonadicore: Got a
stale notification for an item which was already removed. 949630 ""
Mar  8 15:47:34 x2 /usr/libexec/gdm-x-session: org.kde.pim.akonadicore: Got a
stale notification for an item which was already removed. 949630 ""
Mar  8 15:47:37 x2 akonadi_archivemail_agent: org.kde.pim.akonadicore: Got a
stale notification for an item which was already removed. 949633 ""
Mar  8 15:47:37 x2 akonadi_archivemail_agent: org.kde.pim.akonadicore: Got a
stale notification for an item which was already removed. 949633 ""
Mar  8 15:47:37 x2 akonadi_mailfilter_agent: org.kde.pim.akonadicore: Got a
stale notification for an item which was already removed. 949633 ""
Mar  8 15:47:37 x2 akonadi_mailfilter_agent: org.kde.pim.akonadicore: Got a
stale notification for an item which was already removed. 949633 ""
Mar  8 15:47:52 x2 akonadiserver: org.kde.pim.akonadiplugin_indexer: unknown
term  "attachment"
Mar  8 15:48:04 x2 akonadi_imap_resource: org.kde.pim.kimap: The stream parser
raised an exception: Unable to read more data
Mar  8 15:48:04 x2 akonadi_imap_resource: org.kde.pim.akonadicore: The item
sync is being rolled-back.
Mar  8 15:48:04 x2 akonadi_imap_resource: org.kde.pim.imapresource: Search job
failed:  "Connection to server lost."
Mar  8 15:48:34 x2 akonadi_imap_resource: org.kde.pim.imapresource: Session
login cancelled

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 377348] Folder view icon hold as selected when cursor pass over them.

2017-03-08 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=377348

--- Comment #3 from Eike Hein  ---
I'm using the frameworks master branches and don't have this issue. It might be
specific to 5.32 in some framework then.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krunner] [Bug 377366] Plasma crashed after being idle for 16 hours

2017-03-08 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=377366

David Edmundson  changed:

   What|Removed |Added

   Target Milestone|1.0 |---
Product|plasmashell |krunner
  Component|general |general
   Assignee|k...@davidedmundson.co.uk|k...@privat.broulik.de

-- 
You are receiving this mail because:
You are watching all bug changes.

[trojita] [Bug 377382] Unable to log in -- IMAP alert

2017-03-08 Thread Szőgyényi Gábor
https://bugs.kde.org/show_bug.cgi?id=377382

--- Comment #8 from Szőgyényi Gábor  ---
Is there any way to trace the "server <--> Trojita IMAP client" handshaking?

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 377348] Folder view icon hold as selected when cursor pass over them.

2017-03-08 Thread Colin J Thomson
https://bugs.kde.org/show_bug.cgi?id=377348

Colin J Thomson  changed:

   What|Removed |Added

 CC||colin.thom...@g6avk.co.uk

--- Comment #2 from Colin J Thomson  ---
I am seeing this on 5.9.3 but only after upgrading to frameworks 5.32.0 
Rolling back to frameworks 5.31.0 all is OK.
This is on F25

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney4] [Bug 377119] Icons still missing

2017-03-08 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=377119

Jack  changed:

   What|Removed |Added

 CC||ostroffjh@users.sourceforge
   ||.net

--- Comment #13 from Jack  ---
If someone can summarize whatever issues might remain with 5.0, please send
them to me (on or off list) and I'll be sure to include them in the new manual
and/or the FAQ.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 377393] New: /usr/bin/akonadiserver crashes

2017-03-08 Thread Steve
https://bugs.kde.org/show_bug.cgi?id=377393

Bug ID: 377393
   Summary: /usr/bin/akonadiserver crashes
   Product: Akonadi
   Version: unspecified
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: server
  Assignee: kdepim-b...@kde.org
  Reporter: sgr...@redhat.com
  Target Milestone: ---

Application: akonadiserver (5.4.2)

Qt Version: 5.6.2
Frameworks Version: 5.31.0
Operating System: Linux 4.9.13-100.fc24.x86_64 x86_64
Distribution (Platform): Fedora RPMs

-- Information about the crash:
I have been trying to use kontact-16.12.2. Its been causing trouble since I
upgraded to it. It gives an error message about losing contact with the back
end. If I shut down kontact and restart it, it immediately segfaults. Prior to
segfaulting it had the following in syslog:

Mar  8 15:13:56 x2 akonadi_mixedmaildir_resource: org.kde.pim.akonadicore:
Socket error occurred: "QLocalSocket: Remote closed"
Mar  8 15:13:56 x2 akonadi_newmailnotifier_agent: org.kde.pim.akonadicore:
Socket error occurred: "QLocalSocket: Remote closed"
Mar  8 15:13:56 x2 akonadi_newmailnotifier_agent: org.kde.pim.akonadicore:
Socket error occurred: "QLocalSocket: Remote closed"
Mar  8 15:13:56 x2 akonadi_mailfilter_agent: org.kde.pim.akonadicore: Socket
error occurred: "QLocalSocket: Remote closed"
Mar  8 15:13:56 x2 akonadi_akonotes_resource: org.kde.pim.akonadicore: Socket
error occurred: "QLocalSocket: Remote closed"
Mar  8 15:13:56 x2 akonadi_sendlater_agent: org.kde.pim.akonadicore: Socket
error occurred: "QLocalSocket: Remote closed"
Mar  8 15:13:56 x2 akonadi_kalarm_resource: org.kde.pim.akonadicore: Socket
error occurred: "QLocalSocket: Remote closed"
Mar  8 15:13:56 x2 akonadi_akonotes_resource: org.kde.pim.akonadicore:
"QLocalSocket: Remote closed"
"/tmp/akonadi-sgrubb.bv6VxA/akonadiserver-ntf.socket"
Mar  8 15:13:56 x2 akonadi_akonotes_resource: org.kde.pim.akonadicore: Socket
error occurred: "QLocalSocket: Remote closed"
Mar  8 15:13:56 x2 akonadi_vcard_resource: org.kde.pim.akonadicore: Socket
error occurred: "QLocalSocket: Remote closed"
Mar  8 15:13:56 x2 akonadi_ical_resource: org.kde.pim.akonadicore:
"QLocalSocket: Remote closed"
"/tmp/akonadi-sgrubb.bv6VxA/akonadiserver-ntf.socket"
Mar  8 15:13:56 x2 akonadi_akonotes_resource: org.kde.pim.akonadicore:
"QLocalSocket: Remote closed"
"/tmp/akonadi-sgrubb.bv6VxA/akonadiserver-ntf.socket"
Mar  8 15:13:56 x2 korgac: org.kde.pim.akonadicore: "QLocalSocket: Remote
closed" "/tmp/akonadi-sgrubb.bv6VxA/akonadiserver-ntf.socket"
Mar  8 15:13:56 x2 akonadi_akonotes_resource: org.kde.pim.akonadicore:
"QLocalSocket: Remote closed"
"/tmp/akonadi-sgrubb.bv6VxA/akonadiserver-ntf.socket"

-- Backtrace:
Application: Akonadi Server (akonadiserver), signal: Aborted
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fd8e4c168c0 (LWP 2555))]

Thread 43 (Thread 0x7fd82e7fc700 (LWP 3204)):
#0  0x7fd8eccb7f79 in pthread_cond_timedwait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fd8ef0fa008 in QWaitCondition::wait(QMutex*, unsigned long) () at
/lib64/libQt5Core.so.5
#2  0x7fd8ef0f692d in QThreadPoolThread::run() () at /lib64/libQt5Core.so.5
#3  0x7fd8ef0f99aa in QThreadPrivate::start(void*) () at
/lib64/libQt5Core.so.5
#4  0x7fd8eccb25ca in start_thread () at /lib64/libpthread.so.0
#5  0x7fd8ee4ed0ed in clone () at /lib64/libc.so.6

Thread 42 (Thread 0x7fd86e7fc700 (LWP 3203)):
#0  0x7fd8eccb7f79 in pthread_cond_timedwait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fd8ef0fa008 in QWaitCondition::wait(QMutex*, unsigned long) () at
/lib64/libQt5Core.so.5
#2  0x7fd8ef0f692d in QThreadPoolThread::run() () at /lib64/libQt5Core.so.5
#3  0x7fd8ef0f99aa in QThreadPrivate::start(void*) () at
/lib64/libQt5Core.so.5
#4  0x7fd8eccb25ca in start_thread () at /lib64/libpthread.so.0
#5  0x7fd8ee4ed0ed in clone () at /lib64/libc.so.6

Thread 41 (Thread 0x7fd897fff700 (LWP 3202)):
#0  0x7fd8eccb7f79 in pthread_cond_timedwait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fd8ef0fa008 in QWaitCondition::wait(QMutex*, unsigned long) () at
/lib64/libQt5Core.so.5
#2  0x7fd8ef0f692d in QThreadPoolThread::run() () at /lib64/libQt5Core.so.5
#3  0x7fd8ef0f99aa in QThreadPrivate::start(void*) () at
/lib64/libQt5Core.so.5
#4  0x7fd8eccb25ca in start_thread () at /lib64/libpthread.so.0
#5  0x7fd8ee4ed0ed in clone () at /lib64/libc.so.6

Thread 40 (Thread 0x7fd8b0ff9700 (LWP 3201)):
#0  0x7fd8eccb7f79 in pthread_cond_timedwait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fd8ef0fa008 in QWaitCondition::wait(QMutex*, unsigned long) () at
/lib64/libQt5Core.so.5
#2  0x7fd8ef0f692d in QThreadPoolThread::run() () at /lib64/libQt5Core.so.5
#3  0x7fd8ef0f99aa in QThreadPrivate::start(void*) () at
/lib64/libQt5Core

[plasmashell] [Bug 377362] KDE crashed when closing Okular

2017-03-08 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=377362

David Edmundson  changed:

   What|Removed |Added

  Component|general |Task Manager
   Assignee|k...@davidedmundson.co.uk|h...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 366190] KDE KickOff Application Launcher crashes when typing to search for applications

2017-03-08 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=366190

David Edmundson  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #17 from David Edmundson  ---


*** This bug has been marked as a duplicate of bug 369430 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 369430] QQmlDelegateModel::_q_itemsChanged - kickoff version

2017-03-08 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=369430

David Edmundson  changed:

   What|Removed |Added

 CC||crib...@gmail.com

--- Comment #11 from David Edmundson  ---
*** Bug 366190 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 374829] Cannnot refresh thumbnails in Dolphin by pressing F5

2017-03-08 Thread Halmut Holz
https://bugs.kde.org/show_bug.cgi?id=374829

--- Comment #3 from Halmut Holz  ---
PS: kio-extras version is 4:16.04.3

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 377392] New: Select Folder on Going up (Feature Request)

2017-03-08 Thread Tsu Jan
https://bugs.kde.org/show_bug.cgi?id=377392

Bug ID: 377392
   Summary: Select Folder on Going up (Feature Request)
   Product: dolphin
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: view-engine: icons mode
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: tsujan2...@gmail.com
  Target Milestone: ---

It would be nice if Dolphin selected and scrolled to the folder from inside
which the user has come up. Currently, when a folder is among many other ones
inside a parent folder and the user goes up from inside it, Dolphin shows the
start of the parent folder, so that the user can't know from where he/she has
come there. Imagine an occasion, when the user wants to get out a older
temporarily and go into another folder not far from it quickly. At the present
time, that isn't possible visually -- the user should know the name of the
second folder and type it in the filterbar.

This feature exists in most GTK file managers and also in pcmanfm-qt.

I took a look at Dolphin's code and couldn't find the needed tools to implement
this behavior but I'm not familiar with the code yet. Can this be implemented
in Dolphin or should some other part of KDE be patched?

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 374829] Cannnot refresh thumbnails in Dolphin by pressing F5

2017-03-08 Thread Halmut Holz
https://bugs.kde.org/show_bug.cgi?id=374829

Halmut Holz  changed:

   What|Removed |Added

 CC||sichersic...@t-online.de

--- Comment #2 from Halmut Holz  ---
I can confirm this behavior. For example a folder full of images. I open one
image, crop it in Gimp, and save the file. The thumbnail in dolphin stays the
same. If I hit F5 it still stays the same. Dolphin version 16.04.3

-- 
You are receiving this mail because:
You are watching all bug changes.

[wacomtablet] [Bug 376440] Support Intuos Art medium

2017-03-08 Thread Joris Steyn
https://bugs.kde.org/show_bug.cgi?id=376440

Joris Steyn  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/wac
   ||omtablet/65bd30859edb52d512
   ||a0af65f9673d72985ab3bb
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Joris Steyn  ---
Git commit 65bd30859edb52d512a0af65f9673d72985ab3bb by Joris Steyn.
Committed on 08/03/2017 at 19:35.
Pushed by jorissteyn into branch 'releng3.0'.

Support Intuos Art medium

This commit adds wacom model CTH-690, device-ID 056a:033E to the
device list.
REVIEW: 129947

M  +14   -0data/wacom_devicelist

https://commits.kde.org/wacomtablet/65bd30859edb52d512a0af65f9673d72985ab3bb

-- 
You are receiving this mail because:
You are watching all bug changes.

[wacomtablet] [Bug 376441] Support Intuos Art, Photo and Comic small

2017-03-08 Thread Joris Steyn
https://bugs.kde.org/show_bug.cgi?id=376441

Joris Steyn  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/wac
   ||omtablet/8644d81aaad7720b79
   ||7da3aae399ca721364fc0b
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Joris Steyn  ---
Git commit 8644d81aaad7720b797da3aae399ca721364fc0b by Joris Steyn.
Committed on 08/03/2017 at 19:35.
Pushed by jorissteyn into branch 'releng3.0'.

Support Intuos Art/Photo/Comic small

This commit adds wacom model CTH-490, device-ID 056a:033C to the
device list.
REVIEW: 129944

M  +14   -0data/wacom_devicelist

https://commits.kde.org/wacomtablet/8644d81aaad7720b797da3aae399ca721364fc0b

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 366190] KDE KickOff Application Launcher crashes when typing to search for applications

2017-03-08 Thread Светослав Бацоев
https://bugs.kde.org/show_bug.cgi?id=366190

--- Comment #16 from Светослав Бацоев  ---
Small Correction: The launcher will hide if I click outside it, but won't hide
if I press Esc. This behavior only happens if I've tried to search for an app
by typing in the launcher.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 366190] KDE KickOff Application Launcher crashes when typing to search for applications

2017-03-08 Thread Светослав Бацоев
https://bugs.kde.org/show_bug.cgi?id=366190

Светослав Бацоев  changed:

   What|Removed |Added

 CC||svetosla...@gmail.com

--- Comment #15 from Светослав Бацоев  ---
I'm experiencing a similar bug in 5.8.5. When I try to search, only the first
typed letter appears in the search box, and it won't allow me to type any more
letters. And then the launcher won't hide if I click outside it (but this only
happens sometimes). Your suggestion to change the font size and dpi and the
desktop theme won't work for me, unfortunately.

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 377197] Customize grouping behaviour

2017-03-08 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=377197

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #1 from Maik Qualmann  ---
Simon,

I think we do not need that much. A simple "use first image of grouped or use
all images" for all actions should be enough. Let's see what Gilles says when
he has time. I have also found some errors on the right mouse button context
menu:

- Assign color label to a group, the dialog asks for each image
- Assign or remove tags no longer works
- Assign rating no longer works
- Assign flags no longer works

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 374302] MYSQL : all Images with Geoinfo seem to be at (0°, 0°)

2017-03-08 Thread Lukas Winkler
https://bugs.kde.org/show_bug.cgi?id=374302

--- Comment #16 from Lukas Winkler  ---
I think I have found out why you can't reproduce it:

I have dropped the database, recreated it and started digikam for the first
time (so it creates the tables)

Then I changed to another database (digikamtest2), created it and restarted
digikam again. But this time I started it with 

LANG=C /opt/digikam-5.5.0-01-x86-64.appimage

so that the error messages would appear in English (my system is in German).
Oddly the map did work this time. I created a diff of this two databases and it
seems like the only difference is the 'Locale'-Setting which is set to 'UTF-8'
every time it doesn't work.

< -- Datenbank: `digikamtest2`
---
> -- Datenbank: `digikamtest`
474,477c474,477
< ('databaseUUID', '{118c6a08-34af-41ec-b894-8433443ef1ab}'),
< ('Locale', 'UTF-8'),
< ('DeleteRemovedCompleteScanCount', '2'),
< ('Scanned', '2017-03-08T19:59:14');
---
> ('databaseUUID', '{bf7cb542-4d29-4ff8-b4e2-dca5025dff9c}'),
> ('Locale', 'US-ASCII'),
> ('DeleteRemovedCompleteScanCount', '3'),
> ('Scanned', '2017-03-08T19:57:15');

Is it possible that the error has to do with the handling of the locale?

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 374302] MYSQL : all Images with Geoinfo seem to be at (0°, 0°)

2017-03-08 Thread Lukas Winkler
https://bugs.kde.org/show_bug.cgi?id=374302

--- Comment #15 from Lukas Winkler  ---
If I remember correctly, it worked with a sqlite-database.

I'll test it again with a new user account and empty databases

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 376597] Text created using Multiline text tool disappears when reopening .kra file and cuases Krita to crash

2017-03-08 Thread Lia Min
https://bugs.kde.org/show_bug.cgi?id=376597

--- Comment #3 from Lia Min  ---
Created attachment 104464
  --> https://bugs.kde.org/attachment.cgi?id=104464&action=edit
Screenshots

Because the original .kra files are too big to upload as attachment, two
screenshots are attached -one showing the text written with multiline tool, and
the other showing how the text disappears when this file is saved and
re-opened.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 376597] Text created using Multiline text tool disappears when reopening .kra file and cuases Krita to crash

2017-03-08 Thread Lia Min
https://bugs.kde.org/show_bug.cgi?id=376597

--- Comment #2 from Lia Min  ---
Created attachment 104463
  --> https://bugs.kde.org/attachment.cgi?id=104463&action=edit
crash log file for multiline text tool

This is the crash log file that was generated soon after Krita crashed while
using the Multiline text tool. However, it is uncertain whether this crash is
related to the error that was previously described, as it does not cause Krita
to crash most of the time.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio-extras] [Bug 372860] MTP not usable : connects, then disconnects, then connects...

2017-03-08 Thread Timo Kalliomäki
https://bugs.kde.org/show_bug.cgi?id=372860

Timo Kalliomäki  changed:

   What|Removed |Added

 CC||timok...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 372411] MTP flickers with android

2017-03-08 Thread Timo Kalliomäki
https://bugs.kde.org/show_bug.cgi?id=372411

Timo Kalliomäki  changed:

   What|Removed |Added

 CC||timok...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[kio] [Bug 319880] Intermittent connectivity between PC and Android

2017-03-08 Thread Timo Kalliomäki
https://bugs.kde.org/show_bug.cgi?id=319880

Timo Kalliomäki  changed:

   What|Removed |Added

 CC||timok...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 374302] MYSQL : all Images with Geoinfo seem to be at (0°, 0°)

2017-03-08 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=374302

--- Comment #14 from Maik Qualmann  ---
The problem is not reproducible here. I also do not think it is a MySQL
problem. Can you reproduce the problem with a SQLite DB?

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

[kile] [Bug 377250] Warning/Error message from Kile

2017-03-08 Thread S . Umar
https://bugs.kde.org/show_bug.cgi?id=377250

--- Comment #1 from S. Umar  ---
The last part of my report concerning clicking "Do not show this message again"
and seeing no effect in subsequent start seems to be fixed with plasma
framework 5.32.0. The main error message still appeared though.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney4] [Bug 377119] Icons still missing

2017-03-08 Thread NSLW
https://bugs.kde.org/show_bug.cgi?id=377119

--- Comment #12 from NSLW  ---
(In reply to Sean from comment #11)
> Ok, now it is working - you have to change the theme for the symbols
> globally (and not for the whole screens).
> Thank you very much.

Your welcome. KMM 5.0 should be a little better with icons.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney4] [Bug 377119] Icons still missing

2017-03-08 Thread Sean
https://bugs.kde.org/show_bug.cgi?id=377119

Sean  changed:

   What|Removed |Added

   Platform|Other   |Kubuntu Packages

--- Comment #11 from Sean  ---
Ok, now it is working - you have to change the theme for the symbols globally
(and not for the whole screens).
Thank you very much.

-- 
You are receiving this mail because:
You are watching all bug changes.

[k3b] [Bug 377391] New: "under read" error

2017-03-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377391

Bug ID: 377391
   Summary: "under read" error
   Product: k3b
   Version: 2.0.3
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Burning/Hardware
  Assignee: k...@kde.org
  Reporter: u...@flanagan-consulting.com
CC: mich...@jabster.pl, tr...@kde.org
  Target Milestone: ---

Burn went to 100% but then reported an error. The log file is about 0.5 MB,
seems like a lot.  Is there part of it that would be most informative?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 377389] background parser hogs memory and CPU while working with git

2017-03-08 Thread Ian Haber
https://bugs.kde.org/show_bug.cgi?id=377389

--- Comment #3 from Ian Haber  ---
Ah, that might do it. 
It does have to re-parse every file that changed though, which could end up
being the equivalent of reparsing the entire project.  

There is an option that lets you turn down the number of processes it uses at a
given time, so that might be an option for you to change it to one process, so
it wont use all of your cpu.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 377389] background parser hogs memory and CPU while working with git

2017-03-08 Thread Be
https://bugs.kde.org/show_bug.cgi?id=377389

--- Comment #2 from Be  ---
I'm using an old Intel Core i5 2410M with 4GB of RAM.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 377389] background parser hogs memory and CPU while working with git

2017-03-08 Thread Ian Haber
https://bugs.kde.org/show_bug.cgi?id=377389

Ian Haber  changed:

   What|Removed |Added

 CC||master.ha...@gmail.com

--- Comment #1 from Ian Haber  ---
i've never seen it be a real issue with processing power, but i have a bunch of
cores. The biggest issue i've seen with switching git branches is that it fucks
up the parser and everything gets parsed wrong.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney4] [Bug 377119] Icons still missing

2017-03-08 Thread NSLW
https://bugs.kde.org/show_bug.cgi?id=377119

--- Comment #10 from NSLW  ---
(In reply to Sean from comment #8)
> Created attachment 104462 [details]
> Kmymoney Icons

That's breeze icon theme and not oxygen.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney4] [Bug 377119] Icons still missing

2017-03-08 Thread Sean
https://bugs.kde.org/show_bug.cgi?id=377119

--- Comment #8 from Sean  ---
Created attachment 104462
  --> https://bugs.kde.org/attachment.cgi?id=104462&action=edit
Kmymoney Icons

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney4] [Bug 377119] Icons still missing

2017-03-08 Thread Sean
https://bugs.kde.org/show_bug.cgi?id=377119

--- Comment #9 from Sean  ---
I use Kmymoney in german

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 356285] Not enough space for page number

2017-03-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=356285

--- Comment #14 from l-t+li...@mailbox.org ---
Additions:

If I have created the narrow box by methods above, and I collapse or display
the left sidebar, the box will go back to the correct size. Hope that helps
somehow.

I can reach the even more narrow box reported by "LtWorf", when I have a
document less than 10 pages long.

My style is Breeze light as shipped with Kubuntu 16.04. (If I understood
"style" correct?)

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 376142] Segfaults on MIPS Cavium Octeon boards

2017-03-08 Thread James Cowgill
https://bugs.kde.org/show_bug.cgi?id=376142

--- Comment #3 from James Cowgill  ---
Using valgrind from SVN has definitely improved the situation. Running valgrind
normally no longer segfaults - everything now hangs but again I think that's
Bug 344524. I did notice however that the segfaults do still occur if I run
valgrind with gdb. I don't know what's happening there.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 377322] "Open with" menu can get polluted with extra entries

2017-03-08 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=377322

Elvis Angelaccio  changed:

   What|Removed |Added

Product|dolphin |frameworks-kio
  Component|general |general
   Assignee|dolphin-bugs-n...@kde.org   |fa...@kde.org
Version|16.12.0 |5.31.0
 CC||kdelibs-b...@kde.org

--- Comment #5 from Elvis Angelaccio  ---
Hmm you are right, I can reproduce now. This handled by kio, moving there.

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 356285] Not enough space for page number

2017-03-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=356285

l-t+li...@mailbox.org changed:

   What|Removed |Added

 Attachment #104428|0   |1
is obsolete||
 Attachment #104429|0   |1
is obsolete||

--- Comment #13 from l-t+li...@mailbox.org ---
Created attachment 104461
  --> https://bugs.kde.org/attachment.cgi?id=104461&action=edit
Tex-file with 101 pages as demo

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 356285] Not enough space for page number

2017-03-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=356285

--- Comment #12 from l-t+li...@mailbox.org ---
I am sorry, I did not want to offend anyone! Many apologies!

And of course you are right.
With the wrong statement I merely wantet to express, what it looks like to me.
Sorry for that.

The problem is indeed correlated to a special use case. The problem occurs for
me in connection with the Kile Latex Editor.
Here is what I have to do to get the error:
- run Kile
- compile a tex document with >100 pages (will attach minimal example)
- use ViewPDF button to view
- recompile tex --> PDF gets updated
--> see box now

So what it looks like to me is, that the box has the same size as the box which
is displayed, when I start Okular without any document.

I was curious if I can create the problem with other programs. So I did the
follwing:
- open PDF from before with Okular (everything is fine)
- edit this PDF with pdfshuffler
- view PDF in still open Okular
--> see box now

So it might occur whenever a currently viewed document is reloded due to a
change detected?

Thank you for the great software and your time!

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 377322] "Open with" menu can get polluted with extra entries

2017-03-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=377322

--- Comment #4 from Nate Graham  ---
Created attachment 104460
  --> https://bugs.kde.org/attachment.cgi?id=104460&action=edit
Duplicate entries in "Open With" sub-menu

Precisely. I've attached a screenshot that illustrates the problem.

-- 
You are receiving this mail because:
You are watching all bug changes.

[trojita] [Bug 377382] Unable to log in -- IMAP alert

2017-03-08 Thread Thomas Lübking
https://bugs.kde.org/show_bug.cgi?id=377382

--- Comment #7 from Thomas Lübking  ---
Ok, again:
If you want trojitá (or mutt or ...) to work with gmail, go to the url that the
dialog links and follow the instructions. Trojiá will be able to log in
afterwards.

This requires either a setting changed in gmail or an oauth2 implementation in
trojitá, the latter is not gonna happen over night (if at all, given Jan
considers it an "anti-feature")

-- 
You are receiving this mail because:
You are watching all bug changes.

[valgrind] [Bug 376142] Segfaults on MIPS Cavium Octeon boards

2017-03-08 Thread Petar Jovanovic
https://bugs.kde.org/show_bug.cgi?id=376142

Petar Jovanovic  changed:

   What|Removed |Added

 CC||mips3...@gmail.com

--- Comment #2 from Petar Jovanovic  ---
James, can you try with the latest Valgrind code?
I believe this issue has been fixed with r16261.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kactivitymanagerd] [Bug 377353] Crash on login while using "QtCurve".

2017-03-08 Thread Tony
https://bugs.kde.org/show_bug.cgi?id=377353

Tony  changed:

   What|Removed |Added

Summary|Crash on login after|Crash on login while using
   |installing  |"QtCurve".
   |"indicator-multiload".  |

-- 
You are receiving this mail because:
You are watching all bug changes.

[kactivitymanagerd] [Bug 377353] Crash on login after installing "indicator-multiload".

2017-03-08 Thread Tony
https://bugs.kde.org/show_bug.cgi?id=377353

--- Comment #2 from Tony  ---
(In reply to Ivan Čukić from comment #1)
> Does it crash if you do not use QtCurve (since the crash is in the deinit
> process of QtCurve)?
> 
> (p.s. this is a crash on exit - something asks kamd to quit and QtCurve
> crashes)

Qtcurve is the culprit! Setting "Breeze" back does not trigger the crash.

I'll edit the title.

-- 
You are receiving this mail because:
You are watching all bug changes.

  1   2   >