[okular] [Bug 408222] Okular is bad in displaying of scanned PDF ! Please fix this !

2019-06-14 Thread Tobias Deiminger
https://bugs.kde.org/show_bug.cgi?id=408222

--- Comment #22 from Tobias Deiminger  ---
Found a quite on-topic paper [0], where it's suggested to compute local indexes
for luminance comparison, contrast comparison and structural comparison to
assess the quality of downsampling algorithm.

If I understand correctly, structural comparison refers to SSIM [1] which can
be calculated using latest ImageMagick 7. For example:

$ compare -metric SSIM test-1-original.jpg test-1-cairo-200dpi.png null: 2>&1
0.826331

$ compare -metric SSIM test-1-original.jpg test-1-splash-200dpi.png null: 2>&1
0.824194

Higher is better, so cairo slightly wins in that structural comparison example.

For the test, test-1-cairo-200dpi.png and test-1-splash-200dpi.png have been
generated locally from test-1.pdf using poppler_page_render and renderToImage
respectively in a standalone application.

If no one disagrees (in the sense that observations wouldn't be meaningful
enough or lack too much context), I'm going to follow this track and do broader
tests with more metrics and try to gain better understand of the results.

[0] Korneta, 2017
[1] https://en.wikipedia.org/wiki/Structural_similarity

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

[kwin] [Bug 408677] New: Screen sometimes comes up black from suspend when suspending with external screen connected

2019-06-14 Thread Ralf Jung
https://bugs.kde.org/show_bug.cgi?id=408677

Bug ID: 408677
   Summary: Screen sometimes comes up black from suspend when
suspending with external screen connected
   Product: kwin
   Version: 5.14.5
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: p...@ralfj.de
  Target Milestone: ---

SUMMARY
Sometimes, when I (in quick succession) unplug the external screen and suspend
my laptop by closing the lid, when I resume the laptop, the internal screen is
just black.

This is a critical bug that leads to data loss because I have to hard-kill the
KDE session.


STEPS TO REPRODUCE
1. Have an external screen connected and but the desktop exclusively there (so
the internal screen is disabled).
2. Unplug the screen and suspend the machine in quick succession. Unfortunately
I have not found a way to reproduce this.
3. Resume the machine.

OBSERVED RESULT
The internal screen comes back black.


EXPECTED RESULT
The internal screen should be enabled properly when coming back from suspend.

SOFTWARE/OS VERSIONS
Operating System: Debian GNU/Linux 10
KDE Plasma Version: 5.14.5
Qt Version: 5.11.3
KDE Frameworks Version: 5.54.0
Kernel Version: 4.19.0-5-amd64
OS Type: 64-bit

ADDITIONAL INFORMATION

Connecting an external screen to HDMI shows that the image is still on that
port. But of course when I am traveling at that point, I don't usually have an
external screen in my luggage...

Ctrl-Alt-Fn still switches to a normal terminal session, but switching back to
X11 does not fix the issue. I can blindly unlock the screen, open a terminal
and type "touch xx" to see (in the terminal) that this actually happens. But I
found no way to enable the screen so far. I tried "xrandr -q".  ("xbacklight"
does not work at all on my laptop so I couldn't try that.)

I have used Gnome on this laptop for a year and this has not happened a single
time. Hence I think that this is an issue in KDE, not in the drivers.

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

[kwin] [Bug 408678] New: Kwin crashed after clicking on file

2019-06-14 Thread Magnus Boman
https://bugs.kde.org/show_bug.cgi?id=408678

Bug ID: 408678
   Summary: Kwin crashed after clicking on file
   Product: kwin
   Version: 5.16.0
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: magunasu@gmail.com
  Target Milestone: ---

Application: kwin_x11 (5.16.0)

Qt Version: 5.12.3
Frameworks Version: 5.59.0
Operating System: Linux 5.1.9-arch1-1-ARCH x86_64
Distribution (Platform): Archlinux Packages

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

While doing casual browsing and chatting, I clicked (not double clicked to
open) a file in Dolphin, and what followed was PC freezing (music still
playing), but recovering ~20 seconds later.

The crash can be reproduced sometimes.

-- Backtrace:
Application: KWin (kwin_x11), signal: Segmentation fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f589519b880 (LWP 27827))]

Thread 6 (Thread 0x7f587d5dd700 (LWP 32419)):
#0  0x7f589d8e11c6 in ppoll () at /usr/lib/libc.so.6
#1  0x7f589c443731 in qt_safe_poll(pollfd*, unsigned long, timespec const*)
() at /usr/lib/libQt5Core.so.5
#2  0x7f589c444d0b in
QEventDispatcherUNIX::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#3  0x7f589c3f14dc in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#4  0x7f589c236239 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#5  0x7f589c23763c in  () at /usr/lib/libQt5Core.so.5
#6  0x7f589b218a92 in start_thread () at /usr/lib/libpthread.so.0
#7  0x7f589d8ebcd3 in clone () at /usr/lib/libc.so.6

Thread 5 (Thread 0x7f587cd3a700 (LWP 27897)):
#0  0x7f589b21ebac in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f589bd25e5c in  () at /usr/lib/libQt5Script.so.5
#2  0x7f589bd25e79 in  () at /usr/lib/libQt5Script.so.5
#3  0x7f589b218a92 in start_thread () at /usr/lib/libpthread.so.0
#4  0x7f589d8ebcd3 in clone () at /usr/lib/libc.so.6

Thread 4 (Thread 0x7f588de98700 (LWP 27894)):
#0  0x7f589d8e11c6 in ppoll () at /usr/lib/libc.so.6
#1  0x7f589c44382b in qt_safe_poll(pollfd*, unsigned long, timespec const*)
() at /usr/lib/libQt5Core.so.5
#2  0x7f589c444d0b in
QEventDispatcherUNIX::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#3  0x7f589c3f14dc in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#4  0x7f589c236239 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#5  0x7f589a9d1059 in  () at /usr/lib/libQt5Qml.so.5
#6  0x7f589c23763c in  () at /usr/lib/libQt5Core.so.5
#7  0x7f589b218a92 in start_thread () at /usr/lib/libpthread.so.0
#8  0x7f589d8ebcd3 in clone () at /usr/lib/libc.so.6

Thread 3 (Thread 0x7f588fb5d700 (LWP 27839)):
#0  0x7f589d8e11c6 in ppoll () at /usr/lib/libc.so.6
#1  0x7f589c44382b in qt_safe_poll(pollfd*, unsigned long, timespec const*)
() at /usr/lib/libQt5Core.so.5
#2  0x7f589c444d0b in
QEventDispatcherUNIX::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#3  0x7f589c3f14dc in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#4  0x7f589c236239 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#5  0x7f589a41cba6 in  () at /usr/lib/libQt5DBus.so.5
#6  0x7f589c23763c in  () at /usr/lib/libQt5Core.so.5
#7  0x7f589b218a92 in start_thread () at /usr/lib/libpthread.so.0
#8  0x7f589d8ebcd3 in clone () at /usr/lib/libc.so.6

Thread 2 (Thread 0x7f5894a38700 (LWP 27837)):
#0  0x7f589d8e10d1 in poll () at /usr/lib/libc.so.6
#1  0x7f589c15b630 in  () at /usr/lib/libxcb.so.1
#2  0x7f589c15d2db in xcb_wait_for_event () at /usr/lib/libxcb.so.1
#3  0x7f5894d44b69 in  () at /usr/lib/libQt5XcbQpa.so.5
#4  0x7f589c23763c in  () at /usr/lib/libQt5Core.so.5
#5  0x7f589b218a92 in start_thread () at /usr/lib/libpthread.so.0
#6  0x7f589d8ebcd3 in clone () at /usr/lib/libc.so.6

