[krita] [Bug 401457] New: Krita freeze when using huion h610Pro tablet

2018-11-26 Thread Raj
https://bugs.kde.org/show_bug.cgi?id=401457

Bug ID: 401457
   Summary: Krita freeze when using huion h610Pro tablet
   Product: krita
   Version: 4.1.5
  Platform: MS Windows
OS: MS Windows
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: tablet support
  Assignee: krita-bugs-n...@kde.org
  Reporter: raj860...@gmail.com
  Target Milestone: ---

SUMMARY
My huion h610 tablet is not working with recent Krita updates. It freeze from
time to time. My tablet has been hanging since 4.1.0 updates. I rechecked my
tablet with Photoshop and it works fine in it.

OBSERVED RESULT
Freeze from time to time when using huion h610 tablet


SOFTWARE/OS VERSIONS
Windows: 10 64bit

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

[kmymoney] [Bug 401448] Windows build is broken - '_isinf': identifier not found

2018-11-26 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=401448

Ralf Habacker  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/kmy
   ||money/73a2c94feef3b522fa383
   ||322c726e7d1cfa80180
   Version Fixed In||5.0.3

--- Comment #4 from Ralf Habacker  ---
Git commit 73a2c94feef3b522fa383322c726e7d1cfa80180 by Ralf Habacker.
Committed on 27/11/2018 at 07:53.
Pushed by habacker into branch '5.0'.

Fix msvc compiling issue

std::isinf() and std:isnan() is supported only for msvc >= 2017.
For msvc < 2017 related definitions has been added to kdewin
version 0.6.3.
FIXED-IN:5.0.3

M  +0-5kmymoney/plugins/views/reports/core/cashflowlist.cpp

https://commits.kde.org/kmymoney/73a2c94feef3b522fa383322c726e7d1cfa80180

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

[krita] [Bug 401396] Short pauses while drawing a line on a really big document

2018-11-26 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=401396

Boudewijn Rempt  changed:

   What|Removed |Added

Summary|Stabiliser Lag  |Short pauses while drawing
   ||a line on a really big
   ||document

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

[kmymoney] [Bug 401448] Windows build is broken - '_isinf': identifier not found

2018-11-26 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=401448

