[elisa] [Bug 393486] Elisa not picking covers for songs

2019-05-02 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=393486

--- Comment #13 from Matthieu Gallien  ---
Git commit 9fd1e7bcafa11417a1271e770d33e33cb26ba6b6 by Matthieu Gallien.
Committed on 03/05/2019 at 05:03.
Pushed by mgallien into branch '0.4'.

do not forget the album cover when using embedded cover images

Summary:
Use embedded cover images when inserting an album in database allowing tracks
and albums to use the right cover image

Currently require a reimport of database. Will fix that in a later revision.
Related: bug 406482

Test Plan: Auto tests are OK. Attached test files show an embedded cover image.

Reviewers: ngraham

Reviewed By: ngraham

Tags: #elisa

Differential Revision: https://phabricator.kde.org/D20879

M  +185  -16   src/databaseinterface.cpp

https://commits.kde.org/elisa/9fd1e7bcafa11417a1271e770d33e33cb26ba6b6

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

[elisa] [Bug 406482] Embedded album art visible in Dolphin sometimes not visible in Elisa

2019-05-02 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=406482

Matthieu Gallien  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/eli
   ||sa/9fd1e7bcafa11417a1271e77
   ||0d33e33cb26ba6b6
 Status|ASSIGNED|RESOLVED

--- Comment #4 from Matthieu Gallien  ---
Git commit 9fd1e7bcafa11417a1271e770d33e33cb26ba6b6 by Matthieu Gallien.
Committed on 03/05/2019 at 05:03.
Pushed by mgallien into branch '0.4'.

do not forget the album cover when using embedded cover images

Summary:
Use embedded cover images when inserting an album in database allowing tracks
and albums to use the right cover image

Currently require a reimport of database. Will fix that in a later revision.
Related: bug 393486

Test Plan: Auto tests are OK. Attached test files show an embedded cover image.

Reviewers: ngraham

Reviewed By: ngraham

Tags: #elisa

Differential Revision: https://phabricator.kde.org/D20879

M  +185  -16   src/databaseinterface.cpp

https://commits.kde.org/elisa/9fd1e7bcafa11417a1271e770d33e33cb26ba6b6

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

[elisa] [Bug 407156] new mp3s not recognized

2019-05-02 Thread Thomas
https://bugs.kde.org/show_bug.cgi?id=407156

--- Comment #2 from Thomas  ---
Created attachment 119803
  --> https://bugs.kde.org/attachment.cgi?id=119803=edit
elisa.log

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

[Akonadi] [Bug 407170] New: Akonadi won't start for Domain Users

2019-05-02 Thread Don Robertson
https://bugs.kde.org/show_bug.cgi?id=407170

Bug ID: 407170
   Summary: Akonadi won't start for Domain Users
   Product: Akonadi
   Version: 5.10.3
  Platform: unspecified
OS: Linux
Status: REPORTED
  Severity: critical
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: d...@robertson.net.nz
  Target Milestone: ---

SUMMARY
When logging into Kubuntu 18.xx and 19.04 with a domain login, Akonadi won't
start. It will start if logging in as a local user.

I am running Nethserver - a CentOS based server - with Samba 4 set to act as a
Active Directory and DOmain Controller. Nethserver sets the home directory to
/var/lib/nethserver/home/USERNAME