Thread 1 (Thread 0x7f589519b880 (LWP 27827)):
[KCrash Handler]
#6  0x563a70b3c010 in  ()
#7  0x7f588cc3d16f in KWin::SceneOpenGL::createScene(QObject*) () at
/usr/lib/qt/plugins/org.kde.kwin.scenes/KWinSceneOpenGL.so
#8  0x7f588cc4012b in KWin::OpenGLFactory::create(QObject*) const () at
/usr/lib/qt/plugins/org.kde.kwin.scenes/KWinSceneOpenGL.so
#9  0x7f589d654175 in KWin::Compositor::slotCompositingOptionsInitialized()
() at /usr/lib/libkwin.so.5
#10 0x7f589d65511c in KWin::Compositor::setup() () at /usr/lib/libkwin.so.5
#11 0x7f589c41da82 in QObject::event(QEvent*) () at
/usr/lib/libQt5Core.so.5
#12 0x7f589cdbfda4 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib/libQt5Widgets.so.5
#13 0x7f589cdc73c1 in QApplication::notify(QObject*, QEvent*) () at
/usr/lib/libQt5Widgets.so.5
#14 0x7f589c3f2849 in QCoreApplication::not

[kdenlive] [Bug 408556] In the timeline, video thumbnails are not visible by using the highest zoom level

2019-06-14 Thread emohr
https://bugs.kde.org/show_bug.cgi?id=408556

--- Comment #19 from emohr  ---
Thanks JBM for the fix.

Sebastian. You can try if it’s fixed with today’s nightly build #203:
https://binary-factory.kde.org/job/Kdenlive_Nightly_Appimage_Build/lastSuccessfulBuild/artifact/

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

[KEXI] [Bug 408679] Support rich text formatting commands in Text Editor widget

2019-06-14 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=408679

--- Comment #1 from Jarosław Staniek  ---
Created attachment 120859
  --> https://bugs.kde.org/attachment.cgi?id=120859&action=edit
Current state (plain and rich)

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

[KEXI] [Bug 408679] New: Support rich text formatting commands in Text Editor widget

2019-06-14 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=408679

Bug ID: 408679
   Summary: Support rich text formatting commands in Text Editor
widget
   Product: KEXI
   Version: 3.2.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Forms
  Assignee: kexi-b...@kde.org
  Reporter: stan...@kde.org
CC: a...@piggz.co.uk, in...@fables.co.za
  Target Milestone: ---

A wish: Support rich text formatting commands in Text Editor widget. Rich text
is supported already but no shortcuts or toolbars implemented for the editor so
users have compose and copy the rich text in some other program and paste it
then to KEXI.

Consider reusing some software too.

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

[krita] [Bug 408673] Cursor freezing when using any tools, not pen or tablet problem

2019-06-14 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=408673

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org
 Status|REPORTED|RESOLVED
 Resolution|--- |NOT A BUG

--- Comment #1 from Boudewijn Rempt  ---
Sorry, but we cannot do anything with a report like this. It is obvious, of
course, that this is not something that happens to every Krita user, otherwise
we'd have noticed it. So it is something with your system, but since you
haven't given any information whatsoever we cannot even begin to help you
figure out what is wrong. You could start with reading the information about
tablet issues that you can find on docs.krita.org./

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

[krita] [Bug 408658] Can't move the cursor over the menu with Wacom Intuos Tablet

2019-06-14 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=408658

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org
 Status|REPORTED|RESOLVED
 Resolution|--- |NOT A BUG

--- Comment #1 from Boudewijn Rempt  ---
Hi,

This is a problem with your system, and not a bug in Krita. Otherwise  we'd
have seen the issue before. 

There are many ways the wacom drivers can break, but if you're on Windows you
cannot have the drivers for two different tablets installed at the same time.
That breaks one or the other tablet.

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

[Discover] [Bug 408109] Empty space between the thumbnails of screenshots

2019-06-14 Thread Dan Jensen
https://bugs.kde.org/show_bug.cgi?id=408109

