[elisa] [Bug 417409] Albums that contain symbols, no album art is generated

2020-02-10 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=417409

--- Comment #1 from Matthieu Gallien  ---
Thanks for your report.
I suspect this is about directory names with symbols in their names.
We have a known problem with them. Can you confirm this is your case?

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

[kmymoney] [Bug 417385] Saving Encrypted. 100% Data Loss

2020-02-10 Thread Andre Heinecke
https://bugs.kde.org/show_bug.cgi?id=417385

Andre Heinecke  changed:

   What|Removed |Added

 CC||aheine...@gnupg.org

--- Comment #2 from Andre Heinecke  ---
If it's an issue with the encryption / GPGME GnuPG integration I can offer to
help with that from the GnuPG side, but as I'm no KMymoney user / dev myself I
would need a more qualified bug report.

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

[kdeconnect] [Bug 417198] KDEConnect SMS app is difficult to read with a Dark theme

2020-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=417198

--- Comment #5 from fl...@mailoo.org ---
Sorry to come back to this, but could it be a bug in Kirigami?

Selected text (which corresponds to highlightedTextColor, at least in theory,
right?) colour in Breeze is "#eff0f1" (so, white) and "#d3dae3" in my theme
(Arc Dark). But in all screenshots published in this bug report, the text of
received messages appears in black. I can't figure out where this black colour
is coming from...

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

[kleopatra] [Bug 417389] security/kleopatra: Right click entries are greyed out

2020-02-10 Thread Andre Heinecke
https://bugs.kde.org/show_bug.cgi?id=417389

Andre Heinecke  changed:

   What|Removed |Added

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

--- Comment #1 from Andre Heinecke  ---
Items are greyed out if they do not apply to a specific key. For example if it
is S/MIME OpenPGP Options are greyed out or the secret key options are
unavailable if you only have the public key.

For general support the best mailing lists etc. for Kleopatra is the Gpg4win
community. Even if you are on FreeBSD Gpg4win users are Kleopatra users.
https://www.gpg4win.org/community.html

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

[KBibTeX] [Bug 403750] cannot reorder columns in main window

2020-02-10 Thread Thomas Fischer
https://bugs.kde.org/show_bug.cgi?id=403750

--- Comment #6 from Thomas Fischer  ---
Git commit 844428d41259820a73ab8a5e848e703870882874 by Thomas Fischer.
Committed on 10/02/2020 at 20:16.
Pushed by thomasfischer into branch 'master'.

(Re)storing columns' width and visual index

Storing and restoring columns' with and visual index if manual column
resizing/positioning is enabled in a BasicFileView.

This change included extending struct FieldDescription with two maps for
storing colums' widths and visual indices.
Default unless changed by user is automatic balancing of column widths
with fixed ordering (logical index == visual index).
Related: bug 413367

M  +182  -160  src/config/bibtexfields.cpp
M  +2-0src/config/bibtexfields.h
M  +104  -24   src/gui/file/basicfileview.cpp
M  +1-1src/gui/file/basicfileview.h

https://commits.kde.org/kbibtex/844428d41259820a73ab8a5e848e703870882874

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

[KBibTeX] [Bug 400672] Add feature to export/save selected entries only to a new bibtex file

2020-02-10 Thread Thomas Fischer
https://bugs.kde.org/show_bug.cgi?id=400672

Thomas Fischer  changed:

   What|Removed |Added

 Resolution|WORKSFORME  |FIXED
  Latest Commit|65f296420278e12e178f67f97ea |https://commits.kde.org/kbi
   |da6718c1e655f   |btex/7fc60258e211b30d198d4c
   ||28b14d8f8a1276768d
   Version Fixed In|0.9 |0.11

--- Comment #6 from Thomas Fischer  ---
Git commit 7fc60258e211b30d198d4c28b14d8f8a1276768d by Thomas Fischer.
Committed on 10/02/2020 at 20:38.
Pushed by thomasfischer into branch 'master'.

Save only selected elements in a new bibliography file

In addition to 'Save', 'Save As', and 'Save Copy As', the new 'Save Selection'
allows to save selected rows in the list of bibliography element into a new
file.
FIXED-IN: 0.11

M  +1-0ChangeLog
M  +5-0src/gui/file/basicfileview.cpp
M  +5-0src/gui/file/basicfileview.h
M  +1-0src/parts/kbibtexpartui.rc
M  +51   -7src/parts/part.cpp
M  +2-1src/parts/part.h

https://commits.kde.org/kbibtex/7fc60258e211b30d198d4c28b14d8f8a1276768d

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

[KBibTeX] [Bug 401553] Can't "View Document" with question mark in filename

2020-02-10 Thread Thomas Fischer
https://bugs.kde.org/show_bug.cgi?id=401553

--- Comment #9 from Thomas Fischer  ---
Git commit 2c85e816d7611de8802a020fbb60823407fad2c1 by Thomas Fischer.
Committed on 10/02/2020 at 20:29.
Pushed by thomasfischer into branch 'master'.

View documents containing question mark characters

Construct a QUrl with the static method 'fromUserInput' to tolerate
characters like question marks as part of (local) file's name.

This commit is a manual forward-port of commit 5ce346fe5518cd2835e
from branch 'master' which in its turn is a forward-port of commit
0269321a6e3016305ba7 from branch 'kbibtex/0.9'.

M  +1-0ChangeLog
M  +3-1src/parts/part.cpp

https://commits.kde.org/kbibtex/2c85e816d7611de8802a020fbb60823407fad2c1

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

[KBibTeX] [Bug 413367] Columns width cannot be changed by users.

2020-02-10 Thread Thomas Fischer
https://bugs.kde.org/show_bug.cgi?id=413367

--- Comment #11 from Thomas Fischer  ---
Git commit 844428d41259820a73ab8a5e848e703870882874 by Thomas Fischer.
Committed on 10/02/2020 at 20:16.
Pushed by thomasfischer into branch 'master'.

(Re)storing columns' width and visual index

Storing and restoring columns' with and visual index if manual column
resizing/positioning is enabled in a BasicFileView.

This change included extending struct FieldDescription with two maps for
storing colums' widths and visual indices.
Default unless changed by user is automatic balancing of column widths
with fixed ordering (logical index == visual index).
Related: bug 403750

M  +182  -160  src/config/bibtexfields.cpp
M  +2-0src/config/bibtexfields.h
M  +104  -24   src/gui/file/basicfileview.cpp
M  +1-1src/gui/file/basicfileview.h

https://commits.kde.org/kbibtex/844428d41259820a73ab8a5e848e703870882874

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

[KBibTeX] [Bug 401553] Can't "View Document" with question mark in filename

2020-02-10 Thread Thomas Fischer
https://bugs.kde.org/show_bug.cgi?id=401553

--- Comment #7 from Thomas Fischer  ---
Git commit 5ce346fe5518cd2835ed5315198adf85eef6734f by Thomas Fischer.
Committed on 10/02/2020 at 20:28.
Pushed by thomasfischer into branch 'kbibtex/0.10'.

View documents containing question mark characters

Construct a QUrl with the static method 'fromUserInput' to tolerate
characters like question marks as part of (local) file's name.

This commit is a manual forward-port of commit 0269321a6e3016305ba7
from branch 'kbibtex/0.9'.

M  +1-0ChangeLog
M  +3-1src/parts/part.cpp

https://commits.kde.org/kbibtex/5ce346fe5518cd2835ed5315198adf85eef6734f

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

[KBibTeX] [Bug 409281] Relative path not an option when choosing local PDF

2020-02-10 Thread Thomas Fischer
https://bugs.kde.org/show_bug.cgi?id=409281

--- Comment #3 from Thomas Fischer  ---
Git commit 750915c36f72a97c07187249b84ad27b21288811 by Thomas Fischer.
Committed on 10/02/2020 at 20:13.
Pushed by thomasfischer into branch 'kbibtex/0.10'.

Associating (new) URL with bibliography when saving

When saving a newly created bibliography to a file, set the file's
URL as a property to the bibliography object.
The URL stored in this property allows, among others, to recognize
URLs associated with individual entries, such as PDF files, as
relative to the BibTeX file. Without an URL, only absolute URLs
would be possible.

This commit is a manual forward-port of commit bde43759f26c2903bc6
from branch 'kbibtex/0.9'.

M  +2-0ChangeLog
M  +7-9src/parts/part.cpp

https://commits.kde.org/kbibtex/750915c36f72a97c07187249b84ad27b21288811

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

[KBibTeX] [Bug 417164] when a .bib file is passed to KBibTex on startup, that file isn't selected in Open Files

2020-02-10 Thread Thomas Fischer
https://bugs.kde.org/show_bug.cgi?id=417164

--- Comment #6 from Thomas Fischer  ---
Git commit b766c3eee5cd9c70dcf2f8c8bbbff0d8260d2fb8 by Thomas Fischer.
Committed on 06/02/2020 at 21:00.
Pushed by thomasfischer into branch 'kbibtex/0.10'.

File URLs passed by command line preceed over LRU

At program start, bibliography files may be opened either because their
filenames/URLs were passed as command line arguments or because they
were open in the previous session.
Until now, the actual file being shown to the user was one of the
previously opened files as the list of recently opened files was read
with a small delay (got referred for unrelated reasons).