STEPS TO REPRODUCE
1. Install and configure domain controller, get Kubuntu to use DC to
authenticate and log in. I used the instructions on this
(https://bitsofwater.com/2018/05/08/join-ubuntu-18-04-to-active-directory/)
page to join the Kubuntu client to the domain.
2. Attempt to start Akonadi

OBSERVED RESULT

When starting Akonadi:

usern...@domain.name@machinename:~$ akonadictl start
Connecting to deprecated signal
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
usern...@domain.name@machinename:~$ org.kde.pim.akonadiserver: Starting up the
Akonadi Server...
mysqld: [ERROR] Could not open required defaults file:
/var/lib/nethserver/home/username/
mysqld: [ERROR] Fatal error in defaults handling. Program aborted!
org.kde.pim.akonadiserver: database server stopped unexpectedly
org.kde.pim.akonadiserver: Database process exited unexpectedly during initial
connection!
org.kde.pim.akonadiserver: executable: "/usr/sbin/mysqld-akonadi"
org.kde.pim.akonadiserver: arguments:
("--defaults-file=/var/lib/nethserver/home/username/.local/share/akonadi/mysql.conf",
"--datadir=/var/lib/nethserver/home/username/.local/share/akonadi/db_data/",
"--socket=/tmp/akonadi-...@rnet.duckdns.org.46qsbJ/mysql.socket",
"--pid-file=/tmp/akonadi-...@rnet.duckdns.org.46qsbJ/mysql.pid")
org.kde.pim.akonadiserver: stdout: ""
org.kde.pim.akonadiserver: stderr: "mysqld: [ERROR] Could not open required
defaults file:
/var/lib/nethserver/home/username/.local/share/akonadi/mysql.conf\nmysqld:
[ERROR] Fatal error in defaults handling. Program aborted!\n"
org.kde.pim.akonadiserver: exit code: 1
org.kde.pim.akonadiserver: process error: "Unknown error"
org.kde.pim.akonadiserver: Failed to remove runtime connection config file
org.kde.pim.akonadiserver: Shutting down AkonadiServer...
org.kde.pim.akonadicontrol: Application 'akonadiserver' exited normally...

usern...@domain.name@machinename:~$


Permissions on /var/lib/nethserver/home/username/ seem to be okay - it is the
users home directory, and the users have no other (software related) problems.
The user can also read the ~/.local/share/akonadi/mysql.conf file and access
the ~./local/share/akonadi/db_data/ directory.

Listing the ~/.local/share/akonadi/ directory gives:

usern...@domain.name@machinename:~$ ll ~/.local/share/akonadi/
total 28
drwxr-xr-x  2 usern...@domain.name domain us...@domain.name 4096 Apr 11 10:36
./
drwxr-xr-x 34 usern...@domain.name domain us...@domain.name 4096 Apr 11 09:53
../
-rw-r--r--  1 usern...@domain.name domain us...@domain.name  150 Apr 11 10:36
akonadi_control.error
-rw-r--r--  1 usern...@domain.name domain us...@domain.name  150 Apr 11 10:36
akonadi_control.error.old
-rw-r--r--  1 usern...@domain.name domain us...@domain.name0 Apr 11 10:36
akonadictl.error
-rw-r--r--  1 usern...@domain.name domain us...@domain.name0 Apr 11 10:36
akonadictl.error.old
-rw-r--r--  1 usern...@domain.name domain us...@domain.name  734 Apr 11 10:36
akonadiserver.error
-rw-r--r--  1 usern...@domain.name domain us...@domain.name  734 Apr 11 10:36
akonadiserver.error.old
-rw-r--r--  1 usern...@domain.name domain us...@domain.name 3660 Apr  3 09:30
mysql.conf
lrwxrwxrwx  1 usern...@domain.name domain us...@domain.name   40 Apr 11 10:02
socket-machinename -> '/tmp/akonadi-usern...@domain.name.KhWSEz'/

If I have a look in /tmp, I see:

usern...@domain.name@machinename:~$ ll /tmp/
total 88
drwxrwxrwt 16 root root 4096 Apr 11 10:53  ./
drwxr-xr-x 24 root root 4096 Apr  3 12:22  ../
drwx--  2 usern...@domain.name domain us...@domain.name  4096 Apr 11 10:02
'akonadi-usern...@domain.name.KhWSEz'/

For local users, Akonadi/ Kontact works, and listing ~.local/share/akonadi/
gives

usern...@domain.name@machinename:~$ ll ~/.local/share/akonadi/
total 28
drwxrwxr-x  4 username usergroup 4096 Apr  3 09:29 ./
drwxr-xr-x 21 username usergroup 4096 Apr  3 09:29 ../
-rw-rw-r--  1 username usergroup  827 Apr  3 09:30 akonadi_control.error
-rw-rw-r--  1 username usergroup0 Apr  3 09:29 akonadictl.error
-rw-rw-r--  1 username usergroup0 Apr  3 09:29 akonadictl.error.old
-rw-rw-r--  1 username usergroup  230 Apr  3 09:29 akonadiserver.error
drwxr-x---  6 

[gwenview] [Bug 407151] Gwenview cannot move files to trash

2019-05-02 Thread Kishore Gopalakrishnan
https://bugs.kde.org/show_bug.cgi?id=407151

Kishore Gopalakrishnan  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Status|NEEDSINFO   |REPORTED

--- Comment #3 from Kishore Gopalakrishnan  ---
Hmmm... It works properly in a new user (I should've checked before reporting).
Any idea on what config files I could try clearing?

I tried removing `.local/share/Trash` and letting Dolphin create a new one by
deleting a file. I can still reproduce the issue (Dolphin can move images to
Trash, but Gwenview can't).

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

[kwin] [Bug 406639] Disabling Full Screen -> crash

2019-05-02 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=406639

--- Comment #2 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[kmymoney] [Bug 402672] Can't edit loan account with institution of "Accounts with no institution assigned"

2019-05-02 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=402672

--- Comment #4 from killphi+...@gmail.com ---
(In reply to killphi+kde from comment #3)
> Deleting account is greyed out from context menu;

That was an error on my end.
Found the recurring payment, deleted that, and was able to delete the loan
account.


I would still expect to be unable to create an "illegal" loan account to
prevent such errors from occuring, or at least more helpful error messages on
how to resolve this, if not better handling in the code itself.

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

[gwenview] [Bug 407151] Gwenview cannot move files to trash

2019-05-02 Thread Kishore Gopalakrishnan
https://bugs.kde.org/show_bug.cgi?id=407151

--- Comment #2 from Kishore Gopalakrishnan  ---
The path to the particular file I used to test this was
`/home/kishore/Downloads/testimg.jpg`. However, this issue doesn't seem to be
related to the path, as I can reproduce this with images in other locations
too.

There are no files in Trash with the same name. I can delete the same file
without any problems in Dolphin. I'll try to test this in a new user and report
back.

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

[kontact] [Bug 407169] New: IMAP constantly syncing

2019-05-02 Thread Aaron Williams
https://bugs.kde.org/show_bug.cgi?id=407169

Bug ID: 407169
   Summary: IMAP constantly syncing
   Product: kontact
   Version: 5.11.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: akregator
  Assignee: kdepim-b...@kde.org
  Reporter: aar...@doofus.org
  Target Milestone: ---

SUMMARY

I have Kontact running on several computers connected to two different IMAP
accounts. One IMAP account is running on Cyrus and the other is connected to
Microsoft Office 365. I am seeing both accounts repeatedly syncing the inbox
folders almost nonstop. Every time I go to open an email it starts syncing. 
These accounts hold a lot of email.  The Cyrus account has easily over 200K
emails in the inbox.

I have run akonadictl fsck and akonadictl vacuum as well as restarted akonadi 
yet the problem continues.

Note that I also have Akonadi configured to use PostgreSQL.

This behavior is occurring on several computers connected to the same IMAP
accounts.

Periodically I have to restart akonadi when Kontact cannot open emails.

STEPS TO REPRODUCE
1. Start Kontact
2. Open an email
3. Kontact starts syncing the folder for each email opened

OBSERVED RESULT
Constantly syncing the Inbox

EXPECTED RESULT
It should not be constantly resyncing the Inbox

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: OpenSUSE 15.0 with latest KDE/QT/Plasma repos
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

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

[dolphin] [Bug 406814] Hide "Assign tags" feature when baloo is disabled

2019-05-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=406814

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from Nate Graham  ---
The relevant features have now been made available when Baloo isn't active (in
Frameworks 5.58 and Apps 19.08.0), so there's no longer a need for the original
request to be implemented.

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

[drkonqi] [Bug 398275] Incorrect tab index on Login into the KDE Bug Tracking System page

2019-05-02 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=398275

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com

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

[kaffeine] [Bug 407153] Kaffeine 2.0.17 fails to build with libvlc 2.2.6

2019-05-02 Thread Mauro Carvalho Chehab
https://bugs.kde.org/show_bug.cgi?id=407153

--- Comment #7 from Mauro Carvalho Chehab  ---
(In reply to Mauro Carvalho Chehab from comment #5)
> (In reply to Wolfgang Bauer from comment #2)

> From a more practical standpoint, I don't test Kaffeine anymore with vlc 2,
> as the distros I use already moved to vlc3 a long time ago.

Found a RPi3 here with an old image that still has vlc 2.26. I'll give it a
try, and see how easy/hard would be to fix it.

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

[gwenview] [Bug 407168] New: Gwenview crashes when saving rotated images in bulk

2019-05-02 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=407168

Bug ID: 407168
   Summary: Gwenview crashes when saving rotated images in bulk
   Product: gwenview
   Version: 18.12.2
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: gwenview-bugs-n...@kde.org
  Reporter: aspotas...@gmail.com
  Target Milestone: ---

Application: gwenview (18.12.2)

Qt Version: 5.11.3
Frameworks Version: 5.55.0
Operating System: Linux 5.0.8-200.fc29.x86_64 x86_64
Distribution: "Fedora release 29 (Twenty Nine)"

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

1. Switch to "View" mode
2. Rotate an image to fix orientation
3. Go to the next image
4. Repeat 2&3 for several images
5. Click "Save All"
6. Crashes while saving the images, in my case the progress bar was at 2%.

The crash can be reproduced sometimes.

-- Backtrace:
Application: Gwenview (gwenview), signal: Aborted
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f57087249c0 (LWP 20647))]

Thread 12 (Thread 0x7f56e5181700 (LWP 20824)):
#0  0x7f570bd30dac in __lll_lock_wait_private () from /lib64/libc.so.6
#1  0x7f570bca9e43 in _int_free () from /lib64/libc.so.6
#2  0x7f570c1e947a in QTypedArrayData::deallocate (data=) at ../../include/QtCore/../../src/corelib/tools/qarraydata.h:234
#3  QByteArray::operator= (this=0x7f56a00093b0, other=...) at
tools/qbytearray.cpp:1175
#4  0x7f570e948b21 in Gwenview::JpegContent::applyPendingTransformation()
() from /lib64/libgwenviewlib.so.5
#5  0x7f570e949bc0 in Gwenview::JpegContent::save(QIODevice*) () from
/lib64/libgwenviewlib.so.5
#6  0x7f570e906c0b in ?? () from /lib64/libgwenviewlib.so.5
#7  0x7f570e90c7c5 in Gwenview::SaveJob::saveInternal() () from
/lib64/libgwenviewlib.so.5
#8  0x7f570e8fce96 in ?? () from /lib64/libgwenviewlib.so.5
#9  0x7f570c1df8f1 in QThreadPoolThread::run (this=0x55bec001ebf0) at
thread/qthreadpool.cpp:101
#10 0x7f570c1e72fb in QThreadPrivate::start (arg=0x55bec001ebf0) at
thread/qthread_unix.cpp:367
#11 0x7f570bbae58e in start_thread () from /lib64/libpthread.so.0
#12 0x7f570bd23683 in clone () from /lib64/libc.so.6

Thread 11 (Thread 0x7f56e6ffd700 (LWP 20823)):
#0  0x7f570bd30dac in __lll_lock_wait_private () from /lib64/libc.so.6
#1  0x7f570bca9e43 in _int_free () from /lib64/libc.so.6
#2  0x7f570c1e947a in QTypedArrayData::deallocate (data=) at ../../include/QtCore/../../src/corelib/tools/qarraydata.h:234
#3  QByteArray::operator= (this=0x7f56a00274f0, other=...) at
tools/qbytearray.cpp:1175
#4  0x7f570e948b21 in Gwenview::JpegContent::applyPendingTransformation()
() from /lib64/libgwenviewlib.so.5
#5  0x7f570e949bc0 in Gwenview::JpegContent::save(QIODevice*) () from
/lib64/libgwenviewlib.so.5
#6  0x7f570e906c0b in ?? () from /lib64/libgwenviewlib.so.5
#7  0x7f570e90c7c5 in Gwenview::SaveJob::saveInternal() () from
/lib64/libgwenviewlib.so.5
#8  0x7f570e8fce96 in ?? () from /lib64/libgwenviewlib.so.5
#9  0x7f570c1df8f1 in QThreadPoolThread::run (this=0x55bebfc24500) at
thread/qthreadpool.cpp:101
#10 0x7f570c1e72fb in QThreadPrivate::start (arg=0x55bebfc24500) at
thread/qthread_unix.cpp:367
#11 0x7f570bbae58e in start_thread () from /lib64/libpthread.so.0
#12 0x7f570bd23683 in clone () from /lib64/libc.so.6

Thread 10 (Thread 0x7f56e77fe700 (LWP 20822)):
[KCrash Handler]
#6  0x7f570bc5e57f in raise () from /lib64/libc.so.6
#7  0x7f570bc48895 in abort () from /lib64/libc.so.6
#8  0x7f570bca19c7 in __libc_message () from /lib64/libc.so.6
#9  0x7f570bca82cc in malloc_printerr () from /lib64/libc.so.6
#10 0x7f570bca9f56 in _int_free () from /lib64/libc.so.6
#11 0x7f570c1e947a in QTypedArrayData::deallocate (data=) at ../../include/QtCore/../../src/corelib/tools/qarraydata.h:234
#12 QByteArray::operator= (this=0x7f56b8001e90, other=...) at
tools/qbytearray.cpp:1175
#13 0x7f570e948b21 in Gwenview::JpegContent::applyPendingTransformation()
() from /lib64/libgwenviewlib.so.5
#14 0x7f570e949bc0 in Gwenview::JpegContent::save(QIODevice*) () from
/lib64/libgwenviewlib.so.5
#15 0x7f570e906c0b in ?? () from /lib64/libgwenviewlib.so.5
#16 0x7f570e90c7c5 in Gwenview::SaveJob::saveInternal() () from
/lib64/libgwenviewlib.so.5
#17 0x7f570e8fce96 in ?? () from /lib64/libgwenviewlib.so.5
#18 0x7f570c1df8f1 in QThreadPoolThread::run (this=0x55bec0bd7610) at
thread/qthreadpool.cpp:101
#19 0x7f570c1e72fb in QThreadPrivate::start (arg=0x55bec0bd7610) at
thread/qthread_unix.cpp:367
#20 0x7f570bbae58e in start_thread () from /lib64/libpthread.so.0
#21 0x7f570bd23683 in clone () from /lib64/libc.so.6

Thread 9 (Thread 0x7f56e7fff700 (LWP 20821)):
#0  0x7f570bd30dac in __lll_lock_wait_private () from 

[konsole] [Bug 407167] New: crash when I closed a list of grouped konsoles with midle click

2019-05-02 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=407167

Bug ID: 407167
   Summary: crash when I closed a list of grouped konsoles with
midle click
   Product: konsole
   Version: master
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: bugsefor...@gmx.com
  Target Milestone: ---

SUMMARY
4 konsoles were grouped in the task manager, I used middle click to close
the grouped konsoles and plasma shown a crash notification.

Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.15.80
KDE Frameworks Version: 5.58.0
Qt Version: 5.12.0


Application: Konsole (konsole), signal: Illegal instruction
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f55621e5800 (LWP 4142))]

Thread 4 (Thread 0x7f553df43700 (LWP 4153)):
#0  0x7f55590769f3 in futex_wait_cancelable (private=,
expected=0, futex_word=0x564beea8b588) at
../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x564beea8b538,
cond=0x564beea8b560) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0x564beea8b560, mutex=0x564beea8b538) at
pthread_cond_wait.c:655
#3  0x7f553f0c8dcb in ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
#4  0x7f553f0c8af7 in ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
#5  0x7f55590706db in start_thread (arg=0x7f553df43700) at
pthread_create.c:463
#6  0x7f5561af988f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 3 (Thread 0x7f5546adf700 (LWP 4152)):
#0  0x7f5561aecbf9 in __GI___poll (fds=0x7f5540004db0, nfds=1, timeout=-1)
at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x7f55573295c9 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f55573296dc in g_main_context_iteration () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f555df9015b in QEventDispatcherGlib::processEvents
(this=0x7f554b20, flags=...) at kernel/qeventdispatcher_glib.cpp:424
#4  0x7f555df3164a in QEventLoop::exec (this=this@entry=0x7f5546aded70,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:225
#5  0x7f555dd5941a in QThread::exec (this=this@entry=0x7f555ba02d80
<(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at
thread/qthread.cpp:531
#6  0x7f555b78b015 in QDBusConnectionManager::run (this=0x7f555ba02d80
<(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at
qdbusconnection.cpp:178
#7  0x7f555dd5abc2 in QThreadPrivate::start (arg=0x7f555ba02d80 <(anonymous
namespace)::Q_QGS__q_manager::innerFunction()::holder>) at
thread/qthread_unix.cpp:361
#8  0x7f55590706db in start_thread (arg=0x7f5546adf700) at
pthread_create.c:463
#9  0x7f5561af988f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 2 (Thread 0x7f554e517700 (LWP 4149)):
#0  0x7f5561aecbf9 in __GI___poll (fds=0x7f554e516cb8, nfds=1, timeout=-1)
at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x7f555969f747 in ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
#2  0x7f55596a136a in xcb_wait_for_event () from
/usr/lib/x86_64-linux-gnu/libxcb.so.1
#3  0x7f554fa9232a in QXcbEventQueue::run (this=0x564bee9d0360) at
qxcbeventqueue.cpp:225
#4  0x7f555dd5abc2 in QThreadPrivate::start (arg=0x564bee9d0360) at
thread/qthread_unix.cpp:361
#5  0x7f55590706db in start_thread (arg=0x7f554e517700) at
pthread_create.c:463
#6  0x7f5561af988f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 1 (Thread 0x7f55621e5800 (LWP 4142)):
[KCrash Handler]
#7  0x7f555e01d4a0 in QArrayData::shared_null () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7f555e4f7b9d in QGuiApplicationPrivate::processActivatedEvent
(e=0x564beed27750) at kernel/qguiapplication.cpp:2291
#9  0x7f555e4fc78d in QGuiApplicationPrivate::processWindowSystemEvent
(e=e@entry=0x564beed27750) at kernel/qguiapplication.cpp:1858
#10 0x7f555e4d514b in QWindowSystemInterface::sendWindowSystemEvents
(flags=flags@entry=...) at kernel/qwindowsysteminterface.cpp:1068
#11 0x7f554fa9330a in xcbSourceDispatch (source=) at
qxcbeventdispatcher.cpp:105
#12 0x7f5557329417 in g_main_context_dispatch () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#13 0x7f5557329650 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#14 0x7f55573296dc in g_main_context_iteration () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#15 0x7f555df9013f in QEventDispatcherGlib::processEvents
(this=0x564beea16260, flags=...) at kernel/qeventdispatcher_glib.cpp:422
#16 0x7f555df3164a in QEventLoop::exec (this=this@entry=0x7fffe2897830,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:225
#17 0x7f555df3a800 in QCoreApplication::exec () at
kernel/qcoreapplication.cpp:1364
#18 0x7f5561df25ad in kdemain () 