--- Comment #4 from Dan Jensen  ---
Yeah, that's probably the best way to go about it... Yes, simply use the
PreviewBig options at all times, instead of trying to also use PreviewSmall
(the code is in... KNSResource, i'm thinking it might make sense to just return
the screenshots qlist for both screenshot types rather than the small preview
one for the small option...). Though yes, it'd probably be good to also fix the
screenshots component and make it behave a little better when the images it's
showing are a bit small (which i'm sure would still happen).

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

[KEXI] [Bug 408679] Support rich text formatting commands in Text Editor widget

2019-06-14 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=408679

Jarosław Staniek  changed:

   What|Removed |Added

   Severity|normal  |wishlist

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

[KEXI] [Bug 408679] Support rich text formatting commands in Text Editor widget

2019-06-14 Thread Jarosław Staniek
https://bugs.kde.org/show_bug.cgi?id=408679

Jarosław Staniek  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[dolphin] [Bug 408680] New: Provide feedback when search options are disabled in Dolphin

2019-06-14 Thread J.Novo
https://bugs.kde.org/show_bug.cgi?id=408680

Bug ID: 408680
   Summary: Provide feedback when search options are disabled in
Dolphin
   Product: dolphin
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: search
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: jgc.n...@gmail.com
  Target Milestone: ---

SUMMARY

Trying to search an unindexed folder makes the search options in dolphin stay
disabled but is not clear what is going on.

Dolphin could:

. Show a informational message letting the user know why the options are
disabled.
. Hide the "more options" item when is not available.
. Offer other search solutions in the place of the disabled options.


STEPS TO REPRODUCE

1. Open dolphin and go to root.
2. Open search and try to change "more options".
3. All is disabled.


Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.16.80
KDE Frameworks Version: 5.60.0
Qt Version: 5.12.3
Kernel Version: 4.18.0-21-generic
OS Type: 64-bit

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

[kwin] [Bug 408639] Very high CPU usage on first core from KWin and Xorg

2019-06-14 Thread Rafał
https://bugs.kde.org/show_bug.cgi?id=408639

--- Comment #2 from Rafał  ---
I think I fixed the issue by moving from SDDM to GDM3. Still I do not know why
would SDDM cause this issue. What I did see is that SDDM starts xorg with
different parameters than GDM3.

I'll report here if anything changes.

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

[plasmashell] [Bug 407783] Touchpad crashes System Settings on desktop without touchpad

2019-06-14 Thread Yaroslav Sidlovsky
https://bugs.kde.org/show_bug.cgi?id=407783

Yaroslav Sidlovsky  changed:

   What|Removed |Added

 CC||zawer...@gmail.com

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

[krita] [Bug 396158] Vanishing point assistant rays should be hidden when assistants are hidden

2019-06-14 Thread Ahab Greybeard
https://bugs.kde.org/show_bug.cgi?id=396158

Ahab Greybeard  changed:

   What|Removed |Added

 CC||ahab.greybe...@hotmail.co.u
   ||k

--- Comment #4 from Ahab Greybeard  ---
As a workaround, I set the Density value to 90 degrees and choose a custom
colour that has low contrast with the background. This gives only a vertical
and horizontal line through each vanishing Point which can be useful. If you
set it to 180 degress there is just a horizontal line which is not as useful as
the 90 degree situation and can be confusing.

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

[krita] [Bug 396168] Asistants are not scaled when the image is resized

2019-06-14 Thread Ahab Greybeard
https://bugs.kde.org/show_bug.cgi?id=396168

Ahab Greybeard  changed:

   What|Removed |Added

 CC||ahab.greybe...@hotmail.co.u
   ||k

--- Comment #1 from Ahab Greybeard  ---
This happens for Canvas Resize and Offset Image and Trim operations. Anything
that shifts the image coordinates with respect to the top left corner.
The assistants have an X/Y offset definition that is not altered/compensated
when these operatuions are done.

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

[kde] [Bug 408230] Every time i boot, i get a crash in kglobalaccel5

2019-06-14 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=408230

--- Comment #4 from Wolfgang Bauer  ---
FTR, it seems that Kubuntu Backports have been updated to KF 5.58.0 recently,
where the crash should be fixed.

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

[KScreen] [Bug 408677] Screen sometimes comes up black from suspend when suspending with external screen connected

2019-06-14 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=408677

Martin Flöser  changed:

   What|Removed |Added

  Component|general |common
Product|kwin|KScreen
   Assignee|kwin-bugs-n...@kde.org  |se...@kde.org

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

[kwin] [Bug 408678] Kwin crashed after clicking on file

2019-06-14 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=408678

Martin Flöser  changed:

   What|Removed |Added

 Resolution|--- |BACKTRACE
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Martin Flöser  ---
Unfortunately the backtrace is lacking debug symbols. If you are able to
reproduce please install debug packages and attach a new backtrace.

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

[KScreen] [Bug 408677] Screen sometimes comes up black from suspend when suspending with external screen connected

2019-06-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=408677

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||k...@davidedmundson.co.uk
 Status|REPORTED|NEEDSINFO

--- Comment #1 from David Edmundson  ---
Do you have a cursor on the black screen?

>Ctrl-Alt-Fn still switches to a normal terminal session,


Please do this and then run

DISPLAY=:0 xrandr -q

(or DISPLAY=:0 xrandr -q > someLogFile)

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

[choqok] [Bug 400117] crash on exit

2019-06-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=400117

Christoph Feck  changed:

   What|Removed |Added

 CC||a.fetto...@gmail.com

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

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

[choqok] [Bug 407919] Choqok crashes when closing application

2019-06-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=407919

Christoph Feck  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

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


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

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

[calligrawords] [Bug 407976] Unable to insert image on document

2019-06-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=407976

--- Comment #4 from Christoph Feck  ---
Are you able to open this image via Dolphin? It could be an encoding issue.

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

[dolphin] [Bug 407979] Keyboard input focus lost after closing terminal panel

2019-06-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=407979

Christoph Feck  changed:

   What|Removed |Added

   Keywords||usability

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

[drkonqi] [Bug 408107] drkonqi crashed when reporting a bug

2019-06-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=408107

Christoph Feck  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

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


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

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

[drkonqi] [Bug 381644] Dr. Konqi Crashes During Crash Report

2019-06-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=381644

Christoph Feck  changed:

   What|Removed |Added

 CC||me.noob+yeeke...@gmail.com

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

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

[frameworks-kio] [Bug 407786] kf5.kio.kio_tags: tag fetch failed: "Failed to open the database"

2019-06-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=407786

--- Comment #1 from Christoph Feck  ---
What happens if you use the tags:/ URL in Dolphin?

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

[KScreen] [Bug 408677] Screen sometimes comes up black from suspend when suspending with external screen connected

2019-06-14 Thread Ralf Jung
https://bugs.kde.org/show_bug.cgi?id=408677

--- Comment #2 from Ralf Jung  ---
> Do you have a cursor on the black screen?

No, if I recall correctly the screen is black as if it was just turned off.
(Which is why I tried "xbacklight", I remember that helping in a similar
situation several years ago on another machine. Seems like I need to figure out
which command I have to use for that nowadays.)

> Please do this and then run

I will try that next time it happens.

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

[kwin] [Bug 408668] Hardware acceleration does not work in kwin_wayland

2019-06-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=408668

--- Comment #2 from eug...@shatsky.net ---
How graphics card device node fd is passed to client, actually? Maybe it's
really /proc//fd permissions issue, will check this soon.

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

[frameworks-kdeclarative] [Bug 407999] Fragile comparison to i18n("None")

2019-06-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=407999

Christoph Feck  changed:

   What|Removed |Added

 CC||bfe...@protonmail.com

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

[kwin] [Bug 408639] Very high CPU usage on first core from KWin and Xorg

2019-06-14 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=408639

Martin Flöser  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|REPORTED|RESOLVED

--- Comment #3 from Martin Flöser  ---
This doesn't look like a KWin issue.

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

[krita] [Bug 408638] The selected template in 'Create new document' is set to Texture Templates after switching the application language

2019-06-14 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=408638

Boudewijn Rempt  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/kde/
   ||krita/commit/e09e18e550065e
   ||1504d0e91514288e8cc0fe6c17
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from Boudewijn Rempt  ---
Git commit e09e18e550065e1504d0e91514288e8cc0fe6c17 by Boudewijn Rempt.
Committed on 14/06/2019 at 10:21.
Pushed by rempt into branch 'master'.

Use untranslated strings to store the last used open pane

Now switching languages will not automatically select the last
template type because the strings we use to compare the last
used pane in the open dialog isn't the same in, e.g., French
and English...

M  +3-3libs/ui/KisMainWindow.cpp
M  +24   -18   libs/ui/KisOpenPane.cpp
M  +3-3libs/ui/KisOpenPane.h

https://invent.kde.org/kde/krita/commit/e09e18e550065e1504d0e91514288e8cc0fe6c17

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

[kdeconnect] [Bug 407962] kdeconnectd crash at network connection loss

2019-06-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=407962

Christoph Feck  changed:

   What|Removed |Added

   Severity|normal  |crash

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

[kdiff3] [Bug 407745] kdiff3 1.8.1 crash on comparing directories, segmentation fault.

2019-06-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=407745

Christoph Feck  changed:

   What|Removed |Added

   Severity|normal  |crash

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

[krita] [Bug 385589] Audio glitching in animation

2019-06-14 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=385589

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

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

[krita] [Bug 408629] Entering Audio Files for Animation doesn't play, and skips.

2019-06-14 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=408629

Boudewijn Rempt  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #2 from Boudewijn Rempt  ---
Please do not reopen this report: we don't want duplicate bugs in the bug
database.

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

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

[kdiff3] [Bug 407829] kdiff3 1.8.1 crash during scroll when comparing directories

2019-06-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=407829

Christoph Feck  changed:

   What|Removed |Added

   Severity|normal  |crash

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

[frameworks-baloo] [Bug 408681] New: Repeated assert fail in baloo_file_extractor (master branch)

2019-06-14 Thread Roman Gilg
https://bugs.kde.org/show_bug.cgi?id=408681

Bug ID: 408681
   Summary: Repeated assert fail in baloo_file_extractor (master
branch)
   Product: frameworks-baloo
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Baloo File Daemon
  Assignee: baloo-bugs-n...@kde.org
  Reporter: subd...@gmail.com
  Target Milestone: ---

Application: Baloo File Extractor (baloo_file_extractor), signal: Aborted
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[KCrash Handler]
#6  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
#7  0x7fc4b3c19801 in __GI_abort () at abort.c:79
#8  0x7fc4b43d6f2b in QMessageLogger::fatal(char const*, ...) const () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#9  0x7fc4b43d6721 in qt_assert(char const*, char const*, int) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#10 0x7fc4b66f2392 in Baloo::PostingDB::get (this=0x7fff08b769e0, term=...)
at /home/roman/dev/kde/src/frameworks/baloo/src/engine/postingdb.cpp:88
#11 0x7fc4b67004ba in Baloo::WriteTransaction::commit (this=0x5625bbed3b70)
at /home/roman/dev/kde/src/frameworks/baloo/src/engine/writetransaction.cpp:296
#12 0x7fc4b66f9ce4 in Baloo::Transaction::commit (this=0x5625bbe84970) at
/home/roman/dev/kde/src/frameworks/baloo/src/engine/transaction.cpp:304
#13 0x5625ba8286ca in Baloo::App::processNextFile (this=0x7fff08b77250) at
/home/roman/dev/kde/src/frameworks/baloo/src/file/extractor/app.cpp:119
#14 0x5625ba82cc14 in QtPrivate::FunctorCall,
QtPrivate::List<>, void, void (Baloo::App::*)()>::call(void (Baloo::App::*)(),
Baloo::App*, void**) (f=(void (Baloo::App::*)(Baloo::App * const))
0x5625ba828466 , o=0x7fff08b77250,
arg=0x7fff08b76c10) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:152
#15 0x5625ba82c601 in QtPrivate::FunctionPointer::call, void>(void (Baloo::App::*)(),
Baloo::App*, void**) (f=(void (Baloo::App::*)(Baloo::App * const))
0x5625ba828466 , o=0x7fff08b77250,
arg=0x7fff08b76c10) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:185
#16 0x5625ba82b933 in QtPrivate::QSlotObject, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*,
void**, bool*) (which=1, this_=0x5625bbe8df90, r=0x7fff08b77250,
a=0x7fff08b76c10, ret=0x0) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:414
#17 0x7fc4b4610804 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#18 0x7fc4b460439b in QObject::event(QEvent*) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#19 0x7fc4b53cf65c in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#20 0x7fc4b53d6b90 in QApplication::notify(QObject*, QEvent*) () from
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#21 0x7fc4b45d3d18 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#22 0x7fc4b4630219 in QTimerInfoList::activateTimers() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#23 0x7fc4b4630a19 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#24 0x7fc4b05b3317 in g_main_context_dispatch () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#25 0x7fc4b05b3550 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#26 0x7fc4b05b35dc in g_main_context_iteration () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#27 0x7fc4b4630daf in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#28 0x7fc4b45d203a in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#29 0x7fc4b45db170 in QCoreApplication::exec() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#30 0x5625ba827332 in main (argc=1, argv=0x7fff08b77478) at
/home/roman/dev/kde/src/frameworks/baloo/src/file/extractor/main.cpp:60

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