However, if a user invokes KBibTeX with a file name or URLs as argument,
it is reasonable to assume that this file should be shown directly
instead of any previously opened files (which still may get opened in
the background).

This commit also fixes the minor usability issue that if only previously
opened files are to be restored (and no command line argument was
given), the most recently used/opened bibliography file should be
preferrably shown instead of an arbitary one.

Forward-port of commit ce455dfd2ebb01b5685fb from branch 'kbibtex/0.9'.

M  +1-0ChangeLog
M  +37   -10   src/program/openfileinfo.cpp
M  +1-1src/program/openfileinfo.h

https://commits.kde.org/kbibtex/b766c3eee5cd9c70dcf2f8c8bbbff0d8260d2fb8

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

[KBibTeX] [Bug 401553] Can't "View Document" with question mark in filename

2020-02-10 Thread Thomas Fischer
https://bugs.kde.org/show_bug.cgi?id=401553

Thomas Fischer  changed:

   What|Removed |Added

   Version Fixed In||0.9.2
  Latest Commit||https://commits.kde.org/kbi
   ||btex/0269321a6e3016305ba7dd
   ||90bd377a04f1758101
 Resolution|WORKSFORME  |FIXED

--- Comment #8 from Thomas Fischer  ---
Git commit 0269321a6e3016305ba7dd90bd377a04f1758101 by Thomas Fischer.
Committed on 10/02/2020 at 20:27.
Pushed by thomasfischer into branch 'kbibtex/0.9'.

View documents containing question mark characters

Construct a QUrl with the static method 'fromUserInput' to tolerate
characters like question marks as part of (local) file's name.
FIXED-IN: 0.9.2

M  +1-0ChangeLog
M  +3-1src/parts/part.cpp

https://commits.kde.org/kbibtex/0269321a6e3016305ba7dd90bd377a04f1758101

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

[KBibTeX] [Bug 409281] Relative path not an option when choosing local PDF

2020-02-10 Thread Thomas Fischer
https://bugs.kde.org/show_bug.cgi?id=409281

Thomas Fischer  changed:

   What|Removed |Added

   Version Fixed In||0.9.2
 Resolution|--- |FIXED
  Latest Commit|c363959bea4f2a7c07889fe2e3e |https://commits.kde.org/kbi
   |e464dc26c4c5b   |btex/bde43759f26c2903bc6693
   ||22dfdf723590d4d5f4
 Status|ASSIGNED|RESOLVED

--- Comment #4 from Thomas Fischer  ---
Git commit bde43759f26c2903bc669322dfdf723590d4d5f4 by Thomas Fischer.
Committed on 10/02/2020 at 20:04.
Pushed by thomasfischer into branch 'kbibtex/0.9'.

Associating (new) URL with bibliography when saving

When saving a newly created bibliography to a file, set the file's
URL as a property to the bibliography object.
The URL stored in this property allows, among others, to recognize
URLs associated with individual entries, such as PDF files, as
relative to the BibTeX file. Without an URL, only absolute URLs
would be possible.
FIXED-IN: 0.9.2

M  +2-0ChangeLog
M  +4-4src/parts/part.cpp

https://commits.kde.org/kbibtex/bde43759f26c2903bc669322dfdf723590d4d5f4

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

[KBibTeX] [Bug 413367] Columns width cannot be changed by users.

2020-02-10 Thread Thomas Fischer
https://bugs.kde.org/show_bug.cgi?id=413367

Thomas Fischer  changed:

   What|Removed |Added

  Latest Commit|6d834f4a6d3fa3d8f19ee4b07a6 |https://commits.kde.org/kbi
   |14175d4c488ae   |btex/82fc9f68da138e3caff373
   ||23e2f9685f388cfa36
 Resolution|WORKSFORME  |FIXED
   Version Fixed In||0.11
 Status|NEEDSINFO   |RESOLVED

--- Comment #10 from Thomas Fischer  ---
Git commit 82fc9f68da138e3caff37323e2f9685f388cfa36 by Thomas Fischer.
Committed on 10/02/2020 at 20:16.
Pushed by thomasfischer into branch 'master'.

Allow manual column resizing and moving

As reported in bug 413367, the ability to move and resize columns in the
main list view got removed in commit 841be480cc2230bfe7ba as the code
was considered error-prone.

This commit re-introduces the ability to move/resize columns. This
feature is disabled by default and must be first activated via the
context menu on the list view's header.
It is also possible to reset any moved or resized columns to the default
setting via another menu item in the same context menu.
Related: bug 403750
FIXED-IN: 0.11

M  +2-0ChangeLog
M  +35   -8src/gui/file/basicfileview.cpp

https://commits.kde.org/kbibtex/82fc9f68da138e3caff37323e2f9685f388cfa36

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

[KBibTeX] [Bug 417164] when a .bib file is passed to KBibTex on startup, that file isn't selected in Open Files

2020-02-10 Thread Thomas Fischer
https://bugs.kde.org/show_bug.cgi?id=417164

--- Comment #5 from Thomas Fischer  ---
Git commit 85b14d2c74cd68cfca922dc8afa11ad7cd0ff234 by Thomas Fischer.
Committed on 06/02/2020 at 20:59.
Pushed by thomasfischer into branch 'master'.

File URLs passed by command line preceed over LRU

At program start, bibliography files may be opened either because their
filenames/URLs were passed as command line arguments or because they
were open in the previous session.
Until now, the actual file being shown to the user was one of the
previously opened files as the list of recently opened files was read
with a small delay (got referred for unrelated reasons).

However, if a user invokes KBibTeX with a file name or URLs as argument,
it is reasonable to assume that this file should be shown directly
instead of any previously opened files (which still may get opened in
the background).

This commit also fixes the minor usability issue that if only previously
opened files are to be restored (and no command line argument was
given), the most recently used/opened bibliography file should be
preferrably shown instead of an arbitary one.

Forward-port of commit f56c52e9baad7f6e5 from branch 'kbibtex/0.10'
which in its turn is a forward-port of commit ce455dfd2ebb01b5685fb
from branch 'kbibtex/0.9'.

M  +1-0ChangeLog
M  +37   -10   src/program/openfileinfo.cpp
M  +1-1src/program/openfileinfo.h

https://commits.kde.org/kbibtex/85b14d2c74cd68cfca922dc8afa11ad7cd0ff234

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

[KBibTeX] [Bug 403750] cannot reorder columns in main window

2020-02-10 Thread Thomas Fischer
https://bugs.kde.org/show_bug.cgi?id=403750

Thomas Fischer  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||0.11
 Status|CONFIRMED   |RESOLVED
  Latest Commit|9b560f2e9e697d138532d4de4ea |https://commits.kde.org/kbi
   |1266cd69203a9   |btex/82fc9f68da138e3caff373
   ||23e2f9685f388cfa36

--- Comment #5 from Thomas Fischer  ---
Git commit 82fc9f68da138e3caff37323e2f9685f388cfa36 by Thomas Fischer.
Committed on 10/02/2020 at 20:16.
Pushed by thomasfischer into branch 'master'.

Allow manual column resizing and moving

As reported in bug 413367, the ability to move and resize columns in the
main list view got removed in commit 841be480cc2230bfe7ba as the code
was considered error-prone.

This commit re-introduces the ability to move/resize columns. This
feature is disabled by default and must be first activated via the
context menu on the list view's header.
It is also possible to reset any moved or resized columns to the default
setting via another menu item in the same context menu.
Related: bug 413367
FIXED-IN: 0.11

M  +2-0ChangeLog
M  +35   -8src/gui/file/basicfileview.cpp

https://commits.kde.org/kbibtex/82fc9f68da138e3caff37323e2f9685f388cfa36

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

[KBibTeX] [Bug 409281] Relative path not an option when choosing local PDF

2020-02-10 Thread Thomas Fischer
https://bugs.kde.org/show_bug.cgi?id=409281

--- Comment #2 from Thomas Fischer  ---
Git commit c0a0570103c2bfcb8c1946df27af00da32b72cc9 by Thomas Fischer.
Committed on 10/02/2020 at 20:14.
Pushed by thomasfischer into branch 'master'.

Associating (new) URL with bibliography when saving

When saving a newly created bibliography to a file, set the file's
URL as a property to the bibliography object.
The URL stored in this property allows, among others, to recognize
URLs associated with individual entries, such as PDF files, as
relative to the BibTeX file. Without an URL, only absolute URLs
would be possible.

This commit is a manual forward-port of commit 750915c36f72a97c071
from branch 'kbibtex/0.10' which in its turn is a forward-port of
commit bde43759f26c2903bc6 from branch 'kbibtex/0.9'.

M  +2-0ChangeLog
M  +7-9src/parts/part.cpp

https://commits.kde.org/kbibtex/c0a0570103c2bfcb8c1946df27af00da32b72cc9

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

[Breeze] [Bug 417412] New: Some texts within Gnome Software, have insufficient contrast under KDE Plasma

2020-02-10 Thread Ricky Tigg
https://bugs.kde.org/show_bug.cgi?id=417412

Bug ID: 417412
   Summary: Some texts within Gnome Software, have insufficient
contrast under KDE Plasma
   Product: Breeze
   Version: 5.17.5
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: ricky.t...@gmail.com
  Target Milestone: ---