[plasmashell] [Bug 407137] Sometimes a list of grouped windows has an unnecessary scroll bar

2019-05-02 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=407137

--- Comment #2 from Patrick Silva  ---
Reproducible with Qt 5.12 on neon dev unstable.

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

[plasmashell] [Bug 407136] Sometimes a list of grouped windows shows empty entries

2019-05-02 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=407136

--- Comment #2 from Patrick Silva  ---
Reproducible with Qt 5.12 on neon dev unstable.

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

[gwenview] [Bug 404542] Gwenview crashes after a few minutes of 180% CPU on large directory of 12000 images

2019-05-02 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=404542

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com

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

[kwin] [Bug 407109] Remove icon in drag overlay in Buttons tab of Window Decorations KCM

2019-05-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407109

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/kwi
   ||n/48cacae8cfb4f2c1e82d191a1
   ||9dc4515f1c897f3
   Version Fixed In||5.16.0
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from Nate Graham  ---
Git commit 48cacae8cfb4f2c1e82d191a19dc4515f1c897f3 by Nate Graham.
Committed on 02/05/2019 at 23:07.
Pushed by ngraham into branch 'master'.

[kcmkwin/kwindecoration] Refine drag-and-drop button UI

Summary:
- Reduce the fake titlebar's height so it matches the real titlebar a bit
better
- Reduce background opacity while dropping button to diminish visual noise
- Increase label size
- Re-word label for greater clarity
- Remove redundant icon (the text is enough)
FIXED-IN: 5.16.0

Test Plan: {F6804068, size=full}

Reviewers: #vdg, #kwin, GB_2, davidedmundson

Reviewed By: #vdg, #kwin, GB_2, davidedmundson

Subscribers: GB_2, abetts, kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D20968

M  +8-18   kcmkwin/kwindecoration/package/contents/ui/Buttons.qml

https://commits.kde.org/kwin/48cacae8cfb4f2c1e82d191a19dc4515f1c897f3

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

[frameworks-kglobalaccel] [Bug 406426] kglobalaccel5 crashes often

2019-05-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=406426

Nate Graham  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #31 from Nate Graham  ---
As the "version fixed in" field on this page indicates, the fix is in
Frameworks 5.58.

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

[plasmashell] [Bug 407136] Sometimes a list of grouped windows shows empty entries

2019-05-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407136

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

--- Comment #1 from Nate Graham  ---
Does it happen with Qt 5.12.x?

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

[plasmashell] [Bug 407137] Sometimes a list of grouped windows has an unnecessary scroll bar

2019-05-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407137

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

--- Comment #1 from Nate Graham  ---
Does it happen with Qt 5.12.x?

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

[frameworks-kglobalaccel] [Bug 406426] kglobalaccel5 crashes often

2019-05-02 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=406426

slartibar...@gmail.com changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Resolution|FIXED   |---
 Status|RESOLVED|REOPENED
 CC||slartibar...@gmail.com

--- Comment #30 from slartibar...@gmail.com ---
this bug seems still active in fedora30/latest updates,
kf5-kglobalaccel 5.57.0-1.fc30
Or does the fc30 version not yet contain the fixes?

Application: KDE Global Shortcuts Service (kglobalaccel5), signal: Segmentation
fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7ffa8a2cf6c0 (LWP 12582))]

Thread 3 (Thread 0x7ffa72407700 (LWP 12592)):
#0  0x7ffd4eb4b65c in ?? ()
#1  0x7ffa895c0f53 in clock_gettime () from /lib64/libc.so.6
#2  0x7ffa89b30b85 in ?? () from /lib64/libQt5Core.so.5
#3  0x7ffa89b2f6dd in QTimerInfoList::updateCurrentTime() () from
/lib64/libQt5Core.so.5
#4  0x7ffa89b2fae9 in QTimerInfoList::timerWait(timespec&) () from
/lib64/libQt5Core.so.5
#5  0x7ffa89b31034 in ?? () from /lib64/libQt5Core.so.5
#6  0x7ffa89b310e2 in ?? () from /lib64/libQt5Core.so.5
#7  0x7ffa8876f86a in g_main_context_prepare () from
/lib64/libglib-2.0.so.0
#8  0x7ffa8877020b in ?? () from /lib64/libglib-2.0.so.0
#9  0x7ffa88770413 in g_main_context_iteration () from
/lib64/libglib-2.0.so.0
#10 0x7ffa89b31383 in
QEventDispatcherGlib::processEvents(QFlags) ()
from /lib64/libQt5Core.so.5
#11 0x7ffa89adb26b in
QEventLoop::exec(QFlags) () from
/lib64/libQt5Core.so.5
#12 0x7ffa89934725 in QThread::exec() () from /lib64/libQt5Core.so.5
#13 0x7ffa8938ff3b in ?? () from /lib64/libQt5DBus.so.5
#14 0x7ffa89935886 in ?? () from /lib64/libQt5Core.so.5
#15 0x7ffa891b85a2 in start_thread () from /lib64/libpthread.so.0
#16 0x7ffa895b3023 in clone () from /lib64/libc.so.6

Thread 2 (Thread 0x7ffa78e6f700 (LWP 12583)):
#0  0x7ffa895a82b7 in poll () from /lib64/libc.so.6
#1  0x7ffa8800538a in ?? () from /lib64/libxcb.so.1
#2  0x7ffa88006ffa in xcb_wait_for_event () from /lib64/libxcb.so.1
#3  0x7ffa790b4908 in ?? () from /lib64/libQt5XcbQpa.so.5
#4  0x7ffa89935886 in ?? () from /lib64/libQt5Core.so.5
#5  0x7ffa891b85a2 in start_thread () from /lib64/libpthread.so.0
#6  0x7ffa895b3023 in clone () from /lib64/libc.so.6

