[kontact] [Bug 352701] Kontact forgets how to download messages

2017-09-15 Thread Nick
https://bugs.kde.org/show_bug.cgi?id=352701

--- Comment #5 from Nick  ---
Regarding the native table has the wrong structure error. Here's a link that
references this mysql error here
https://dev.mysql.com/doc/refman/5.5/en/performance-schema-build-configuration.html

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

[ksshaskpass] [Bug 384738] New: Focus is not on password field

2017-09-15 Thread Ralf Jung
https://bugs.kde.org/show_bug.cgi?id=384738

Bug ID: 384738
   Summary: Focus is not on password field
   Product: ksshaskpass
   Version: 5.10.5
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: jpwhit...@kde.org
  Reporter: p...@ralfj.de
  Target Milestone: ---

Since somewhat recently, the password field of the ksshaskpass dialog no longer
is focused per default.  I now have to press Tab once before I can type my
password, which is rather annoying.

I am not entirely sure how this started happening; there was no ksshaskpass
update. Still, I would not know where else to report this either.

I am using Debian testing and upgraded the KDE packages to unstable, which
means I have (most of) KDE 5.10.5.  In particular, Kwin and Plasma are on that
version.

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

[kontact] [Bug 352701] Kontact forgets how to download messages

2017-09-15 Thread Nick
https://bugs.kde.org/show_bug.cgi?id=352701

--- Comment #6 from Nick  ---
Interesting regarding the mysql performance schema issue. I do remember doing a
very large update prior to this problem that maybe includeded a mysql update.
Could the fix have been as simple as running mysql_upgrade as described below ?

If you install MySQL over a previous installation that was configured without
the Performance Schema (or with an older version of the Performance Schema that
may not have all the current tables), run mysql_upgrade after starting the
server to ensure that the performance_schema database exists with all current
tables. Then restart the server. One indication that you need to do this is the
presence of messages such as the following in the error log:

[ERROR] Native table 'performance_schema'.'events_waits_history'
has the wrong structure
[ERROR] Native table 'performance_schema'.'events_waits_history_long'
has the wrong structure
...

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

[frameworks-kio] [Bug 384653] Journal spammed with “kf5.kio.core: error() called twice! Please fix the KIO slave.”

2017-09-15 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=384653

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||elvis.angelac...@kde.org

--- Comment #1 from Elvis Angelaccio  ---
That's just a warning from one of the ioslaves you are using. We need to know
which one (sftp? smb? or something else?)

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

[Bluedevil] [Bug 384740] New: Donloaded file via Bluetooth is proposed to be opened from wrong path /usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/XX-XX-XX-XX-XX-XX

2017-09-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=384740

Bug ID: 384740
   Summary: Donloaded file via Bluetooth is proposed to be opened
from wrong path
/usr/share/plasma/plasmoids/org.kde.plasma.notificatio
ns/contents/ui/XX-XX-XX-XX-XX-XX
   Product: Bluedevil
   Version: 5.8.7
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: system tray
  Assignee: now...@gmail.com
  Reporter: opensuse.lietuviu.ka...@gmail.com
  Target Milestone: ---

After successful transfer of file from phone to computer (into standard
downloads folder) via BlueTooth, I see popup with button to open downloaded
file. But after pressing this button I get error about not existing
/usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/XX-XX-XX-XX-XX-XX
(XX-XX-XX-XX-XX-XX is device ID).

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

[Bluedevil] [Bug 384740] Donloaded file via Bluetooth is proposed to be opened from wrong path /usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/XX-XX-XX-XX-XX-XX

2017-09-15 Thread David Rosca
https://bugs.kde.org/show_bug.cgi?id=384740

--- Comment #1 from David Rosca  ---
That's because of the notification applet job file path heuristics.

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

[kontact] [Bug 352701] Kontact forgets how to download messages

2017-09-15 Thread Nick
https://bugs.kde.org/show_bug.cgi?id=352701

--- Comment #4 from Nick  ---
This fixed it for me .. (until the next time the akonadi database gets
corrupted)

This involves removing the old akonadi database and letting akonadi construct
and reindex a new one.

First exit kmail
then as normal user
akonadi stop