[krita] [Bug 408601] The Grid and Guides forget their settings

2019-06-14 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=408601

Boudewijn Rempt  changed:

   What|Removed |Added

   Assignee|krita-bugs-n...@kde.org |b...@valdyas.org
 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED
 CC||b...@valdyas.org

--- Comment #1 from Boudewijn Rempt  ---
I'm working on something that should save state automatically for all dialogs
and widgets, so we shouldn't manually implement this, but use the code from the
rempt/407381-dialog-state-saver branch for the grids panel, too.

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

[krita] [Bug 402072] Palette Docker: Can't reselect colour easily

2019-06-14 Thread Anna Medonosova
https://bugs.kde.org/show_bug.cgi?id=402072

--- Comment #3 from Anna Medonosova  ---
Git commit c06107d673357cb9e8cb56771106770b5bc0f75a by Anna Medonosova.
Committed on 14/06/2019 at 10:30.
Pushed by amedonosova into branch 'master'.

Fix 'Enforce palette colors' feature

Since the 'Enforce palette colors' is a feature of the internal color
selector, this commit moves the functionality from KisPaletteView to
KisDlgInternalColorSelector. Also, that way the color change is forced
only once upon foreground color change, preventing cycling signals and
confusing color changes
(KisPaletteView can be used more than once with different color palettes).

Removes KisPaletteView::slotFGColorResourceChanged, the function is
obsolete: it was meant to solve bug 402072 that is now fixed in a better way.

BACKPORT:krita/4.2
Related: bug 408256

M  +7-2libs/widgets/KisDlgInternalColorSelector.cpp
M  +7-13   libs/widgets/kis_palette_view.cpp
M  +8-6libs/widgets/kis_palette_view.h
M  +1-1plugins/dockers/palettedocker/palettedocker_dock.cpp

https://invent.kde.org/kde/krita/commit/c06107d673357cb9e8cb56771106770b5bc0f75a

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

[krita] [Bug 408256] Missing closest color indication in new color palette docker

2019-06-14 Thread Anna Medonosova
https://bugs.kde.org/show_bug.cgi?id=408256

Anna Medonosova  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://invent.kde.org/kde/
   ||krita/commit/c06107d673357c
   ||b9e8cb56771106770b5bc0f75a

--- Comment #4 from Anna Medonosova  ---
Git commit c06107d673357cb9e8cb56771106770b5bc0f75a by Anna Medonosova.
Committed on 14/06/2019 at 10:30.
Pushed by amedonosova into branch 'master'.

Fix 'Enforce palette colors' feature

Since the 'Enforce palette colors' is a feature of the internal color
selector, this commit moves the functionality from KisPaletteView to
KisDlgInternalColorSelector. Also, that way the color change is forced
only once upon foreground color change, preventing cycling signals and
confusing color changes
(KisPaletteView can be used more than once with different color palettes).

Removes KisPaletteView::slotFGColorResourceChanged, the function is
obsolete: it was meant to solve bug 402072 that is now fixed in a better way.

BACKPORT:krita/4.2
Related: bug 402072

M  +7-2libs/widgets/KisDlgInternalColorSelector.cpp
M  +7-13   libs/widgets/kis_palette_view.cpp
M  +8-6libs/widgets/kis_palette_view.h
M  +1-1plugins/dockers/palettedocker/palettedocker_dock.cpp

https://invent.kde.org/kde/krita/commit/c06107d673357cb9e8cb56771106770b5bc0f75a

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

[dolphin] [Bug 408680] Provide feedback when search options are disabled in Dolphin

2019-06-14 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=408680

Julian Schraner  changed:

   What|Removed |Added

 CC||sven.burmeis...@gmx.net

--- Comment #1 from Julian Schraner  ---
*** Bug 279349 has been marked as a duplicate of this bug. ***

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

[dolphin] [Bug 279349] Mediate to the user why the filter panel is inactive

2019-06-14 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=279349

Julian Schraner  changed:

   What|Removed |Added

 CC||m...@xyquadrat.ch
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from Julian Schraner  ---
Closed in favor of the more up-to-date bug report 408680.

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

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

[dolphin] [Bug 408680] Provide feedback when search options are disabled in Dolphin

2019-06-14 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=408680

Julian Schraner  changed:

   What|Removed |Added

Version|unspecified |19.04.2
 CC||m...@xyquadrat.ch

--- Comment #2 from Julian Schraner  ---
Related to https://bugs.kde.org/show_bug.cgi?id=318580.

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

[okular] [Bug 408683] New: blank page until I scroll

2019-06-14 Thread Con Hennessy
https://bugs.kde.org/show_bug.cgi?id=408683

Bug ID: 408683
   Summary: blank page until I scroll
   Product: okular
   Version: 1.7.1
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: okular-de...@kde.org
  Reporter: con.henne...@gmail.com
  Target Milestone: ---