Thread 1 (Thread 0x7ffa8a2cf6c0 (LWP 12582)):
[KCrash Handler]
#6  0x7ffa8a3b5180 in ?? () from /lib64/libKF5GlobalAccelPrivate.so.5
#7  0x7ffa8a3b1da1 in ?? () from /lib64/libKF5GlobalAccelPrivate.so.5
#8  0x7ffa8a3a8fca in ?? () from /lib64/libKF5GlobalAccelPrivate.so.5
#9  0x7ffa8a3a9273 in ?? () from /lib64/libKF5GlobalAccelPrivate.so.5
#10 0x7ffa8939c64b in ?? () from /lib64/libQt5DBus.so.5
#11 0x7ffa893a1777 in ?? () from /lib64/libQt5DBus.so.5
#12 0x7ffa893a1ddf in ?? () from /lib64/libQt5DBus.so.5
#13 0x7ffa893a4ad2 in ?? () from /lib64/libQt5DBus.so.5
#14 0x7ffa89b073da in QObject::event(QEvent*) () from
/lib64/libQt5Core.so.5
#15 0x7ffa89adc1e5 in ?? () from /lib64/libQt5Core.so.5
#16 0x7ffa89adc278 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /lib64/libQt5Core.so.5
#17 0x7ffa89adf1d3 in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () from /lib64/libQt5Core.so.5
#18 0x7ffa89b315e7 in ?? () from /lib64/libQt5Core.so.5
#19 0x7ffa8876ffd0 in g_main_context_dispatch () from
/lib64/libglib-2.0.so.0
#20 0x7ffa88770368 in ?? () from /lib64/libglib-2.0.so.0
#21 0x7ffa88770413 in g_main_context_iteration () from
/lib64/libglib-2.0.so.0
#22 0x7ffa89b31369 in
QEventDispatcherGlib::processEvents(QFlags) ()
from /lib64/libQt5Core.so.5
#23 0x7ffa89adb26b in
QEventLoop::exec(QFlags) () from
/lib64/libQt5Core.so.5
#24 0x7ffa89ae2f56 in QCoreApplication::exec() () from
/lib64/libQt5Core.so.5
#25 0x5629a70bc74e in ?? ()
#26 0x7ffa894dbf33 in __libc_start_main () from /lib64/libc.so.6
#27 0x5629a70bc7de in ?? ()
[Inferior 1 (process 12582) detached]

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

[dolphin] [Bug 407118] Keyboard navigation broken

2019-05-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407118

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[plasmashell] [Bug 370258] No option to bring forward multiple windows of the same program

2019-05-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=370258

Nate Graham  changed:

   What|Removed |Added

 CC||sanchez.gu...@gmail.com

--- Comment #18 from Nate Graham  ---
*** Bug 407144 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 407144] [feature] Add another behavior when switching from a grouped active application to another

2019-05-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407144

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED
 CC||n...@kde.org

--- Comment #1 from Nate Graham  ---


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

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

[frameworks-kirigami] [Bug 407142] Slideshow wallpaper: button to remove folder can overlap the folder name

2019-05-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407142

Nate Graham  changed:

   What|Removed |Added

Product|plasmashell |frameworks-kirigami
 Ever confirmed|0   |1
  Component|Image Wallpaper |general
 Status|REPORTED|CONFIRMED
Version|master  |5.57.0
 CC||n...@kde.org

--- Comment #1 from Nate Graham  ---
Possibly a bug in the Kirigami SwipeListItem component.

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

[Breeze] [Bug 407141] Slideshow wallpaper: checkbox is invisible depending on wallpaper color

2019-05-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407141

Nate Graham  changed:

   What|Removed |Added

  Component|general |QStyle
   Assignee|plasma-b...@kde.org |unassigned-b...@kde.org

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

[Breeze] [Bug 407141] Slideshow wallpaper: checkbox is invisible depending on wallpaper color

2019-05-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407141

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
 Ever confirmed|0   |1
Product|plasmashell |Breeze
   Assignee|k...@davidedmundson.co.uk|plasma-b...@kde.org
Version|master  |5.15.4
 Status|REPORTED|CONFIRMED
  Component|general |general
   Target Milestone|1.0 |---

--- Comment #1 from Nate Graham  ---
We should probably fix this in the Breeze style, to make the checkbox be less
totally, overwhelmingly blue. I even think it may be time to refine the design
to put an actual checkmark in it like everyone else's checkboxes do.

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

[kwin] [Bug 407166] Kwin produces gray image without color

2019-05-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407166

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[elisa] [Bug 407156] new mp3s not recognized

2019-05-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407156

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[plasma-browser-integration] [Bug 407159] [Media Player] Combobox in to select the player/app should show browser's name instead of "plasma-browser-integration"

2019-05-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407159

Nate Graham  changed:

   What|Removed |Added

  Component|Media Player|general
Version|5.15.4  |unspecified
   Target Milestone|1.0 |---
Summary|Dropdown to select the  |[Media Player] Combobox in
   |player/app should show  |to select the player/app
   |browser's name instead of   |should show browser's name
   |"plasma-browser-integration |instead of
   |"   |"plasma-browser-integration
   ||"
Product|plasmashell |plasma-browser-integration

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

[plasmashell] [Bug 407159] Dropdown to select the player/app should show browser's name instead of "plasma-browser-integration"

2019-05-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407159

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[kdeconnect] [Bug 407158] copy-past a photo from dcim/camera fails

2019-05-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407158

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[plasmashell] [Bug 407155] Some widgets on the desktop move to different locations on boot or after plasmashell is restarted

2019-05-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407155

Nate Graham  changed:

   What|Removed |Added

 Ever confirmed|0   |1
Summary|Weather widget moves by |Some widgets on the desktop
   |itself at boot  |move to different locations
   ||on boot or after
   ||plasmashell is restarted
   Assignee|kosse...@kde.org|se...@kde.org
 CC||n...@kde.org
 Status|REPORTED|CONFIRMED
  Component|Weather |Desktop Containment

--- Comment #1 from Nate Graham  ---
I've seen this too. But it doesn't happen with just the weather widget; other
widgets can be affected too.

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

[gwenview] [Bug 407151] Gwenview cannot move files to trash

2019-05-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407151

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||n...@kde.org
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Nate Graham  ---
Very strange. It works fine for me in Gwenview 19.04. What is the path and
filename of the file you're trying to delete from Gwenview? Is it possible that
there's already a file in the trash with the same filename?

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

[trojita] [Bug 358680] sort order not saved when not threaded

2019-05-02 Thread Marek Malevic
https://bugs.kde.org/show_bug.cgi?id=358680

Marek Malevic  changed:

   What|Removed |Added

 CC||ma...@malevicovi.net

--- Comment #6 from Marek Malevic  ---
Created attachment 119802
  --> https://bugs.kde.org/attachment.cgi?id=119802=edit
Patch for fixing bug 358680

I have created a patch that stores selected sorting order in profile config and
uses it when messages are updated.

This solves sorting issues (at least in my case).

The patch may not be perfect, I am not a C++ guy.

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

[kwin] [Bug 406180] KWin 5.15.4 hang regression on Nvidia Optimus

2019-05-02 Thread Luca Carlon
https://bugs.kde.org/show_bug.cgi?id=406180

Luca Carlon  changed:

   What|Removed |Added

 CC||carlon.l...@gmail.com

--- Comment #22 from Luca Carlon  ---
Hello, I'm also affected by this issue. It is so severe that the system was
hardly usable. I just noticed one thing: I suspect the issue appears for me
only when drm is enabled with nvidia-drm.modeset=1. By default this was not set
in Kubuntu 18.10 and 19.04 (may explain why Peter Eszlari could not
reproduce?). Unfortunately drm is the only way I found to prevent horizontal
tearing.
No idea if this info is already known or of any help to you.

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

[Discover] [Bug 403791] Replace all passivenotification messages with InlineMessages

2019-05-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=403791

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=388086

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

[frameworks-kirigami] [Bug 388086] showPassiveNotification() should be able to have a close button

2019-05-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=388086

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=403791
 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED

--- Comment #2 from Nate Graham  ---
Nah. The real problem is that Discover is misusing these to display important
information and should use actual dialogs and inlineMessages instead. See Bug
403791.

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

[frameworks-kirigami] [Bug 381182] Scrolling choppy/slow under Wayland

2019-05-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=381182

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #8 from Nate Graham  ---
Is this still reproducible in Neon dev unstable or with the upcoming Frameworks
5.58 release? Sounds like there's a good chance it was fixed by
https://cgit.kde.org/kirigami.git/commit/?id=aa24a7073a301b69be1b35496e1875d0213d63bd,
which fixed all the other scrolling-related issues in Kirigami scrollviews.

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

[kwin] [Bug 407109] Remove icon in drag overlay in Buttons tab of Window Decorations KCM

2019-05-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407109

Nate Graham  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||n...@kde.org

--- Comment #1 from Nate Graham  ---
Here's a patch: https://phabricator.kde.org/D20968

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

[digikam] [Bug 406855] Feature request: date from filename

2019-05-02 Thread IWBR
https://bugs.kde.org/show_bug.cgi?id=406855

--- Comment #13 from IWBR  ---
Hey, I've been playing with this new functions, and works great! It detected
virtually all date formats I found in my pictures.

Btw, one of the formats that could not detect, though, was the date used by
early Android phones: "-mm-dd hh.mm.ss.jpg" (e.g.: 2009-11-07
00.50.29.jpg). Anyway, it's not really a problem because those pictures already
included the date in the metadata.

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

[kwin] [Bug 407166] New: Kwin produces gray image without color

2019-05-02 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=407166

Bug ID: 407166
   Summary: Kwin produces gray image without color
   Product: kwin
   Version: 5.15.4
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: lbrod...@gmail.com
  Target Milestone: ---

SUMMARY
After upgrading to kde 5.14.4, Kwin turns the desktop into a gray image.  No
colors whatsoever.  If I disable the compositor, the color returns.  I use an
AMD A-10-7870K Radeon R7 with 16G of memory.  I use the the CPU for my video
feed.

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

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

[Spectacle] [Bug 407165] Image dragged-and-dropped from main UI is always a png; does not respect default file type

2019-05-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407165

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Nate Graham  ---
Patch: https://phabricator.kde.org/D20976

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

[kphotoalbum] [Bug 407164] Load Demo -button in the start-up dialog doesn't work or opens wrong version of KPhotoAlbum

2019-05-02 Thread Johannes Zarl-Zierl
https://bugs.kde.org/show_bug.cgi?id=407164

Johannes Zarl-Zierl  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/kph
   ||otoalbum/b19a14f05dee10d2a6
   ||e1a50e687eb9108b621cc4
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from Johannes Zarl-Zierl  ---
Git commit b19a14f05dee10d2a6e1a50e687eb9108b621cc4 by Johannes Zarl-Zierl.
Committed on 02/05/2019 at 21:28.
Pushed by johanneszarl into branch 'master'.

Don't rely on path for starting demo mode.