mv /home/jbloggs/.local/share/akonadi /home/jbloggs/.local/share/akonadi.orig
(This is where akonadi stores it's mysql database)

akonadi start

You may get the following messages, but then nothing while it's reindexing.
akonadictl start
Connecting to deprecated signal
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
nick@nick-X681X:~/.local/share$ /usr/bin/mysqlcheck: Got error: 1049: Unknown
database 'akonadi' when selecting the database
Connecting to deprecated signal
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
"No file selected."
org.kde.pim.akonadicore: Failed SpecialCollectionsRequestJob::slotResult
"Failed to fetch the resource collection."
org.kde.pim.maildispatcher: Failed to get outbox folder. Retrying in:  5000
org.kde.pim.akonadicore: Failed to request resource
"akonadi_maildir_resource_0" : "Failed to fetch the resource collection."
org.kde.pim.akonadicore: Failed SpecialCollectionsRequestJob::slotResult
"Failed to fetch the resource collection."
org.kde.pim.akonadicore: Failed to request resource
"akonadi_maildir_resource_0" : "Failed to fetch the resource collection."
org.kde.akonadi.ETM: GEN true false false
org.kde.akonadi.ETM: collection: QVector()
org.kde.akonadi.ETM: 
org.kde.akonadi.ETM: Fetch job took  31 msec
org.kde.akonadi.ETM: was collection fetch job: collections: 0
org.kde.akonadi.ETM: collection: QVector()
org.kde.akonadi.ETM: Fetch job took  39 msec
org.kde.akonadi.ETM: was collection fetch job: collections: 2
org.kde.akonadi.ETM: first fetched collection: "Search"
org.kde.akonadi.ETM: Fetch job took  2 msec
org.kde.akonadi.ETM: was collection fetch job: collections: 0
org.kde.akonadi.ETM: GEN true false false
org.kde.akonadi.ETM: collection: QVector()
org.kde.akonadi.ETM: 
org.kde.akonadi.ETM: Fetch job took  39 msec
org.kde.akonadi.ETM: was collection fetch job: collections: 0
org.kde.akonadi.ETM: collection: QVector()
org.kde.akonadi.ETM: Fetch job took  42 msec
org.kde.akonadi.ETM: was collection fetch job: collections: 2
org.kde.akonadi.ETM: first fetched collection: "Search"
org.kde.akonadi.ETM: Fetch job took  1 msec
org.kde.akonadi.ETM: was collection fetch job: collections: 0
Pass a valid window to KWallet::Wallet::openWallet().
"Unable to fetch item from backend (collection -1) : Unable to retrieve item
from resource: Did not receive a reply. Possible causes include: the remote
application did not send a reply, the message bus security policy blocked the
reply, the reply timeout expired, or the network connection was broken."

To completely reindex akonadi may take a considerable time especially if you
have tens of thousands of emails. In my case it's still indexing after an hour.
However I can access my emails during this time.

looking at the process list with 'top' mysqld shows at 70-95% on my system
during this reindexing period.

If it all goes ok then remove the backup you made.
rm /home/jbloggs/.local/share/akonadi.orig

I don't use kontact or any Calendar so can't comment on what will happen to any
data you've entered in those apps however if like me you just use kmail then
this worked fine. In kmail it retained the various folders and filters I'd
created. And it now works without getting the annoying please wait retrieving
folder contents.

Because I made a backup of the original database I noticed that there were a
few mysql errors in the log, reproduced below. In particular the error that
stands out is this one (with lots of variations.. but basically native table
has the wrong structure.

[ERROR] Native table 'performance_schema'.'setup_instruments' has the wrong
structure

more mysql.err
170915  0:46:57 [Note] InnoDB: innodb_empty_free_list_algorithm has been
changed to legacy because of small buffer pool size. In order to use backoff,
increase buffer pool at least up to 20MB.

170915  0:46:57 [Note] InnoDB: Using mutexes to ref count buffer pool pages
170915  0:46:57 [Note] InnoDB: The InnoDB memory heap is disabled
170915  0:46:57 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
170915  0:46:57 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for
memory barrier
170915  0:46:57 [Note] InnoDB: Compressed tables use zlib 1.2.8
170915  0:46:57 [Note] InnoDB: Using Linux native AIO
170915  0:46:57 [Note] InnoDB: Using CPU crc32 instructions
170915  0:46:57 [Note] InnoDB: Initializing buffer pool, size = 128.0M
170915  0:46:57 [Note] InnoDB: Completed initialization of buffer pool
170915  0:46:57 [Note] InnoDB: Highest supported file format is Barracuda.
170915  0:46:57 [Note] InnoDB: 128 rollback segment(s) are active.
170915  0:46:57 [Note] InnoDB: Waiting 

[krita] [Bug 384735] Screen Tablet Hand Touch Error

2017-09-15 Thread 표준수
https://bugs.kde.org/show_bug.cgi?id=384735

--- Comment #4 from 표준수  ---
Oh, it has been resolved. Thank you.

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

[plasmashell] [Bug 384719] Kicker: "Old" Application Menu Crash on Wayland

2017-09-15 Thread Rainer Finke
https://bugs.kde.org/show_bug.cgi?id=384719

Rainer Finke  changed:

   What|Removed |Added

Summary|"Old" Application Menu  |Kicker: "Old" Application
   |Crash on Wayland|Menu Crash on Wayland

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

[kwin] [Bug 384660] Part of the screen(s) "often" flickers when showing windows

2017-09-15 Thread Antonio Orefice
https://bugs.kde.org/show_bug.cgi?id=384660

--- Comment #10 from Antonio Orefice  ---
I found a way to reproduce the issue; made a script for that (attached:
flicker.sh).
For it to work on my system, i've found that the following conditions have to
be met:
Use Oxygen Decoration
Use "Active window glow"

Disabling "Active window glow" or switching to another decoration makes
impossible to reproduce.

After the script has finished, it will tell you to maximize/restore the last
opened window.
>From my tests, the operation will cause flickering and/or decoration
corruption, depending if i'm running single or dual head setup.

could it be that the patch applied to fix 361154 just fixed the shadows, but
not the glow? Just shooting in the dark.

Here are two videos i made in single and dual head configuration,
Thanks for your attention!

https://youtu.be/OL-HFpUgj0M
https://youtu.be/wBb1sSN7ewg

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

[kdenlive] [Bug 383262] Kdenlive crash on windows 10

2017-09-15 Thread Vincent PINON
https://bugs.kde.org/show_bug.cgi?id=383262

Vincent PINON  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |WORKSFORME

--- Comment #2 from Vincent PINON  ---
Please test with the latest 17.08.1,
if still wrong please attach a screenshot or copy the message content.
(be sure it is not your antivirus wrongly detecting triggering false positive)

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

[valgrind] [Bug 384732] posix_spawn with glibc 2.25 causes an assertion

2017-09-15 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=384732

--- Comment #6 from Mark Wielaard  ---
(In reply to Tom Hughes from comment #5)
> We already detect CLONE_VFORK|CLONE_VM as a special case and deliberately
> drop CLONE_VM because I imagine anything else would be a disaster as
> valgrind's shadow memory etc would be shared.

Sharing shadow memory should be fine since we do share the actual memory.
But sharing the thread state is probably a problem.

And indeed just not dropping VM_CLONE when we see VM_VFORK doesn't work.
It does successfully create the child and execs the new process, but returning
to the parent seg faults fairly soon.

> The comments in the source explicitly mention preserving CLONE_VFORK to
> preserve the wait-for-exec semantics and that does indeed seem to work.

Earlier we did drop both CLONE_VFORK and CLONE_VM.
And I can definitely see why CLONE_VM is bad without CLONE_VFORK.

I am probable missing some bad sharing which messes things up.
But I still wonder if we could handle CLONE_VFORK | CLONE_VM specially as if it
was a simple thread creation (do_clone vs do_fork_clone) up till the actual
exec/exit call (at which point we might have to do some magic to do the actual
fork). Maybe too much bad voodoo though...

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

[krita] [Bug 384687] overview docker unresponsive

2017-09-15 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=384687

Alvin Wong  changed:

   What|Removed |Added

 OS|Linux   |MS Windows
Version|unspecified |3.2.0
   Platform|Other   |MS Windows
 Resolution|WAITINGFORINFO  |---
 CC||alvinhoc...@gmail.com
 Status|NEEDSINFO   |UNCONFIRMED

--- Comment #3 from Alvin Wong  ---
When I tested 3.2.1 on Windows, just clicking on the overview docker with a
mouse does nothing, the red square doesn't move, the canvas doesn't move,
nothing changes. Haven't tested with a tablet yet. I can't say if this is the
expected behaviour. Is this what you're describing?

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

[plasmashell] [Bug 384654] found kded module "touchpad" by prepending 'kded_' to the library path, please fix your metadata

2017-09-15 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=384654

Elvis Angelaccio  changed:

   What|Removed |Added

   Target Milestone|--- |1.0
  Component|general |general
   Assignee|fa...@kde.org   |k...@davidedmundson.co.uk
Product|frameworks-kded |plasmashell
 CC||elvis.angelac...@kde.org,
   ||plasma-b...@kde.org
Version|5.37.0  |5.10.95

--- Comment #1 from Elvis Angelaccio  ---
kded_touchpad.so is installed by plasma.

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

[frameworks-kio] [Bug 384653] Journal spammed with “kf5.kio.core: error() called twice! Please fix the KIO slave.”

2017-09-15 Thread Erik Quaeghebeur
https://bugs.kde.org/show_bug.cgi?id=384653

--- Comment #2 from Erik Quaeghebeur  ---
(In reply to Elvis Angelaccio from comment #1)
> That's just a warning from one of the ioslaves you are using. We need to
> know which one (sftp? smb? or something else?)

How can I find out?

What I see in the journal preceding (same time up to the second) many, but not
all runs of these messages is

plasmashell[1460]: QFileInfo::absolutePath: Constructed with empty filename

Also sometimes (same time up to the second):

kernel: EXT4-fs (sda4): warning: maximal mount count reached, running e2fsck is
recommended

(I'll do an fsck, but it seems strange that this would really be related)

I'll attach a more extensive journal excerpt.

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

[kwin] [Bug 384660] Part of the screen(s) "often" flickers when showing windows

2017-09-15 Thread Antonio Orefice
https://bugs.kde.org/show_bug.cgi?id=384660

--- Comment #9 from Antonio Orefice  ---
Created attachment 107869
  --> https://bugs.kde.org/attachment.cgi?id=107869=edit
flicker.sh

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

[amarok] [Bug 384675] collection update does not find directories with special characters

2017-09-15 Thread Bart De Ceulaer
https://bugs.kde.org/show_bug.cgi?id=384675

Bart De Ceulaer  changed:

   What|Removed |Added

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

--- Comment #1 from Bart De Ceulaer  ---
Problem was caused by a wrong locale, so not amarok itself.
Solved by updating locale settings of via OpenSuse "Configure Desktop"

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

[krita] [Bug 384641] Krita crashes a few seconds after startup

2017-09-15 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=384641

--- Comment #7 from Alvin Wong  ---
Can you narrow it down a bit and check if 3.1.4 works?
https://download.kde.org/stable/krita/3.1.4/

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

[plasmashell] [Bug 384719] Kicker: "Old" Application Menu crashes Plasma-Wayland

2017-09-15 Thread Rainer Finke
https://bugs.kde.org/show_bug.cgi?id=384719

Rainer Finke  changed:

   What|Removed |Added

Summary|Kicker: "Old" Application   |Kicker: "Old" Application
   |Menu Crash on Wayland   |Menu crashes Plasma-Wayland

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

[plasmashell] [Bug 372789] Plasma freezes with black screen when logging out

2017-09-15 Thread Rainer Finke
https://bugs.kde.org/show_bug.cgi?id=372789

Rainer Finke  changed:

   What|Removed |Added

 CC||m...@rainer-finke.de

--- Comment #11 from Rainer Finke  ---
I have this issue as well since a long time on Plasma-Wayland. It is one of the
things that keep me switching to Plama-Wayland. I'm running Arch Linux and I
have this issue on AMD and Intel GPU's.

In Plasma 5.1.95 (5.11 Beta) this issue is still existing

When I lock out of Plasma-Wayland the screen is black and I can only reset my
machine. I cannot even go to another TTY and restart SDDM or anything else.

I think this is a critical bug and I would appreciate if this could be solved.
And there is no workaround.

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

[krita] [Bug 384641] Krita crashes a few seconds after startup

2017-09-15 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=384641

--- Comment #8 from Alvin Wong  ---
Or maybe we should try tackling it at another angle... do you have any SVG
images in your "Pictures" folder? If there are SVG images, try moving them to
another folder and see if Krita 3.2.1 still crashes after that.

If there aren't any SVG images then it's really a mystery...

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

[systemsettings] [Bug 384730] Unreadable text with "Breeze Dark" in "Frequently used" section

2017-09-15 Thread Elias Probst
https://bugs.kde.org/show_bug.cgi?id=384730

Elias Probst  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Elias Probst  ---


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

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

[valgrind] [Bug 384729] __libc_freeres inhibits cross-platform valgrind

2017-09-15 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384729

Ivo Raisr  changed:

   What|Removed |Added

 CC||iv...@ivosh.net

--- Comment #2 from Ivo Raisr  ---
Calling optional __gnu_cxx::__freeres() already leverages weak reference
mechanism. So __libc__freeres() could use the same mechanism.

After you make __libc_freeres() optional, please delete references to it in
README_DEVELOPERS as it would be no longer needed.

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

[krita] [Bug 384735] Screen Tablet Hand Touch Error

2017-09-15 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=384735

--- Comment #3 from Boudewijn Rempt  ---
In Krita 3.2.1, Settings/Configure Krita/General/Tools/Enable Touch Painting

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

[frameworks-baloo] [Bug 384607] baloo_file_extractor SIGSEGV on some files

2017-09-15 Thread Erik Quaeghebeur
https://bugs.kde.org/show_bug.cgi?id=384607

Erik Quaeghebeur  changed:

   What|Removed |Added

 CC||kdebugs@equaeghe.nospammail
   ||.net

--- Comment #3 from Erik Quaeghebeur  ---
I think I hit the same issue. In my logs, I find that on every boot, I get

baloo_file_extr[2217]: segfault at 4 ip 003186d5da58 sp 7ffcf0cd6d38
error 4 in libexiv2.so.14.0.0[3186c0+2b7000]

I assume there is some file causing this.

Possible duplicate: Bug 370172

So, please mark as confirmed for 5.37.0. (I'm using Gentoo.)

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

[i18n] [Bug 384715] Request for spelling correction of translation into Brazilian Portuguese

2017-09-15 Thread Luiz Fernando Ranghetti
https://bugs.kde.org/show_bug.cgi?id=384715

Luiz Fernando Ranghetti  changed:

   What|Removed |Added

 CC||elchev...@opensuse.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Luiz Fernando Ranghetti  ---
Hi,

Thanks for the report (next time it could be more specific as where did you see
the wrong translation).

Fixed in rev1498006 (trunk) and rev 1498007 (stable)

https://websvn.kde.org/branches/stable/l10n-kf5/pt_BR/messages/kde-workspace/kde-gtk-config.po?r1=1498007=1498006=1498007

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

[plasmashell] [Bug 384740] Donloaded file via Bluetooth is proposed to be opened from wrong path /usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/XX-XX-XX-XX-XX-XX

2017-09-15 Thread David Rosca
https://bugs.kde.org/show_bug.cgi?id=384740

David Rosca  changed:

   What|Removed |Added

   Target Milestone|--- |1.0
  Component|system tray |Notifications
Product|Bluedevil   |plasmashell
   Assignee|now...@gmail.com|k...@privat.broulik.de
 CC||plasma-b...@kde.org

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

[Akonadi] [Bug 338658] GMail, Novell Groupwise, other IMAP: "Multiple merge candidates, aborting"

2017-09-15 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=338658

Francis Herne  changed:

   What|Removed |Added

Version|5.5.1   |5.6.1
 CC||m...@flherne.uk

--- Comment #79 from Francis Herne  ---
Still reproducible on Arch with KMail 5.6.1 and Akonadi 17.08.

Akonadi hangs after each "Check Mail" and must be restarted to receive any more
mail. The steps described here
https://www.dvratil.cz/2017/01/kmail-multiple-merge-candidates-error-and-how-to-fix-it/
don't permanently fix the problem, it recurs soon after.

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

[frameworks-baloo] [Bug 384737] New: random baloo crash

2017-09-15 Thread Laurent Bonnaud
https://bugs.kde.org/show_bug.cgi?id=384737

Bug ID: 384737
   Summary: random baloo crash
   Product: frameworks-baloo
   Version: 5.38.0
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: Baloo File Daemon
  Assignee: pinak.ah...@gmail.com
  Reporter: l.bonn...@laposte.net
  Target Milestone: ---

Application: baloo_file (5.38.0)

Qt Version: 5.7.1
Frameworks Version: 5.38.0
Operating System: Linux 4.10.0-35-generic x86_64
Distribution: Ubuntu 17.04

-- Information about the crash:
- What I was doing when the application crashed:

I was trying snap apps (which creates a lot of files in ~/snap/) and then
removed ~/snap/.

-- Backtrace:
Application: Baloo File Indexing Daemon (baloo_file), signal: Aborted
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fdc2bea7900 (LWP 2370))]

Thread 2 (Thread 0x7fdc20554700 (LWP 2385)):
#0  g_source_iter_next (iter=iter@entry=0x7fdc20553ad0,
source=source@entry=0x7fdc20553ac8) at ../../../../glib/gmain.c:969
#1  0x7fdc263f3a0b in g_main_context_prepare
(context=context@entry=0x7fdc18000990, priority=priority@entry=0x7fdc20553b50)
at ../../../../glib/gmain.c:3479
#2  0x7fdc263f449b in g_main_context_iterate
(context=context@entry=0x7fdc18000990, block=block@entry=1,
dispatch=dispatch@entry=1, self=) at
../../../../glib/gmain.c:3909
#3  0x7fdc263f468c in g_main_context_iteration (context=0x7fdc18000990,
may_block=1) at ../../../../glib/gmain.c:3990
#4  0x7fdc2a68f0bb in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7fdc2a638bea in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7fdc2a466f83 in QThread::exec() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7fdc2b84a5d5 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5
#8  0x7fdc2a46bc38 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#9  0x7fdc28cbb6da in start_thread (arg=0x7fdc20554700) at
pthread_create.c:456
#10 0x7fdc29a6fd7f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:105

Thread 1 (Thread 0x7fdc2bea7900 (LWP 2370)):
[KCrash Handler]
#6  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:58
#7  0x7fdc2999e37a in __GI_abort () at abort.c:89
#8  0x7fdc299e0090 in __libc_message (do_abort=2,
fmt=fmt@entry=0x7fdc29af6000 "*** Error in `%s': %s: 0x%s ***\n") at
../sysdeps/posix/libc_fatal.c:175
#9  0x7fdc299e80c3 in malloc_printerr (ar_ptr=0x7fdc29d28b00 ,
ptr=0x563d3e44e750, str=0x7fdc29af2b7b "corrupted double-linked list",
action=) at malloc.c:5048
#10 malloc_consolidate (av=av@entry=0x7fdc29d28b00 ) at
malloc.c:4212
#11 0x7fdc299eb62f in _int_malloc (av=av@entry=0x7fdc29d28b00 ,
bytes=bytes@entry=4096) at malloc.c:3487
#12 0x7fdc299ed984 in __GI___libc_malloc (bytes=bytes@entry=4096) at
malloc.c:2927
#13 0x7fdc299d5342 in __GI__IO_file_doallocate (fp=0x7fdc29d29600
<_IO_2_1_stdout_>) at filedoalloc.c:101
#14 0x7fdc299e4816 in __GI__IO_doallocbuf (fp=fp@entry=0x7fdc29d29600
<_IO_2_1_stdout_>) at genops.c:398
#15 0x7fdc299e39e8 in _IO_new_file_overflow (f=0x7fdc29d29600
<_IO_2_1_stdout_>, ch=-1) at fileops.c:828
#16 0x7fdc299e20dd in _IO_new_file_xsputn (f=0x7fdc29d29600
<_IO_2_1_stdout_>, data=, n=10) at fileops.c:1339
#17 0x7fdc299b4996 in _IO_vfprintf_internal (s=0x7fdc29d29600
<_IO_2_1_stdout_>, format=0x7fdc2b1bdb6e "sock_file=%s\n",
ap=ap@entry=0x7ffd04bdb158) at vfprintf.c:1320
#18 0x7fdc29a7f7df in ___printf_chk (flag=1, format=) at
printf_chk.c:35
#19 0x7fdc2b1bb52a in ?? () from /usr/lib/x86_64-linux-gnu/libKF5Crash.so.5
#20 0x7fdc2b1bb99b in ?? () from /usr/lib/x86_64-linux-gnu/libKF5Crash.so.5
#21 0x7fdc2b1bc1b9 in ?? () from /usr/lib/x86_64-linux-gnu/libKF5Crash.so.5
#22 0x7fdc2b1bc3c3 in KCrash::defaultCrashHandler(int) () from
/usr/lib/x86_64-linux-gnu/libKF5Crash.so.5
#23 
#24 0x7fdc2a4c9340 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#25 0x563d3c26e0cc in ?? ()
#26 0x563d3c26e1e6 in ?? ()
#27 0x563d3c26d7e8 in ?? ()
#28 0x563d3c26b599 in ?? ()
#29 0x7fdc2a666afe in QMetaObject::activate(QObject*, int, int, void**) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#30 0x563d3c2729ff in ?? ()
#31 0x7fdc2a666afe in QMetaObject::activate(QObject*, int, int, void**) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#32 0x7fdc2a6e042e in QSocketNotifier::activated(int,
QSocketNotifier::QPrivateSignal) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#33 0x7fdc2a672c82 in QSocketNotifier::event(QEvent*) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#34 0x7fdc2a63abeb in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from 