Created attachment 125838
  --> https://bugs.kde.org/attachment.cgi?id=125838=edit
Gnome software while having the focus on

SUMMARY
Some texts within Gnome Software, have insufficient contrast under KDE Plasma

While application is having the focus on, some texts have insufficient contrast
so their characters cannot be perceived; see
gnome-software_under_KDE_Plasma_v.5.17.5_1.png

While application is not having the focus on, texts have in general sufficient
contrast so their characters can be perceived; see
gnome-software_under_KDE_Plasma_v.5.17.5_2.png

SOFTWARE/OS VERSIONS
Under: Operating System: Fedora 31; KDE Plasma Version: 5.17.5; KDE Frameworks
Version: 5.66.0; Qt Version: 5.13.2; Kernel Version: 5.4.15-200.fc31.x86_64

ADDITIONAL INFORMATION
Plasma style: Breeze dark

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

[Breeze] [Bug 417412] Some texts within Gnome Software, have insufficient contrast under KDE Plasma

2020-02-10 Thread Ricky Tigg
https://bugs.kde.org/show_bug.cgi?id=417412

--- Comment #1 from Ricky Tigg  ---
Created attachment 125839
  --> https://bugs.kde.org/attachment.cgi?id=125839=edit
Gnome software while not having the focus on

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

[Discover] [Bug 417411] New: Kubuntu updates application crash

2020-02-10 Thread Troels Wittrup-Jensen
https://bugs.kde.org/show_bug.cgi?id=417411

Bug ID: 417411
   Summary: Kubuntu updates application crash
   Product: Discover
   Version: 5.17.5
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: discover
  Assignee: lei...@leinir.dk
  Reporter: troelswittrupjen...@gmail.com
CC: aleix...@kde.org
  Target Milestone: ---

Application: plasma-discover (5.17.5)

Qt Version: 5.12.4
Frameworks Version: 5.66.0
Operating System: Linux 5.3.0-29-generic x86_64
Distribution: Ubuntu 19.10

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

I simply opened the updates application and it crashed. Not sure if it's
related but I've also had some recent video output problems (HDMI).

The crash can be reproduced every time.

-- Backtrace:
Application: Discover (plasma-discover), signal: Aborted
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f923f1003c0 (LWP 20805))]

Thread 9 (Thread 0x7f921a244700 (LWP 20815)):
#0  0x7f924307ac2f in __GI___poll (fds=0x7f91f400b870, nfds=1, timeout=-1)
at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x7f9241b99a3e in  () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f9241b99b73 in g_main_context_iteration () at
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f92436236c3 in
QEventDispatcherGlib::processEvents(QFlags) ()
at /lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f92435ca63b in
QEventLoop::exec(QFlags) () at
/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f9243403a75 in QThread::exec() () at
/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7f9243404cc2 in  () at /lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7f9242411669 in start_thread (arg=) at
pthread_create.c:479
#8  0x7f9243087323 in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 8 (Thread 0x7f921abc3700 (LWP 20814)):
#0  0x7f924307ac2f in __GI___poll (fds=0x55b46f840e60, nfds=1, timeout=-1)
at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x7f9241b99a3e in  () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f9241b99dc3 in g_main_loop_run () at
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f924190659a in  () at /lib/x86_64-linux-gnu/libgio-2.0.so.0
#4  0x7f9241bc3111 in  () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x7f9242411669 in start_thread (arg=) at
pthread_create.c:479
#6  0x7f9243087323 in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 7 (Thread 0x7f921b3c4700 (LWP 20813)):
#0  0x7f924307ac2f in __GI___poll (fds=0x55b46f8300b0, nfds=1, timeout=-1)
at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x7f9241b99a3e in  () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f9241b99b73 in g_main_context_iteration () at
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f9241b99bc1 in  () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7f9241bc3111 in  () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x7f9242411669 in start_thread (arg=) at
pthread_create.c:479
#6  0x7f9243087323 in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 6 (Thread 0x7f922d725700 (LWP 20810)):
#0  0x7f924308094d in syscall () at
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x7f92434070b1 in QSemaphore::acquire(int) () at
/lib/x86_64-linux-gnu/libQt5Core.so.5
#2  0x7f92435f78e5 in QMetaObject::activate(QObject*, int, int, void**) ()
at /lib/x86_64-linux-gnu/libQt5Core.so.5
#3  0x7f9242a7ff00 in  () at /lib/x86_64-linux-gnu/libQt5Network.so.5
#4  0x7f9242b36874 in  () at /lib/x86_64-linux-gnu/libQt5Network.so.5
#5  0x7f92435f7468 in QMetaObject::activate(QObject*, int, int, void**) ()
at /lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7f9242a75985 in  () at /lib/x86_64-linux-gnu/libQt5Network.so.5
#7  0x7f9242a7624b in  () at /lib/x86_64-linux-gnu/libQt5Network.so.5
#8  0x7f92435f7468 in QMetaObject::activate(QObject*, int, int, void**) ()
at /lib/x86_64-linux-gnu/libQt5Core.so.5
#9  0x7f9242b2f9d3 in  () at /lib/x86_64-linux-gnu/libQt5Network.so.5
#10 0x7f9242b23b5e in  () at /lib/x86_64-linux-gnu/libQt5Network.so.5
#11 0x7f9242b23fa6 in  () at /lib/x86_64-linux-gnu/libQt5Network.so.5
#12 0x7f9242afdd13 in  () at /lib/x86_64-linux-gnu/libQt5Network.so.5
#13 0x7f92435f7468 in QMetaObject::activate(QObject*, int, int, void**) ()
at /lib/x86_64-linux-gnu/libQt5Core.so.5
#14 0x7f9242ac0834 in  () at /lib/x86_64-linux-gnu/libQt5Network.so.5
#15 0x7f9242ac08cf in  () at /lib/x86_64-linux-gnu/libQt5Network.so.5
#16 0x7f9242ad2db9 in  () at /lib/x86_64-linux-gnu/libQt5Network.so.5
#17 0x7f9244540a86 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#18 0x7f9244549e00 in QApplication::notify(QObject*, QEvent*) () at

[kmail2] [Bug 416403] During account wizard using @protonmail.com, get "Kmail could not convert value of setting 'Authentication' to required type"

2020-02-10 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=416403

--- Comment #9 from Laurent Montel  ---
(In reply to Snarfel from comment #8)
> Just for replication purposes, I can replicate this issue in the recently
> released 5.13.2 (19.12.2) version of KMail + kmail-account-wizard as well
> for protonmail

Qt5.14 ?

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

[kresources] [Bug 126191] Kontact displays Open-Xchange URLs with password in them

2020-02-10 Thread Dennis Schridde
https://bugs.kde.org/show_bug.cgi?id=126191

Dennis Schridde  changed:

   What|Removed |Added

 CC||devuran...@gmx.net

--- Comment #3 from Dennis Schridde  ---
The resource is currently entirely broken for many users, see bug #353286. 
Could you please confirm that this issue still exists for you?

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

[Akonadi] [Bug 381530] Akonadi OpenXchange Resource seems to be broken

2020-02-10 Thread Dennis Schridde
https://bugs.kde.org/show_bug.cgi?id=381530

Dennis Schridde  changed:

   What|Removed |Added

 CC||devuran...@gmx.net

--- Comment #1 from Dennis Schridde  ---
Persists with KDE Frameworks 5.66.0, KDE Plasma 5.17.5, KDE Applications
19.04.3, Akonadi 1.13.0 on Fedora 31.

Could be a duplicate of bug #353286.

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

[Akonadi] [Bug 353286] Openxchange calender not showing up in KOrganizer

2020-02-10 Thread Dennis Schridde
https://bugs.kde.org/show_bug.cgi?id=353286

Dennis Schridde  changed:

   What|Removed |Added

 CC||devuran...@gmx.net

--- Comment #9 from Dennis Schridde  ---
Persists with KDE Frameworks 5.66.0, KDE Plasma 5.17.5, KDE Applications
19.04.3, Akonadi 1.13.0 on Fedora 31.

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

[systemsettings] [Bug 417410] New: system settings crashes

2020-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=417410

Bug ID: 417410
   Summary: system settings crashes
   Product: systemsettings
   Version: 5.17.5
  Platform: unspecified
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: anthony.gallo.1...@gmail.com
  Target Milestone: ---

Application: systemsettings5 (5.17.5)

Qt Version: 5.13.2
Frameworks Version: 5.67.0
Operating System: Linux 5.3.0-40-generic x86_64
Distribution: KDE neon User Edition 5.17

-- Information about the crash:
- What I was doing when the application crashed:
i just discarded modified options in in the screen settings panel

- Unusual behavior I noticed: 
all the windows and DE animation doesn't work

-- Backtrace:
Application: Impostazioni di sistema (systemsettings5), signal: Segmentation
fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fa39a07c800 (LWP 9050))]