SUMMARY
Since I can remember when I open a PDF in okular, for every document the page
is initially blank when scrolled.

STEPS TO REPRODUCE
1. open a multi-page pdf 
2. scroll down to see the beginning of the next page
3. stop to admire the blank beginning of the page
4. scroll until the top of the (blank) page disappears
5. as soon as the page "magically" reveals itself, scroll back up to see the
actual content. 

OBSERVED RESULT
when scrolling a page is blank until I scroll past the top of the page, at
which point the page is generally rendered and I have to scroll back up

EXPECTED RESULT
The page is rendered as I scroll downwards

SOFTWARE/OS VERSIONS
latest from opensuse

ADDITIONAL INFORMATION
using other tools to view pdfs works, e.g. chrome or firefox

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

[kmail2] [Bug 408145] CRash on selecting folder with unread mail

2019-06-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=408145

Christoph Feck  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DOWNSTREAM

--- Comment #1 from Christoph Feck  ---
The crash is caused by the nouveau OpenGL driver.

If this is reproducible, please install debug symbols for "libdrm_nouveau.so.2"
and "nouveau_dri.so", and report this issue directly to Mesa developers via
https://www.mesa3d.org/bugs.html

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

[konsole] [Bug 407915] The "Custom character color" option is required in "Cursor" tab

2019-06-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=407915

--- Comment #1 from Christoph Feck  ---
Cannot reproduce.

There is a color selector next to the radio button. Clicking it opens a color
dialog, and selecting a color there also works and is applied to the cursor.

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

[konsole] [Bug 407915] The "Custom character color" option is required in "Cursor" tab

2019-06-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=407915

Christoph Feck  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
   Severity|normal  |wishlist
 Ever confirmed|0   |1

--- Comment #2 from Christoph Feck  ---
Ignore the previous comment.

Reporter needs two colors configurable: background and foreground color.

The current option is not useless, because it works for line-shaped cursors.
Marking as a wish.

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

[konsole] [Bug 408048] Selection by words is sticky in Midnight Commander

2019-06-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=408048

--- Comment #1 from Christoph Feck  ---
Is this issue only visible in "mc" or also in other terminal applications, such
as text editors?

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

[krunner] [Bug 407891] KRunner crashed when searching

2019-06-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=407891

Christoph Feck  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

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


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

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

[krunner] [Bug 406081] Krunner crashes When trying to open konsole.

2019-06-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=406081

Christoph Feck  changed:

   What|Removed |Added

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

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

[krunner] [Bug 406081] Krunner crashes When trying to open konsole.

2019-06-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=406081

Christoph Feck  changed:

   What|Removed |Added

 CC||p...@ralfj.de

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

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

[krunner] [Bug 404502] Krunner crashed after trying to open Downloads on Dolphin

2019-06-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=404502

Christoph Feck  changed:

   What|Removed |Added

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

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

[kwin] [Bug 408668] Hardware acceleration does not work in kwin_wayland

2019-06-14 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=408668

Martin Flöser  changed:

   What|Removed |Added

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

--- Comment #3 from Martin Flöser  ---
Please test with another distribution.

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

[ksysguard] [Bug 408074] Arrow keys move 'priority' slider in wrong direction

2019-06-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=408074

Christoph Feck  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
   Keywords||junior-jobs

--- Comment #1 from Christoph Feck  ---
The UI sets QAbstractSlider::invertedAppearance() because of inverted numbers
for UNIX priorities. A low value means a high priority.

It should also set invertedControls().

https://doc.qt.io/qt-5/qabstractslider.html#invertedControls-prop
https://cgit.kde.org/libksysguard.git/tree/processui/ReniceDlgUi.ui

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

[krita] [Bug 408684] New: Edge Detection Filter Masks and Layers show problem behaviour

2019-06-14 Thread Ahab Greybeard
https://bugs.kde.org/show_bug.cgi?id=408684

Bug ID: 408684
   Summary: Edge Detection Filter Masks and Layers show problem
behaviour
   Product: krita
   Version: nightly build (please specify the git hash!)
  Platform: Debian stable
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Filter Layers
  Assignee: krita-bugs-n...@kde.org
  Reporter: ahab.greybe...@hotmail.co.uk
  Target Milestone: ---

Created attachment 120861
  --> https://bugs.kde.org/attachment.cgi?id=120861&action=edit
A sample .kra file to illustrate the problem

SUMMARY
This has been noted using the latest Nightly appimage build
krita-4.3.0-prealpha-89b58a7-x86_64.appimage

An Edge Detection filter used in a Filter Mask or as a Filter Layer gives
inconsistent and incorrect results.
When first opened, the sample file shows a painted blue letter 'Z' on a
transparent layer over a white background layer. The Z layer has three filter
masks on it, a Prewitt Edge Detection Mask of 1x1 px no alpha, a Gaussian Blur
of 15x15 px and a noise generator mask, all masks initially turned off.
It also has a filter layer above it which is also Prewit Edge Detection 1x1 px
no alpha, initially turned off.
[There is also a 'Z on White' layer and a black background layer for further
experimentation and investigation if desired.]


STEPS TO REPRODUCE
1. Turn on, then off again, each of the filter masks on the Z layer in turn and
note that the result is as would be expected.
2. Turn on only the Gaussian Blur mask then also turn on the Edge Detection
mask. The result is strange and wrong with gross errors.
3. Then turn on the Noise mask and note that the result is now as may be
expected.
4. Note that if the Edge Detection mask is placed below the Gaussian Blur mask
then the result is correct with no gross errors.
5. Turn off all the filter masks to give the unaffected Z layer. Then turn on
the Edge Detection Filter Layer. The result is total transparency.
6. Turn off the white background layer and note that the result is as would be
expected (on a transparent background).
7. Go back to all masks off with the Z layer showing over the white background
layer. Delete the Prewitt filter mask layer then create a new filter mask layer
in it's place and set it to Edge Detection - Prewitt - 1x1 px no alpha. Note
that the result is as would be expected.
8. Turn off the newly created filter layer then turn it back on again. The
result is total transparency.
9. The above is true for all types of Edge Detection filter but enabling the
alpha channel gives different results.


OBSERVED RESULT
See above

EXPECTED RESULT
Errors noted above should not happen.

SOFTWARE/OS VERSIONS
Krita

 Version: 4.3.0-prealpha (git 89b58a7)
 Languages: en_GB, en
 Hidpi: true

Qt

  Version (compiled): 5.12.3
  Version (loaded): 5.12.3

OS Information

  Build ABI: x86_64-little_endian-lp64
  Build CPU: x86_64
  CPU: x86_64
  Kernel Type: linux
  Kernel Version: 4.9.0-9-amd64
  Pretty Productname: Debian GNU/Linux 9 (stretch)
  Product Type: debian
  Product Version: 9

ADDITIONAL INFORMATION

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

[kmail2] [Bug 390900] Import vcf from email does not work

2019-06-14 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=390900

--- Comment #8 from Laurent Montel  ---
> Do you have a example ?
> could you send me it please ?

Thanks.
I can confirm the bug.
I will work on it now.

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

[kmail2] [Bug 390900] Import vcf from email does not work

2019-06-14 Thread Helmar Gerloni
https://bugs.kde.org/show_bug.cgi?id=390900