[kontact] [Bug 352701] Kontact forgets how to download messages

2017-09-15 Thread Nick
https://bugs.kde.org/show_bug.cgi?id=352701

--- Comment #10 from Nick  ---
And if you have rebuild your database but find new mail isn't showing up in the
inbox then this is the fix.

You will need to correct the destination folders in any filters you created in
kmail as they are now probably pointing to the wrong folders. In kmail
[Settings]>[Configure Filters] and if the filter uses a 'move into folder'
action, check it's moving to the correct folder.

This also applies to any account destination folders, ie my gmail pop3 account
was saving into a zoneminder folder I'd created. In kmail,
[Settings]>[Configure Kmail]>[Accounts]>[Receiving Tab] click on your account,
check destination folder.

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

[frameworks-kio] [Bug 384653] Journal spammed with “kf5.kio.core: error() called twice! Please fix the KIO slave.”

2017-09-15 Thread Erik Quaeghebeur
https://bugs.kde.org/show_bug.cgi?id=384653

--- Comment #3 from Erik Quaeghebeur  ---
Created attachment 107868
  --> https://bugs.kde.org/attachment.cgi?id=107868=edit
Excerpt from my system's journal showing the issue in context

After this run of messages, it starts again 13 seconds later.

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

[frameworks-kio] [Bug 384653] Journal spammed with “kf5.kio.core: error() called twice! Please fix the KIO slave.”