Instead of calling the kphotoalbum executable that is found using PATH,
try to call the actual executable file when starting demo mode via the
help menu.

M  +1-1MainWindow/Window.cpp

https://commits.kde.org/kphotoalbum/b19a14f05dee10d2a6e1a50e687eb9108b621cc4

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

[kphotoalbum] [Bug 407164] Load Demo -button in the start-up dialog doesn't work or opens wrong version of KPhotoAlbum

2019-05-02 Thread Johannes Zarl-Zierl
https://bugs.kde.org/show_bug.cgi?id=407164

Johannes Zarl-Zierl  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||johan...@zarl-zierl.at
 Status|REPORTED|CONFIRMED

--- Comment #1 from Johannes Zarl-Zierl  ---
You're right. I'll check how easy this is to fix...

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

[frameworks-qqc2-desktop-style] [Bug 403153] ComboBox entry popup is not resized to delegate width

2019-05-02 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=403153

David Edmundson  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Resolution|FIXED   |---
 Status|RESOLVED|REPORTED

--- Comment #6 from David Edmundson  ---
It's not fixed, my patch just adjusted some colouring which is what I
understood this bug to be. It originally said "text is not readable" or
something.

After committing it was explained and I reopened and reworded the title to be
clearer.

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

[elisa] [Bug 400050] [Wayland/flatpak] Mouse clicks have no effect in both "Configure Elisa and "Configure shortcuts" windows

2019-05-02 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=400050

Matthieu Gallien  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #2 from Matthieu Gallien  ---
Thanks for your report.
I am testing with Plasma 5.14.5 and can replicate your bug.

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

[elisa] [Bug 404712] Drag & drop files from Dolphin into playlist does not work

2019-05-02 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=404712