Thread 6 (Thread 0x7fa34bfff700 (LWP 9062)):
#0  0x7fa3955c50b4 in __GI___libc_read (fd=40, buf=0x7fa34bffebde,
nbytes=10) at ../sysdeps/unix/sysv/linux/read.c:27
#1  0x7fa35e13a021 in pa_read () from
/usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-11.1.so
#2  0x7fa35e3b8a2e in pa_mainloop_prepare () from
/usr/lib/x86_64-linux-gnu/libpulse.so.0
#3  0x7fa35e3b94a0 in pa_mainloop_iterate () from
/usr/lib/x86_64-linux-gnu/libpulse.so.0
#4  0x7fa35e3b9560 in pa_mainloop_run () from
/usr/lib/x86_64-linux-gnu/libpulse.so.0
#5  0x7fa35e3c73c9 in ?? () from /usr/lib/x86_64-linux-gnu/libpulse.so.0
#6  0x7fa35e169318 in ?? () from
/usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-11.1.so
#7  0x7fa3910376db in start_thread (arg=0x7fa34bfff700) at
pthread_create.c:463
#8  0x7fa3955d688f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 5 (Thread 0x7fa368668700 (LWP 9055)):
#0  0x7fa3955c50b4 in __GI___libc_read (fd=33, buf=0x7fa368667b70,
nbytes=16) at ../sysdeps/unix/sysv/linux/read.c:27
#1  0x7fa38ecbd2d0 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7fa38ec780b7 in g_main_context_check () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7fa38ec78570 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7fa38ec786dc in g_main_context_iteration () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x7fa395f1cacb in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7fa395ebcf9a in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7fa395cd83aa in QThread::exec() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7fa39385d815 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#9  0x7fa395cd9b52 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#10 0x7fa3910376db in start_thread (arg=0x7fa368668700) at
pthread_create.c:463
#11 0x7fa3955d688f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 4 (Thread 0x7fa371c15700 (LWP 9054)):
#0  0x7fa3955c9bf9 in __GI___poll (fds=0x7fa36c004a00, nfds=1, timeout=-1)
at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x7fa38ec785c9 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7fa38ec786dc in g_main_context_iteration () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7fa395f1cacb in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7fa395ebcf9a in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7fa395cd83aa in QThread::exec() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7fa39385d815 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#7  0x7fa395cd9b52 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7fa3910376db in start_thread (arg=0x7fa371c15700) at
pthread_create.c:463
#9  0x7fa3955d688f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 3 (Thread 0x7fa37ef1a700 (LWP 9052)):
#0  0x7fa3955c9bf9 in __GI___poll (fds=0x7fa378004db0, nfds=1, timeout=-1)
at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x7fa38ec785c9 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7fa38ec786dc in g_main_context_iteration () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7fa395f1cacb in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7fa395ebcf9a in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7fa395cd83aa in QThread::exec() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7fa3963930e5 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5
#7  0x7fa395cd9b52 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7fa3910376db in 

[systemsettings] [Bug 376000] Cannot download look and feel themes

2020-02-10 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=376000

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #8 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now 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

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

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

[plasmashell] [Bug 408487] Unexpected black screen while using KDE Wayland

2020-02-10 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=408487

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|BACKTRACE   |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #7 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now 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

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

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

[kdialog] [Bug 416121] Arch KDE Video thumbnails broken (Kdialog)

2020-02-10 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=416121

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED

--- Comment #5 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now 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

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

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

[plasmashell] [Bug 405216] Allow to enable/disable Keyboard Layout in System Tray Widget's configuration

2020-02-10 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=405216

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now 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

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

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

[kdeplasma-addons] [Bug 370625] comic applet segfaults while trying to show http://phdcomics.com/comics/archive.php?comicid=1889

2020-02-10 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=370625

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now 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

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

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

[plasmashell] [Bug 338880] CircularMonitors show filled circle when at 100%

2020-02-10 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=338880

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #5 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now 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

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

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

[krita] [Bug 417343] font on user interface way too small to read

2020-02-10 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=417343

Bug Janitor Service  changed:

   What|Removed |Added

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

--- Comment #4 from Bug Janitor Service  ---
Thanks for your comment!

Automatically switching the status of this bug to REPORTED so that the KDE team
knows that the bug is ready to get confirmed.

In the future you may also do this yourself when providing needed information.

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

[kdeplasma-addons] [Bug 357222] Crash Plasma while I put an object

2020-02-10 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=357222

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #8 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now 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

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

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

[okular] [Bug 416157] okular crashed after some page changing in a ppt file

2020-02-10 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=416157

--- Comment #5 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.

[systemsettings] [Bug 375818] System Settings crashed while opening again after closing main window while GHNS window was open

2020-02-10 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=375818

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #5 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now 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

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

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

[plasmashell] [Bug 394422] Window of system tray objects doesn't show up

2020-02-10 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=394422

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now 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

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

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

[kdeplasma-addons] [Bug 376663] [UserSwitcher] - Very rare crash when the user click this applet in the dock

2020-02-10 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=376663

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #5 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now 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

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

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

[kdeplasma-addons] [Bug 386315] Media Frame widget memory leak

2020-02-10 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=386315

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #8 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now 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

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

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

[plasmashell] [Bug 356891] Activity pager crashes on Wayland

2020-02-10 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=356891

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #5 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now 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

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

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

[kdeplasma-addons] [Bug 353144] Comic widget buttons sometimes not clickable

2020-02-10 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=353144

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #3 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now 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

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

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

[krusader] [Bug 416020] No smb-connection to Router/Server "FRITZ.BOX"

2020-02-10 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=416020

--- Comment #3 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.

[plasmashell] [Bug 399038] Untranslatable calendar plugin names

2020-02-10 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=399038

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #3 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now 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

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

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

[okular] [Bug 416656] PDF Launch Action allows to execute Mono executables

2020-02-10 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=416656

--- Comment #6 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.

[okular] [Bug 416815] errors in .desktop files

2020-02-10 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=416815

--- 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.

[plasma-mycroft] [Bug 417397] Time Stamp of questions and answers shows a 48 minute difference from current time

2020-02-10 Thread Cane Kostovski
https://bugs.kde.org/show_bug.cgi?id=417397