2017-09-15 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=384653

--- Comment #4 from Elvis Angelaccio  ---
Fair enough, I've made kio more verbose in the debug output:
https://phabricator.kde.org/D7837

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

[systemsettings] [Bug 384638] Some text labels are hardly visible after switching to Breeze dark

2017-09-15 Thread Elias Probst
https://bugs.kde.org/show_bug.cgi?id=384638

Elias Probst  changed:

   What|Removed |Added

 CC||m...@eliasprobst.eu

--- Comment #1 from Elias Probst  ---
*** Bug 384730 has been marked as a duplicate of this bug. ***

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

[KBibTeX] [Bug 384741] New: Wrong ID Reported in Duplicate Dialog

2017-09-15 Thread David E . Narvaez
https://bugs.kde.org/show_bug.cgi?id=384741

Bug ID: 384741
   Summary: Wrong ID Reported in Duplicate Dialog
   Product: KBibTeX
   Version: git (master)
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: User interface
  Assignee: fisc...@unix-ag.uni-kl.de
  Reporter: david.narv...@computer.org
  Target Milestone: ---

Suppose you have elements with IDs A and B. Then you try changing the element
with ID B to have ID A. The dialog reports "The entered id 'B' is already in
use for another entry." which is wrong, it should be A.

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

[kontact] [Bug 352701] Kontact forgets how to download messages

2017-09-15 Thread Nick
https://bugs.kde.org/show_bug.cgi?id=352701

--- Comment #8 from Nick  ---
Interesting

Quote
You should execute mysql_upgrade each time you upgrade MySQL.

https://dev.mysql.com/doc/refman/5.7/en/mysql-upgrade.html

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

[digikam] [Bug 384642] Geolocation doesn't appear in digiKam for MacOS and Windows : Marble header files are not installed, only the libraries.

2017-09-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=384642

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

   What|Removed |Added

   Version Fixed In||5.8.0
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #6 from caulier.gil...@gmail.com ---
New 5.7.0 with epoch version 2 bundles for MacOS and Windows are now online
with Geolocation support.

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

[yakuake] [Bug 351924] Yakuake was unable to load the Konsole component. A Konsole installation is required to use Yakuake.

2017-09-15 Thread Prakash Thapa
https://bugs.kde.org/show_bug.cgi?id=351924

Prakash Thapa  changed:

   What|Removed |Added

 CC||thapapra...@gmail.com

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

[kontact] [Bug 352701] Kontact forgets how to download messages

2017-09-15 Thread Nick
https://bugs.kde.org/show_bug.cgi?id=352701

--- Comment #7 from Nick  ---
Doing a more /var/log/apt/history.log | grep mysql I can see that
akonadi-backend-mysql was updated just before I started getting this problem.
I'm almost certain that's what messed up the mysql database and was the answer
to run mysql_upgrade as described here ?
https://dev.mysql.com/doc/refman/5.5/en/performance-schema-build-configuration.html

At least I'm feeling a little more confident about the akonadi-backend-mysql
update having triggered this problem.

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

[kmail2] [Bug 384739] New: Kmail crashes when trying to preview an e-mail

2017-09-15 Thread Frank Danapfel
https://bugs.kde.org/show_bug.cgi?id=384739

Bug ID: 384739
   Summary: Kmail crashes when trying to preview an e-mail
   Product: kmail2
   Version: 5.5.1
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: frank.danap...@googlemail.com
  Target Milestone: ---

Application: kmail (5.5.1)

Qt Version: 5.7.1
Frameworks Version: 5.36.0
Operating System: Linux 4.12.11-300.fc26.x86_64 x86_64
Distribution: "Fedora release 26 (Twenty Six)"

-- Information about the crash:
- Selecting a e-mail to be able to see it in the preview pane

This has started after upgrading from Fedora 25 to 26. The system is using an
Nvidia graphics card wit the Nouveau driver provided by F26 (the reason I
mention this is that on F25 there was an issue with Kmail related to some
locking routines of the mesa packages related to nouveau).

The crash can be reproduced every time.

-- Backtrace:
Application: KMail (kmail), signal: Aborted
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7face7d83940 (LWP 1568))]

Thread 27 (Thread 0x7fac4c881700 (LWP 1644)):
#0  0x7fad0615090b in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7facfd8fa725 in
base::SequencedWorkerPool::Inner::ThreadLoop(base::SequencedWorkerPool::Worker*)
() from /lib64/libQt5WebEngineCore.so.5
#2  0x7facfd8fac07 in base::SequencedWorkerPool::Worker::Run() () from
/lib64/libQt5WebEngineCore.so.5
#3  0x7facfd8fb9a1 in base::SimpleThread::ThreadMain() () from
/lib64/libQt5WebEngineCore.so.5
#4  0x7facfd8f806b in base::(anonymous namespace)::ThreadFunc(void*) ()
from /lib64/libQt5WebEngineCore.so.5
#5  0x7fad0614a36d in start_thread () from /lib64/libpthread.so.0
#6  0x7fad0a1f9bbf in clone () from /lib64/libc.so.6

Thread 26 (Thread 0x7fac4d8b2700 (LWP 1643)):
#0  0x7fad0615090b in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7faced387534 in QTWTF::TCMalloc_PageHeap::scavengerThread() () from
/lib64/libQt5Script.so.5
#2  0x7faced387579 in QTWTF::TCMalloc_PageHeap::runScavengerThread(void*)
() from /lib64/libQt5Script.so.5
#3  0x7fad0614a36d in start_thread () from /lib64/libpthread.so.0
#4  0x7fad0a1f9bbf in clone () from /lib64/libc.so.6

Thread 25 (Thread 0x7fac4eb2d700 (LWP 1629)):
#0  0x7ffcdddbab52 in clock_gettime ()
#1  0x7fad0a208ca6 in clock_gettime () from /lib64/libc.so.6
#2  0x7fad0aea8a91 in qt_gettime() () from /lib64/libQt5Core.so.5
#3  0x7fad0b003539 in QTimerInfoList::updateCurrentTime() () from
/lib64/libQt5Core.so.5
#4  0x7fad0b003935 in QTimerInfoList::timerWait(timespec&) () from
/lib64/libQt5Core.so.5
#5  0x7fad0b004b0c in timerSourcePrepareHelper(GTimerSource*, int*) () from
/lib64/libQt5Core.so.5
#6  0x7fad0b004bae in timerSourcePrepare(_GSource*, int*) () from
/lib64/libQt5Core.so.5
#7  0x7facf61a3ac9 in g_main_context_prepare () from
/lib64/libglib-2.0.so.0
#8  0x7facf61a449b in g_main_context_iterate.isra () from
/lib64/libglib-2.0.so.0
#9  0x7facf61a467c in g_main_context_iteration () from
/lib64/libglib-2.0.so.0
#10 0x7fad0b004e6b in
QEventDispatcherGlib::processEvents(QFlags) ()
from /lib64/libQt5Core.so.5
#11 0x7fad0afb560a in
QEventLoop::exec(QFlags) () from
/lib64/libQt5Core.so.5
#12 0x7fad0ae0d99a in QThread::exec() () from /lib64/libQt5Core.so.5
#13 0x7fad0ae11c9e in QThreadPrivate::start(void*) () from
/lib64/libQt5Core.so.5
#14 0x7fad0614a36d in start_thread () from /lib64/libpthread.so.0
#15 0x7fad0a1f9bbf in clone () from /lib64/libc.so.6