--- Comment #3 from Matthieu Gallien  ---
(In reply to t.soernes from comment #2)
> Created attachment 119801 [details]
> attachment-29583-0.html
> 
> Sorry, I don't know C or C++

Well, it is not only about code but also tests or help with bug triaging or
anything else.
For example, I have received quite some help with the design, help that made it
possible to build the current state of the application (and it was not help
with the code).

> 
> On Thu, May 2, 2019, 22:51 Matthieu Gallien 
> wrote:
> 
> > https://bugs.kde.org/show_bug.cgi?id=404712
> >
> > Matthieu Gallien  changed:
> >
> >What|Removed |Added
> >
> > 
> >  Ever confirmed|0   |1
> >  Status|REPORTED|CONFIRMED
> >
> > --- Comment #1 from Matthieu Gallien  ---
> > Thanks for your report.
> > In general, Elisa is currently not supporting drag'n drop.
> > In the future that is really desirable.
> > Are you able to help make this happen ?
> >
> > --
> > You are receiving this mail because:
> > You reported the bug.

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

[elisa] [Bug 406605] [Wayland] Hamburger menu is out of screen

2019-05-02 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=406605

Matthieu Gallien  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #1 from Matthieu Gallien  ---
Thanks for your report.
In general, I am having on my own laptop quite some problems with the menu and
its position.

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

[elisa] [Bug 407156] new mp3s not recognized

2019-05-02 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=407156

--- Comment #1 from Matthieu Gallien  ---
Could you try running Elisa this way and attach the log ?

QT_LOGGING_RULES="org.kde.elisa.*=true" ./elisa

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

[elisa] [Bug 406475] Artist view grid is visually overwhelming

2019-05-02 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=406475

Matthieu Gallien  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #2 from Matthieu Gallien  ---
Thanks for your report.
I have tried Lollypop (there is also the design work done by Andrew Lake) and
saw an artist image made of up to 1 album cover and genre image is made of up
to 4 albums cover. This is quite similar to the design at the origin of Elisa.
This should probably be a good fallback for the case where no artist image
exists.

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

[elisa] [Bug 406705] playback stops on neon dev unstable while the screen is locked

2019-05-02 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=406705

Matthieu Gallien  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #4 from Matthieu Gallien  ---
Thanks for the answer. I can replicate that but I have no idea which component
is responsible for that.

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

[elisa] [Bug 404712] Drag & drop files from Dolphin into playlist does not work

2019-05-02 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=404712

--- Comment #2 from t.soer...@gmail.com ---
Sorry, I don't know C or C++

On Thu, May 2, 2019, 22:51 Matthieu Gallien 
wrote:

> https://bugs.kde.org/show_bug.cgi?id=404712
>
> Matthieu Gallien  changed:
>
>What|Removed |Added
>
> 
>  Ever confirmed|0   |1
>  Status|REPORTED|CONFIRMED
>
> --- Comment #1 from Matthieu Gallien  ---
> Thanks for your report.
> In general, Elisa is currently not supporting drag'n drop.
> In the future that is really desirable.
> Are you able to help make this happen ?
>
> --
> You are receiving this mail because:
> You reported the bug.

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

[elisa] [Bug 404712] Drag & drop files from Dolphin into playlist does not work

2019-05-02 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=404712

Matthieu Gallien  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #1 from Matthieu Gallien  ---
Thanks for your report.
In general, Elisa is currently not supporting drag'n drop.
In the future that is really desirable.
Are you able to help make this happen ?

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

[elisa] [Bug 402177] Elisa crashes after trying to open watched folders

2019-05-02 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=402177

--- Comment #2 from Matthieu Gallien  ---
(In reply to Christoph Feck from comment #1)
> Running with strace could reveal which file causes the taglib extractor to
> fail.

Should I move this report to KFileMetaData as I do not plan in the close future
to modify Elisa such that a crash in the extractor would not crash the
application itself ?

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

[elisa] [Bug 391462] Wrong search behaviour

2019-05-02 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=391462

--- Comment #11 from Matthieu Gallien  ---
I am currently unable to replicate the behavior you had encountered.
To search for Björk, I have to type exactly "Bjö".

I am not sure a change in behavior is sensible (like trying to find "Björk"
when typing "Bjork").

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

[elisa] [Bug 406529] Elisa doesn't show cover icons

2019-05-02 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=406529

--- Comment #5 from Matthieu Gallien  ---
(In reply to Rainer Finke from comment #0)
> Elisa doesn't show cover icons. Tested with Elisa 3.0 and git (2019-04-14).
> 
> STEPS TO REPRODUCE
> 1. Open Elisa
> 2. Add music
> 
> OBSERVED RESULT
> No cover icons are shown
> 
> EXPECTED RESULT
> Show cover icons
> 
> SOFTWARE/OS VERSIONS
> OS: Arch Linux 
> KDE-Plasma-Version: 5.15.4
> KDE-Frameworks-Version: 5.57.0
> Qt-Version: 5.13.0
> Kernel-Version: 5.0.7-arch1-1-ARCH

Thanks for your report.
Could you be more specific as to what is not working ?

I would like to understand if the problem is related to embedded cover images
in metadata or images alongside the music files ?
It could also be something else not yet identified.

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

[frameworks-kxmlgui] [Bug 374083] setCaption and setPlainCaption always append the application name

2019-05-02 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=374083

maxmustermann1...@web.de changed:

   What|Removed |Added

 CC||maxmustermann1...@web.de

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

[elisa] [Bug 406529] Elisa doesn't show cover icons

2019-05-02 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=406529

--- Comment #4 from Matthieu Gallien  ---
(In reply to joergister from comment #2)
> In general all files that have a cover as a tag in the file itself don't
> display appear with a cover.
> If I then put a .jpg file into the folder in which only the music file
> itself exist until i put in the .jpg, it won't show a cover either. 
> Nor will it have a cover when I put a .png file into the folder.

This is something not yet working and worth a bug report. If the cover file is
added later, it will not be noticed.
The embedded cover in metadata is the subject of a fix currently under review.

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

[kmail2] [Bug 407163] compilation fails due to wrong include statement

2019-05-02 Thread Jos van den Oever
https://bugs.kde.org/show_bug.cgi?id=407163

--- Comment #1 from Jos van den Oever  ---
This patch to kmail solves the issue (and one other similar issue):


diff --git a/agents/archivemailagent/CMakeLists.txt
b/agents/archivemailagent/CMakeLists.txt
index 48ed076..9c56896 100644
--- a/agents/archivemailagent/CMakeLists.txt
+++ b/agents/archivemailagent/CMakeLists.txt
@@ -22,6 +22,7 @@ ki18n_wrap_ui(libarchivemailagent_SRCS
ui/archivemailwidget.ui )
 add_library(archivemailagent STATIC ${libarchivemailagent_SRCS})
 target_link_libraries(archivemailagent
 KF5::MailCommon
+KF5::Libkdepim
 KF5::I18n
 KF5::Notifications
 KF5::IconThemes
diff --git a/agents/followupreminderagent/CMakeLists.txt
b/agents/followupreminderagent/CMakeLists.txt
index a56b730..83604cf 100644
--- a/agents/followupreminderagent/CMakeLists.txt
+++ b/agents/followupreminderagent/CMakeLists.txt
@@ -23,6 +23,7 @@ target_link_libraries(followupreminderagent
 KF5::AkonadiMime
 KF5::AkonadiAgentBase
 KF5::DBusAddons
+KF5::FollowupReminder
 KF5::XmlGui
 KF5::KIOWidgets
 KF5::Notifications

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

[frameworks-qqc2-desktop-style] [Bug 403153] ComboBox entry popup is not resized to delegate width

2019-05-02 Thread Filip Fila
https://bugs.kde.org/show_bug.cgi?id=403153

Filip Fila  changed:

   What|Removed |Added

 CC||filipfila@gmail.com

--- Comment #5 from Filip Fila  ---
(In reply to Nate Graham from comment #4)
> Yeah, I haven't seen this broken again. Let's call it fixed unless it starts
> happening once more!

I think it's still happening:
https://phabricator.kde.org/file/data/ikkaw7cy5onaevd7uuhq/PHID-FILE-frrm7ezidk4god56xu6l/image.png

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

[Spectacle] [Bug 407165] New: Image dragged-and-dropped from main UI is always a png; does not respect default file type

2019-05-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407165

Bug ID: 407165
   Summary: Image dragged-and-dropped from main UI is always a
png; does not respect default file type
   Product: Spectacle
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: m...@baloneygeek.com
  Reporter: n...@kde.org
  Target Milestone: ---

STEPS TO REPRODUCE
1. Go to Spectacle's settings and change the save format to jpeg
2. Take a new screenshot
3. Drag-and-drop the screenshot from the main window to somewhere else


OBSERVED RESULT
The image in the destination location is a png, not a jpeg


EXPECTED RESULT
The image in the destination location is a jpeg


VERSION
Spectacle 19.04.0

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

[kphotoalbum] [Bug 407164] New: Load Demo -button in the start-up dialog doesn't work or opens wrong version of KPhotoAlbum

2019-05-02 Thread Teemu Hämäläinen
https://bugs.kde.org/show_bug.cgi?id=407164

Bug ID: 407164
   Summary: Load Demo -button in the start-up dialog doesn't work
or opens wrong version of KPhotoAlbum
   Product: kphotoalbum
   Version: GIT master
  Platform: Mint (Debian based)
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: kpab...@willden.org
  Reporter: sikana...@pumpuli.net
  Target Milestone: ---

SUMMARY
Load Demo -button in the start-up dialog doesn't work or opens wrong version of
KPa, if KPa is started from a location which is different than what is found in
$PATH.

Running KPhotoAlbum without parameters produces a dialog, with options to
Create My Own database, Load demo or Check My Feature Set.
If KPhotoAlbum is not found in PATH, the Load Demo -button just closes the
dialog and exits the program. 

I found this out when I built a new Git-based version 5.5.2. launched it from
the install directory with ./kphotoalbum and pressing Load Demo to check the
new functionality, it opened version 5.3. instead (which was the version
installed earlier from distro's repositories).

STEPS TO REPRODUCE
1. Build a new version of KPa and install it in a location not found in $PATH
2. Enter the install directory and launch KPhotoAlbum from there without
parameters
3. Press Load Demo -button

OBSERVED RESULT
Older version (found from PATH) of KPa is opened, or the demo version does not
open at all (it no version found in PATH).

EXPECTED RESULT
Demo database opens with the version of KPhotoAlbum that was just launched and
which provides the start-up dialog.

SOFTWARE/OS VERSIONS
Linux Mint Cinnamon 19.1 with all available updates 

ADDITIONAL INFORMATION
Launching the program with "--demo" parameter opens the demo database with the
correct version of KPa. Maybe Load Demo-button does just that, i.e. closes the
current program and re-launches it with the parameter, and this doesn't work,
if the same version is not found in PATH.

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

[Discover] [Bug 406451] After adding the Flatpak backend or additional Flatpak repos, refresh everything so Discover doesn't need to be restarted

2019-05-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=406451

--- Comment #3 from Nate Graham  ---
That's only if Flatpak itself was not already installed, right? If Flatpak
support was already there but the Discover backend or Flathub repo (or some
other repo) weren't already installed, hopefully a fully restart isn't
required.

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

[palapeli] [Bug 407162] New: Pelapeli crashes after moving puzzle piece(s)

2019-05-02 Thread jmitchell-kde
https://bugs.kde.org/show_bug.cgi?id=407162

Bug ID: 407162
   Summary: Pelapeli crashes after moving puzzle piece(s)
   Product: palapeli
   Version: 2.0
  Platform: Debian stable
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: majew...@gmx.net
  Reporter: jmitchell-...@coalsack.org
CC: kde-games-b...@kde.org
  Target Milestone: ---

Application: palapeli (2.0)
KDE Platform Version: 4.14.26
Qt Version: 4.8.7
Operating System: Linux 4.9.0-9-amd64 x86_64
Distribution: Debian GNU/Linux 9.9 (stretch)

-- Information about the crash:
- What I was doing when the application crashed:
I had just moved a puzzle piece in the main Pelapeli game window when the game
froze and then abruptly closed generating the bug report dialogue.
Gnome is my primary DE, with elements of KDE installed to run apps and games

-- Backtrace:
Application: Palapeli (palapeli), signal: Aborted
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[KCrash Handler]
#6  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
#7  0x7f469344f42a in __GI_abort () at abort.c:89
#8  0x7f469348bc00 in __libc_message (do_abort=do_abort@entry=2,
fmt=fmt@entry=0x7f4693580fd0 "*** Error in `%s': %s: 0x%s ***\n") at
../sysdeps/posix/libc_fatal.c:175
#9  0x7f4693491fc6 in malloc_printerr (action=3, str=0x7f469357dbe8
"malloc(): memory corruption", ptr=, ar_ptr=) at
malloc.c:5049
#10 0x7f4693494089 in _int_malloc (av=av@entry=0x7f46937b4b00 ,
bytes=bytes@entry=60) at malloc.c:3512
#11 0x7f4693495f64 in __GI___libc_malloc (bytes=60) at malloc.c:2928
#12 0x7f4694be2b93 in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#13 0x7f4694be2e17 in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#14 0x7f4694be329b in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#15 0x7f4694be6984 in qdtoa(double, int, int, int*, int*, char**, char**)
() from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#16 0x7f4694bdb151 in QLocalePrivate::doubleToString(QChar, QChar, QChar,
QChar, QChar, QChar, double, int, QLocalePrivate::DoubleForm, int, unsigned
int) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#17 0x7f4694bdb74c in QLocalePrivate::doubleToString(double, int,
QLocalePrivate::DoubleForm, int, unsigned int) const () from
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#18 0x7f4694c05539 in QString::setNum(double, char, int) () from
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#19 0x7f4694c055e2 in QString::number(double, char, int) () from
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#20 0x7f4694cecda0 in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#21 0x7f469404d1db in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#22 0x7f4694ce9531 in QVariant::toString() const () from
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#23 0x7f46950eac2f in KConfigGroup::writeEntry(char const*, QList
const&, QFlags) () from /usr/lib/libkdecore.so.5
#24 0x7f46950ec1a0 in KConfigGroup::writeEntry(char const*, QVariant
const&, QFlags) () from /usr/lib/libkdecore.so.5
#25 0x5646e9516eac in ?? ()
#26 0x5646e951bbc5 in ?? ()
#27 0x7f4694cda660 in QMetaObject::activate(QObject*, QMetaObject const*,
int, void**) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#28 0x7f4694ce0253 in QObject::event(QEvent*) () from
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#29 0x7f469400f54c in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#30 0x7f469401652c in QApplication::notify(QObject*, QEvent*) () from
/usr/lib/x86_64-linux-gnu/libQtGui.so.4
#31 0x7f46959dec5a in KApplication::notify(QObject*, QEvent*) () from
/usr/lib/libkdeui.so.5
#32 0x7f4694cc5f1d in QCoreApplication::notifyInternal(QObject*, QEvent*)
() from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#33 0x7f4694cf8ce0 in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#34 0x7f4694cf5f19 in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#35 0x7f468fdf57f7 in g_main_context_dispatch () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#36 0x7f468fdf5a60 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#37 0x7f468fdf5b0c in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#38 0x7f4694cf6854 in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#39 0x7f46940b95d6 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#40 0x7f4694cc47ef in
QEventLoop::processEvents(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#41 0x7f4694cc4b55 in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#42 0x7f4694ccabd9 in QCoreApplication::exec() () from
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#43 0x5646e950458e in ?? ()
#44 0x7f469343b2e1 in 

[kmail2] [Bug 407163] New: compilation fails due to wrong include statement

2019-05-02 Thread Jos van den Oever
https://bugs.kde.org/show_bug.cgi?id=407163

Bug ID: 407163
   Summary: compilation fails due to wrong include statement
   Product: kmail2
   Version: 5.11.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: j...@vandenoever.info
  Target Milestone: ---

SUMMARY

include/KF5/mailcommon/backupjob.h contains this include statement:

#include "libkdepim/progressmanager.h"

When compiling KMail 5.11 on NixOS 19.03, this compilation error is given:

/nix/store/zikg7mfgx01isvw6qzi969f1a1yhr7m3-mailcommon-19.04.0-dev/include/KF5/mailcommon/backupjob.h:25:10:
fatal error: libkdepim/progressmanager.h: No such file or directory
 #include "libkdepim/progressmanager.h"

that is because the directory .../include/KF5/libkdepim is given in
KF5LibkdepimTargets.cmake, but not the parent directory .../include/KF5.

There are two solutions:

 1) adapt backupjob.h
 2) adapt KF5LibkdepimTargets.cmake

I'm compiling this on NixOS 19.03.

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

[kwin] [Bug 398899] Blur in menus works only on first call

2019-05-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=398899

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.16.0

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

[frameworks-kfilemetadata] [Bug 406116] Baloo_file_extractor Crashes in kfilemetadata_epubextractor.so

2019-05-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=406116

--- Comment #12 from Nate Graham  ---
I have posted information about it to the distributions mailing list, thanks!

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

[okular] [Bug 407140] Crash, QTextDocument chokes on input and ends up with negative pagecounts

2019-05-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407140

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[dolphin] [Bug 398908] Dolphin uses up huge amounts of memory

2019-05-02 Thread David Hallas
https://bugs.kde.org/show_bug.cgi?id=398908

--- Comment #18 from David Hallas  ---
I have been running a Dolphin instance with valgrinds massif tool to profile
the heap usage and the only large increase I can see is from VLC, so I think
this is caused by one of the preview plugins.

But I will keep digging...

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

[kdenlive] [Bug 398239] Filter “Delogo” is not configurable (-1 for all parameters) and has no effect

2019-05-02 Thread emohr
https://bugs.kde.org/show_bug.cgi?id=398239

--- Comment #7 from emohr  ---
Please try with the Kdenlive_Nightly_Appimage
https://binary-factory.kde.org/job/Kdenlive_Nightly_Appimage_Build/lastSuccessfulBuild/artifact/
 