--- Comment #3 from Ralf Habacker  ---
(In reply to Ralf Habacker from comment #1)
> Beside the option to fix this in kmymoney directly, there is also the option
> to add this to the KDE windows supplemental library (kdewin), which is also
> used by kmymoney.
added to kdewin version 0.6.3 -
https://commits.kde.org/kdewin/072b5f49b61404b965d67e3f26df706dba228d08

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

[krita] [Bug 401446] Crash using multiple transform masks with multiple clone layers

2018-11-26 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=401446

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org
   Keywords||triaged

--- Comment #1 from Boudewijn Rempt  ---
I'm sorry, but I haven't been able to reproduce the issue, at least not with
the latest nightly build, though there haven't been any changes to
kis_transform_mask.cpp since 4.1.5.

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

[kmymoney] [Bug 401448] Windows build is broken - '_isinf': identifier not found

2018-11-26 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=401448

--- Comment #2 from Ralf Habacker  ---
(In reply to ansgar.roeber from comment #0)
> If only msvc 2017 is used for windows std::isinf and std::isnan should be
> usable.
> OBSERVED RESULT
> https://binary-factory.kde.org/job/KMyMoney_Release_win64/89/console
KDE CI and binary factory uses msvc 2017: removing the MSVC related part from
https://cgit.kde.org/kmymoney.git/tree/kmymoney/plugins/views/reports/core/cashflowlist.cpp?h=5.0=b87e02c13e8eb027211d0e69862d9c4370653025#n83
should fix the issue at least there.

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

[kmymoney] [Bug 401448] Windows build is broken - '_isinf': identifier not found

2018-11-26 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=401448

Ralf Habacker  changed:

   What|Removed |Added

 CC||ralf.habac...@freenet.de

--- Comment #1 from Ralf Habacker  ---
https://www.christophlassner.de/collection-of-msvc-gcc-compatibility-tricks.html
mentiones the following code to provide std compatible functions for msvc <
2017.

#if defined(_MSC_VER)
#if _MSC_VER < 1800
namespace std {
  template 
  bool isnan(const T ) { return _isnan(x); }

  template 
  bool isinf(const T ) { return !_finite(x); }
}
#endif
#endif

Beside the option to fix this in kmymoney directly, there is also the option to
add this to the KDE windows supplemental library (kdewin), which is also used
by kmymoney.

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

[kdeconnect] [Bug 365731] SFTP: Error while try to manage files from computer on mobile

2018-11-26 Thread milan007
https://bugs.kde.org/show_bug.cgi?id=365731

--- Comment #4 from milan007  ---
Created attachment 116530
  --> https://bugs.kde.org/attachment.cgi?id=116530=edit
log with key tape problem

log with key tape problem

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

[kdeconnect] [Bug 365731] SFTP: Error while try to manage files from computer on mobile

2018-11-26 Thread milan007
https://bugs.kde.org/show_bug.cgi?id=365731

milan007  changed:

   What|Removed |Added

 CC||uhrak.ser...@seznam.cz
 OS|Android 5.x |Android 7.x

--- Comment #3 from milan007  ---
after update to 1.1 I also cannot connect to mobile filesystem. ( opensuse leap
42.3 and 15.0 )
/var/log/message contains some hint, but I'm not able anything to repair
problem. I dont know what to do. 
Messages says there are no matching key type. How to set up right key type ? Or
this is not problem ?

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

[plasmashell] [Bug 401374] Folder view widget does not scale elements properly when having to account for an obstacle

2018-11-26 Thread Filip F .
https://bugs.kde.org/show_bug.cgi?id=401374

--- Comment #2 from Filip F.  ---
For some reason I can't reproduce it when the icons are aligned on the left,
just on the right (panel is at the bottom).

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

[plasmashell] [Bug 399914] [Qt5.12]Various menus open only once

2018-11-26 Thread Leonard Lausen
https://bugs.kde.org/show_bug.cgi?id=399914

--- Comment #8 from Leonard Lausen  ---
It seems the fix made it for the QT 5.12 release

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

[kmail2] [Bug 401443] Consider changing the default so that only unread emails in the inbox are considered for the icon badge

2018-11-26 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=401443

Laurent Montel  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||mon...@kde.org
 Resolution|--- |INTENTIONAL

--- Comment #1 from Laurent Montel  ---
Nope. We can do it in folder properties and I don't want to activate each time
as I create a new folder.
I use pop3 and imap folder I don't want to activate for each folders.

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

[kwin] [Bug 401353] window decoration menu button: Option to have mouse hover replace the button with the actual menu bar itself, right there in the titlebar

2018-11-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=401353

--- Comment #3 from Nate Graham  ---
So no KWin at all work would be required here?

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

[latte-dock] [Bug 401456] Task manager does not appear when first windows of session are launched; then does not size down when they are closed

2018-11-26 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=401456

--- Comment #2 from andydecle...@gmail.com ---
Layout config:
https://github.com/AndydeCleyre/dotfiles/blob/31ece53a82653a2704aa5216f1abbf91c3a4e942/.config/latte/My%20Layout.layout.latte.REDACTED

The relevant dock is containment 41

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

[latte-dock] [Bug 401456] Task manager does not appear when first windows of session are launched; then does not size down when they are closed

2018-11-26 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=401456

--- Comment #1 from andydecle...@gmail.com ---
Created attachment 116529
  --> https://bugs.kde.org/attachment.cgi?id=116529=edit
Image of dock after windows are closed

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

[latte-dock] [Bug 401456] New: Task manager does not appear when first windows of session are launched; then does not size down when they are closed

2018-11-26 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=401456

Bug ID: 401456
   Summary: Task manager does not appear when first windows of
session are launched; then does not size down when
they are closed
   Product: latte-dock
   Version: 0.8.3
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: containment
  Assignee: mvourla...@gmail.com
  Reporter: andydecle...@gmail.com
  Target Milestone: ---

Created attachment 116528
  --> https://bugs.kde.org/attachment.cgi?id=116528=edit
Video of behavior

SUMMARY

Opening windows just after logging in does not make the task manager applet
show any windows or take any larger-than-zero size. Restarting latte after
windows are open fixes this, but then when windows are closed, it doesn't size
back down to its original (zero) size.

STEPS TO REPRODUCE
1. Log into a session that autostarts latte with "latte-dock %u"
2. With a centered, bottom, autohide dock containing a task manager and an
analog clock, open some windows
3. latte-dock -r
4. Close those windows

OBSERVED RESULT

Flicker is only in recording. See attached video.

After closing those windows: See attached image.

EXPECTED RESULT

Task manager should populate as soon as windows are opened, without needing to
restart latte. Task manager should shrink back to zero when windows are closed.

SOFTWARE/OS VERSIONS
Arch Linux
KDE Plasma Version: 5.14.3
KDE Frameworks Version: 5.52.0
Qt Version: 5.11.2-3

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

[kwin] [Bug 400675] Message appears in the upper left corner after I press ctrl+alt+esc a second time on Wayland

2018-11-26 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=400675

Martin Flöser  changed:

   What|Removed |Added

  Flags||Wayland+, X11-

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

[kwin] [Bug 401353] window decoration menu button: Option to have mouse hover replace the button with the actual menu bar itself, right there in the titlebar

2018-11-26 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=401353

--- Comment #2 from Martin Flöser  ---
It would need to be implemented in kdecoration and the decoration plugins. The
wish is certainly wrong in KWin product.

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

[klipper] [Bug 401455] Klipper saves an empty URL instead of or next to the text copied

2018-11-26 Thread Igor Zhuravlov
https://bugs.kde.org/show_bug.cgi?id=401455

Igor Zhuravlov  changed:

   What|Removed |Added

 CC||zhuravlov...@ya.ru

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

[klipper] [Bug 401455] Klipper saves an empty URL instead of or next to the text copied

2018-11-26 Thread Igor Zhuravlov
https://bugs.kde.org/show_bug.cgi?id=401455

--- Comment #3 from Igor Zhuravlov  ---
Created attachment 116527
  --> https://bugs.kde.org/attachment.cgi?id=116527=edit
Case 2: after copy

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

[klipper] [Bug 401455] Klipper saves an empty URL instead of or next to the text copied

2018-11-26 Thread Igor Zhuravlov
https://bugs.kde.org/show_bug.cgi?id=401455

--- Comment #2 from Igor Zhuravlov  ---
Created attachment 116526
  --> https://bugs.kde.org/attachment.cgi?id=116526=edit
Case 1: after copy

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

[klipper] [Bug 401455] New: Klipper saves an empty URL instead of or next to the text copied

2018-11-26 Thread Igor Zhuravlov
https://bugs.kde.org/show_bug.cgi?id=401455

Bug ID: 401455
   Summary: Klipper saves an empty URL instead of or next to the
text copied
   Product: klipper
   Version: 5.9.4
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: zhuravlov...@ya.ru
  Target Milestone: ---

Created attachment 116524
  --> https://bugs.kde.org/attachment.cgi?id=116524=edit
Klipper's history file

SUMMARY

STEPS TO REPRODUCE
1. Start Konsole, run mc, open text file with mcedit.
2. Select any text either with mouse or with Ctrl+Shift+C.

OBSERVED RESULT
Any of the following happens for me:
- an empty URL is placed in the Klipper history instead of the text selected;
- an empty URL followed by an empty string is placed in the Klipper history
instead of the text selected (that is, URL is on the top of history)
- an empty URL followed by an empty string followed by the text selected is
placed in the Klipper history

EXPECTED RESULT
The text selected must be placed on the top of history. Neither empty URL nor
empty string should be created.


SOFTWARE/OS VERSIONS
Linux/KDE Plasma:
KDE Plasma Version: 5.12.6
KDE Frameworks Version: 5.45.0
Qt Version: 5.9.4

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

[klipper] [Bug 401455] Klipper saves an empty URL instead of or next to the text copied

2018-11-26 Thread Igor Zhuravlov
https://bugs.kde.org/show_bug.cgi?id=401455

--- Comment #1 from Igor Zhuravlov  ---
Created attachment 116525
  --> https://bugs.kde.org/attachment.cgi?id=116525=edit
Case 1: before copy

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

[kate] [Bug 398560] Kate preview crash Kate when closing documents from tab bar

2018-11-26 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=398560

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.

[amarok] [Bug 400412] Amarok crashed when changing tracks

2018-11-26 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=400412

Bug Janitor Service  changed:

   What|Removed |Added

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

[latte-dock] [Bug 398374] Latte dock goes into edit-ish mode when game take full screen.

2018-11-26 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=398374

Bug Janitor Service  changed:

   What|Removed |Added

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

[Spectacle] [Bug 398265] do not work on linux mint 19 when trying to capture a rectangular area

2018-11-26 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=398265

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|BACKTRACE   |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.

[krita] [Bug 394482] Select Shapes Tool Fill Colour Appears on different screen

2018-11-26 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=394482

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.

[Active Window Control] [Bug 400109] GlobalMenu empty with last update (plasma 5.14.1)

2018-11-26 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=400109

Bug Janitor Service  changed:

   What|Removed |Added

 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.

[kwin] [Bug 400394] KWin crashes when closing maximized windows

2018-11-26 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=400394

Bug Janitor Service  changed:

   What|Removed |Added

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

[konsole] [Bug 332062] Stop input methods when terminal is in no echo mode

2018-11-26 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=332062

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #4 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 395186] Document.selection() returns None when selection created by Action is still processing.

2018-11-26 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=395186

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #4 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 387186] Shortcuts involving shift do not work consistently

2018-11-26 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=387186

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.

[konsole] [Bug 315083] Environment & profile - will not allow change of graphics termcaps

2018-11-26 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=315083

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.

[plasmashell] [Bug 348658] launcher icons all of a sudden shrink

2018-11-26 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=348658

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #4 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 384605] Only the first EXR layer, from single or multilayer exr file gets transparency

2018-11-26 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=384605

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

[kwin] [Bug 373737] Desktop Effects - Present Windows - Window Descriptions Unreadable

2018-11-26 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=373737

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.

[krita] [Bug 395009] bottom guide line visually moves while zoom in

2018-11-26 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=395009

Bug Janitor Service  changed:

   What|Removed |Added

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

[kscreenlocker] [Bug 386564] Kscreenlocker Does Not Show Caps Lock

2018-11-26 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=386564

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

[konsole] [Bug 309766] Title changes to profile name instead of %w

2018-11-26 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=309766

Bug Janitor Service  changed:

   What|Removed |Added

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

[rkward] [Bug 387394] Carsh of rkward

2018-11-26 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=387394

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

[systemsettings] [Bug 292606] Setting a custom mail client has no effect on mailto

2018-11-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=292606

Nate Graham  changed:

   What|Removed |Added

 CC||aleix...@kde.org,
   ||dvra...@kde.org,
   ||fa...@kde.org,
   ||k...@davidedmundson.co.uk,
   ||k...@privat.broulik.de,
   ||mon...@kde.org

--- Comment #20 from Nate Graham  ---
Unlike Bug 350663, this one seems a lot tricker. Here are the results of my
investigation tonight:

Selecting "Use different email client" in the KCM and entering some text there
results in ~/.config/emaildefaults being updated: it adds or updates
EmailClient[$e]=. This is very reliable and happens 100%
of the time.

This ~/.config/emaildefaults file seems to be something KDE-specific:
https://cgit.kde.org/kconfig.git/tree/src/core/kemailsettings.cpp#n228. It
appears to be read in only one place:
https://cgit.kde.org/kservice.git/tree/src/kdeinit/ktoolinvocation_x11.cpp#n132,
but that invokeMailer function is used all over the place:
https://lxr.kde.org/search?_filestring=&_string=invokeMailer

However, somehow nothing set in that file actually seems to be getting used;
mailto: links totally ignore it.

~/.config/mimeapps.list also stores information on the default mailto: handler.
The [Default Applications] section always seems to have
x-scheme-handler/mailto=org.kde.kmail.desktop;. This can be overridden in the
[Added Associations] section. Mine has
x-scheme-handler/mailto=thunderbird.desktop; in there. It seems that
Thunderbird added itself there when it asked whether or not it could be the
default email client and was told yes. The config data stored there seems to
take precedence over ~/.config/emaildefaults.

This feels fragile. Conceptually, it seems like we might want to deprecate
~/.config/emaildefaults and just rely on ~/.config/mimeapps.list, which is a
cross-desktop standard. All the functionality is still there via the apps'
desktop files. Also, when an app implements its own "do you want to make me the
default program?" UI, it will update the shared config data so the KCM can
update its own UI display automatically, rather than the two drifting out of
sync and making the KCM inaccurate, which is what's happened here.

Does any of this make sense? I'd very much appreciate if someone of a more
veteran KDE tenure could let me know if I'm on the right or wrong track here. I
CCd a bunch of you, hope you don't mind!

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

[valgrind] [Bug 401454] New: Add a --show-percs option to cg_annotate and callgrind_annotate.

2018-11-26 Thread Nick Nethercote
https://bugs.kde.org/show_bug.cgi?id=401454

Bug ID: 401454
   Summary: Add a --show-percs option to cg_annotate and
callgrind_annotate.
   Product: valgrind
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: cachegrind
  Assignee: n...@valgrind.org
  Reporter: n.netherc...@gmail.com
  Target Milestone: ---

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

Add a --show-percs option to cg_annotate and callgrind_annotate.

Because it's very useful. As part of this, the "percentage of events
annotated" numbers at the bottom of the output is changed to "events
annotated" so that --show-percs doesn't compute a percentage of a
percentage.

Example output lines:

> 4,967,137,442 (100.0%)  PROGRAM TOTALS
> 
> 4,543 (25.23%)17,566 ( 0.43%)47,993 ( 0.92%) 
> /build/glibc-OTsEL5/glibc-2.27/elf/dl-lookup.c
> 
> 1 ( 0.01%) 2,000,001 (49.29%) 3,000,004 (57.36%) for (int i = 0; i < 
> 100; i++) {

The commit also adds some much-needed tests for cg_annotate and
callgrind_annotate.

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

[kate] [Bug 390043] New tabs are inserted to the left

2018-11-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=390043

--- Comment #4 from Nate Graham  ---
Like I said, I think opening tabs to the right makes good sense, as long as we
move the overflow menu thingy over to the left side, since that will become the
side that the older tabs are "dropping off" from.

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

[Discover] [Bug 401453] New: Segmentation Fault by Bane from Batman

2018-11-26 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=401453

Bug ID: 401453
   Summary: Segmentation Fault by Bane from Batman
   Product: Discover
   Version: 5.13.5
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: discover
  Assignee: aleix...@kde.org
  Reporter: qu8bitmin...@outlook.com
  Target Milestone: ---

Application: plasma-discover (5.13.5)

Qt Version: 5.11.1
Frameworks Version: 5.52.0
Operating System: Linux 4.19.2-200.fc28.x86_64 x86_64
Distribution (Platform): Fedora RPMs

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

Messing about, scrolling up and down in plasma discover software updater.
Opened updater to search for hex editor using search term "hex". Scrolled up
and down while waiting for results. Results loaded in completely. Switched
between views that loaded and unloaded the software update view. Lost entry for
hex editor I was interested in. Clicked between the application panel and
result list; crashed.

The crash does not seem to be reproducible.

-- Backtrace:
Application: Discover (plasma-discover), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
28return SYSCALL_CANCEL (nanosleep, requested_time, remaining);
[Current thread is 1 (Thread 0x7fc572d97600 (LWP 10182))]

Thread 13 (Thread 0x7fc503fff700 (LWP 10231)):
#0  0x7fc56734aaaf in g_source_iter_next (iter=iter@entry=0x7fc503ffea90,
source=source@entry=0x7fc503ffea88) at gmain.c:982
#1  0x7fc56734d043 in g_main_context_prepare
(context=context@entry=0x7fc4fc000bf0, priority=priority@entry=0x7fc503ffeb10)
at gmain.c:944
#2  0x7fc56734dafb in g_main_context_iterate
(context=context@entry=0x7fc4fc000bf0, block=block@entry=1,
dispatch=dispatch@entry=1, self=) at gmain.c:3882
#3  0x7fc56734dcf0 in g_main_context_iteration (context=0x7fc4fc000bf0,
may_block=may_block@entry=1) at gmain.c:3963
#4  0x7fc56e7a92ab in
QEventDispatcherGlib::processEvents(QFlags)
(this=0x7fc4fc000b20, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#5  0x7fc56e757b7b in
QEventLoop::exec(QFlags) (this=0x7fc503ffec60,
flags=...) at ../../include/QtCore/../../src/corelib/global/qflags.h:71
#6  0x7fc56e5bf6b6 in QThread::exec() (this=) at
thread/qthread.cpp:525
#7  0x7fc56e5c8b4b in QThreadPrivate::start(void*) (arg=0x55d0c3a02840) at
thread/qthread_unix.cpp:367
#8  0x7fc56bc65594 in start_thread (arg=) at
pthread_create.c:463
#9  0x7fc56d8fde6f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 12 (Thread 0x7fc51ccaf700 (LWP 10226)):
#0  0x7fc567394538 in g_mutex_unlock (mutex=0x7fc508000bf0) at
gthread-posix.c:1355
#1  0x7fc56734d0fc in g_main_context_prepare
(context=context@entry=0x7fc508000bf0, priority=priority@entry=0x7fc51ccaeb10)
at gmain.c:3472
#2  0x7fc56734dafb in g_main_context_iterate
(context=context@entry=0x7fc508000bf0, block=block@entry=1,
dispatch=dispatch@entry=1, self=) at gmain.c:3882
#3  0x7fc56734dcf0 in g_main_context_iteration (context=0x7fc508000bf0,
may_block=may_block@entry=1) at gmain.c:3963
#4  0x7fc56e7a92ab in
QEventDispatcherGlib::processEvents(QFlags)
(this=0x7fc508000b20, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#5  0x7fc56e757b7b in
QEventLoop::exec(QFlags) (this=0x7fc51ccaec60,
flags=...) at ../../include/QtCore/../../src/corelib/global/qflags.h:71
#6  0x7fc56e5bf6b6 in QThread::exec() (this=) at
thread/qthread.cpp:525
#7  0x7fc56e5c8b4b in QThreadPrivate::start(void*) (arg=0x55d0c3e13900) at
thread/qthread_unix.cpp:367
#8  0x7fc56bc65594 in start_thread (arg=) at
pthread_create.c:463
#9  0x7fc56d8fde6f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 11 (Thread 0x7fc51d4da700 (LWP 10225)):
#0  0x7fc567394538 in g_mutex_unlock (mutex=0x7fc504000bf0) at
gthread-posix.c:1355
#1  0x7fc56734d0a1 in g_main_context_prepare
(context=context@entry=0x7fc504000bf0, priority=priority@entry=0x7fc51d4d9b10)
at gmain.c:3542
#2  0x7fc56734dafb in g_main_context_iterate
(context=context@entry=0x7fc504000bf0, block=block@entry=1,
dispatch=dispatch@entry=1, self=) at gmain.c:3882
#3  0x7fc56734dcf0 in g_main_context_iteration (context=0x7fc504000bf0,
may_block=may_block@entry=1) at gmain.c:3963
#4  0x7fc56e7a92ab in
QEventDispatcherGlib::processEvents(QFlags)
(this=0x7fc504000b20, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#5  0x7fc56e757b7b in
QEventLoop::exec(QFlags) (this=0x7fc51d4d9c60,
flags=...) at ../../include/QtCore/../../src/corelib/global/qflags.h:71
#6  0x7fc56e5bf6b6 in QThread::exec() (this=) at
thread/qthread.cpp:525
#7  0x7fc56e5c8b4b in QThreadPrivate::start(void*) (arg=0x7fc538027d00) at
thread/qthread_unix.cpp:367
#8  0x7fc56bc65594 in start_thread (arg=) at
pthread_create.c:463
#9  0x7fc56d8fde6f 

[gwenview] [Bug 401452] New: There are two actions (Cut, Delete) that want to use the same shortcut (Shift+Del).

2018-11-26 Thread Maheshwaran
https://bugs.kde.org/show_bug.cgi?id=401452

Bug ID: 401452
   Summary: There are two actions (Cut, Delete) that want to use
the same shortcut (Shift+Del).
   Product: gwenview
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: gwenview-bugs-n...@kde.org
  Reporter: g.maheshwaran2...@vit.ac.in
  Target Milestone: ---

Created attachment 116522
  --> https://bugs.kde.org/attachment.cgi?id=116522=edit
See the pop up window

SUMMARY
There are two actions (Cut, Delete) that want to use the same shortcut
(Shift+Del). 


OBSERVED RESULT
I get a prompt window whenever I open an image stating the above mentioned
summary 

EXPECTED RESULT

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Mint18.3 KDE
(available in About System)
KDE Plasma Version: 5.8.9
KDE Frameworks Version: 5.36.0
Qt Version: 5.6.1

ADDITIONAL INFORMATION

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

[kmail2] [Bug 401443] Consider changing the default so that only unread emails in the inbox are considered for the icon badge

2018-11-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=401443

Christoph Feck  changed:

   What|Removed |Added

   Severity|normal  |wishlist

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

[kmail2] [Bug 401444] Add an option to not show an unread count on the Task Manager icon

2018-11-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=401444

Christoph Feck  changed:

   What|Removed |Added

   Severity|normal  |wishlist

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

[systemsettings] [Bug 350663] Changing default default web browser reverts after closing settings page

2018-11-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=350663

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.12.8
  Latest Commit||https://commits.kde.org/pla
   ||sma-desktop/26fb5ec20af6068
   ||2561c7a9678506199966ef2c1
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #9 from Nate Graham  ---
Git commit 26fb5ec20af60682561c7a9678506199966ef2c1 by Nate Graham.
Committed on 27/11/2018 at 03:01.
Pushed by ngraham into branch 'Plasma/5.12'.

[Componentchooser KCM] Make default browser app choice work even when combobox
is not used

Summary:
FIXED-IN: 5.12.8

When choosing a default browser app using the app list combobox, the choice was
only being saved after the combobox was used, because its signal was connected
to an inline function that saved the choice, while the radio button that
enabled the combobox was not. As a result, if you clicked on that radio button
and didn't need to use the combobox because it was already showing your
preferred browser, that action was not actually getting saved.

This patch fixes the situation my moving the inline function into a real
explicit slot function and connecting the radio button to it as well.

Test Plan:
- Go to the component chooser KCM's default browser module
- Reset to defaults, then leave the KCM and open it again
- Click the {nav in the following application} radio button
- Do NOT touch the combobox
- Click {nav Apply}
- Leave the KCM and come back

With this patch, the radio button's state is preserved and the correct browser
is selected in the combobox.

Reviewers: #plasma, cfeck, davidedmundson

Reviewed By: #plasma, davidedmundson

Subscribers: davidedmundson, plasma-devel

Tags: #plasma

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

M  +10   -7kcms/componentchooser/componentchooserbrowser.cpp
M  +1-0kcms/componentchooser/componentchooserbrowser.h

https://commits.kde.org/plasma-desktop/26fb5ec20af60682561c7a9678506199966ef2c1

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

[kde] [Bug 304382] Dialog box stating You have failed to provide correct authentication. Please check any passwords or account settings appears without offering a solution

2018-11-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=304382

Christoph Feck  changed:

   What|Removed |Added

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

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

[kde] [Bug 304382] Dialog box stating You have failed to provide correct authentication. Please check any passwords or account settings appears without offering a solution

2018-11-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=304382

--- Comment #4 from Christoph Feck  ---
Comment #2 says bug is resolved.

Thanks for the update; changing status.

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

[kpat] [Bug 349583] Solver gives wrong information

2018-11-26 Thread James Funk
https://bugs.kde.org/show_bug.cgi?id=349583

James Funk  changed:

   What|Removed |Added

 CC||marathon...@yahoo.com
Version|unspecified |3.6
  Component|general |solver

--- Comment #1 from James Funk  ---
In a Freecell game, I reached a state in which the solver in the bottom left of
the screen said "this game is winnable", but every time I made a non-reversible
move, the solver said "this game is no longer winnable."  Eventually, I gave
up, and clicked the "demo". After a few moves, the demo made an illegal move,
placing a red 3 on a black 9. I undid some moves and ran the demo again. This
time, after a few moves, the demo entered a cycle in which the sequence of
states of the game were duplicated. I did this twice. The first time, the cycle
was very short: It moved a red queen back and forth between two black kings.

I am not able to give the steps to reproduce this, because, in this version,
the game number is not available. In previous versions, the game number
appeared on the window title bar. :-( 

I just tried the demo again. This time, after many moves, it placed a black 8
on a black 8.  

The solver has always been reliable before.

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

[ksmserver] [Bug 400800] screenlock's password field doesn't receive focus

2018-11-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=400800

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #4 from Christoph Feck  ---
Thanks for the update; changing status.

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

[krunner] [Bug 400822] KRunner Crash

2018-11-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=400822

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #3 from Christoph Feck  ---
If you can provide the information requested in comment #2, please add it.

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

[kmail2] [Bug 369147] Regression: Cannot disable delete confirmation any more

2018-11-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=369147

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #10 from Christoph Feck  ---


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

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

[kmail2] [Bug 398125] kMail 5.9.0 Always Opens Confirmation Dialog when Deleting Mails Using Ctrl-Del

2018-11-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=398125

Christoph Feck  changed:

   What|Removed |Added

 CC||d...@newtech.fi

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

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

[klipper] [Bug 400623] While editing clipboard items, one cannot use alt accelerator to select 'OK' button

2018-11-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=400623

--- Comment #1 from Christoph Feck  ---
The "OK" button is assigned a new shortcut Ctrl+Return, probably to avoid that
hitting Return exits the dialog, instead of entering a new line. That seems to
prevent the automatic assignment of the Alt+O shortcut.

What's interesting is that the Breeze theme still thinks that Alt+O would work
(otherwise it wouldn't underline the "O").

https://cgit.kde.org/plasma-workspace.git/tree/klipper/klipper.cpp#n857

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

[kinfocenter] [Bug 304262] Device viewer box freeze

2018-11-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=304262

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #4 from Christoph Feck  ---
Comment #2 says it's resolved.

Thanks for the update; changing status.

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

[kfontview] [Bug 400710] can not change text sample to display

2018-11-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=400710

--- Comment #1 from Christoph Feck  ---
Reproduced issue with non-BMP characters, e.g. , which is shown as two ?
boxes, probably because it does not handle UTF-16 surrogate pairs.

But with BMP characters, the issue cannot be reproduced; the entered text is
shown in multiple font sizes below the separator line.

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

[kdelibs] [Bug 177339] kfile, when determining file type, only looks at the file extension, not content

2018-11-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=177339

--- Comment #5 from Christoph Feck  ---
Which package/repository does contain 'kfile'? Is this 'kmimetypefinder5'?

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

[kdeconnect] [Bug 400945] KDEConnect: Cannot browse files

2018-11-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=400945

--- Comment #4 from Christoph Feck  ---
Nicolas, is bug 400178 the correct duplicate for these bugs?

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

[kwin] [Bug 400854] kwin crash when restarting IntelliJ application

2018-11-26 Thread Marcus Better
https://bugs.kde.org/show_bug.cgi?id=400854

--- Comment #7 from Marcus Better  ---
I cannot reproduce it consistently, so not sure in which scenarios it happens.

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

[kamoso] [Bug 400266] Crash on Wayland when I open kamoso gallery

2018-11-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=400266

--- Comment #4 from Christoph Feck  ---
Indeed looks like a intel video driver issue. I suggest to install debug
symbols for i965_dri.so and report to intel developers via
https://bugs.freedesktop.org/

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

[frameworks-baloo] [Bug 400704] Baloo indexing I/O introduces serious noticable delays

2018-11-26 Thread Alberto Salvia Novella
https://bugs.kde.org/show_bug.cgi?id=400704

--- Comment #17 from Alberto Salvia Novella  ---
Since I'm not using Plasma right now I'm unsubscribing from this bug, but feel
free to re-subscribe me if you needed any help from me.

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

[kate] [Bug 391678] Printing from print preview window prints light gray text

2018-11-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=391678

--- Comment #3 from Christoph Feck  ---
It would need a minimal test case to confirm the issue is in Qt. It could as
well be a bug in Kate, treating colors differently on print preview and actual
printing.

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

[frameworks-baloo] [Bug 400704] Baloo indexing I/O introduces serious noticable delays

2018-11-26 Thread Alberto Salvia Novella
https://bugs.kde.org/show_bug.cgi?id=400704

Alberto Salvia Novella  changed:

   What|Removed |Added

 CC|es204904...@gmail.com   |

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

[okular] [Bug 401329] Order of Next and Previous buttons while searching in Okular should be reversed

2018-11-26 Thread David Hurka
https://bugs.kde.org/show_bug.cgi?id=401329

--- Comment #5 from David Hurka  ---
(In reply to Nate Graham from comment #2)
> Not all KDE apps use this layout; Konsole for example has Previous before
> Next.

Not really, the buttons change when you deselect "Search Backwards".
Konversation does it similarly. ("bottom->up reading convention")

To understand what's more intuitive, we should ask someone who doesn't now
really anything about find bars and not much about computers, for other people
there won't be a difference. Maybe the answer will be: "I always read PDFs
top->down, so the first offered option should be 'Search Top-Down', no matter
which other options exist.".

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

[elisa] [Bug 390329] elisa occasionally crashes when opening the settings dialogue while a track is playing

2018-11-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=390329

--- Comment #2 from Christoph Feck  ---
Might be a Qt bug. Also crashes plasmashell, see bug 366485.

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

[plasmashell] [Bug 400877] Crashing while copying many files

2018-11-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=400877

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 366485 ***

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

[plasmashell] [Bug 366485] Plasma crash while update

2018-11-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=366485

Christoph Feck  changed:

   What|Removed |Added

 CC||pie...@e-delman.com

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

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

[plasmashell] [Bug 400773] Plasma crashed on right-clicking the panel under Wayland

2018-11-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=400773

--- Comment #1 from Christoph Feck  ---
QtWayland crash? Might be worth to re-test, when Qt 5.12.0 is released.

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

[plasmashell] [Bug 400718] Clicking on a tray icon to minimize an app sometimes crashes the shell

2018-11-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=400718

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #1 from Christoph Feck  ---
Crash is in the NVIDIA OpenGL drivers. Please report this issue directly to
NVIDIA developers.

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

[plasmashell] [Bug 400701] krusader

2018-11-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=400701

Christoph Feck  changed:

   What|Removed |Added

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

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

[plasmashell] [Bug 399593] Konsole had locked up, then Plasma crashed upon using xkill

2018-11-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=399593

Christoph Feck  changed:

   What|Removed |Added

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

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

[frameworks-purpose] [Bug 398246] Purpose Email functionality ignores mail client setting in systemsettings

2018-11-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=398246

--- Comment #3 from Nate Graham  ---


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

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

[systemsettings] [Bug 292606] Setting a custom mail client has no effect on mailto

2018-11-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=292606

Nate Graham  changed:

   What|Removed |Added

 CC||p.suetter...@royac.iac.es

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

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

[systemsettings] [Bug 292606] Setting a custom mail client has no effect on mailto

2018-11-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=292606

Nate Graham  changed:

   What|Removed |Added

 CC||kaig...@gmail.com

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

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

[systemsettings] [Bug 292606] Setting a custom mail client has no effect on mailto

2018-11-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=292606

Nate Graham  changed:

   What|Removed |Added

 CC||m.w...@web.de

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

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

[frameworks-purpose] [Bug 400608] "Send via Email" always tries to use KMail, ignores default email client set in System Settings > Applications > Default Applications

2018-11-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=400608

--- Comment #10 from Nate Graham  ---


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

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

[systemsettings] [Bug 373993] Cannot change default Email client from kmail.

2018-11-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=373993

--- Comment #5 from Nate Graham  ---


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

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

[systemsettings] [Bug 292606] Setting a custom mail client has no effect on mailto

2018-11-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=292606

Nate Graham  changed:

   What|Removed |Added

 CC||fell...@gmail.com

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

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

[systemsettings] [Bug 379901] Default Email Application is ignored when using mailto: url scheme

2018-11-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=379901

--- Comment #11 from Nate Graham  ---


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

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

[systemsettings] [Bug 292606] Setting a custom mail client has no effect on mailto

2018-11-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=292606

Nate Graham  changed:

   What|Removed |Added

 CC||crazylego...@gmail.com

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

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

[systemsettings] [Bug 292606] Setting a custom mail client has no effect on mailto

2018-11-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=292606

Nate Graham  changed:

   What|Removed |Added

   Keywords||usability
 Status|REPORTED|CONFIRMED
   Priority|NOR |HI
 Ever confirmed|0   |1
   Severity|normal  |major

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

[systemsettings] [Bug 360073] Changing the preferred email client results in the new setting not getting saved, so it has no effect

2018-11-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=360073

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #13 from Nate Graham  ---
You're right, that would have made more sense. I'll go do that.

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

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

[systemsettings] [Bug 292606] Setting a custom mail client has no effect on mailto

2018-11-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=292606

Nate Graham  changed:

   What|Removed |Added

 CC||a...@loes.org.lu

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

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

[systemsettings] [Bug 369394] Selecting Default Email client doesn't change

2018-11-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=369394

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

--- Comment #3 from Nate Graham  ---


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

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

[systemsettings] [Bug 292606] Setting a custom mail client has no effect on mailto

2018-11-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=292606

Nate Graham  changed:

   What|Removed |Added

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

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

[okular] [Bug 401441] Post-suspend Okular shows a blank screen, not the slide

2018-11-26 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=401441

--- Comment #3 from joll.nicho...@gmail.com ---
David, Albert

Yes, I mean what Okular calls 'presentation mode' (and which, it seems to me,
displays the currently viewed page of the document over the full screen).

(By the way: the keyboard shortcuts window does not maximise, which made
answering the question harder than it should have been.)

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

[kwin] [Bug 400675] Message appears in the upper left corner after I press ctrl+alt+esc a second time on Wayland

2018-11-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=400675

Christoph Feck  changed:

   What|Removed |Added

  Component|generic-wayland |general
   Assignee|plasma-b...@kde.org |kwin-bugs-n...@kde.org
Product|plasmashell |kwin
Version|master  |5.14.2
   Target Milestone|1.0 |---

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

[systemsettings] [Bug 350663] Changing default default web browser reverts after closing settings page

2018-11-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=350663

Nate Graham  changed:

   What|Removed |Added

   Keywords||usability
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #8 from Nate Graham  ---
This turned out to be a fairly easy fix. Here's a patch:
https://phabricator.kde.org/D17181

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

[yakuake] [Bug 396697] Does not open with multi monitor on left screen when panel located right screen

2018-11-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=396697

--- Comment #12 from Christoph Feck  ---
Jason, any luck with the links from comment #11?

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

[frameworks-purpose] [Bug 400873] "Description" text box is hidden in the window to upload video to youtube

2018-11-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=400873

Christoph Feck  changed:

   What|Removed |Added

   Keywords||junior-jobs

--- Comment #1 from Christoph Feck  ---
TextArea in
https://cgit.kde.org/purpose.git/tree/src/plugins/youtube/youtubeplugin_config.qml
could need a sensible minimumHeight, maybe for two text lines.

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

[Spectacle] [Bug 401451] New: Pressing the 'Super' (a.k.a. Windows) key while in rectangle-select mode will lock the user in the 'select region' mode.

2018-11-26 Thread Peter M
https://bugs.kde.org/show_bug.cgi?id=401451

Bug ID: 401451
   Summary: Pressing the 'Super' (a.k.a. Windows) key while in
rectangle-select mode will lock the user in the
'select region' mode.
   Product: Spectacle
   Version: 18.08.3
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: grave
  Priority: NOR
 Component: General
  Assignee: m...@baloneygeek.com
  Reporter: irres.ge...@gmail.com
  Target Milestone: ---

SUMMARY
Pressing the 'Super' (a.k.a. Windows) key while in rectangle-select mode will
lock the user in the 'select region' mode. Pressing escape or enter will not
have an effect

STEPS TO REPRODUCE
1. Press Print key
2. Select 'Rectangular region' -> Take a new screenshot
3. Press the Super key

OBSERVED RESULT
The program is locked in the region-selection mode. It remains responsive to
mouse actions, however keyboard inputs are ignored. Since neither escape not
enter terminate the selection process, the system is effectively locked. The
behavior is reproducable on my system. Fiddling with Ctrl+Alt+[F-key] seems to
crash X when returning to the X session the bug was produced in. I also
observed an uncalled system reboot.

EXPECTED RESULT
Anything from 'nothing' to 'the start menu opens'. Personally, I tried to take
a screenshot of my start menu.


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Antergos/arch Kernel 4.19.2-arch1-1-ARCH 
KDE Plasma Version: 5.14.3
KDE Frameworks Version: 5.52.0
Qt Version: 5.11.2

ADDITIONAL INFORMATION
n.a.

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

[plasmashell] [Bug 400663] Digital clock plasmoid has inconsistent callendar settings window layout

2018-11-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=400663

Christoph Feck  changed:

   What|Removed |Added

   Target Milestone|--- |1.0
Version|5.51.0  |5.14.3
Product|frameworks-kcoreaddons  |plasmashell
   Assignee|mp...@kde.org   |plasma-b...@kde.org
  Component|general |Calendar

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

[plasma-pa] [Bug 384995] No autorefresh sound devices on hardware change.

2018-11-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=384995

Christoph Feck  changed:

   What|Removed |Added

   Assignee|matt...@mjdsystems.ca   |now...@gmail.com
Product|frameworks-kconfig  |plasma-pa
  Component|general |kcm
 CC||plasma-b...@kde.org

--- Comment #6 from Christoph Feck  ---
Reassigning to plasma-pa developers for inspection. "Advanced" tab is in
"kcmshell5 pulseaudio".

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

[plasmashell] [Bug 401365] Second search isn't displaying results after mouse hover over tab

2018-11-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=401365

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---
Can confirm those exact steps to reproduce. The issue appears to predate the
the recent unified mousearea patch.

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

[systemsettings] [Bug 350663] Changing default default web browser reverts after closing settings page

2018-11-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=350663

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[akregator] [Bug 400616] Akregator crashes on startup

2018-11-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=400616

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 378513 ***

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

[akregator] [Bug 378513] kontact or akregator crash after close/restart

2018-11-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=378513

Christoph Feck  changed:

   What|Removed |Added

 CC||abhshk.b...@gmail.com

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

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

  1   2   3   4   5   6   >