Thread 24 (Thread 0x7fac857fa700 (LWP 1604)):
#0  0x7face95c45b3 in do_write () from
/usr/lib64/pulseaudio/libpulsecommon-10.0.so
#1  0x7face95c5578 in do_pstream_read_write () from
/usr/lib64/pulseaudio/libpulsecommon-10.0.so
#2  0x7face95c5899 in srb_callback () from
/usr/lib64/pulseaudio/libpulsecommon-10.0.so
#3  0x7face95c611f in srbchannel_rwloop () from
/usr/lib64/pulseaudio/libpulsecommon-10.0.so
#4  0x7faceb4b07f8 in pa_mainloop_dispatch () from /lib64/libpulse.so.0
#5  0x7faceb4b0bce in pa_mainloop_iterate () from /lib64/libpulse.so.0
#6  0x7faceb4b0c50 in pa_mainloop_run () from /lib64/libpulse.so.0
#7  0x7faceb4beab9 in thread () from /lib64/libpulse.so.0
#8  0x7face95d6078 in internal_thread_func () from
/usr/lib64/pulseaudio/libpulsecommon-10.0.so
#9  0x7fad0614a36d in start_thread () from /lib64/libpthread.so.0
#10 0x7fad0a1f9bbf in clone () from /lib64/libc.so.6

Thread 23 (Thread 0x7fac85ffb700 (LWP 1603)):
#0  0x7fad0a2084bc in __lll_lock_wait_private () from /lib64/libc.so.6
#1  0x7fad0a20a284 in __fprintf_chk () from /lib64/libc.so.6
#2  0x7facf06f8880 in _warn_helper () from 

[elisa] [Bug 384720] Elisa says "No tracks have been found"

2017-09-15 Thread Mykola Krachkovsky
https://bugs.kde.org/show_bug.cgi?id=384720

--- Comment #5 from Mykola Krachkovsky  ---
After exports:

export
QT_PLUGIN_PATH=$HOME/opt/elisa/lib64/plugins/:$HOME/opt/elisa/lib64/plugins/kcms/
export XDG_DATA_DIRS=$HOME/opt/elisa/share/:$XDG_DATA_DIRS

settings dialog has a valid path from $(xdg-user-dir MUSIC) and button add new
path. But still says "no tracks". And there is no tracks.

IDK if .../plugins/kcms needed, but without there is additional errors in
console (though everything looks same)

org.kde.kcoreaddons: Error loading plugin "kcm_elisa_local_file" "The shared
library was not found." 
Plugin search paths are ("/home/nicklion/opt/elisa/lib64/plugins",
"/usr/lib64/qt5/plugins", "/home/nicklion/opt/elisa/bin") 
The environment variable QT_PLUGIN_PATH might be not correctly set

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

[kontact] [Bug 352701] Kontact forgets how to download messages

2017-09-15 Thread Nick
https://bugs.kde.org/show_bug.cgi?id=352701

--- Comment #9 from Nick  ---
BTW I'm running KDE Neon LTS 5.8
KDE Plasma Version 5.8.7
KDE Frameworks Version 5.38.0
QT Version 5.7.1
Kernel Version 4.10.0-33-generic
OS Type 64-bit

Processors 8x Intel Core I7 @ 2.2GHz
Memory 16GB

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

[kwin] [Bug 321201] Fade Desktop effect takes place while fullscreen effect (desktop grid) is active

2017-09-15 Thread Leszek Lesner
https://bugs.kde.org/show_bug.cgi?id=321201

Leszek Lesner  changed:

   What|Removed |Added

 CC||leszek.les...@web.de

--- Comment #7 from Leszek Lesner  ---
This problem reoccured for at least KWin 5.10 (had 5.8.7 before where the
problem did not happen [not tested kwin 5.9]). 
See example video: https://www.youtube.com/watch?v=L7UbJHe0p6c

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

[plasmashell] [Bug 384490] [Wayland] Plasma crashes when clicking Kmail launcher if already open

2017-09-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=384490

--- Comment #2 from tro...@free.fr ---
Also happens in Plasma 5.11 beta.

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

[frameworks-kwidgetsaddons] [Bug 383653] Edit field doesn't get focus after windows appears - need to click into field

2017-09-15 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=383653

Christoph Feck  changed:

   What|Removed |Added

 CC||p...@ralfj.de

--- Comment #5 from Christoph Feck  ---
*** Bug 384738 has been marked as a duplicate of this bug. ***

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

[dolphin] [Bug 382208] Automatical adjustment for the icons in places panel

2017-09-15 Thread Matthias
https://bugs.kde.org/show_bug.cgi?id=382208

--- Comment #6 from Matthias  ---
Very easy: Make it optional.

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

[frameworks-kio] [Bug 384500] kioexec: Spurious prompt to re-upload, when a temporary file has been used

2017-09-15 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=384500

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||elvis.angelac...@kde.org

--- Comment #1 from Elvis Angelaccio  ---
Hmm this is by design, recent versions of kioexec use a kded module +
KDirWatcher to detect whether the file has been changed.

It seems this breaks with marble, but I'm not sure how we should fix it.

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

[ksshaskpass] [Bug 384738] Focus is not on password field

2017-09-15 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=384738

Christoph Feck  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Christoph Feck  ---


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

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

[kmail2] [Bug 384112] Kmail crashes when logging out of plasma

2017-09-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=384112

tro...@free.fr changed:

   What|Removed |Added

 CC||tro...@free.fr

--- Comment #1 from tro...@free.fr ---
I can confirm this bug. Kmail always crashes when logging out of Plasma.
Up-to-date packages on Arch Linux.

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

[Oxygen] [Bug 384660] Part of the screen(s) "often" flickers when showing windows

2017-09-15 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=384660

Martin Flöser  changed:

   What|Removed |Added

  Component|scene-opengl|win deco
   Assignee|kwin-bugs-n...@kde.org  |hugo.pereira.da.costa@gmail
   ||.com
Product|kwin|Oxygen

--- Comment #11 from Martin Flöser  ---
(In reply to Antonio Orefice from comment #10)
> could it be that the patch applied to fix 361154 just fixed the shadows, but
> not the glow? Just shooting in the dark.
> 

No, glow is just the same as shadow.

Going to reassign to Oxygen, might be a rendering bug in Oxygen.

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

[kdevelop] [Bug 353758] False-positive warning for Array.prototype.reduce()

2017-09-15 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=353758

--- Comment #1 from Kevin Funk  ---
Could you check if this is still valid in newer KDevelop? There's no error
indicated with KDevelop 5.2 here.

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

[kdevelop] [Bug 356638] False-positive warning with addEventListener()

2017-09-15 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=356638

--- Comment #6 from Kevin Funk  ---
Could you check if this is still valid in newer KDevelop? There's no error
indicated with KDevelop 5.2 here.

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

[frameworks-kio] [Bug 384500] kioexec: Spurious prompt to re-upload, when a temporary file has been used

2017-09-15 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=384500

--- Comment #3 from Jonathan Marten  ---
https://phabricator.kde.org/D7841

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

[ark] [Bug 384608] Drag-and-Drop files from Krusader

2017-09-15 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=384608

Elvis Angelaccio  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |DOWNSTREAM

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

[valgrind] [Bug 382563] MIPS MSA ASE support

2017-09-15 Thread Tamara Vlahovic
https://bugs.kde.org/show_bug.cgi?id=382563

--- Comment #10 from Tamara Vlahovic  ---
Can somebody take a look at these patches?

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

[dolphin] [Bug 382208] Automatical adjustment for the icons in places panel

2017-09-15 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=382208

--- Comment #7 from Nate Graham  ---
Yes, but the question remains: is this currently implemented or not?

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

[Oxygen] [Bug 384660] Part of the screen(s) "often" flickers when showing windows

2017-09-15 Thread Hugo Pereira Da Costa
https://bugs.kde.org/show_bug.cgi?id=384660

Hugo Pereira Da Costa  changed:

   What|Removed |Added

 CC||hugo.pereira.da.costa@gmail
   ||.com

--- Comment #12 from Hugo Pereira Da Costa  ---
First: re-adding kwin in the cc list (disregarding who is actually assigned to
the bug). 

No rendering issue here (with oxygen, active window glow, kf5, etc.)
So this is not a rendering bug, at least, it is not visible for all seetups
(I use intel)

What happens with using the glow with respect to not using it, is that
kdecoration::setShadow is called much much more often than for any other
decoration (basically, many (100) times, each time active window is changed,
because of the smooth transition. 
Now since I do not know (from kdecoration or kwin), what happens to these
shadows once passed "upstream", I have no clue whether this could be an issue
or not. 

What I can guarantee though is that the pixmaps that are used to fill the
DecorationShadowPointer structure are _not_ corrupted.

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

[krita] [Bug 384687] Clicking outside the red frame in the overview docker should pan the image.

2017-09-15 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=384687

Boudewijn Rempt  changed:

   What|Removed |Added

Summary|overview docker |Clicking outside the red
   |unresponsive|frame in the overview
   ||docker should pan the
   ||image.
   Severity|normal  |wishlist
 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #6 from Boudewijn Rempt  ---
Oh! But that's not broken, it's just part of the current functionality of the
overview docker.

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

[krita] [Bug 384687] Clicking outside the red frame in the overview docker should pan the image.

2017-09-15 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=384687

--- Comment #7 from Boudewijn Rempt  ---
_not_ part, dash it!

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

[k3b] [Bug 384743] New: Remove "Do not show again" from "Help" menu>"System check"

2017-09-15 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=384743

Bug ID: 384743
   Summary: Remove "Do not show again" from "Help" menu>"System
check"
   Product: k3b
   Version: 17.08.1
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: GUI/Usability
  Assignee: k...@kde.org
  Reporter: bugsefor...@gmx.com
CC: mich...@jabster.pl, tr...@kde.org
  Target Milestone: ---

Because this dialog should always be shown when called by the menu.

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

[krita] [Bug 381177] Krita doesn't update the color wheel in the selector dialog when manually typing in 8-bit color values

2017-09-15 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=381177

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||samuka3...@gmail.com

--- Comment #1 from Boudewijn Rempt  ---
*** Bug 384744 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 384691] mouse sticks to window decoration with touchscreen

2017-09-15 Thread Silvio Frischknecht
https://bugs.kde.org/show_bug.cgi?id=384691

--- Comment #4 from Silvio Frischknecht  ---
yes it does work on wayland.

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

[kdevelop] [Bug 353758] False-positive warning for Array.prototype.reduce()

2017-09-15 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=353758

Francis Herne  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Francis Herne  ---
Not reproducible for me either with 5.2.

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

[amarok] [Bug 384748] New: Amarok crash on opening

2017-09-15 Thread Rodrigo Borges
https://bugs.kde.org/show_bug.cgi?id=384748

Bug ID: 384748
   Summary: Amarok crash on opening
   Product: amarok
   Version: 2.8.0
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: amarok-bugs-d...@kde.org
  Reporter: rodrigoesbor...@gmail.com
  Target Milestone: 2.9

Application: amarok (2.8.0)
KDE Platform Version: 4.14.35
Qt Version: 4.8.7
Operating System: Linux 4.12.9-1-default x86_64
Distribution: "openSUSE Tumbleweed"

-- Information about the crash:
Whenever trying to open Amarok from KDE or Gnome, amarok crashes and doesn't
start

The crash can be reproduced every time.

-- Backtrace:
Application: Amarok (amarok), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f4d29858380 (LWP 25850))]