There you can search for "delogo" (it's under the "filmstrip" icon).

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

[kdenlive] [Bug 407077] Composite and transform parameters (and also geometry) are taken from other clip.

2019-05-02 Thread emohr
https://bugs.kde.org/show_bug.cgi?id=407077

emohr  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #4 from emohr  ---
@JBM. Still not fixed under Windows. Seems not the same root cause then Bug
405924

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

[kdenlive] [Bug 406792] Kdenlive crashes when trying to load pre-last-update project

2019-05-02 Thread emohr
https://bugs.kde.org/show_bug.cgi?id=406792

emohr  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #8 from emohr  ---
Thank you for reporting.

@Nicholas, solved with commit:
https://invent.kde.org/kde/kdenlive/commit/0b58e790d1d792b4ae55c5ed36ecb782eeae724b.
 

@Jim, AppImage is what we recommend. If it’s working with the AppImage then
your installation is not complete. 

We close this bug. If it still appears in the latest version, please feel free
to re-open it and update the affected version number.

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

[krita] [Bug 387557] Chaos with working with shortcuts and simple operations on canvas.

2019-05-02 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=387557

vanyossi  changed:

   What|Removed |Added

 CC||ghe...@gmail.com

--- Comment #9 from vanyossi  ---
The original report is about shortcuts which seem to be working properly now,
Could the OP confirm?

Move tool + selection is weird but is another issue, and the same can be said
about pasting in global coordinates instead of inside the view. I made a new
bug for the move tool + selection + paste, because its interesting and can lead
to other issues. It can be discussed there.
https://bugs.kde.org/show_bug.cgi?id=407160

Just note:
The move tool not moving anything is produced by the selection being in another
castle (coordinate), as the move tool moves content and selection, but
selection retains its own placement globally.

Some other software paste content inside selection AFAIK.

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

[dolphin] [Bug 407161] New: Only two items are highlighted when pasting them

2019-05-02 Thread petrk
https://bugs.kde.org/show_bug.cgi?id=407161

Bug ID: 407161
   Summary: Only two items are highlighted when pasting them
   Product: dolphin
   Version: 19.04.0
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: pepk...@gmail.com
CC: elvis.angelac...@kde.org
  Target Milestone: ---

Created attachment 119800
  --> https://bugs.kde.org/attachment.cgi?id=119800=edit
Problem caught on recording

SUMMARY

When copying or moving files only two files are highlighted on paste.

STEPS TO REPRODUCE
1. Copy or move file
2. Paste in new window

OBSERVED RESULT

Only first two items are highlighted

EXPECTED RESULT

All copied or moved files should be highlighted.


ADDITIONAL INFORMATION

Operating System: Arch Linux 
KDE Plasma Version: 5.15.4
KDE Frameworks Version: 5.57.0
Qt Version: 5.12.3
Kernel Version: 5.0.10-zen1-1-zen
OS Type: 64-bit
Processors: 8 × Intel® Core™ i7-3720QM CPU @ 2.60GHz
Memory: 15,6 GiB

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

[kdenlive] [Bug 406811] first 23 frames of freeze effect render as blank white

2019-05-02 Thread emohr
https://bugs.kde.org/show_bug.cgi?id=406811

--- Comment #7 from emohr  ---
confirmed: disabling parallel processing fixes the issue on Windows as well.

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

[krita] [Bug 407160] New: Unexpected selection offset after Select -> Copy, paste -> Move -> Paste -> Move

2019-05-02 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=407160

Bug ID: 407160
   Summary: Unexpected selection offset after Select -> Copy,
paste -> Move -> Paste -> Move
   Product: krita
   Version: git master
  Platform: Other
OS: macOS
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Usability
  Assignee: krita-bugs-n...@kde.org
  Reporter: ghe...@gmail.com
  Target Milestone: ---

This bug might be intended behaviour, but it is weird so I make report.

First described in https://bugs.kde.org/show_bug.cgi?id=387557

Original words
"
What issue I see with selecting then Copy+Paste and Move Tool:
- select some small rectangle on Layer1
- Copy
- Paste (what creates new Layer2)
- Move Tool (move this small pasted part somewhere out copied part)
- Paste AGAIN - this!
- Move Tool - you can't!
"

Detailed instructions
- create new document and draw a small circle in a layer with only alpha info.
- Select rectangular so only the circle is in the area
- Copy & Paste
this pastes new circle in the same spot, the selection is still active
- Move new circle to spot outside of the original selection rectangle
- Paste again (paste will occur on the original area, but selection is still
previous move coordinates [expected])
- Move <- this will move the selection again, but no content, and will make the
selection dissapear (but its still active)

OBSERVED RESULT
Nothing will appear to move because the selection is still active but there is
nothing in it

THE PROBLEM: after moving the second time, selection can end up outside the
canvas which can lead to confusion and histeria. As nothing will appeat to
work.

EXPECTED RESULT
If selection is still active:
1. Paste content inside the selection. (New coordinates).
Or
2. don't paste anything

On another question:
Should we destroy the selection if it goes outside the canvas?

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

[plasmashell] [Bug 407159] New: Dropdown to select the player/app should show browser's name instead of "plasma-browser-integration"

2019-05-02 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=407159

Bug ID: 407159
   Summary: Dropdown to select the player/app should show
browser's name instead of "plasma-browser-integration"
   Product: plasmashell
   Version: 5.15.4
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Media Player
  Assignee: k...@privat.broulik.de
  Reporter: bugsefor...@gmx.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Created attachment 119799
  --> https://bugs.kde.org/attachment.cgi?id=119799=edit
screenshot

STEPS TO REPRODUCE
1. play any audio/video using some player integrated with media player applet
2. play a video using an internet browser integrated with media player applet
at the same time
3. open the media player applet in systray and click its dropdown to select a
player/app

OBSERVED RESULT
Dropdown to select the player/app shows "plasma-browser-integration" instead of
the browser's name. When you use two browsers at the same time, there is a
"plasma-browser-integration + [random number]" entry too. See the attached
screenshot.

EXPECTED RESULT
Dropdown to select the player/app should show browser's name instead of
"plasma-browser-integration" and "plasma-browser-integration + [random
number]".

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 5.15.4
KDE Frameworks Version: 5.57.0
Qt Version: 5.13.0 beta3

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

[skrooge] [Bug 406381] double free or corruption crash

2019-05-02 Thread Stephane MANKOWSKI
https://bugs.kde.org/show_bug.cgi?id=406381

Stephane MANKOWSKI  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED

--- Comment #2 from Stephane MANKOWSKI  ---
I tried to reproduce it but without success, so I closed it!

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

[kdeconnect] [Bug 407158] copy-past a photo from dcim/camera fails

2019-05-02 Thread Philippe ROUBACH
https://bugs.kde.org/show_bug.cgi?id=407158

Philippe ROUBACH  changed:

   What|Removed |Added

Summary|copy-paste a photo from |copy-past a photo from
   |dcim/camera fails   |dcim/camera fails

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

[kdeconnect] [Bug 407158] New: copy-paste a photo from dcim/camera fails

2019-05-02 Thread Philippe ROUBACH
https://bugs.kde.org/show_bug.cgi?id=407158

Bug ID: 407158
   Summary: copy-paste a photo from dcim/camera fails
   Product: kdeconnect
   Version: 1.3.4
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: common
  Assignee: albertv...@gmail.com
  Reporter: philippe.roub...@free.fr
  Target Milestone: ---

SUMMARY


STEPS TO REPRODUCE
1. with dolphin access to your smartphone DCIM/camera folder
2. copie-past a photo to a pc folder
3. 

OBSERVED RESULT

 photo is partly copied

no kde notifier progress bar to watch the copy process

EXPECTED RESULT

photo is wholly copied

a kde notification progress bar is displayed

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 5.15.4
KDE Frameworks Version: 5.57.0
Qt Version: 5.12.3

ADDITIONAL INFORMATION
kde app 19.04

this problem occurs after updating to kde app 19.04, kde framework 5.57.0, qt
5.12.3

bluetooth copy-past no problem

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

[kontact] [Bug 371511] kontact/akregator crashes while trying to open a link from the list (middle click)

2019-05-02 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=371511