--- Comment #2 from Cane Kostovski  ---
(In reply to Cane Kostovski from comment #1)
> SOFTWARE/OS VERSIONS
> Windows: 
> macOS: 
> Linux/KDE Plasma: OpenSuSE Leap 15.1
> (available in About System)
> KDE Plasma Version: 5.12.8
> KDE Frameworks Version: 5.55.0
> Qt Version: 5.9.7
> 
> ADDITIONAL INFORMATION
kernel version 5.5.0

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

[plasma-mycroft] [Bug 417397] Time Stamp of questions and answers shows a 48 minute difference from current time

2020-02-10 Thread Cane Kostovski
https://bugs.kde.org/show_bug.cgi?id=417397

Cane Kostovski  changed:

   What|Removed |Added

 CC||trekju...@protonmail.com

--- Comment #1 from Cane Kostovski  ---
SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 5.5.0
KDE Frameworks Version: 5.5.0
Qt Version: 5

ADDITIONAL INFORMATION

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

[frameworks-kirigami] [Bug 417134] Flatpak: hamburger icon is missing

2020-02-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=417134

Nate Graham  changed:

   What|Removed |Added

Product|KDE Itinerary   |frameworks-kirigami
  Component|general |general
Version|unspecified |5.67.0
   Assignee|vkra...@kde.org |notm...@gmail.com
   Target Milestone|--- |Not decided

--- Comment #4 from Nate Graham  ---
Then again, if you're on GNOME, using Adwaita icons is actually intentional and
desirable (assuming you're using Adwaita as your icon theme).

Maybe the name of the icon we're using doesn't match up with the name used by
Adwaita? Either way this is a Kirigami issue not a KItinerary issue.

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

[KDE Itinerary] [Bug 417134] Flatpak: hamburger icon is missing

2020-02-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=417134

--- Comment #3 from Nate Graham  ---
Looks like it's using Adwaita icons, not Breeze icons. Seems like it could be a
packaging issue.

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

[dolphin] [Bug 417405] Long text does not elide but is cut off if panel is too small

2020-02-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=417405

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---
I can't see any clipped text in the left side of that screenshot. What are you
referring to?

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

[kdelibs] [Bug 148340] simplify file-action question dialog (save/open/cancel)

2020-02-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=148340

--- Comment #1 from Nate Graham  ---
Can you attach a screenshot please?

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

[dolphin] [Bug 417400] Feature to create new folder containing selected items

2020-02-10 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=417400

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

[Powerdevil] [Bug 399646] Brightness control adjusts the wrong backlight control (multiple GPUs)

2020-02-10 Thread Dan Robinson
https://bugs.kde.org/show_bug.cgi?id=399646

Dan Robinson  changed:

   What|Removed |Added

 CC||dlrobin...@gmail.com

--- Comment #2 from Dan Robinson  ---
I'm also affected by this. I have a T530 with multiple GPUs.

Just for fun, I read the source of gnome-power-manager which is the only one
that gets this right. They seem to be checking if *_backlight/device/enabled is
actually reading "enabled" and using that one.

At one point, I found the equivalent code in Powerdevil and Solid and for some
reason I can't find where that file is right now.

I'm almost certain that would fix it if someone that (a) knows where that file
is and (b) knows enough Qt (I don't, unless I spend a lot of time studying up)
wants to write a patch. Or if you can point me in the right direction I'm happy
to take a stab at it but it might be a while.

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

[krita] [Bug 417045] I was working with software krita 4.2.8 in the Windows 10 computer. When I want to work with this same document but in the Mac OS laptop, the software krita doesn't open the file.

2020-02-10 Thread Fran
https://bugs.kde.org/show_bug.cgi?id=417045

--- Comment #1 from Fran  ---
Created attachment 125837
  --> https://bugs.kde.org/attachment.cgi?id=125837=edit
Krita se ha cerrado inesperadamente

This message of krita appears on screen of Mac laptop when I try to open the
file of krita, which was worked and kept with windows 10 by me.

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

[krita] [Bug 417045] I was working with software krita 4.2.8 in the Windows 10 computer. When I want to work with this same document but in the Mac OS laptop, the software krita doesn't open the file.

2020-02-10 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=417045

Christoph Feck  changed:

   What|Removed |Added

   Assignee|fa...@kde.org   |krita-bugs-n...@kde.org
Version|5.0.0   |4.2.8
Product|frameworks-kio  |krita
  Component|general |File formats

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

[elisa] [Bug 417409] New: Albums that contain symbols, no album art is generated

2020-02-10 Thread Andrew
https://bugs.kde.org/show_bug.cgi?id=417409

Bug ID: 417409
   Summary: Albums that contain symbols, no album art is generated
   Product: elisa
   Version: 19.12.1
  Platform: MS Windows
OS: MS Windows
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: matthieu_gall...@yahoo.fr
  Reporter: and...@irving.net.nz
  Target Milestone: ---

Created attachment 125836
  --> https://bugs.kde.org/attachment.cgi?id=125836=edit
3x screenshots of the problem.

SUMMARY
The Elisa App from the Windows store is fantastic, but noticed that any albums
(in the albums view) that have symbols in either the band name or album name
don't produce the build-in tag image.

STEPS TO REPRODUCE
1. Added albums to library
2. Browse or search library for albums
3. Not all images are loaded for the albums

OBSERVED RESULT
Images that are part of the file tags aren't loaded

EXPECTED RESULT
Images that are part of the file tags should be loaded

SOFTWARE/OS VERSIONS
Windows: 10

ADDITIONAL INFORMATION
Looks to be symbol related ,that's the only commonality. Doesn't appear to be
an issue if the song has a symbol in it. I have attached screenshots with
examples.

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

[okular] [Bug 417408] New: Attach/insert image as a note to pdf

2020-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=417408

Bug ID: 417408
   Summary: Attach/insert image as a note to pdf
   Product: okular
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: New backend wishes
  Assignee: okular-de...@kde.org
  Reporter: sandu...@gmail.com
  Target Milestone: ---

I often want to add mathematical notes (sketched proofs/derivations) to a pdf
document.

Currently that seems not to be possible.

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

[okular] [Bug 412978] Okular creates tabs for deleted files

2020-02-10 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=412978

Albert Astals Cid  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/kde/
   ||okular/commit/c549d28f7f963
   ||607075fb39322115d39e837d854

--- Comment #14 from Albert Astals Cid  ---
Git commit c549d28f7f963607075fb39322115d39e837d854 by Albert Astals Cid, on
behalf of Andi Sardina Ramos.
Committed on 10/02/2020 at 23:22.
Pushed by aacid into branch 'master'.

Solving the creation of an additional tab for a deleted file.
Related: bug 412979

M  +2-2autotests/CMakeLists.txt
A  +41   -0autotests/closedialoghelper.cpp [License: UNKNOWN]  *
A  +39   -0autotests/closedialoghelper.h [License: UNKNOWN]  *
M  +61   -1autotests/mainshelltest.cpp
M  +21   -65   autotests/parttest.cpp
M  +1-1autotests/testingutils.cpp
M  +1-0autotests/testingutils.h
M  +21   -2core/document.cpp
M  +8-0core/document.h
M  +2-0core/document_p.h
M  +3-1part.cpp
M  +20   -10   shell/shell.cpp

The files marked with a * at the end have a non valid license. Please read:
https://community.kde.org/Policies/Licensing_Policy and use the headers which
are listed at that page.


https://invent.kde.org/kde/okular/commit/c549d28f7f963607075fb39322115d39e837d854

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

[okular] [Bug 412979] Okular creates additional tab for deleted file

2020-02-10 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=412979

Albert Astals Cid  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://invent.kde.org/kde/
   ||okular/commit/c549d28f7f963
   ||607075fb39322115d39e837d854

--- Comment #1 from Albert Astals Cid  ---
Git commit c549d28f7f963607075fb39322115d39e837d854 by Albert Astals Cid, on
behalf of Andi Sardina Ramos.
Committed on 10/02/2020 at 23:22.
Pushed by aacid into branch 'master'.

Solving the creation of an additional tab for a deleted file.
Related: bug 412978

M  +2-2autotests/CMakeLists.txt
A  +41   -0autotests/closedialoghelper.cpp [License: UNKNOWN]  *
A  +39   -0autotests/closedialoghelper.h [License: UNKNOWN]  *
M  +61   -1autotests/mainshelltest.cpp
M  +21   -65   autotests/parttest.cpp
M  +1-1autotests/testingutils.cpp
M  +1-0autotests/testingutils.h
M  +21   -2core/document.cpp
M  +8-0core/document.h
M  +2-0core/document_p.h
M  +3-1part.cpp
M  +20   -10   shell/shell.cpp

The files marked with a * at the end have a non valid license. Please read:
https://community.kde.org/Policies/Licensing_Policy and use the headers which
are listed at that page.


https://invent.kde.org/kde/okular/commit/c549d28f7f963607075fb39322115d39e837d854

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

[krita] [Bug 417406] Undo to empty undoes only what stack size is set to and doesn't clear to empty.

2020-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=417406

--- Comment #1 from lemp...@gmail.com ---
Forgot to mention, if you go step by step (by clicking on undo history) it gets
messed up, I can't tell exactly how or why, the undo with empty just start
behaving differently.

I tried this: stack history set to 10, 12 strokes made, I went 1-by-1 back in
undo history by clicking in undo history docker, 2 strokes remain (not clicked
on empty yet!) which is expected, then I clicked on empty and out of 2
remaining strokes 1 disappeared and 1 stayed. I tried again, this time both
strokes disappeared.

As you can see it's difficult to find out what exactly happens in a 1-by-1 case
as it's not regular but kind of random (?) while clicking on empty right away
gives consistently 2 strokes out of 12.

(Btw I tried increasing the stack size to 100, same result as with 10)

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

[kolourpaint] [Bug 417407] New: KolourPaint doesn't save changed settings.

2020-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=417407

Bug ID: 417407
   Summary: KolourPaint doesn't save changed settings.
   Product: kolourpaint
   Version: 19.12
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: kolourpaint-supp...@lists.sourceforge.net
  Reporter: kayaksan...@gmail.com
  Target Milestone: ---

SUMMARY

KolourPaint does not save any changes made into the program. It's like the
kolourpaintrc file is rewritten every time the program closes. Deleting the rc
file also doesn't fix.

STEPS TO REPRODUCE

1. Open Kolourpaint
2. Change anything in any setting (example: Settings > Toolbars shown; or
Colours > Use KDE's > {any option} ).
3. Close the program or the image (either Alt+F4 or CRTL+W work)

OBSERVED RESULT

No persistent changes.

EXPECTED RESULT

Persistent changes.

SOFTWARE/OS VERSIONS

Linux/KDE Plasma: Arch Linux 4.19.101-1-lts 61-bits/
KDE Plasma Version: 5.17.5
KDE Frameworks Version: 5.66.0
Qt Version: 5.15.1

ADDITIONAL INFORMATION

"About KolourPaint" section: version 19.12.2 ; Qt 5.14.1 built against Qt
5.14.0

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

[krita] [Bug 417406] New: Undo to empty undoes only what stack size is set to and doesn't clear to empty.

2020-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=417406

Bug ID: 417406
   Summary: Undo to empty undoes only what stack size is set to
and doesn't clear to empty.
   Product: krita
   Version: 4.2.8
  Platform: MS Windows
OS: MS Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: krita-bugs-n...@kde.org
  Reporter: lemp...@gmail.com
  Target Milestone: ---

SUMMARY
If you click on empty to undo everything the only strokes that disappear are
the latest strokes which number up to what is Stack Size set to.

Example: If stack size set to 10, I do 12 strokes, click on empty to clear
everything last 10 strokes disappear while the first 2 are left on the canvas.


STEPS TO REPRODUCE
1. Go to Settings - Configure Krita - General - Miscellaneous - Undo stack size
2. Set stack size to some number (for example 10)
3. Restart Krita
4. Create a new document
5. Paint more stacks than what you set in point 2
6. Go to Undo history docker, scroll up and click on 

OBSERVED RESULT
Latest strokes equal to number set in Undo stack size disappear the rest stays
on canvas.

EXPECTED RESULT
Clear canvas (no strokes).

SOFTWARE/OS VERSIONS
Windows: 10

ADDITIONAL INFORMATION
Tested in Krita 4.2.7.1 up to a Krita nightly build
(krita-nightly-x64-v4.2.8.2-93-gba88e9315a.zip) in portable versions.

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

[krita] [Bug 417343] font on user interface way too small to read

2020-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=417343

--- Comment #3 from rioghnachmacfarl...@gmail.com ---
Created attachment 125835
  --> https://bugs.kde.org/attachment.cgi?id=125835=edit
bug report

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

[krita] [Bug 417343] font on user interface way too small to read

2020-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=417343

--- Comment #2 from rioghnachmacfarl...@gmail.com ---
Created attachment 125834
  --> https://bugs.kde.org/attachment.cgi?id=125834=edit
Bug report

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

[konsole] [Bug 417326] The cursor is drawn one pixel off its expected Y-coordinate

2020-02-10 Thread Egmont Koblinger
https://bugs.kde.org/show_bug.cgi?id=417326

Egmont Koblinger  changed:

   What|Removed |Added

 CC||egm...@gmail.com

--- Comment #5 from Egmont Koblinger  ---
(In reply to Christoph Feck from comment #3)
> The code you remove says it's intentional.

git blame'ing that points to bug 343283 - it doesn't seem to me that this gap
of 1 pixel was intentional at all.

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

[systemsettings] [Bug 417393] systemsettings won't start, symbol lookup error

2020-02-10 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=417393

--- Comment #3 from Christoph Feck  ---
The error message indicates that incompatible package versions are mixed. This
could have several causes:

* You were using third-party package repositories (PPAs), and mixing them with
the official repositories
* You did an incomplete update from official repositories, mixing old and new
package versions
* The distribution published partial updates, and needs to publish the
remaining updates to get a consistent state

I suggest to check in a help forum of your distribution how to get back to a
consistent state, if a full update in a day or two doesn't resolve the issue.

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

[krusader] [Bug 417349] Krusader installation (make) fails when trying to build krarc

2020-02-10 Thread Toni Asensi Esteve
https://bugs.kde.org/show_bug.cgi?id=417349

--- Comment #5 from Toni Asensi Esteve  ---
Created attachment 125833
  --> https://bugs.kde.org/attachment.cgi?id=125833=edit
A screenshot of the result: Krusader and Unity

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

[krusader] [Bug 417349] Krusader installation (make) fails when trying to build krarc

2020-02-10 Thread Toni Asensi Esteve
https://bugs.kde.org/show_bug.cgi?id=417349

--- Comment #4 from Toni Asensi Esteve  ---
Created attachment 125832
  --> https://bugs.kde.org/attachment.cgi?id=125832=edit
The patch that was applied after the '#include ' line was
added.

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

[krusader] [Bug 417349] Krusader installation (make) fails when trying to build krarc

2020-02-10 Thread Toni Asensi Esteve
https://bugs.kde.org/show_bug.cgi?id=417349

Toni Asensi Esteve  changed:

   What|Removed |Added

 CC||toni.ase...@kdemail.net

--- Comment #3 from Toni Asensi Esteve  ---
Hello, 

> user-interface.docbook:406: parser error : Entity 'Ins' not defined

As Yuri Chornoivan wrote in
https://www.mail-archive.com/kmymoney-devel@kde.org/msg14998.html :
"This needs some newer kdoctools framework"
although a patch could also be applied. I'll attach one.

I compiled Krusader in Ubuntu 16.04, using, as you do:
- Qt 5.9
- a `#include ` line added to krusader/krArc/krarc.cpp;
and also:
- I applied the attached path (using `patch -p1 < PATH_TO_THE_PATCH/"after
adding the include QCoreApplication line.diff");
- later I executed:

cmake ../krusader -DCMAKE_INSTALL_PREFIX=/opt/applications/krusader
-DCMAKE_C_FLAGS="-O2 -fPIC" -DCMAKE_CXX_FLAGS="-O2 -fPIC"
-DCMAKE_PREFIX_PATH=/opt/applications/Qt/5.9/gcc_64/

make

sudo make install

(without using `-DKDE_INSTALL_USE_QT_SYS_PATHS=ON` nor `sudo make`).

Does it work for your case :-?

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

[frameworks-kimageformats] [Bug 416941] AVIF image support

2020-02-10 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=416941

--- Comment #1 from Christoph Feck  ---
Thanks for considering adding support for this new format.

QImage I/O plugins are mostly self-contained, so it wouldn't really matter if
you develop it as a github project, a separate KDE project, a subproject of
(KDE's) kimageformats, or a subproject of (Qt's) qtimageformats.

It mostly depends on the license you plan to use. If you aim for inclusion in
Qt, you have less freedom to chose the license compared to a github project,
for example.

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

[digikam] [Bug 397872] Slight improvement of Geolocation window layout for better efficiency

2020-02-10 Thread Jens
https://bugs.kde.org/show_bug.cgi?id=397872

--- Comment #5 from Jens  ---
Is anything still being done about this bug?

For a start, I would be a lot happier if I could preview videos and show the
image list and map *beside* each other, instead of *on top* of each other.

This would enable much better usage of large widescreen displays (FullHD and
above) and make geotagging easier.

Thank you :)

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

[konsole] [Bug 417326] The cursor is drawn one pixel off its expected Y-coordinate

2020-02-10 Thread Arthur Kasimov
https://bugs.kde.org/show_bug.cgi?id=417326

--- Comment #4 from Arthur Kasimov  ---
Indeed, the comment to the code says it is intentional but the result looks
buggy. In most other terminal emulators the cursor height is the same as line
height without any gaps.

I checked further and seems like this code was added while fixing another bug
https://bugs.kde.org/show_bug.cgi?id=343283

The last commenter also wonders why the cursor is shifted down by one pixel.
Seems like it was just an arbitrary choice without a clear reason. I believe it
would be better to remove the gap and draw the cursor just like other terminal
emulators do.

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

[okular] [Bug 397463] okular session management

2020-02-10 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=397463

Albert Astals Cid  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---
 CC||aa...@kde.org

--- Comment #25 from Albert Astals Cid  ---
Yeah this is not in, i jsut made the same mistake Nate made

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

[okular] [Bug 397463] okular session management

2020-02-10 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=397463

Albert Astals Cid  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://invent.kde.org/kde/
   ||okular/commit/a5a8d82fb3a25
   ||670bc241d9b5f3f15e98ec7d475
   Version Fixed In||1.9.0
 Resolution|--- |FIXED

--- Comment #24 from Albert Astals Cid  ---
Git commit a5a8d82fb3a25670bc241d9b5f3f15e98ec7d475 by Albert Astals Cid, on
behalf of Nate Graham.
Committed on 10/02/2020 at 21:32.
Pushed by aacid into branch 'session-restoration'.

Restore previously-open documents on launch by default
FIXED-IN: 1.9.0

M  +1-0conf/dlggeneral.cpp
M  +7-0conf/dlggeneralbase.ui
M  +3-0conf/okular_core.kcfg
M  +1-1shell/CMakeLists.txt
M  +15   -6shell/main.cpp
M  +14   -0shell/shell.cpp

https://invent.kde.org/kde/okular/commit/a5a8d82fb3a25670bc241d9b5f3f15e98ec7d475

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

[digikam] [Bug 417399] Wishlist: button to hide confirmed faces for a person

2020-02-10 Thread MarcP
https://bugs.kde.org/show_bug.cgi?id=417399

--- Comment #2 from MarcP  ---
Well, to be honest, I don't have much idea of how it works internally. Another
solution would be to display all the unconfirmed faces before or after the
confirmed ones, so they all appear together. But that would mean overriding the
current sorting order specified by the user in People panel.

Anyway, I was just a quick idea to make the UI more intuitive.

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

[digikam] [Bug 417399] Wishlist: button to hide confirmed faces for a person

2020-02-10 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=417399

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #1 from Maik Qualmann  ---
Sorry, I don't believe in introducing more and more buttons that filter or
display anything. New users struggle with something like that. See hiding of
original files after processing. There must be simpler logical solutions. I
think the green frame is very visible. Sorting by new faces would be a possible
idea. The problem is that we currently have no cached information about it in
the ItemInfo, not even about names in this images. These are all additional
database queries. And that is not really fast in a icon view. I've already
written code internally to categorize people, but I'm not happy with it right
now because it requires more internal changes.

Maik

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

[elisa] [Bug 410001] Can't add samba shared folders to Elisa library or even open samba shared audio files

2020-02-10 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=410001

--- Comment #16 from Matthieu Gallien  ---
(In reply to Patrick Silva from comment #15)
> But I can't add a samba share to elisa settings. 
> When I click on "Ok" button to confirm selection, "Configure" window closes
> and the path is not added.

Elisa is now correctly giving the smb:// url to the audio player and it just
works.

Indexing the music directly from a samba share would require direct support in
Elisa and it is not yet done (would probably require usage of KIO). This could
be quite slow if you have a big collection and may require some support for
preindexing your music like Amarok could.

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

[plasma-nm] [Bug 350521] [RFE] [OpenVPN] kdeplasma-applets-plasma-nm does not support OTP Tokens for OpenVPN connections

2020-02-10 Thread Vitaly Dub
https://bugs.kde.org/show_bug.cgi?id=350521

Vitaly Dub  changed:

   What|Removed |Added

 CC||forceus...@gmail.com

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

[krita] [Bug 417404] Zoom tool behaves unpredictably when free rotation is active

2020-02-10 Thread Rebecca Breu
https://bugs.kde.org/show_bug.cgi?id=417404

Rebecca Breu  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||rebe...@rbreu.de
 Ever confirmed|0   |1

--- Comment #1 from Rebecca Breu  ---
I can confirm this with current master (f303fa7) as well. The zoom tool works
fine on a non-rotated canvas, but acts weird once there's a rotation. I think
the amount of zoom looks fine, but the offset is wrong.

And yes, it's strange to have the zoom selection box rotate with the canvas
instead of keeping in alignment with the screen.

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

[gwenview] [Bug 143401] loop in animated GIF

2020-02-10 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=143401

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[gwenview] [Bug 139735] Preserve EXIF time after saved modifications

2020-02-10 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=139735

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[dolphin] [Bug 417405] New: Long text does not elide but is cut off if panel is too small

2020-02-10 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=417405

Bug ID: 417405
   Summary: Long text does not elide but is cut off if panel is
too small
   Product: dolphin
   Version: 19.12.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: panels: information
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: pos...@posteo.eu
CC: kfm-de...@kde.org
  Target Milestone: ---

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

SUMMARY

If the panel width is made small enough it may happen that text which is too
long just becomes clipped like in the screenshot. 



SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux 
KDE Plasma Version: 5.17.5
KDE Frameworks Version: 5.67.0
Qt Version: 5.14.1


ADDITIONAL INFORMATION
Scaling: 1.5

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

[dolphin] [Bug 417405] Long text does not elide but is cut off if panel is too small

2020-02-10 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=417405

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[krita] [Bug 417404] New: Zoom tool behaves unpredictably when free rotation is active

2020-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=417404

Bug ID: 417404
   Summary: Zoom tool behaves unpredictably when free rotation is
active
   Product: krita
   Version: 4.2.8
  Platform: MS Windows
OS: MS Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Tools
  Assignee: krita-bugs-n...@kde.org
  Reporter: jesse0...@gmail.com
  Target Milestone: ---

SUMMARY

The zoom tool behaves unpredictably when free rotation is active. 

(PS: I just started using Krita. I'm a programmer trying to learn some drawing
skills.)


STEPS TO REPRODUCE

1. Use Shift+Space and drag the mouse around the center of the screen to freely
rotate the view of the image (very useful for working from different
perspectives and for when it's easier to draw a line well from one angle
relative to your hand than another etc).

2. Try to use the zoom tool to highlight a box of the image that you'd like to
zoom into to make it easier to work on some part of the image.

3. The zoom will jump to some (seemingly) unpredictable part of the image and
not to the area you actually highlighted with the zoom tool. 

There's also a problem with the zoom box being oriented relative to the
non-rotated image, whereas I'd think most users who are trying to use the zoom
box tool while rotated are trying to rotate to an area that's relative to their
current rotated perspective and not relative to the absolute one, since having
it be relative to the current rotation is far more useful. 

This seems like a really essential aspect of having a good workflow, especially
on smaller tablet screens. It would greatly improve the workflow if it was
fixed. The free rotation tool could also perhaps benefit from being more easily
discoverable instead of only working by using hotkeys (apparently).


OBSERVED RESULT

The zoom jumps around in strange (seemingly) unpredictable ways when the view
is currently rotated.


EXPECTED RESULT

The zoom box should instead be relative to the current rotation and should
behave as most users would expect it to.


SOFTWARE/OS VERSIONS
Windows: Windows 10 64-bit
(no others tested)


ADDITIONAL INFORMATION

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

[dolphin] [Bug 411844] Info panel displays EXIF data for all documents (DOC etc.)

2020-02-10 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=411844

Postix  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WORKSFORME

--- Comment #1 from Postix  ---
Cannot reproduce this on

Operating System: Manjaro Linux 
KDE Plasma Version: 5.17.5
KDE Frameworks Version: 5.67.0
Qt Version: 5.14.1
Kernel Version: 5.5.2-1-MANJARO

The tested MS docx and odt files don't show any kind of exif data in Dolphin's
info panel for me.

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

[dolphin] [Bug 411844] Info panel displays EXIF data for all documents (DOC etc.)

2020-02-10 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=411844

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[dolphin] [Bug 395374] Dolphin temporarily freezes while opening directories with large amounts of files

2020-02-10 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=395374

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[kile] [Bug 417403] New: Kile crashes on close after the process was using 100% of one cpu

2020-02-10 Thread Erik Quaeghebeur
https://bugs.kde.org/show_bug.cgi?id=417403

Bug ID: 417403
   Summary: Kile crashes on close after the process was using 100%
of one cpu
   Product: kile
   Version: 2.9.93
  Platform: Gentoo Packages
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: michel.lud...@kdemail.net
  Reporter: k...@equaeghe.nospammail.net
  Target Milestone: ---

Application: kile (2.9.93)

Qt Version: 5.13.2
Frameworks Version: 5.64.0
Operating System: Linux 4.19.97-gentoo x86_64
Distribution: Gentoo/Linux

-- Information about the crash:
- What I was doing when the application crashed:
I had a kile session active for about a workday. After a break, I came back and
continued, but soon noticed that my laptop's fans were at full throttle.
Apparently, one of kile's tabs (I had three open) was using 100% of one cpu. I
closed that tab and it closed, but the other tabs didn't move to the left (it
was the leftmost tabs). Then I decided to close kile and that is when kile
crashed.

-- Backtrace:
Application: Kile (kile), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f9c38be5d80 (LWP 131494))]

Thread 6 (Thread 0x7f9c2d536700 (LWP 131499)):
#0  0x7f9c3fd2de57 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f9c2db4738b in ?? () from /usr/lib64/dri/i965_dri.so
#2  0x7f9c2db46fa7 in ?? () from /usr/lib64/dri/i965_dri.so
#3  0x7f9c3fd273a7 in start_thread () from /lib64/libpthread.so.0
#4  0x7f9c42ca224f in clone () from /lib64/libc.so.6

Thread 5 (Thread 0x7f9c2f7fe700 (LWP 131498)):
#0  0x7f9c3fd2de57 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f9c40099ad3 in QWaitConditionPrivate::wait (deadline=...,
this=0x55c88dc41070) at thread/qwaitcondition_unix.cpp:146
#2  QWaitCondition::wait (this=, mutex=0x55c88db6ac90,
deadline=...) at thread/qwaitcondition_unix.cpp:225
#3  0x7f9c40099b59 in QWaitCondition::wait (this=0x55c88db6ac98,
mutex=0x55c88db6ac90, time=) at
../../include/QtCore/../../src/corelib/kernel/qdeadlinetimer.h:68
#4  0x7f9c43027306 in ?? () from /usr/lib64/libkdeinit5_kile.so
#5  0x7f9c40094412 in QThreadPrivate::start (arg=0x55c88db6ac60) at
thread/qthread_unix.cpp:360
#6  0x7f9c3fd273a7 in start_thread () from /lib64/libpthread.so.0
#7  0x7f9c42ca224f in clone () from /lib64/libc.so.6

Thread 4 (Thread 0x7f9c2700 (LWP 131497)):
#0  0x7f9c3fd2de57 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f9c40099ad3 in QWaitConditionPrivate::wait (deadline=...,
this=0x55c88dd9fab0) at thread/qwaitcondition_unix.cpp:146
#2  QWaitCondition::wait (this=, mutex=0x55c88dda24d0,
deadline=...) at thread/qwaitcondition_unix.cpp:225
#3  0x7f9c40099b59 in QWaitCondition::wait (this=0x55c88dda24d8,
mutex=0x55c88dda24d0, time=) at
../../include/QtCore/../../src/corelib/kernel/qdeadlinetimer.h:68
#4  0x7f9c43027306 in ?? () from /usr/lib64/libkdeinit5_kile.so
#5  0x7f9c40094412 in QThreadPrivate::start (arg=0x55c88dda24a0) at
thread/qthread_unix.cpp:360
#6  0x7f9c3fd273a7 in start_thread () from /lib64/libpthread.so.0
#7  0x7f9c42ca224f in clone () from /lib64/libc.so.6

Thread 3 (Thread 0x7f9c35a61700 (LWP 131496)):
#0  0x7f9c42c91ee0 in read () from /lib64/libc.so.6
#1  0x7f9c3d6e4eff in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x7f9c3d69e26e in g_main_context_check () from
/usr/lib64/libglib-2.0.so.0
#3  0x7f9c3d69e6e3 in ?? () from /usr/lib64/libglib-2.0.so.0
#4  0x7f9c3d69e85f in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#5  0x7f9c402852ab in QEventDispatcherGlib::processEvents
(this=0x7f9c28000b60, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#6  0x7f9c4023047b in QEventLoop::exec (this=this@entry=0x7f9c35a60cb0,
flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:140
#7  0x7f9c40093381 in QThread::exec (this=) at
../../include/QtCore/../../src/corelib/global/qflags.h:120
#8  0x7f9c410b14f6 in ?? () from /usr/lib64/libQt5DBus.so.5
#9  0x7f9c40094412 in QThreadPrivate::start (arg=0x7f9c41133d80) at
thread/qthread_unix.cpp:360
#10 0x7f9c3fd273a7 in start_thread () from /lib64/libpthread.so.0
#11 0x7f9c42ca224f in clone () from /lib64/libc.so.6

Thread 2 (Thread 0x7f9c36af7700 (LWP 131495)):
#0  0x7f9c42c965e3 in poll () from /lib64/libc.so.6
#1  0x7f9c3e15e7f7 in ?? () from /usr/lib64/libxcb.so.1
#2  0x7f9c3e16042a in xcb_wait_for_event () from /usr/lib64/libxcb.so.1
#3  0x7f9c3863a5f0 in QXcbEventQueue::run (this=0x55c88db7d100) at
qxcbeventqueue.cpp:228
#4  0x7f9c40094412 in QThreadPrivate::start (arg=0x55c88db7d100) at
thread/qthread_unix.cpp:360
#5  0x7f9c3fd273a7 in start_thread () 

[kdelibs] [Bug 148340] simplify file-action question dialog (save/open/cancel)

2020-02-10 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=148340

Postix  changed:

   What|Removed |Added

 CC||n...@kde.org,
   ||pos...@posteo.eu

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

[frameworks-kimageformats] [Bug 416941] AVIF image support

2020-02-10 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=416941

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[gwenview] [Bug 417402] Old Oxygen style of inline message "you see the new version. Click here to go back to the original one"

2020-02-10 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=417402

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[gwenview] [Bug 417402] New: Old Oxygen style of inline message "you see the new version. Click here to go back to the original one"

2020-02-10 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=417402

Bug ID: 417402
   Summary: Old Oxygen style of inline message "you see the new
version. Click here to go back to the original one"
   Product: gwenview
   Version: 19.12.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: gwenview-bugs-n...@kde.org
  Reporter: pos...@posteo.eu
  Target Milestone: ---

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

SUMMARY


STEPS TO REPRODUCE
1. open an image with gwenview
2. crop such image
3. click on "Save as" button on top

OBSERVED RESULT
The inline message in Oxygen style appears.

EXPECTED RESULT
Breeze style messsage if any.


SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux 
KDE Plasma Version: 5.17.5
KDE Frameworks Version: 5.67.0
Qt Version: 5.14.1

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

[kdenlive] [Bug 417401] New: kdenlive crashes on exit

2020-02-10 Thread Harri
https://bugs.kde.org/show_bug.cgi?id=417401

Bug ID: 417401
   Summary: kdenlive crashes on exit
   Product: kdenlive
   Version: 19.12.2
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: bugs@uhrlau.de
  Target Milestone: ---

SUMMARY
kdenlive crashes on exit

STEPS TO REPRODUCE
1. start kdenlive
2. end kdenlive by any means
3. watch it chrashing

this happens always

OBSERVED RESULT
When I start it in a console I get lots of output like this: 
qrc:/qml/timeline.qml:1343: TypeError: Cannot read property 'scaleFactor' of
null
qrc:/qml/timeline.qml:1316: TypeError: Cannot read property 'scaleFactor' of
null
qrc:/qml/timeline.qml:1319: TypeError: Cannot read property 'scaleFactor' of
null
qrc:/qml/timeline.qml:220: TypeError: Cannot read property 'headerWidth' of
null
qrc:/qml/timeline.qml:1106: TypeError: Cannot read property 'fullDuration' of
null
qrc:/qml/timeline.qml:242: TypeError: Cannot read property 'scaleFactor' of
null
qrc:/qml/timeline.qml:1087: TypeError: Cannot read property 'scaleFactor' of
null
qrc:/qml/timeline.qml:1065: TypeError: Cannot read property 'fullDuration' of
null
qrc:/qml/Ruler.qml:224: TypeError: Cannot read property 'zoneOut' of null

EXPECTED RESULT
clean end of program

SOFTWARE/OS VERSIONS
Qt Version: 5.14.1
Frameworks Version: 5.66.0
Operating System: Linux 4.12.14-lp151.28.36-default x86_64
Windowing system: X11
Distribution: "openSUSE Leap 15.1"

ADDITIONAL INFORMATION
-- Backtrace:
Application: Kdenlive (kdenlive), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f28fd353900 (LWP 14703))]

Thread 26 (Thread 0x7f282affd700 (LWP 14734)):
#0  0x7f28f43f7c98 in read () at /lib64/libc.so.6
#1  0x7f28eddcbc80 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f28edd86cb8 in g_main_context_check () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f28edd87150 in  () at /usr/lib64/libglib-2.0.so.0
#4  0x7f28edd872bc in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#5  0x7f28f50977eb in
QEventDispatcherGlib::processEvents(QFlags)
(this=0x7f282b10, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#6  0x7f28f5036d4a in
QEventLoop::exec(QFlags)
(this=this@entry=0x7f282affccb0, flags=..., flags@entry=...) at
kernel/qeventloop.cpp:225
#7  0x7f28f4e47657 in QThread::exec() (this=) at
thread/qthread.cpp:536
#8  0x7f28f4e48b2c in QThreadPrivate::start(void*) (arg=0x7f2824003a90) at
thread/qthread_unix.cpp:342
#9  0x7f28f0865569 in start_thread () at /lib64/libpthread.so.0
#10 0x7f28f44069ef in clone () at /lib64/libc.so.6

Thread 25 (Thread 0x7f282b7fe700 (LWP 14733)):
#0  0x7f28f43fc296 in ppoll () at /lib64/libc.so.6
#1  0x7f28f0ca62a1 in pa_mainloop_poll () at /usr/lib64/libpulse.so.0
#2  0x7f28f0ca68b0 in pa_mainloop_iterate () at /usr/lib64/libpulse.so.0
#3  0x7f28c8d24ba7 in  () at /usr/lib64/libSDL2-2.0.so.0
#4  0x7f28c8c801fe in  () at /usr/lib64/libSDL2-2.0.so.0
#5  0x7f28c8ccb8dc in  () at /usr/lib64/libSDL2-2.0.so.0
#6  0x7f28c8d401d9 in  () at /usr/lib64/libSDL2-2.0.so.0
#7  0x7f28f0865569 in start_thread () at /lib64/libpthread.so.0
#8  0x7f28f44069ef in clone () at /lib64/libc.so.6

Thread 24 (Thread 0x7f282bfff700 (LWP 14732)):
#0  0x7f28f086b8ad in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f28f4e4f0db in QWaitConditionPrivate::wait(QDeadlineTimer)
(deadline=..., this=0x23fe950) at thread/qwaitcondition_unix.cpp:146
#2  0x7f28f4e4f0db in QWaitCondition::wait(QMutex*, QDeadlineTimer)
(this=, mutex=0x6312500, deadline=...) at
thread/qwaitcondition_unix.cpp:225
#3  0x7f28f4e4f259 in QWaitCondition::wait(QMutex*, unsigned long)
(this=0x6312508, mutex=0x6312500, time=) at
thread/qwaitcondition_unix.cpp:208
#4  0x7f28f8ef0213 in  () at /usr/lib64/libQt5Quick.so.5
#5  0x7f28f8ef0671 in  () at /usr/lib64/libQt5Quick.so.5
#6  0x7f28f4e48b2c in QThreadPrivate::start(void*) (arg=0x6312460) at
thread/qthread_unix.cpp:342
#7  0x7f28f0865569 in start_thread () at /lib64/libpthread.so.0
#8  0x7f28f44069ef in clone () at /lib64/libc.so.6

Thread 23 (Thread 0x7f285affd700 (LWP 14731)):
#0  0x7f28f086b8ad in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f28f858e061 in  () at /usr/lib64/libmlt.so.6
#2  0x0077aa9d in RenderThread::run() (this=0x7f2874000b30) at
/usr/src/debug/kdenlive-19.12.2-lp151.8.1.x86_64/src/monitor/glwidget.cpp:1427
#3  0x7f28f4e48b2c in QThreadPrivate::start(void*) (arg=0x7f2874000b30) at
thread/qthread_unix.cpp:342
#4  0x7f28f0865569 in start_thread () at /lib64/libpthread.so.0
#5  0x7f28f44069ef in clone () at /lib64/libc.so.6

Thread 22 (Thread 0x7f285b7fe700 (LWP 14730)):
#0  

[gwenview] [Bug 417382] gwenview shows two warnings at the same time if I try to save a file with an invalid extension

2020-02-10 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=417382

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[plasma-nm] [Bug 417073] plasma-nm prevents most other systray applets

2020-02-10 Thread Allan Sandfeld
https://bugs.kde.org/show_bug.cgi?id=417073

Allan Sandfeld  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #6 from Allan Sandfeld  ---
I can no longer reproduce it. Something else in my configuration must have
interfered and been a part of the issue.

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

[dolphin] [Bug 417358] Dolphin gets 7MiB/s compared to cp 18MiB/s on copy to NAS (cifs) on WiFi

2020-02-10 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=417358

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[gwenview] [Bug 278661] Gwenview does not preserve resolution ( dpi / ppi ) when saving rotated images

2020-02-10 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=278661

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[digikam] [Bug 393408] Support for extra image formats as HEIC, FLIF, JPEG-XR, WEBP [patch]

2020-02-10 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=393408

Postix  changed:

   What|Removed |Added

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

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

[frameworks-kimageformats] [Bug 394826] Add support for HEIF/HEIC

2020-02-10 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=394826

Postix  changed:

   What|Removed |Added

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

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

[digikam] [Bug 393408] Support for extra image formats as HEIC, FLIF, JPEG-XR, WEBP [patch]

2020-02-10 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=393408

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[frameworks-kimageformats] [Bug 394826] Add support for HEIF/HEIC

2020-02-10 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=394826

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

  1   2   3   >