Thread 4 (Thread 0x7f4cfb221700 (LWP 25929)):
#0  0x7f4d2502659d in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f4cfcb94b6b in blas_thread_server () at
/usr/lib64/libopenblas_pthreads.so.0
#2  0x7f4d250202f8 in start_thread () at /lib64/libpthread.so.0
#3  0x7f4d2649a5ef in clone () at /lib64/libc.so.6

Thread 3 (Thread 0x7f4cfba22700 (LWP 25928)):
#0  0x7f4d2502659d in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f4cfcb94b6b in blas_thread_server () at
/usr/lib64/libopenblas_pthreads.so.0
#2  0x7f4d250202f8 in start_thread () at /lib64/libpthread.so.0
#3  0x7f4d2649a5ef in clone () at /lib64/libc.so.6

Thread 2 (Thread 0x7f4cfc223700 (LWP 25927)):
#0  0x7f4d2502659d in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f4cfcb94b6b in blas_thread_server () at
/usr/lib64/libopenblas_pthreads.so.0
#2  0x7f4d250202f8 in start_thread () at /lib64/libpthread.so.0
#3  0x7f4d2649a5ef in clone () at /lib64/libc.so.6

Thread 1 (Thread 0x7f4d29858380 (LWP 25850)):
[KCrash Handler]
#6  0x7f4cf1e09867 in QMetaObject::className() const () at
/usr/lib64/libQt5Core.so.5
#7  0x7f4cf2f8b207 in  () at /usr/lib64/libQt5Widgets.so.5
#8  0x7f4cf2f2f3b7 in  () at /usr/lib64/libQt5Widgets.so.5
#9  0x7f4d296dd4ea in call_init.part () at /lib64/ld-linux-x86-64.so.2
#10 0x7f4d296dd5f6 in _dl_init () at /lib64/ld-linux-x86-64.so.2
#11 0x7f4d296e1a7e in dl_open_worker () at /lib64/ld-linux-x86-64.so.2
#12 0x7f4d264d60d4 in _dl_catch_error () at /lib64/libc.so.6
#13 0x7f4d296e1299 in _dl_open () at /lib64/ld-linux-x86-64.so.2
#14 0x7f4d206def26 in dlopen_doit () at /lib64/libdl.so.2
#15 0x7f4d264d60d4 in _dl_catch_error () at /lib64/libc.so.6
#16 0x7f4d206df5f5 in _dlerror_run () at /lib64/libdl.so.2
#17 0x7f4d206defb1 in dlopen@@GLIBC_2.2.5 () at /lib64/libdl.so.2
#18 0x7f4d052545f0 in  () at /usr/lib64/libvlccore.so.8
#19 0x7f4d051cd074 in  () at /usr/lib64/libvlccore.so.8
#20 0x7f4d051ccf22 in  () at /usr/lib64/libvlccore.so.8
#21 0x7f4d051cd371 in  () at /usr/lib64/libvlccore.so.8
#22 0x7f4d051cd8f3 in  () at /usr/lib64/libvlccore.so.8
#23 0x7f4d051b4b44 in libvlc_InternalInit () at /usr/lib64/libvlccore.so.8
#24 0x7f4d04f7b94e in libvlc_new () at /usr/lib64/libvlc.so.5
#25 0x7f4d054ddca9 in  () at
/usr/lib64/kde4/plugins/phonon_backend/phonon_vlc.so
#26 0x7f4d054c3228 in  () at
/usr/lib64/kde4/plugins/phonon_backend/phonon_vlc.so
#27 0x7f4d054c3dab in qt_plugin_instance () at
/usr/lib64/kde4/plugins/phonon_backend/phonon_vlc.so
#28 0x7f4d26c5577d in QPluginLoader::instance() () at
/usr/lib64/libQtCore.so.4
#29 0x7f4d06579c88 in  () at /usr/lib64/kde4/plugins/phonon_platform/kde.so
#30 0x7f4d0657a56b in  () at /usr/lib64/kde4/plugins/phonon_platform/kde.so
#31 0x7f4d25eb2df9 in Phonon::FactoryPrivate::createBackend() () at
/usr/lib64/libphonon.so.4
#32 0x7f4d25eb3600 in Phonon::Factory::backend(bool) () at
/usr/lib64/libphonon.so.4
#33 0x7f4d25eb3b62 in Phonon::Factory::createAudioOutput(QObject*) () at
/usr/lib64/libphonon.so.4
#34 0x7f4d25eab12f in Phonon::AudioOutputPrivate::createBackendObject() ()
at /usr/lib64/libphonon.so.4
#35 0x7f4d25ea89ee in Phonon::AudioOutputPrivate::init(Phonon::Category) ()
at /usr/lib64/libphonon.so.4
#36 0x7f4d2925fb5f in EngineController::initializePhonon() () at
/usr/lib64/libamaroklib.so.1
#37 0x7f4d292672b5 in  () at /usr/lib64/libamaroklib.so.1
#38 0x7f4d26c7b8cb in QMetaMethod::invoke(QObject*, Qt::ConnectionType,
QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument,
QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument,
QGenericArgument, QGenericArgument, QGenericArgument) const () at
/usr/lib64/libQtCore.so.4
#39 0x7f4d26c7ceba in QMetaObject::invokeMethod(QObject*, char const*,
Qt::ConnectionType, QGenericReturnArgument, 

[krita] [Bug 384742] Render Animation: No alpha channel (transparency) for PNG file format.

2017-09-15 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=384742

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org

--- Comment #1 from Boudewijn Rempt  ---
That happens when the image itself doesn't seem to contain transparent and
semi-transparent pixels.

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

[krita] [Bug 384742] Render Animation: No alpha channel (transparency) for PNG file format.

2017-09-15 Thread Samuel
https://bugs.kde.org/show_bug.cgi?id=384742