--- Comment #9 from Helmar Gerloni  ---
(In reply to Laurent Montel from comment #8)
> I can confirm the bug.
> I will work on it now.
Thanks! Interesting detail I just found out: While you are not able to import
the contact using the link "[Add this contact to the address book]" in the mail
it works perfectly using the small link "[vcard]" in the mail header "From:
sen...@example.com [vcard]".

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

[plasma-integration] [Bug 407963] plasma-integration QSystemTrayIcon default status differs from qt5 implementation

2019-06-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=407963

Christoph Feck  changed:

   What|Removed |Added

 Ever confirmed|0   |1
   Keywords||junior-jobs
 Status|REPORTED|CONFIRMED

--- Comment #1 from Christoph Feck  ---
> This happens because the plasma platform theme integration plugin overrides 
> the default behavior.

Indeed the default value for KStatusNotifierItem::status() according to the
code is 'Passive', but this not documented in the API docs.

The integration plugin could initialize this value to 'Active' to match the Qt
behaviour.

https://cgit.kde.org/plasma-integration.git/tree/src/platformtheme/kdeplatformsystemtrayicon.cpp#n287

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

[kdepim] [Bug 408685] I cann't add a ews account

2019-06-14 Thread rplanchuelo
https://bugs.kde.org/show_bug.cgi?id=408685

rplanchu...@gmail.com  changed:

   What|Removed |Added

Version|5.11.2  |unspecified

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

[kdepim] [Bug 408685] New: I cann't add a ews account

2019-06-14 Thread rplanchuelo
https://bugs.kde.org/show_bug.cgi?id=408685

Bug ID: 408685
   Summary: I cann't add a ews account
   Product: kdepim
   Version: 5.11.2
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: rplanchu...@gmail.com
  Target Milestone: ---

Created attachment 120862
  --> https://bugs.kde.org/attachment.cgi?id=120862&action=edit
Video

SUMMARY


STEPS TO REPRODUCE
1. Open Kmail (or kaddressbook or korganizer)
2. Try to add a new account (or new addressbook or calender)
3. Choose EWS

OBSERVED RESULT
The window is closed. 

EXPECTED RESULT
Open a new windows with options to add the new account

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
Operating System: Arch Linux 
KDE Plasma Version: 5.16.0
KDE Frameworks Version: 5.59.0
Qt Version: 5.12.3
Kernel Version: 5.1.9-arch1-1-ARCH

ADDITIONAL INFORMATION

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

[plasmashell] [Bug 407984] Plasma (plasmashell), signal: Segmentation fault - QV4::QObjectWrapper::getProperty(QV4::ExecutionEngine*, QObject*, int, bool) () at /usr/lib64/libQt5Qml.so.5

2019-06-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=407984

Christoph Feck  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UPSTREAM

--- Comment #1 from Christoph Feck  ---
Fixed since Qt 5.11, see bug 383828.

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

[kdepim] [Bug 408685] I cann't add a ews account

2019-06-14 Thread Angel Docampo
https://bugs.kde.org/show_bug.cgi?id=408685

Angel Docampo  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||docampo.an...@gmail.com

--- Comment #1 from Angel Docampo  ---
Very same behavior here, also with arch linux and with the same versions like
OP.

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

[frameworks-kwayland] [Bug 390151] Crash on exit [wl_proxy_destroy, wl_map_insert_at]

2019-06-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=390151

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

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

[plasmashell] [Bug 407992] Pager applet is crashing a wayland environment when the application using it exits

2019-06-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=407992

Christoph Feck  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

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


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

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

[okular] [Bug 407998] Okular scales down pages when printing

2019-06-14 Thread Sergio
https://bugs.kde.org/show_bug.cgi?id=407998

--- Comment #9 from Sergio  ---
I have finally managed installing a recent version of okular (1.7.2). The
operation of the scaling menu is a bit unclear to me, though.

1. It is presented as a PDF option, but okular supports many more formats. For
instance, the option is absent for tiff, which is a nice multipage format for
things like BW document scans with Group4 compression (even if those can
certainly be embedded in PDF). Similarly, the option is absent for PNG, etc.

2. The option is grayed out unless I also activate "force rasterization" that
makes each page take ages for printing.

3. The option seems to be unusable together with the print preview (e.g., it is
impossible to use the option and preview the results /before/ printing).

Would it be possible to reconsider the way in which this otherwise useful
option is proposed to the user?

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

[plasmashell] [Bug 408030] Plasma crash after supend/resume to other screen setup

2019-06-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=408030

Christoph Feck  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #1 from Christoph Feck  ---
Plasma 5.8 is no longer maintained. Please update to Plasma 5.12 LTS, 5.15, or
a newer version.

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

[okular] [Bug 408683] blank page until I scroll

2019-06-14 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=408683

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #1 from Albert Astals Cid  ---
SOFTWARE/OS VERSIONS
latest from opensuse

This is useless information

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

[plasmashell] [Bug 408051] With touch, always activate items on single-click

2019-06-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=408051

--- Comment #1 from Christoph Feck  ---
> a double-tap should not require that the cursor click the same spot

Even for mouse clicks a slight tolerance should be accepted (pushing down the
button can cause a slight move). Some applications use the startDragDistance()
property also for double clicks.

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

[yakuake] [Bug 408374] Terminal not regaining focus after renaming session

2019-06-14 Thread Hyacinthe Cartiaux
https://bugs.kde.org/show_bug.cgi?id=408374

Hyacinthe Cartiaux  changed:

   What|Removed |Added

 CC||hyacinthe.carti...@free.fr

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

[krita] [Bug 408686] New: Welcome screen: changing themes hides community link

2019-06-14 Thread Scott Petrovic
https://bugs.kde.org/show_bug.cgi?id=408686

Bug ID: 408686
   Summary: Welcome screen: changing themes hides community link
   Product: krita
   Version: nightly build (please specify the git hash!)
  Platform: MS Windows
OS: MS Windows
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: Usability
  Assignee: krita-bugs-n...@kde.org
  Reporter: scottpetro...@gmail.com
  Target Milestone: ---

SUMMARY
For some reason in Krita 4.2, the Community links do not change when changing
themes. I thought it worked before, but maybe it was never tested.

Quite a few things do change theme colors, so it works in some situations. I
noticed that in KisWelcomePage.cpp, a lot of those links use HTML with
setText(), so it might be something related to that.


STEPS TO REPRODUCE
1. Start Krita
2. Change theme from dark to light


OBSERVED RESULT
Look at the community links color not update


EXPECTED RESULT
community links colors become dark like other items


SOFTWARE/OS VERSIONS
Windows: 10
Qt Version: 

ADDITIONAL INFORMATION

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

[lattedock] [Bug 408642] plasma 5.16 notifications are not displayed

2019-06-14 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=408642

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #10 from Kai Uwe Broulik  ---
Can you run latte dock with

QT_LOGGING_RULES=org.kde.plasma.notifications=true latte-dock

Then watch for any org.kde.plasma.notifications debug output.

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

[krita] [Bug 408686] Welcome screen: changing themes hides community link

2019-06-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=408686

tus...@vista.aero changed:

   What|Removed |Added

 CC||tus...@vista.aero
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from tus...@vista.aero ---
Can confirm this. But it happens only when you switch to "krita-bright."

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

[KScreen] [Bug 407743] After power off LG TV, when powering back up the display comes up in the wrong resolution and is unusable.

2019-06-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=407743

Christoph Feck  changed:

   What|Removed |Added

   Assignee|plasma-b...@kde.org |se...@kde.org
Product|Powerdevil  |KScreen
  Component|general |common

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

[lattedock] [Bug 408642] plasma 5.16 notifications are not displayed

2019-06-14 Thread Michail Vourlakos
https://bugs.kde.org/show_bug.cgi?id=408642

Michail Vourlakos  changed:

   What|Removed |Added

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

--- Comment #11 from Michail Vourlakos  ---
(In reply to avlas from comment #9)
> (In reply to Michail Vourlakos from comment #6)
> > 

Please try Kai's proposal with the following command:

"QT_LOGGING_RULES=org.kde.plasma.notifications=true latte-dock -d"

and report back anything related to org.kde.plasma.notifications debug output

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

[sweeper] [Bug 407758] Cleanup Downloads folder from old files

2019-06-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=407758

Christoph Feck  changed:

   What|Removed |Added

   Severity|normal  |wishlist

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

[sweeper] [Bug 407759] Preview calculated size of storages before cleaning up

2019-06-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=407759

Christoph Feck  changed:

   What|Removed |Added

   Severity|normal  |wishlist

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

[marble] [Bug 394101] Crash when working with a GPX-track

2019-06-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=394101

Christoph Feck  changed:

   What|Removed |Added

 CC||uwe.lie...@t-online.de

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

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

[marble] [Bug 407872] KDE-Crash with gpx-Data loaded and zooming into map

2019-06-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=407872

Christoph Feck  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

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


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

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

[systemsettings] [Bug 407912] Systemsettings crashed

2019-06-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=407912

Christoph Feck  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

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


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

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

[frameworks-kcmutils] [Bug 397894] Launch Feedback KCM crashes in KQuickAddons::ConfigModule::needsSave()

2019-06-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=397894

Christoph Feck  changed:

   What|Removed |Added

 CC||augustin.tranc...@gmail.com

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

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

[drkonqi] [Bug 383842] DrKonqi cannot reports crashes from DrKonqi itself

2019-06-14 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=383842

Harald Sitter  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
   Version Fixed In||5.16.1
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/drk
   ||onqi/bd205d4d2b75164794de83
   ||4eab38ab7b71377b66

--- Comment #2 from Harald Sitter  ---
Git commit bd205d4d2b75164794de834eab38ab7b71377b66 by Harald Sitter.
Committed on 14/06/2019 at 13:06.
Pushed by sitter into branch 'Plasma/5.16'.

actually set kaboutdata as application aboutdata

Summary:
otherwise kcrash won't be able to determine the bugaddress and without
bugaddress the drkonqi catching drkonqi won't know what to do with the
crash.

it ought to be noted that drkonqi will not allow reporting bugs against
drkonqi (not that I fully agree with the rationale)
FIXED-IN: 5.16.1

Test Plan:
- killall -SEGV dolphin
- open drkonqi
- killall -SEGV drkonqi
- open drkonqi
- offers instructions on how to proceed reporting a bug against drkonqi

Reviewers: #plasma, davidedmundson

Reviewed By: #plasma, davidedmundson

Subscribers: kossebau, plasma-devel

Tags: #plasma

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

M  +1-0src/main.cpp

https://commits.kde.org/drkonqi/bd205d4d2b75164794de834eab38ab7b71377b66

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

[okular] [Bug 408683] blank page until I scroll

2019-06-14 Thread Con Hennessy
https://bugs.kde.org/show_bug.cgi?id=408683

--- Comment #2 from Con Hennessy  ---
Okular 1.7.1
KDE Frameworks 5.58.0
Qt 5.12.3 (built against 5.12.3)
The xcb windowing system

On opensuse tumbleweed updated about 1 week ago.

On Fri, 14 Jun 2019 at 13:09, Albert Astals Cid
 wrote:
>
> https://bugs.kde.org/show_bug.cgi?id=408683
>
> Albert Astals Cid  changed:
>
>What|Removed |Added
> 
>  Status|REPORTED|NEEDSINFO
>  CC||aa...@kde.org
>  Resolution|--- |WAITINGFORINFO
>
> --- Comment #1 from Albert Astals Cid  ---
> SOFTWARE/OS VERSIONS
> latest from opensuse
>
> This is useless information
>
> --
> You are receiving this mail because:
> You reported the bug.

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

[plasmashell] [Bug 408051] With touch, always activate items on single-click

2019-06-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=408051

--- Comment #2 from Nate Graham  ---
(In reply to Christoph Feck from comment #1)
> > a double-tap should not require that the cursor click the same spot
> 
> Even for mouse clicks a slight tolerance should be accepted (pushing down
> the button can cause a slight move). Some applications use the
> startDragDistance() property also for double clicks.
Right. However the tolerance would need to be much higher for touch.

I still think single-click/touch-only is what makes the most sense for touch.
No other touch-first platform that I'm aware of implement a double-tap-to-open
behavior.

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

[plasmashell] [Bug 354802] Desktop Icon position gets scrambled sometimes on reboot.

2019-06-14 Thread Andrey
https://bugs.kde.org/show_bug.cgi?id=354802

Andrey  changed:

   What|Removed |Added

 CC||ivnitsk...@gmail.com
 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #41 from Andrey  ---
Kubuntu 19.04

After each reboot my icons on Desktop is scrambled. Arghh, I'm angry!

"Icons Lock" doesn't help

Screen resolution is 1920x1080 and last icon row is empty. Icons is scrambled.

KDE 5.15
Qt 5.12
Nvidia GT 1060 (418 driver)

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

[drkonqi] [Bug 385721] Unable to submit but reports with more than 65,535 characters.

2019-06-14 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=385721

Harald Sitter  changed:

   What|Removed |Added

 CC||sit...@kde.org

--- Comment #1 from Harald Sitter  ---
Created attachment 120863
  --> https://bugs.kde.org/attachment.cgi?id=120863&action=edit
errror

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

[plasmashell] [Bug 354802] Desktop Icon position gets scrambled sometimes on reboot.

2019-06-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=354802

David Edmundson  changed:

   What|Removed |Added

 Status|REOPENED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #42 from David Edmundson  ---
You can't reopen a bug without useful information.

It needs screenshots of before and after, details about what monitors there are

~/.config/plasma-org.kde.plasma.desktop-appletsrc

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

[drkonqi] [Bug 385721] Unable to submit but reports with more than 65,535 characters.

2019-06-14 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=385721

Harald Sitter  changed:

   What|Removed |Added

   Severity|critical|normal

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

[digikam] [Bug 408687] New: "Failed to update file timestamp" despite date being changed successfully in Adjust Date and Time tool

2019-06-14 Thread IWBR
https://bugs.kde.org/show_bug.cgi?id=408687

Bug ID: 408687
   Summary: "Failed to update file timestamp" despite date being
changed successfully in Adjust Date and Time tool
   Product: digikam
   Version: 6.2.0
  Platform: Appimage
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Metadata-TimeAdjust
  Assignee: digikam-bugs-n...@kde.org
  Reporter: iwannaber...@gmail.com
  Target Milestone: ---

SUMMARY

I frequently use the Adjust Date and Time for adding a date to pictures without
metadata.

I have observed that, sometimes, I correct the date, save it to the metadata,
and when I click on "Apply" I get the "Failed to update file timestamp" error. 

However, when inspecting the metadata, the new date is there. When looking at
the console, I can confirm that the metadata was saved with a message like:
"Digikam::MetaEngine::save: Metadata for file "Picture 20190221_191536.jpg"
written to file."

Moreover, after closing the adjust date and time tool, the date is not
refreshed in the miniature/thumbnail view in digikam, and I need to manually
reread the metadata from the file so the changes are shown.

I have recorded a short clip showing this behavior: https://imgur.com/a/pQUgO5O


STEPS TO REPRODUCE
1. Select a picture or group of pictures
2. Open the Adjust Date and Time tool
3. Change the date using any option (e.g. filename timestamp, or directly
entering the date)
4. Click "Apply"

OBSERVED RESULT
"Failed to update file timestamp" appears next to each picture. The metadata is
not refreshed in digikam.

EXPECTED RESULT
Indicate that the metadata has been written successfully and refresh that
metadata in digikam.

SOFTWARE/OS VERSIONS
digikam-6.2.0-git-20190612T102714-qtwebkit-x86-64.appdata in Ubuntu 18.04

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

[digikam] [Bug 408687] "Failed to update file timestamp" despite date being changed successfully in Adjust Date and Time tool

2019-06-14 Thread IWBR
https://bugs.kde.org/show_bug.cgi?id=408687

IWBR  changed:

   What|Removed |Added

 CC||iwannaber...@gmail.com

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

[Planet KDE] [Bug 408688] New: Panel Desktop No Longer Shows Apps in the taskbar when switching desktops

2019-06-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=408688

Bug ID: 408688
   Summary: Panel Desktop No Longer Shows Apps in the taskbar when
switching desktops
   Product: Planet KDE
   Version: unspecified
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: ranveeraggar...@gmail.com
  Reporter: wdml...@gmail.com
  Target Milestone: ---

SUMMARY
Installed KDE Plasma Version 5.16.0
KDE Frameworks Version 5.58.0
Kubuntu 19.04
Kernel 5.0.0-16-generic

STEPS TO REPRODUCE
1. Install Plasma 5.16.0 from backports
2. Observe applications are tied to the desktop that they are in, with no
option to switch to previous behaviour. 

OBSERVED RESULT
All applications do not appear in the panel and are tied to the desktop, no
option to revert to previous behaviour

EXPECTED RESULT
It would be nice to have an option to revert to the previous behaviour as my
workflow depends on switching applications between desktops constantly. I
understand that this is a new feature, but it would be nice to have the option
to switch this behaviour in the panel options.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 5.16.0
KDE Frameworks Version: 5.58.0
Qt Version: 5.12.2

ADDITIONAL INFORMATION
Occurred after upgrading plasma from Kubuntu backports

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

[drkonqi] [Bug 396867] crash test cannot be run without an installed drkonqi package

2019-06-14 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=396867

Harald Sitter  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||sit...@kde.org
 Status|REPORTED|RESOLVED

--- Comment #2 from Harald Sitter  ---
https://cgit.kde.org/drkonqi.git/commit/src/debugger.cpp?id=515425143cb393cf9fe7545695665f87c8032ce0

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

[umbrello] [Bug 373932] Fix KF5 issues

2019-06-14 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=373932
Bug 373932 depends on bug 396867, which changed state.

Bug 396867 Summary: crash test cannot be run without an installed drkonqi 
package
https://bugs.kde.org/show_bug.cgi?id=396867

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

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

[systemsettings] [Bug 408626] Please support pinyin (chinese) input natively

2019-06-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=408626

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |MOVED
 Status|CONFIRMED   |RESOLVED

--- Comment #4 from Nate Graham  ---
As you have discovered, this is a bit of a mess. :)

It's a huge task though. Fixing it is definitely critically needed, but it will
require coordination with many different developers and teams. We're currently
in goal-setting mode, and happily one of the proposals is about just this:
https://phabricator.kde.org/T11054!

I would recommend that you mark yourself down as an interested party there.

I'm closing this since it's too big a task to be tracked by a single bug
report. But rest assured, it's on our radar screens. We're quite aware that
this is a broken mess, and very much want to fix it.

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

[systemsettings] [Bug 408626] Please support pinyin (chinese) input natively

2019-06-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=408626

Nate Graham  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

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

[kalarm] [Bug 407882] After adding a new resource in KAlarm, it is not seen by KAlarm

2019-06-14 Thread David Jarvie
https://bugs.kde.org/show_bug.cgi?id=407882

David Jarvie  changed:

   What|Removed |Added

  Latest Commit|4db8a94f7e94555607312d35e02 |6b47cbcbb8f57dd6c2b9b3a9fe5
   |3f8c962708231   |6c95ca7f77fd8

--- Comment #3 from David Jarvie  ---
When a new resource was created, it was unusable until after an Akonadi restart
(it was reported as having an invalid format). If a new resource used an
existing calendar file, the file contents were not read. If a new resource used
a new calendar file, the file was not created.

A read and write of the calendar file are now performed, and a new resource is
immediately usable. Fixed in kdepim-runtime, Applications/19.04 branch, by
commit 6b47cbcbb8f57dd6c2b9b3a9fe56c95ca7f77fd8. This will be released in KDE
Applications 19.04.3.

A new resource still requires the user to manually enable it before it can be
used. This needs to be fixed.

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

[dolphin] [Bug 407604] Initial new tab focus is on location bar instead of files view

2019-06-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=407604

--- Comment #2 from equ...@gmail.com ---
I've just checked Dolpgin 19.04.2 on Ubuntu (with Kubuntu backports PPA) and
it's not fixed.

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

[frameworks-kwayland] [Bug 408358] Use after free in KDE Wayland integration

2019-06-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=408358

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[kdenlive] [Bug 408689] New: Incorrect cursor for razor tool in Kdenlive

2019-06-14 Thread Andrei Rybak
https://bugs.kde.org/show_bug.cgi?id=408689

Bug ID: 408689
   Summary: Incorrect cursor for razor tool in Kdenlive
   Product: kdenlive
   Version: 19.04.1
  Platform: Kubuntu Packages
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: rybak@gmail.com
  Target Milestone: ---

Created attachment 120864
  --> https://bugs.kde.org/attachment.cgi?id=120864&action=edit
Incorrect Razor tool cursor

SUMMARY
The mouse cursor image used when Razor tool (x) is selected is incorrect: hand
instead of scrissors.

STEPS TO REPRODUCE
1. Open project with some clips in the timeline
2. Select Razor tool

OBSERVED RESULT
Hand cursor is used.

EXPECTED RESULT
Scissors cursor is used, similar to
https://bugsfiles.kde.org/attachment.cgi?id=96450

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Kubuntu 18.10
(available in About System)
KDE Plasma Version: 5.13.5
KDE Frameworks Version: 5.50.0
Qt Version: 5.11.1

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

[lattedock] [Bug 408642] plasma 5.16 notifications are not displayed

2019-06-14 Thread avlas
https://bugs.kde.org/show_bug.cgi?id=408642

avlas  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|REPORTED|RESOLVED

--- Comment #12 from avlas  ---
(In reply to Michail Vourlakos from comment #11)
> (In reply to avlas from comment #9)
> > (In reply to Michail Vourlakos from comment #6)
> > > 
> 
> Please try Kai's proposal with the following command:
> 
> "QT_LOGGING_RULES=org.kde.plasma.notifications=true latte-dock -d"
> 
> and report back anything related to org.kde.plasma.notifications debug output

It's weird, after setting notifications in plasmashell and removing them and
setting them back to latte, not sure how many times, 2-3-4, it seems everything
went back to normal and I can enjoy new plasma 5.16 notifications in latte just
fine. 

No idea what went wrong before and how it got fixed, but anyways.

Closing this as fixed. I may reopen if this fails again, but hopefully it's not
going to happen.

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

  1   2   3   4   >