--- Comment #42 from Wolfgang Bauer  ---
(In reply to Wolfgang Bauer from comment #36)
> Reverting
> https://cgit.kde.org/akregator.git/commit/
> ?id=1ccd68157a1309a2b11f3cece420bb2df6da2e02 seems to fix the crashes here
> (with Qt 5.12.3, akregator is 19.04.0).

To be more precise, moving the "mNetworkAccessManager = new
WebEngineViewer::InterceptorManager(this, ac, this);" line back to the top
seems to fix it.
@@ -79,18 +79,18 @@
ArticleViewerWebEngine::ArticleViewerWebEngine(KActionCollection *ac, QWidget
*p
 , mLastButtonClicked(LeftButton)
 , mViewerPluginToolManager(nullptr)
 {
+mNetworkAccessManager = new WebEngineViewer::InterceptorManager(this, ac,
this);

 QWebEngineProfile *profile = QWebEngineProfile::defaultProfile();
 mPageEngine = new ArticleViewerWebEnginePage(profile, this);

profile->setPersistentCookiesPolicy(QWebEngineProfile::ForcePersistentCookies);

 #if QTWEBENGINEWIDGETS_VERSION < QT_VERSION_CHECK(5, 13, 0)
 // Needed to workaround crash in webengine, see
https://bugreports.qt.io/browse/QTBUG-72260
 auto webEngineUrlInterceptor = new AkregatorRequestInterceptor();
 connect(profile, ::destroyed, webEngineUrlInterceptor,
::deleteLater);
 profile->setRequestInterceptor(webEngineUrlInterceptor);
 #endif
-mNetworkAccessManager = new WebEngineViewer::InterceptorManager(this, ac,
this);

 setPage(mPageEngine);


(In reply to Philippe ROUBACH from comment #41)
> akregator 19.04 is hardly usable.
> 
> can we expect rapidly new packages ?

Well, this is KDE's bugzilla.
But yes, I suppose I'll submit the revert to KDE:Applications until this is
fixed upstream.

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

[digikam] [Bug 407157] Lens Auto-Correction for fixed-lens cameras

2019-05-02 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=407157

matyas.forst...@kdemail.net changed:

   What|Removed |Added

   Assignee|digikam-bugs-n...@kde.org   |matyas.forst...@kdemail.net

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

[kontact] [Bug 371511] kontact/akregator crashes while trying to open a link from the list (middle click)

2019-05-02 Thread Philippe ROUBACH
https://bugs.kde.org/show_bug.cgi?id=371511

--- Comment #41 from Philippe ROUBACH  ---
akregator 19.04 is hardly usable.

can we expect rapidly new packages ?

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

[kontact] [Bug 371511] kontact/akregator crashes while trying to open a link from the list (middle click)

2019-05-02 Thread Philippe ROUBACH
https://bugs.kde.org/show_bug.cgi?id=371511

--- Comment #40 from Philippe ROUBACH  ---
akragator is h

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

[kontact] [Bug 371511] kontact/akregator crashes while trying to open a link from the list (middle click)

2019-05-02 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=371511

--- Comment #39 from Wolfgang Bauer  ---
(In reply to Philippe ROUBACH from comment #38)
> closing any tab => crash
Yes, and the reason seems to be this change in akregator 19.04:
https://cgit.kde.org/akregator.git/commit/?id=1ccd68157a1309a2b11f3cece420bb2df6da2e02

Reverting this change seems to fix the crashes when closing tabs here, as I
wrote in comment#36.

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

[digikam] [Bug 407157] New: Lens Auto-Correction for fixed-lens cameras

2019-05-02 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=407157

Bug ID: 407157
   Summary: Lens Auto-Correction for fixed-lens cameras
   Product: digikam
   Version: 6.1.0
  Platform: unspecified
OS: All
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Plugin-Bqm-LensDistortion
  Assignee: digikam-bugs-n...@kde.org
  Reporter: matyas.forst...@kdemail.net
  Target Milestone: ---

SUMMARY

I am trying to use the Batch Queue Manager with "Lens Auto-Correction" plugin
for raw images.
I am using a compact camera (Sony RX100M4) which has not-removable lens. The
lensfun database has an entry for the lens (DSC-RX100 III 
compatibles), but it is not used in the queue as the camera is not
writing the lens tag ("Lens description string is empty"). It results
immediately in a partial match which in turn cancels the operation in
LensAutoFix::toolOperations() ("Cannot find all lens information to process
lens auto-corrections").

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

[kdenlive] [Bug 398239] Filter “Delogo” is not configurable (-1 for all parameters) and has no effect

2019-05-02 Thread Dirk
https://bugs.kde.org/show_bug.cgi?id=398239

--- Comment #6 from Dirk  ---
Still not working in installed version 18.12.3. Cannot check in latest
available AppImage (19.04.0) because it seems like most of the filters are not
available there (including - or better *not* including - the Delogo filter)

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

[wacomtablet] [Bug 407015] wacomtablet FTBFS with gcc9+

2019-05-02 Thread Valerii Malov
https://bugs.kde.org/show_bug.cgi?id=407015

Valerii Malov  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

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

[kontact] [Bug 371511] kontact/akregator crashes while trying to open a link from the list (middle click)

2019-05-02 Thread Philippe ROUBACH
https://bugs.kde.org/show_bug.cgi?id=371511

--- Comment #38 from Philippe ROUBACH  ---
closing any tab => crash

opensuse 15.0
kde 19.04
plasma 5.15.4
kde framework : 5.57.0
qt 5.12.3

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

[kontact] [Bug 371511] kontact/akregator crashes while trying to open a link from the list (middle click)

2019-05-02 Thread Philippe ROUBACH
https://bugs.kde.org/show_bug.cgi?id=371511

--- Comment #37 from Philippe ROUBACH  ---
>> akregator from within kontact crashed while trying to open an article to 
>> external browser

opensuse 15.0
kde 19.04
plasma 5.15.4
kde framework : 5.57.0
qt 5.12.3

fixed

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

[frameworks-kio] [Bug 79903] Wish: Replace technical term "Filter" with "File format" or "File type" when dialog displays a combobox of file types

2019-05-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=79903

--- Comment #7 from Nate Graham  ---
PatchL https://phabricator.kde.org/D20964

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

[kaffeine] [Bug 407153] Kaffeine 2.0.17 fails to build with libvlc 2.2.6

2019-05-02 Thread Mauro Carvalho Chehab
https://bugs.kde.org/show_bug.cgi?id=407153

--- Comment #6 from Mauro Carvalho Chehab  ---
(In reply to Mauro Carvalho Chehab from comment #5)
> Ok, I guess I could try... forcing it to get vlc2 from a different directory. 

That won't work:

configure: error: libavutil versions 55 and later are not supported.

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

[krita] [Bug 366419] Group layer with gaussian blur filter mask gets divided into squares

2019-05-02 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=366419

Boudewijn Rempt  changed:

   What|Removed |Added

   Severity|minor   |normal

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

[kaffeine] [Bug 407153] Kaffeine 2.0.17 fails to build with libvlc 2.2.6

2019-05-02 Thread Mauro Carvalho Chehab
https://bugs.kde.org/show_bug.cgi?id=407153

--- Comment #5 from Mauro Carvalho Chehab  ---
(In reply to Wolfgang Bauer from comment #2)
> Hm, I meanwhile noticed that playback doesn't seem to work at all with vlc
> 2.2.6 anymore (works fine with 2.0.16)...
> 
> So maybe it's better to just drop support for vlc < 3 completely?

I guess the real question is: it is worth keep supporting vlc < 3?

VLC < 3 has a problem with H-264 parser, with causes it to not work properly
with MPEG-TS: the problem is that it doesn't properly find the start of an
H.264 frame. When a TV channel is switched, it is unlikely to get the start of
an H.264 frame: it will generally get in the middle. In practice, one has to
try several times to setup a channel until VLC recognizes the stream.

Also, it doesn't support new types of encoding, like H-265.

Without H-264/H-265, lots of DVB channels can't be received, as nowadays most
transponders have channels with higher compression standards than MPEG2 (and,
on some parts of the globe, all channels are encoded with at least H-264).

>From a more practical standpoint, I don't test Kaffeine anymore with vlc 2, as
the distros I use already moved to vlc3 a long time ago. Also, here, all
terrestrial channels use H.264. I can still simulate plain old MPEG-2, but only
via my RF generator. Ok, I guess I could try to setup some environment here to
allow testing with an older distro or forcing it to get vlc2 from a different
directory. 

Is it worth?

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

[frameworks-kirigami] [Bug 407145] Restrict keyboard shortcuts to characters without diacritics on Discover

2019-05-02 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=407145

Aleix Pol  changed:

   What|Removed |Added

   Assignee|lei...@leinir.dk|notm...@gmail.com
Product|Discover|frameworks-kirigami
   Target Milestone|--- |Not decided
  Component|discover|general
Version|5.15.4  |5.57.0

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

[Discover] [Bug 407115] set umask 022 before installing or updating flatpaks

2019-05-02 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=407115

Aleix Pol  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
  Latest Commit||https://commits.kde.org/dis
   ||cover/ec7920d6a1b26b1746303
   ||a9ce3838de659ceeca2
 Resolution|--- |FIXED

--- Comment #1 from Aleix Pol  ---
Git commit ec7920d6a1b26b1746303a9ce3838de659ceeca2 by Aleix Pol.
Committed on 02/05/2019 at 13:56.
Pushed by apol into branch 'master'.

flatpak: follow the umask recommended by flatpak upstream

See https://github.com/flatpak/flatpak/pull/2856

M  +11   -0libdiscover/backends/FlatpakBackend/FlatpakBackend.cpp

https://commits.kde.org/discover/ec7920d6a1b26b1746303a9ce3838de659ceeca2

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

[kaffeine] [Bug 407153] Kaffeine 2.0.17 fails to build with libvlc 2.2.6

2019-05-02 Thread Mauro Carvalho Chehab
https://bugs.kde.org/show_bug.cgi?id=407153

--- Comment #4 from Mauro Carvalho Chehab  ---
(In reply to Wolfgang Bauer from comment #2)
> Hm, I meanwhile noticed that playback doesn't seem to work at all with vlc
> 2.2.6 anymore (works fine with 2.0.16)...
> 
> So maybe it's better to just drop support for vlc < 3 completely?

Fixing it should probably be trivial. Either I forgot to add an event used on
vlc 2 to notify about playback status changes or we need to restore the diff
changes at makePlay() if vlc < 3. This was removed from makePlay, because it
was not required with vlc 3 (and/or broke something - don't remember the exact
issue I found on that time):

 int VlcMediaWidget::makePlay()
 {
if (vlcMedia == NULL) {
@@ -343,18 +578,7 @@ int VlcMediaWidget::makePlay()
return -1;
}

-   libvlc_event_manager_t *eventManager =
libvlc_media_event_manager(vlcMedia);
-   libvlc_event_e eventTypes[] = { libvlc_MediaMetaChanged };
-
-   for (uint i = 0; i < (sizeof(eventTypes) / sizeof(eventTypes[0])); ++i)
{
-   if (libvlc_event_attach(eventManager, eventTypes[i],
vlcEventHandler, this) != 0) {
-   qCWarning(logMediaWidget, "Cannot attach event handler
%d", eventTypes[i]);
-   }
-   }
-
libvlc_media_player_set_media(vlcMediaPlayer, vlcMedia);
-   libvlc_media_release(vlcMedia);
-   vlcMedia = NULL;

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

[kontact] [Bug 371511] kontact/akregator crashes while trying to open a link from the list (middle click)

2019-05-02 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=371511

Wolfgang Bauer  changed:

   What|Removed |Added

 CC||wba...@tmo.at

--- Comment #36 from Wolfgang Bauer  ---
Reverting
https://cgit.kde.org/akregator.git/commit/?id=1ccd68157a1309a2b11f3cece420bb2df6da2e02
seems to fix the crashes here (with Qt 5.12.3, akregator is 19.04.0).

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

  1   2   >