--- Comment #2 from Samuel  ---
(In reply to Boudewijn Rempt from comment #1)
> That happens when the image itself doesn't seem to contain transparent and
> semi-transparent pixels.

But the thing is, when you export a single image/frame the "Store alpha
channel" option is available to be used or not.

The grayed out "Store alpha channel" thing only happens if you try to export
the animation sequence as PNG.

Tried deleting unnecessary layers and just leave the ones with actual pixels on
it to see if that could have some kind of correlation with "layer visibility"
vs "layer existence". Even that didn't make any difference, "Store alpha
channel" remained grayed out for PNG sequence.

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

[kdevelop] [Bug 363180] The qmljs parser crashes in QmlJS::getDeclaration

2017-09-15 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=363180

Kevin Funk  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |RESOLVED

--- Comment #12 from Kevin Funk  ---
@Jonathan: Could you please check whether this is still a problem in newer
KDevelop?

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

[frameworks-kio] [Bug 384500] kioexec: Spurious prompt to re-upload, when a temporary file has been used

2017-09-15 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=384500

--- Comment #2 from Jonathan Marten  ---
The receiving application, whether Marble or anything else, shouldn't be
relevant.  The log shows that the fundamental problem is that kded module is
being told to watch the file before the ioslave actually starts the copy. 
Marble is not involved until the very last line above.

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

[plasmashell] [Bug 384747] Task Manager: Sorting by Desktop doesnot work with grouped windows

2017-09-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=384747

guptaprashant...@gmail.com changed:

   What|Removed |Added

   Keywords||reproducible, usability

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

[plasmashell] [Bug 384747] New: Task Manager: Sorting by Desktop doesnot work with grouped windows

2017-09-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=384747

Bug ID: 384747
   Summary: Task Manager: Sorting by Desktop doesnot work with
grouped windows
   Product: plasmashell
   Version: 5.10.5
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Task Manager
  Assignee: h...@kde.org
  Reporter: guptaprashant...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Hi I have Plasma 5.10.5 installed on Fedora 26.

In the task manager settings, I selected the "By Desktop" option in sorting and
"By Program Name" in the grouping setting. But if there is an application group
on Desktop 2 open(in my case, multiple PDFs in Okular) and I open Firefox on
desktop 1, Firefox appears after the application group on the task manager. 

Proper sorting takes place if I don't enable application grouping.

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

[kate] [Bug 378275] Kate doesn't do smooth pixel-by-pixel scrolling

2017-09-15 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=378275

--- Comment #4 from Nate Graham  ---
The class documentation says:

"QPlainTextEdit is a thin class, implemented by using most of the technology
that is behind QTextEdit and QTextDocument. Its performance benefits over
QTextEdit stem mostly from using a different and simplified text layout called
QPlainTextDocumentLayout on the text document (see
QTextDocument::setDocumentLayout()). The plain text document layout does not
support tables nor embedded frames, and replaces a pixel-exact height
calculation with a line-by-line respectively paragraph-by-paragraph scrolling
approach."

http://doc.qt.io/qt-5.9/qplaintextedit.html

This suggests two options:

1. Suggest to the Qt folks that they re-architect QPlainTextEdit to support
optional pixel-by-pixel scrolling while retaining as many of the performance
benefits of the status quo as possible. This seems unlikely, but I have
submitted an upstream bug report anyway:
https://bugreports.qt.io/browse/QTBUG-63241

2. Change Kate and Konsole to use the QTextEdit class (which supports smooth
pixel-by-pixel scrolling) and live with whatever performance penalty this
imposes. We would definitely need to test with huge documents and lousy
hardware to see at what point the performance penalty becomes noticeable, and
decide if we can live with that. This seems like what we should focus on in the
short to medium term, and make sure we test thoroughly to make sure the
performance hit is either negligible or acceptable.

Another consideration: if we wait for the Qt bug to be resolved (if it ever
is), then we will have to wait before we can turn pixel scrolling until the
version of QT that supports it is released and widely available, which may be
quite a long time (if ever).

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

[kmymoney4] [Bug 384139] Error Copying File to Device

2017-09-15 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=384139

Ralf Habacker  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/kmy
   ||money/9771cfa20fbf2d6bd2e63
   ||fea0aefc410d720b870
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
   Version Fixed In||4.8.1

--- Comment #2 from Ralf Habacker  ---
Git commit 9771cfa20fbf2d6bd2e63fea0aefc410d720b870 by Ralf Habacker.
Committed on 15/09/2017 at 15:57.
Pushed by habacker into branch '4.8'.

Fix 'Error Copying File to Device'

- Use KIO:Netaccess::upload() to copy the file on all platforms
- Print out saved file in the information boxes

FIXED-IN:4.8.1

M  +19   -28   kmymoney/kmymoney.cpp

https://commits.kde.org/kmymoney/9771cfa20fbf2d6bd2e63fea0aefc410d720b870

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

[krita] [Bug 384742] New: Render Animation: No alpha channel (transparency) for PNG file format.

2017-09-15 Thread Samuel
https://bugs.kde.org/show_bug.cgi?id=384742

Bug ID: 384742
   Summary: Render Animation: No alpha channel (transparency) for
PNG file format.
   Product: krita
   Version: 3.2.1
  Platform: Mint (Debian based)
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: File formats
  Assignee: krita-bugs-n...@kde.org
  Reporter: samuka3...@gmail.com
  Target Milestone: ---

Created attachment 107870
  --> https://bugs.kde.org/attachment.cgi?id=107870=edit
PNG options dialog

When rendering an animation, in the PNG file format options dialog the "Store
alpha channel (transparency)" option is grayed out and cannot be marked.

The only workaround at the moment is to export as TIFF.

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

[krita] [Bug 384744] New: Configure Krita -> General -> Window -> Window Background

2017-09-15 Thread Samuel
https://bugs.kde.org/show_bug.cgi?id=384744

Bug ID: 384744
   Summary: Configure Krita -> General -> Window -> Window
Background
   Product: krita
   Version: 3.2.1
  Platform: Mint (Debian based)
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: usability
  Assignee: krita-bugs-n...@kde.org
  Reporter: samuka3...@gmail.com
  Target Milestone: ---

Created attachment 107871
  --> https://bugs.kde.org/attachment.cgi?id=107871=edit
Color selector screenshots

When you try to pick a specific color, the color selector display weird values
for RGB input. Even if you manually enter the values for the desired color, the
color selector won't work properly.

Possible workaround, type in the hex value for the desired color.

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

[Akonadi] [Bug 338658] GMail, Novell Groupwise, other IMAP: "Multiple merge candidates, aborting"

2017-09-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=338658

harbin...@gmail.com changed:

   What|Removed |Added

 CC|harbin...@gmail.com |

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

[kwin] [Bug 384691] mouse sticks to window decoration with touchscreen

2017-09-15 Thread Silvio Frischknecht
https://bugs.kde.org/show_bug.cgi?id=384691

--- Comment #2 from Silvio Frischknecht  ---
Created attachment 107872
  --> https://bugs.kde.org/attachment.cgi?id=107872=edit
supportInformation

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

[kwin] [Bug 384660] Part of the screen(s) "often" flickers when showing windows

2017-09-15 Thread Hugo Pereira Da Costa
https://bugs.kde.org/show_bug.cgi?id=384660

Hugo Pereira Da Costa  changed:

   What|Removed |Added

Product|Oxygen  |kwin
  Component|win deco|decorations
   Assignee|hugo.pereira.da.costa@gmail |kwin-bugs-n...@kde.org
   |.com|

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

[Oxygen] [Bug 384660] Part of the screen(s) "often" flickers when showing windows

2017-09-15 Thread Hugo Pereira Da Costa
https://bugs.kde.org/show_bug.cgi?id=384660

--- Comment #13 from Hugo Pereira Da Costa  ---
In fact, reassigning to kwin. Sorry martin. 
Only way for me to fix this (asside for digging into kdecoration, which I have
no time to do), would be to disable the whole thing alltogether.
(as far as I know, oxygen is the only decoration that has this feature).

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

[krita] [Bug 384687] overview docker unresponsive

2017-09-15 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=384687

--- Comment #5 from Alvin Wong  ---
Oh I meant if I click _outside_ of the red square it doesn't move the square to
the clicked position. Dragging the square does work. It's just not clear which
case the original reporter was referring to.

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

[kdenlive] [Bug 371849] audio file sounds "clicky" when on project timeline; affects rendered file

2017-09-15 Thread S . Christian Collins
https://bugs.kde.org/show_bug.cgi?id=371849

--- Comment #34 from S. Christian Collins  ---
(In reply to kalimerox from comment #32)
> I was wondering as a non programmer: would it make sense to edit the
> .kdenlive file, changing all "combine" entrys to "Sum" or something like
> this? just a wild guess...

Yes, this is what I do. I create and save a new video project, then edit the
.kdenlive file, replacing all instances of "combine" with "sum". This gets rid
of the clicky audio for me.

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

[frameworks-kio] [Bug 384653] Journal spammed with “kf5.kio.core: error() called twice! Please fix the KIO slave.”

2017-09-15 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=384653

--- Comment #5 from Elvis Angelaccio  ---
Next version of KIO will be more verbose.

In the meantime, you could run

QT_MESSAGE_PATTERN="%{appname} - %{message}" kdeinit5

from a terminal. That should show you the name of the kioslaves before the "fix
the KIO slave" message.

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

[ark] [Bug 384608] Drag-and-Drop files from Krusader

2017-09-15 Thread TheCubicleJockey
https://bugs.kde.org/show_bug.cgi?id=384608

TheCubicleJockey  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED

--- Comment #2 from TheCubicleJockey  ---
This was resolved with an update to kitemmodels, kparts, and kpty. This can be
closed. Thanks!

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

[krita] [Bug 384687] overview docker unresponsive

2017-09-15 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=384687

--- Comment #4 from Boudewijn Rempt  ---
Interesting... I first tested on Linux, but I just checked on win10 on the WSP,
and both with stylus and finger I can move the red square. The thing doesn't
have a mouse or touchpad, though...

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

[kwin] [Bug 384691] mouse sticks to window decoration with touchscreen

2017-09-15 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=384691

Martin Flöser  changed:

   What|Removed |Added

  Component|decorations |core
   Severity|normal  |minor
   Priority|NOR |VLO
  Flags||Wayland-, X11+

--- Comment #3 from Martin Flöser  ---
Probably an issue of X, this should work on Wayland. I don't think that this
will be fixed any time soon.

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

[kdevelop] [Bug 356638] False-positive warning with addEventListener()

2017-09-15 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=356638

Francis Herne  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #7 from Francis Herne  ---
Not reproducible for me with 5.2.

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

[kwin] [Bug 384745] New: kwin bug: tiling a window with mouse at screen edge doesn't always succeed

2017-09-15 Thread Thanos Apostolou
https://bugs.kde.org/show_bug.cgi?id=384745

Bug ID: 384745
   Summary: kwin bug: tiling a window with mouse at screen edge
doesn't always succeed
   Product: kwin
   Version: 5.10.5
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: effects-window-management
  Assignee: kwin-bugs-n...@kde.org
  Reporter: thanosaposto...@outlook.com
  Target Milestone: ---

Tiling a window with mouse at screen edge doesn't always succeed. Sometimes the
window jumps to another area and with other size. I don't see any relevant
errors at logs when this is happening and I cannot really explain it. I have
reproduced this in many distros (Kubuntu, Fedora, Manjaro) with kwidn 5.9.x and
5.10.x.

I made a quick video from manjaro with kwin 5.10.5, in order to demonstrate the
problem:

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

[kwin] [Bug 384745] kwin bug: tiling a window with mouse at screen edge doesn't always succeed

2017-09-15 Thread Thanos Apostolou
https://bugs.kde.org/show_bug.cgi?id=384745

Thanos Apostolou  changed:

   What|Removed |Added

  Component|effects-window-management   |general

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

[kmymoney4] [Bug 384746] New: transaction does not allow German "umlauts"

2017-09-15 Thread MK
https://bugs.kde.org/show_bug.cgi?id=384746

Bug ID: 384746
   Summary: transaction does not allow German "umlauts"
   Product: kmymoney4
   Version: 4.8.0
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: onlinebanking
  Assignee: kmymoney-de...@kde.org
  Reporter: bugs...@kkk-web.de
  Target Milestone: ---

Input into the "beneficiary" field of the online-banking plugin does not allow
German "umlauts". Therefore it is not possible to transfer money to a recipient
with "ä,ü,ö,ß" in its name.

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

[k3b] [Bug 384743] Remove "Do not show again" from "Help" menu>"System check"

2017-09-15 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=384743

--- Comment #1 from Dr. Chapatin  ---
Or K3b should show "no problem found" or similar message when this is the case.

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

[krita] [Bug 384744] Configure Krita -> General -> Window -> Window Background

2017-09-15 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=384744

Boudewijn Rempt  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||b...@valdyas.org

--- Comment #1 from Boudewijn Rempt  ---
Marking as duplicate of 381177 since it's about the same component.

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

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

[kate] [Bug 378275] Kate doesn't do smooth pixel-by-pixel scrolling - consider using QTextEdit instead of QPlainTextEdit as the text view backend

2017-09-15 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=378275

Nate Graham  changed:

   What|Removed |Added

Summary|Kate doesn't do smooth  |Kate doesn't do smooth
   |pixel-by-pixel scrolling|pixel-by-pixel scrolling -
   ||consider using QTextEdit
   ||instead of QPlainTextEdit
   ||as the text view backend

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

[partitionmanager] [Bug 368674] partition manager crashes while checking highly corrupted partition (memory leak)

2017-09-15 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=368674

Andrius Štikonas  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/kpm
   ||core/687e3fc7d44c55e2529084
   ||518cb4780065dab2cb
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Andrius Štikonas  ---
Git commit 687e3fc7d44c55e2529084518cb4780065dab2cb by Andrius Štikonas.
Committed on 15/09/2017 at 13:59.
Pushed by stikonas into branch 'master'.

Do not store more than 10M characters in ExternalCommand output.

M  +6-0src/util/externalcommand.cpp

https://commits.kde.org/kpmcore/687e3fc7d44c55e2529084518cb4780065dab2cb

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

[kontact] [Bug 383107] Crash when writing new mail

2017-09-15 Thread Axel Braun
https://bugs.kde.org/show_bug.cgi?id=383107

--- Comment #6 from Axel Braun  ---
Still an issue on 5.6.1: First two characters work fine, but 3rd character - no
match - crashes Kmail

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

[plasmashell] [Bug 384747] Task Manager: Sorting by Desktop doesnot work with grouped windows

2017-09-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=384747

--- Comment #1 from guptaprashant...@gmail.com ---
Just realized that this makes sense when opening the same application on
different desktops. But the group can still be sorted if all the instances of
the application group are on the same desktop.

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

[kwin] [Bug 376104] Window tiling sends window to wrong place

2017-09-15 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=376104

Martin Flöser  changed:

   What|Removed |Added

 CC||thanosaposto...@outlook.com

--- Comment #13 from Martin Flöser  ---
*** Bug 384745 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 384745] kwin bug: tiling a window with mouse at screen edge doesn't always succeed

2017-09-15 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=384745

Martin Flöser  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Martin Flöser  ---


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

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

[konsole] [Bug 381593] Fonts space incorrect when typing ligature marks (Hindi, Sanskrit, Bangla)

2017-09-15 Thread G Karunakar
https://bugs.kde.org/show_bug.cgi?id=381593

G Karunakar  changed:

   What|Removed |Added

 CC||karuna...@indlinux.org

--- Comment #2 from G Karunakar  ---
I don't have latest version (still on 4.x) but none of consoles - either text
mode or in X/Desktops support displaying Indian languages properly. This is
case with all terminal emulators in Linux desktops.
This require some change in semantics of terminal emulation and rendering to
properly show complex text characters.

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

[Spectacle] [Bug 384751] New: must supply filename extension when saving captured image

2017-09-15 Thread bugcatcher1
https://bugs.kde.org/show_bug.cgi?id=384751

Bug ID: 384751
   Summary: must supply filename extension when saving captured
image
   Product: Spectacle
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: grave
  Priority: NOR
 Component: General
  Assignee: m...@baloneygeek.com
  Reporter: bugcatch...@cox.net
  Target Milestone: ---

User must supply ".png" suffix when doing "save as" on captured image. If not
supplied, then told that spectacle cannot save file because of "unknown" file
format.

Really???  Your program is saving something you captured and you do not know
that it will be a png image Especially confusing when the default file
search is is for "*.png"

If you search for "*.png" then why not make that the default file extension???

If user does not supply extension, then assume it is supposed to be a png. Why
should user have to supply that as part of the name?

I am using "save as" because the "save" just dumps a screenshotxxx into my
picture directory. I do not want that default name, nor do I want it dumped
into that directory!

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

[kdesvn] [Bug 375776] KF5-based doesn't display the authorization dialog for ssh

2017-09-15 Thread Christian Ehrlicher
https://bugs.kde.org/show_bug.cgi?id=375776

--- Comment #10 from Christian Ehrlicher  ---
I fixed it a slightly different way, but should work too ...

https://commits.kde.org/kdesvn/8cdc05717b0636384f22543f43b516fde7439c1e

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

[k3b] [Bug 377105] Disc space/time bar is broken

2017-09-15 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=377105

Dr. Chapatin  changed:

   What|Removed |Added

Version|unspecified |17.08.1

--- Comment #18 from Dr. Chapatin  ---
Hi Leslie
Any progress with this issue?

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

[kmail2] [Bug 382252] "On you wrote:" has wrong timezone

2017-09-15 Thread Charles Samuels
https://bugs.kde.org/show_bug.cgi?id=382252

Charles Samuels  changed:

   What|Removed |Added

   Platform|Other   |Debian stable

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

  1   2   >