[plasmashell] [Bug 416310] Applet should render icon with PlasmaCore.IconItem

2020-01-16 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=416310

--- Comment #4 from Kai Uwe Broulik  ---
I was wondering if perhaps an IconEffects QML item should be added where you
can tell it what effects to apply (disabled, hovered, etc) on any item.

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

[kwin] [Bug 416368] Wobbly windows effect doesn't work anymore

2020-01-16 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=416368

Kai Uwe Broulik  changed:

   What|Removed |Added

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

--- Comment #1 from Kai Uwe Broulik  ---
Works here. Can you check that you didn't disable compositing?
System Settings → Display → Compositor or try pressing Alt+Shift+F12.

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

[kwin] [Bug 416368] New: Wobbly windows effect doesn't work anymore

2020-01-16 Thread Michael K.
https://bugs.kde.org/show_bug.cgi?id=416368

Bug ID: 416368
   Summary: Wobbly windows effect doesn't work anymore
   Product: kwin
   Version: 5.17.5
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: effects-window-management
  Assignee: kwin-bugs-n...@kde.org
  Reporter: f4tm...@web.de
  Target Milestone: ---

SUMMARY
Windows doesn't wobble anymore

STEPS TO REPRODUCE
1. Activate wobbly windows effect and confirm
2. Drag window
3. 

OBSERVED RESULT
Doesn't wobble

EXPECTED RESULT
Wobbly window!

SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20200114
KDE Plasma Version: 5.17.5
KDE Frameworks Version: 5.66.0
Qt Version: 5.13.1
Kernel Version: 5.4.10-1-default
OS Type: 64-bit
Processors: 4 × Intel® Core™ i5-6500T CPU @ 2.50GHz
Memory: 15,5 GiB


ADDITIONAL INFORMATION

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

[dolphin] [Bug 415698] VCS plugin function calls redundant

2020-01-16 Thread Nikolai Krasheninnikov
https://bugs.kde.org/show_bug.cgi?id=415698

--- Comment #2 from Nikolai Krasheninnikov  ---
Addition on #4: as it turns out KVersionControlPlugin::itemVersion() got called
by VCS plugin itself on the context menu creation so its ok.

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

[Falkon] [Bug 396165] Videos on Youtube should start playing only when I'm on the tab

2020-01-16 Thread Raphael Rosch
https://bugs.kde.org/show_bug.cgi?id=396165

Raphael Rosch  changed:

   What|Removed |Added

 CC||kdeb...@insaner.com

--- Comment #6 from Raphael Rosch  ---
on falkon git master as of 2020 Jan 17

QtWebEngine version 5.12.5
(packages installed are actually:
qt5-qtwebengine-5.12.6-1.fc30.i686
qt5-qtwebengine-freeworld-5.12.6-1.fc30.i686
)
Frameworks 5.64
Linux Fedora Core 30 - 32bit

The problem still occurs. Not fun when you restart a session with multiple
youtube videos.. which all try to play at the same time.

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

[plasma-nm] [Bug 416297] plasma-nm disables auto-negotiation, sets speed to 100Mb/s

2020-01-16 Thread Jan Grulich
https://bugs.kde.org/show_bug.cgi?id=416297

Jan Grulich  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||5.18
 CC||jgrul...@redhat.com

--- Comment #1 from Jan Grulich  ---
This will be fixed in Plasma 5.18.

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

[krita] [Bug 411475] Empty lines in text object not preserved as empty lines because SVG 1.1 doesn't have a concept of lines.

2020-01-16 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=411475

vanyossi  changed:

   What|Removed |Added

 CC||ghe...@gmail.com

--- Comment #3 from vanyossi  ---
Yes we are sure, Svg text editor works with Qt SVG spec which currently is at
SVG 1.1, this spec does not have defined line breaks inside a text block. In
previous versions you could get around that limitation using the Unicode new
line (U+2424) character, but under certain circunstances that glyph caused the
SVG render to get confused and loop forever, so we patched that possibility.

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

[kmail2] [Bug 416365] Microsoft Exchange support

2020-01-16 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=416365

Laurent Montel  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED
 CC||mon...@kde.org

--- Comment #1 from Laurent Montel  ---
We had this support.
Add resource EWS

Regards

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

[kmail2] [Bug 416318] As soon as I click on a certain line in the Message list Kmail crashes in a flash - every time!

2020-01-16 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=416318

--- Comment #4 from Laurent Montel  ---
You can remove this plugin
/usr/lib64/qt5/plugins/messageviewer/bodypartformatter/messageviewer_bodypartformatter_semantic.so

=> it will not crash.

it was fixed in new version but for your version the better workaround is
removing it.

Regards

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

[krita] [Bug 416352] Changing height in Resize Canvas gives wrong offset values

2020-01-16 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=416352

vanyossi  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/kde/
   ||krita/commit/510e56baaad81d
   ||7d2b270296f0a91ab27d24b299
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #2 from vanyossi  ---
Git commit 510e56baaad81d7d2b270296f0a91ab27d24b299 by Ivan Yossi.
Committed on 17/01/2020 at 05:45.
Pushed by ivany into branch 'master'.

Fix canvas offset calculation

M  +1-1plugins/extensions/imagesize/dlg_canvassize.cc

https://invent.kde.org/kde/krita/commit/510e56baaad81d7d2b270296f0a91ab27d24b299

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

[gwenview] [Bug 416367] New: Reaching the end

2020-01-16 Thread ferweer
https://bugs.kde.org/show_bug.cgi?id=416367

Bug ID: 416367
   Summary: Reaching the end  https://bugs.kde.org/attachment.cgi?id=125191=edit
Dialog blocking view

SUMMARY

STEPS TO REPRODUCE
1. Open the directory with only one image.
2.Next, press to reach the end, show dialog to inform 
3.This dialog will stay on for a few seconds and will interfere with your view.

OBSERVED RESULT
Also, it does not look good because it occurs repeatedly 

EXPECTED RESULT
Add a config that does not display this dialog?
It would be nice to be an option.
Also, the location of the occurrence should be displayed not on the center of
the view but on the status bar that is least obstructive.

Even if you ask what to do with the user when it reaches the end, the
convenience of this function itself is not much felt.
In other words, it hinders the view and makes it hard to see the image!

SOFTWARE/OS VERSIONS
Operating System: Kubuntu 19.04
KDE Plasma Version: 5.16.5
KDE Frameworks Version: 5.62.0
Qt Version: 5.12.2
Kernel Version: 5.0.0-38-lowlatency

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

[systemsettings] [Bug 410111] Breeze theme cannot be selected

2020-01-16 Thread mthw0
https://bugs.kde.org/show_bug.cgi?id=410111

mthw0  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
Version|5.16.3  |5.17.90
 Status|NEEDSINFO   |REPORTED

--- Comment #7 from mthw0  ---
The bug is still here.

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

[wacomtablet] [Bug 416361] Is the fix for QTBUG-77826 supported?

2020-01-16 Thread Valerii Malov
https://bugs.kde.org/show_bug.cgi?id=416361

--- Comment #1 from Valerii Malov  ---
Since it's a bug in Qt, most appropriate fix would be having fixed Qt version
packaged in Kubuntu and Neon. Unfortunately at the moment there seems to be no
fixed version released yet.

Bugfix release 5.14.1 seems to be planned on January 21st (in 4 days):
https://wiki.qt.io/Qt_5.14_Release
This is probably the version rolling Neon can get.

Next 5.12 LTS bugfix release is on January 30. This is probably the version
Kubuntu 19.10 will get.

It might be worth opening a bug in corresponding packaging bugtrackers (neon
packaging section here, kubuntu on launchpad) when those versions arrive to
speed up the process. Judging by https://bugreports.qt.io/browse/QTBUG-77826
there are still some concerns if the fix is safe so maybe the fix shouldn't be
backported by disros yet.

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

[digikam] [Bug 416345] Proper opencv minimum version must be specified

2020-01-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416345

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

   What|Removed |Added

   Version Fixed In||7.0.0
  Latest Commit||https://invent.kde.org/kde/
   ||digikam/commit/5ffcae391337
   ||ba93b7714015d9c5eb0aa362d6c
   ||c
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #1 from caulier.gil...@gmail.com ---
Git commit 5ffcae391337ba93b7714015d9c5eb0aa362d6cc by Gilles Caulier.
Committed on 17/01/2020 at 05:26.
Pushed by cgilles into branch 'master'.

check for opencv 3.3 as minimal version as DNN module was introduced with this
release
FIXED_IN: 7.0.0

M  +1-1Mainpage.dox
M  +2-1NEWS
M  +3-3core/CMakeLists.txt
M  +2-2core/cmake/modules/MacroOpenCV.cmake

https://invent.kde.org/kde/digikam/commit/5ffcae391337ba93b7714015d9c5eb0aa362d6cc

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

[krita] [Bug 415227] Crashes when I right click

2020-01-16 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=415227

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

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

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

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

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

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

[plasmashell] [Bug 415470] Crashes and incorrect transparency settings in System tray

2020-01-16 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=415470

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

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

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

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

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

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

[plasmashell] [Bug 415692] charging/discharging status is not obvious from icon

2020-01-16 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=415692

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

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

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

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

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

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

[kpat] [Bug 415807] Autodrop not working to completion in freecell

2020-01-16 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=415807

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

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

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

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

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

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

[yakuake] [Bug 416332] Add option to suppress notification message on start

2020-01-16 Thread Syam
https://bugs.kde.org/show_bug.cgi?id=416332

Syam  changed:

   What|Removed |Added

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

--- Comment #2 from Syam  ---
(In reply to Antonio Rojas from comment #1)

Wow! That is true. Thanks a ton. I never figured I could do this from
notifications configuration. Sorry for the noise.

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

[kmail2] [Bug 416365] New: Microsoft Exchange support

2020-01-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416365

Bug ID: 416365
   Summary: Microsoft Exchange support
   Product: kmail2
   Version: unspecified
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: techxga...@outlook.com
  Target Milestone: ---

SUMMARY
It'd be nice for KMail to support MS Exchange.  Would be useful for work.

SOFTWARE/OS VERSIONS
Operating System: Kubuntu 19.10
KDE Plasma Version: 5.17.5
KDE Frameworks Version: 5.66.0
Qt Version: 5.12.4
Kernel Version: 5.3.0-26-generic
OS Type: 64-bit
Processors: 4 × Intel® Core™ i5-6500 CPU @ 3.20GHz
Memory: 15.6 GiB of RAM

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

[plasmashell] [Bug 416313] Show hint if nothing was found at search

2020-01-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416313

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/pla
   ||sma-desktop/ce5094c02a87671
   ||af2c140f91c9b02fe12202d34
   Version Fixed In||5.19.0
 Status|ASSIGNED|RESOLVED

--- Comment #3 from Nate Graham  ---
Git commit ce5094c02a87671af2c140f91c9b02fe12202d34 by Nate Graham.
Committed on 17/01/2020 at 03:20.
Pushed by ngraham into branch 'master'.

[Widget Explorer] Show placeholder message when there are no widgets or search
results

Summary:
FIXED-IN: 5.19.0

Test Plan: {F7886823}

Reviewers: #vdg, #plasma, apol

Reviewed By: apol

Subscribers: apol, plasma-devel

Tags: #plasma

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

M  +12   -0desktoppackage/contents/explorer/WidgetExplorer.qml

https://commits.kde.org/plasma-desktop/ce5094c02a87671af2c140f91c9b02fe12202d34

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

[k3b] [Bug 416364] New: can't find cd/dvd writer

2020-01-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416364

Bug ID: 416364
   Summary: can't find cd/dvd writer
   Product: k3b
   Version: 17.12.3
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: Burning/Hardware
  Assignee: k...@kde.org
  Reporter: ursa...@yahoo.com
CC: mich...@jabster.pl, tr...@kde.org
  Target Milestone: ---

Info  
===
   PID: 14454 (k3b)
   UID: 1000 (bear)
   GID: 1000 (bear)
Signal: 11 (SEGV)
 Timestamp: Tue 2020-01-14 23:57:02 EST (1 day 22h ago)
  Command Line: k3b
Executable: /usr/bin/k3b
 Control Group: /user.slice/user-1000.slice/user@1000.service/dbus.service
  Unit: user@1000.service
 User Unit: dbus.service
 Slice: user-1000.slice
 Owner UID: 1000 (bear)
   Boot ID: b64cda447c774971b0b73bcd2d9df7e2
Machine ID: 16fa2990e5014c52bbca62e8a9eb3558
  Hostname: fili
   Storage:
/var/lib/systemd/coredump/core.k3b.1000.b64cda447c774971b0b73bcd2d9df7e2.14454.157906422200.lz4
   Message: Process 14454 (k3b) of user 1000 dumped core.

Stack trace of thread 14454:
#0  0x55f2adaec19b n/a (k3b)
#1  0x55f2adaec567 n/a (k3b)
#2  0x55f2adaec7e5 n/a (k3b)
#3  0x7f3cbc9436ca
_ZNK14QItemSelection8containsERK11QModelIndex (libQt5Core.so.5)
#4  0x7f3cbc943ba4
_ZNK19QItemSelectionModel10isSelectedERK11QModelIndex (libQt5Core.so.5)
#5  0x7f3cbdc4f496
_ZNK9QTreeView7drawRowEP8QPainterRK20QStyleOptionViewItemRK11QModelIndex
(libQt5Widgets.so.5)
#6  0x7f3cbdc54b6d
_ZNK9QTreeView8drawTreeEP8QPainterRK7QRegion (libQt5Widgets.so.5)
#7  0x7f3cbdc59615 _ZN9QTreeView10paintEventEP11QPaintEvent
(libQt5Widgets.so.5)
#8  0x7f3cbd9dd048 _ZN7QWidget5eventEP6QEvent
(libQt5Widgets.so.5)
#9  0x7f3cbda7e4de _ZN6QFrame5eventEP6QEvent
(libQt5Widgets.so.5)
#10 0x7f3cbdbf1b8b
_ZN17QAbstractItemView13viewportEventEP6QEvent (libQt5Widgets.so.5)
#11 0x7f3cbdc5a52c _ZN9QTreeView13viewportEventEP6QEvent
(libQt5Widgets.so.5)
#12 0x7f3cbc9966ac
_ZN23QCoreApplicationPrivate29sendThroughObjectEventFiltersEP7QObjectP6QEvent
(libQt5Core.so.5)
#13 0x7f3cbd99e815
_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent (libQt5Widgets.so.5)
#14 0x7f3cbd9a6104
_ZN12QApplication6notifyEP7QObjectP6QEvent (libQt5Widgets.so.5)
#15 0x7f3cbc9969c8
_ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent (libQt5Core.so.5)
#16 0x7f3cbd9d619a
_ZN14QWidgetPrivate14sendPaintEventERK7QRegion (libQt5Widgets.so.5)
#17 0x7f3cbd9d675a
_ZN14QWidgetPrivate10drawWidgetEP12QPaintDeviceRK7QRegionRK6QPointiP8QPainterP19QWidgetBackingStore
(libQt5Widgets.so.5)
#18 0x7f3cbd9addfe n/a (libQt5Widgets.so.5)
#19 0x7f3cbd9ae0a5 n/a (libQt5Widgets.so.5)
#20 0x7f3cbd9c567f _ZN14QWidgetPrivate16syncBackingStoreEv
(libQt5Widgets.so.5)
#21 0x7f3cbd9dd1b8 _ZN7QWidget5eventEP6QEvent
(libQt5Widgets.so.5)
#22 0x7f3cbd99e83c
_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent (libQt5Widgets.so.5)
#23 0x7f3cbd9a6104
_ZN12QApplication6notifyEP7QObjectP6QEvent (libQt5Widgets.so.5)
#24 0x7f3cbc9969c8
_ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent (libQt5Core.so.5)
#25 0x7f3cbc99913d
_ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData
(libQt5Core.so.5)
#26 0x7f3cbc9f0353 n/a (libQt5Core.so.5)
#27 0x7f3cb4b6c417 g_main_context_dispatch
(libglib-2.0.so.0)
#28 0x7f3cb4b6c650 n/a (libglib-2.0.so.0)
#29 0x7f3cb4b6c6dc g_main_context_iteration
(libglib-2.0.so.0)
#30 0x7f3cbc9ef97f
_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE
(libQt5Core.so.5)
#31 0x7f3cbc9949fa
_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5)
#32 0x7f3cbdb88f17 _ZN7QDialog4execEv (libQt5Widgets.so.5)
#33 0x55f2ada92c9e n/a (k3b)
#34 0x55f2adbc39da n/a (k3b)
#35 0x7f3cbc9c5645 _ZN11QMetaObject8activateEP7QObjectiiPPv
(libQt5Core.so.5)
#36 0x7f3cbd998122 _ZN7QAction9triggeredEb
(libQt5Widgets.so.5)
#37 0x7f3cbd99a80c _ZN7QAction8activateENS_11ActionEventE
(libQt5Widgets.so.5)
   

[krita] [Bug 414576] Zoom failure in 4.2.8 but not in 4.2.7.

2020-01-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414576

--- Comment #13 from aferguson1...@gmail.com ---
(In reply to Dmitry Kazakov from comment #12)
> Hi, Felix!
> 
> Could you please check if you have View->Instant Preview enabled? This
> option is the only way how I can reproduce the behavior you describe.

I did not have Instant Preview enabled. I tried it both ways and having it
enabled or disabled seems to have no effect on the zoom issue. It's still there
either way.

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

[kscreenlocker] [Bug 416344] Bypassing password request by changing to tty2 and back to screen

2020-01-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416344

spin...@spinnix.me changed:

   What|Removed |Added

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

--- Comment #3 from spin...@spinnix.me ---
Found this bug report: https://bugs.kde.org/show_bug.cgi?id=405355

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

[kscreenlocker] [Bug 405355] Bypass of password login in kscreenlocker after resuming screens from energy save mode.

2020-01-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=405355

spin...@spinnix.me changed:

   What|Removed |Added

 CC||spin...@spinnix.me

--- Comment #3 from spin...@spinnix.me ---
I did it.

Watch my bug report.

https://bugs.kde.org/show_bug.cgi?id=416344

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

[digikam] [Bug 410425] Wishlist: Reverse geocoding to IPTC/XMP location fields.

2020-01-16 Thread MarcP
https://bugs.kde.org/show_bug.cgi?id=410425

--- Comment #2 from MarcP  ---
Regarding you last paragraph, the "Write tags to xmp" saves the reverse
geolocation information as nested keywords (you previously need to define where
and which ones by right clicking on the tag tree on top). It's quite useful and
I use it often.

But in addition to this, it would be cool if that information could also be
saved in the fields explicitly dedicated to that.

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

[krita] [Bug 415773] Krita 4.2.8 freezes when SHIFT-resizing brush

2020-01-16 Thread Kruthers
https://bugs.kde.org/show_bug.cgi?id=415773

--- Comment #9 from Kruthers  ---
Excellent, thanks for looking into it!

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

[digikam] [Bug 410425] Wishlist: Reverse geocoding to IPTC/XMP location fields.

2020-01-16 Thread Israel G. Lugo
https://bugs.kde.org/show_bug.cgi?id=410425

Israel G. Lugo  changed:

   What|Removed |Added

 CC||israel.l...@lugosys.com

--- Comment #1 from Israel G. Lugo  ---
Please, do implement this. I used this feature regularly in Lightroom.

It is definitely really nice to have the option of creating actual tags. 
But it would be even better to have the option to enable both the tags and the
XMP location fields. Location fields have semantic meaning, which can be
interpreted e.g. for location-based searches.

There could be a couple of checkboxes in the GUI:
  [ ] Store location in a tag tree
  [ ] Store location in XMP location fields

To clarify, these would be the City/Sublocation/State/Province/Country fields
in "Edit Metadata->XMP->Origin".

See https://iptc.org/std/photometadata/specification/IPTC-PhotoMetadata

Ideally, there would be support for the less ambiguous LocationShown and
LocationCreated, but that may be out of scope.

There was some discussion about this here:
http://digikam.1695700.n4.nabble.com/Automatic-filling-of-IPTC-XMP-location-tags-based-on-GPS-coordinates-tp2164284p2165222.html

I was misled by the "Write tags to XMP" checkbox, thinking it would do what
MarcP asked for. But enabling it seemed to have no effect. I have no idea what
that checkbox does. Looking at the code, it seems to store tags in some
"Xmp.digiKam.TagsList" field, which seems unrelated to this.

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

[dolphin] [Bug 408244] "Open Containing Folder" feature only works when Dolphin is already running

2020-01-16 Thread Dietmar Dimanski
https://bugs.kde.org/show_bug.cgi?id=408244

Dietmar Dimanski  changed:

   What|Removed |Added

   Platform|Other   |openSUSE RPMs
URL||Erstellung des
   ||Ein-/Ausgabemoduls nicht
   ||möglich. Meldung von
   ||klauncher: Fehler beim
   ||Laden von
   ||„/usr/lib64/qt5/plugins/kf5
   ||/kio/file.so“
 CC||d@web.de

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

[konsole] [Bug 416363] New: Small Shortcut Menu Bug

2020-01-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416363

Bug ID: 416363
   Summary: Small Shortcut Menu Bug
   Product: konsole
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: alexandert...@gmail.com
  Target Milestone: ---

SUMMARY
When attempting to change a shortcut, a user can click an action to change,
upon which a menu will dropdown. Instead of selecting the bubble for "Custom",
then selecting "None" and creating a shortcut, the user can instead select
"None", create a shortcut, and the menu will select the "Custom" option.
However, if the user selects the next action to change too quickly, it will not
do this and lose the changes the user made. 


STEPS TO REPRODUCE
1. Open Konsole->Settings->Configure Shortcuts
2. Select an action to change that has the default shortcut.
3. Click the "None" button and create a shortcut.
4. Immediately click a different action.

OBSERVED RESULT
Konsole does not save the new shortcut.

EXPECTED RESULT
Konsole saves the new shortcut.


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Manjaro/5.17.4-2
(available in About System)
KDE Plasma Version: 5.17.4-2
KDE Frameworks Version: 5.65.0-4
Qt Version: 5.14.0-1
Konsole Version: 19.12.0-1

ADDITIONAL INFORMATION

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

[plasmashell] [Bug 415421] [hidpi] Inconsistent font size with certain apps such as Kate, KWrite, Konsole

2020-01-16 Thread Andrew Udvare
https://bugs.kde.org/show_bug.cgi?id=415421

--- Comment #30 from Andrew Udvare  ---
(In reply to Postix from comment #28)
> (In reply to Fabian Vogt from comment #27)
> > However, setting QT_AUTO_SCREEN_SCALE_FACTOR=0 seems to have universal
> > success.
> > 
> 
> 
> Thanks, I can confirm that! I had to revert the `Exec=env QT_FONT_DPI=96`
> changes in the desktop file and added `QT_AUTO_SCREEN_SCALE_FACTOR=0` to
> /etc/environment.
> After rebooting everything went back to normal.
> 
> (Putting `export QT_AUTO_SCREEN_SCALE_FACTOR=0` into the .bashrc and logging
> out and back in again was not successfull for unknown reasons.)

I put export QT_AUTO_SCREEN_SCALE_FACTOR=0 in my ~/.xprofile and everything
works like it should.

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

[lattedock] [Bug 391073] Latte panels/docks overlap the desktop icons

2020-01-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=391073

tr...@yandex.com changed:

   What|Removed |Added

 CC||tr...@yandex.com
Product|plasmashell |lattedock
   Target Milestone|1.0 |---
Version|5.12.5  |git (master)
  Component|general |application
   Assignee|k...@davidedmundson.co.uk|mvourla...@gmail.com

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

[frameworks-knewstuff] [Bug 416354] button to close GHNS window without label

2020-01-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=416354

--- Comment #1 from Patrick Silva  ---
This bug occurs if I set global theme to breeze and plasma style to breeze
dark.

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

[konsole] [Bug 416362] New: Missing Default Shortcut Keys for switching tabs.

2020-01-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416362

Bug ID: 416362
   Summary: Missing Default Shortcut Keys for switching tabs.
   Product: konsole
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: alexandert...@gmail.com
  Target Milestone: ---

SUMMARY
Alt-n to switch to the nth tab is not a default. Software is all about having
good defaults. Although I could (and did) just add my own shortcuts, not only
does the shortcut system have it's own bugs, but it is important to have good
behaviors by default, otherwise the end user is left making dozens of small
tweaks to have something halfway usable.

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

[krita] [Bug 415773] Krita 4.2.8 freezes when SHIFT-resizing brush

2020-01-16 Thread Tymond
https://bugs.kde.org/show_bug.cgi?id=415773

Tymond  changed:

   What|Removed |Added

 Status|NEEDSINFO   |CONFIRMED
 Resolution|WAITINGFORINFO  |---
 Ever confirmed|0   |1

--- Comment #8 from Tymond  ---
@Kruthers Thanks! With Airbrush_Soft I can reproduce it as well. Thank you so
much for this observation, will help immensely :)

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

[krita] [Bug 415773] Krita 4.2.8 freezes when SHIFT-resizing brush

2020-01-16 Thread Kruthers
https://bugs.kde.org/show_bug.cgi?id=415773

--- Comment #7 from Kruthers  ---
Sorry for multiple comments...  I forgot to mention that I tried all options
for "Outline Shape" under Configure Krita -> General -> Cursor, and it made no
difference.

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

[krita] [Bug 415773] Krita 4.2.8 freezes when SHIFT-resizing brush

2020-01-16 Thread Kruthers
https://bugs.kde.org/show_bug.cgi?id=415773

--- Comment #6 from Kruthers  ---
BTW, while testing just now I noticed something; the brush size freezing seems
to be caused by the type of brush.  Some of the brushes don't have the glitch
at all, and some have it but not as bad:

b)_Basic-1:  no glitch at all, resizes smoothly
b)_Airbrush_Soft: bad glitch, freezes for a long time as size gets large
y)_Texture_Large_Splat: moderate glitch; freezes for only a few seconds when
large

Most of the brushes are like Airbrush Soft; the glitch causes freezing for a
long time.

Hope you guys can recreate this; I have to stick with 4.2.7 for now.  If
there's anything else you want me test just ask.  Thanks!

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

[krita] [Bug 415773] Krita 4.2.8 freezes when SHIFT-resizing brush

2020-01-16 Thread Kruthers
https://bugs.kde.org/show_bug.cgi?id=415773

--- Comment #5 from Kruthers  ---
@Tymond - It appears to make no difference; I see the same freezing effect with
instant preview on or off.

And no, I do NOT seem to experience the bug in that other ticket.  I have zoom
bound differently (CTRL-middle mouse drag) but that shouldn't matter.  I do see
some difference with instant preview on/off though; zooming is chunkier, and
pauses for a fraction of a second here and there w/ instant preview on, and is
smoother when off.  But it's not serious.

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

[wacomtablet] [Bug 416361] New: Is the fix for QTBUG-77826 supported?

2020-01-16 Thread ferweer
https://bugs.kde.org/show_bug.cgi?id=416361

Bug ID: 416361
   Summary: Is the fix for QTBUG-77826 supported?
   Product: wacomtablet
   Version: unspecified
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: jazzv...@gmail.com
  Reporter: gyrlg...@protonmail.com
  Target Milestone: ---

SUMMARY
https://bugreports.qt.io/browse/QTBUG-77826
https://github.com/linuxwacom/xf86-input-wacom/issues/93

This is a qt based problem.
This bug affects 19.10kubuntu and the rolling release of neon.
To briefly explain the bug, certain applications can not be operated at all
(tablet stylus operation only) because the tablet point coordinate position
offset is shifted.
The bug reported by the wacomtablet git team in response to this has been
addressed promptly, and it seems that it will be addressed in qt 5.14, 5.15.
However, until kubuntu and kde desktops incorporate this fix, 19.04 users and
18.04lts users will not be able to update due to applications that cannot be
operated with a tablet stylus.
Tablet styli are sometimes used not only for drawing but also as a replacement
for mice (often as a treatment for tendonitis).
So when will xsetwacom address this bug?
On kubuntu19.10 I tried to install the day before yesterday, qt was still in
the bugged version of 5.12.4.

Examples of related applications
Media player \ smplayer and vlc
Screencast \ obs
Media Viewer \ gwenview
Virtual pc \ virtualbox
Office \ libreoffice

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

ADDITIONAL INFORMATION
Should this be posted on the kde forum https://forum.kde.org/index.php if this
is not the place to ask a question?

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

[Discover] [Bug 416317] Bug Report

2020-01-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416317

--- Comment #5 from hutb...@gmail.com ---
Hey Nate,

Here's a link with a readme and pics of the issues I am having.
(DB links are safer and declunk emails)

[Issues]
https://www.dropbox.com/sh/qxiu9cd36rf2na9/AACXWbIFm9EnBpxpWsPM-5Ana?dl=0

Thanks!

On Thu, Jan 16, 2020, 8:32 AM Nate Graham  wrote:

> https://bugs.kde.org/show_bug.cgi?id=416317
>
> Nate Graham  changed:
>
>What|Removed |Added
>
> 
>  CC||n...@kde.org
>  Status|REPORTED|NEEDSINFO
>  Resolution|--- |WAITINGFORINFO
>
> --- Comment #4 from Nate Graham  ---
> Can you screenshots showing the issue?
>
> --
> You are receiving this mail because:
> You reported the bug.
> You are the assignee for the bug.

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

[elisa] [Bug 401383] Elisa crash after deleting Music forlder from library.

2020-01-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=401383

Nate Graham  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |FIXED

--- Comment #5 from Nate Graham  ---
Yeah, it needs at least one location configured or else it won't find your
music anywhere! :)

If you think this is confusing, feel free to file a new bug report about it.

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

[systemsettings] [Bug 416358] kcm_fonts: Cannot apply changes (button remains inactive)

2020-01-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416358

Nate Graham  changed:

   What|Removed |Added

 CC||yurc...@ukr.net

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

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

[systemsettings] [Bug 416358] kcm_fonts: Cannot apply changes (button remains inactive)

2020-01-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416358

Nate Graham  changed:

   What|Removed |Added

   Assignee|unassigned-b...@kde.org |plasma-b...@kde.org

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

[systemsettings] [Bug 416119] "Apply" button becomes active only after switching anti-aliasing

2020-01-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416119

Nate Graham  changed:

   What|Removed |Added

 Resolution|WORKSFORME  |DUPLICATE

--- Comment #8 from Nate Graham  ---


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

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

[systemsettings] [Bug 416358] kcm_fonts: Cannot apply changes (button remains inactive)

2020-01-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416358

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

--- Comment #1 from Nate Graham  ---
We have another report in 416119. I can't reproduce on openSUSE Tumbleweed with
packages compiled from source, however.

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

[Falkon] [Bug 397842] Option to 'unload all tabs' on a per-window basis.

2020-01-16 Thread Raphael Rosch
https://bugs.kde.org/show_bug.cgi?id=397842

Raphael Rosch  changed:

   What|Removed |Added

 CC||kdeb...@insaner.com

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

[digikam] [Bug 411619] Crash when tagging, switching to map view (QtWebKit + libicu)

2020-01-16 Thread MarcP
https://bugs.kde.org/show_bug.cgi?id=411619

--- Comment #4 from MarcP  ---
I have not experienced this bug in quite some time now. You can close it if you
think it's no longer relevant.

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

[kde] [Bug 416360] New: crash on start up

2020-01-16 Thread kde bug
https://bugs.kde.org/show_bug.cgi?id=416360

Bug ID: 416360
   Summary: crash on start up
   Product: kde
   Version: unspecified
  Platform: unspecified
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: kde...@binkmail.com
  Target Milestone: ---

Application: kdeinit5 (5.0.97)

Qt Version: 5.9.5
Frameworks Version: 5.44.0
Operating System: Linux 4.15.0-74-generic x86_64
Distribution: Ubuntu 18.04.3 LTS

-- Information about the crash:
- What I was doing when the application crashed:
turn on computer, wait for plasma login,  enter password to login.
immediate crash after login.

The crash can be reproduced every time.

-- Backtrace:
Application: Konqueror (kdeinit5), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f5596b22e40 (LWP 2450))]

Thread 22 (Thread 0x7f54fdffb700 (LWP 2581)):
#0  0x7f5592ff49f3 in futex_wait_cancelable (private=,
expected=0, futex_word=0x55a234af16a8) at
../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x55a234af1658,
cond=0x55a234af1680) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0x55a234af1680, mutex=0x55a234af1658) at
pthread_cond_wait.c:655
#3  0x7f5562be4c95 in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5
#4  0x7f5562be5177 in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5
#5  0x7f5562be5f11 in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5
#6  0x7f5562be25eb in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5
#7  0x7f5592fee6db in start_thread (arg=0x7f54fdffb700) at
pthread_create.c:463
#8  0x7f5594b9e88f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 21 (Thread 0x7f54fe7fc700 (LWP 2579)):
#0  __lll_lock_wait_private () at
../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:95
#1  0x7f5594baf474 in ___fprintf_chk (fp=0x7f5594e6a8b0
<_IO_stdfile_2_lock>, flag=1, format=0x7f556d8666a8 "[%s] %s\n") at
fprintf_chk.c:30
#2  0x7f556d84e9ad in event_logv_ () from
/usr/lib/x86_64-linux-gnu/libevent-2.1.so.6
#3  0x7f556d84eb44 in event_warn () from
/usr/lib/x86_64-linux-gnu/libevent-2.1.so.6
#4  0x7f556d85046c in ?? () from
/usr/lib/x86_64-linux-gnu/libevent-2.1.so.6
#5  0x7f556d846114 in event_base_loop () from
/usr/lib/x86_64-linux-gnu/libevent-2.1.so.6
#6  0x7f5562bb5b0d in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5
#7  0x7f5562bb1da8 in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5
#8  0x7f5562bce77b in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5
#9  0x7f5562be64d6 in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5
#10 0x7f5562be25eb in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5
#11 0x7f5592fee6db in start_thread (arg=0x7f54fe7fc700) at
pthread_create.c:463
#12 0x7f5594b9e88f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 20 (Thread 0x7f54feffd700 (LWP 2578)):
#0  0x7f5592ff49f3 in futex_wait_cancelable (private=,
expected=0, futex_word=0x7f54feffcb38) at
../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x7f54feffcae8,
cond=0x7f54feffcb10) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0x7f54feffcb10, mutex=0x7f54feffcae8) at
pthread_cond_wait.c:655
#3  0x7f5562bda999 in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5
#4  0x7f5562bda9c7 in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5
#5  0x7f5562bb54db in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5
#6  0x7f5562bb1da8 in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5
#7  0x7f5562bce77b in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5
#8  0x7f5562be64d6 in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5
#9  0x7f5562be25eb in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5
#10 0x7f5592fee6db in start_thread (arg=0x7f54feffd700) at
pthread_create.c:463
#11 0x7f5594b9e88f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 19 (Thread 0x7f54ff7fe700 (LWP 2577)):
#0  0x7f5592ff4ed9 in futex_reltimed_wait_cancelable (private=, reltime=0x7f54ff7fdbe0, expected=0, futex_word=0x7f5540004044) at
../sysdeps/unix/sysv/linux/futex-internal.h:142
#1  __pthread_cond_wait_common (abstime=0x7f54ff7fdc80, mutex=0x7f5540003ff0,
cond=0x7f5540004018) at pthread_cond_wait.c:533
#2  __pthread_cond_timedwait (cond=0x7f5540004018, mutex=0x7f5540003ff0,
abstime=0x7f54ff7fdc80) at pthread_cond_wait.c:667
#3  0x7f5562c13652 in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5
#4  0x7f5562be9799 in 

[Breeze] [Bug 415399] Context menu of window decorations is shadowless on Wayland

2020-01-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=415399

Patrick Silva  changed:

   What|Removed |Added

Summary|Context menu of apps is |Context menu of window
   |shadowless on Wayland   |decorations is shadowless
   ||on Wayland
   Platform|Neon Packages   |Archlinux Packages
Version|unspecified |5.17.90

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

[Breeze] [Bug 397215] Visual bug around the maximize/unmaximize button

2020-01-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=397215

Patrick Silva  changed:

   What|Removed |Added

Version|5.17.2  |5.17.90

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

[neon] [Bug 413703] "User Feedback" kcm is broken on Neon unstable edition: "Error loading QML file"

2020-01-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=413703

Patrick Silva  changed:

   What|Removed |Added

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

--- Comment #7 from Patrick Silva  ---
already fixed

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

[frameworks-solid] [Bug 412945] ISO image "inserted" with cdemu client disappears from "Removable devices" section after Dolphin to be restarted

2020-01-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=412945

Patrick Silva  changed:

   What|Removed |Added

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

--- Comment #2 from Patrick Silva  ---
no longer reproducible.

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

[dolphin] [Bug 416359] New: fonts of location bar of non-focused pane are transparent on Wayland

2020-01-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=416359

Bug ID: 416359
   Summary: fonts of location bar of non-focused pane are
transparent on Wayland
   Product: dolphin
   Version: 19.12.1
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: split view
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: bugsefor...@gmx.com
CC: kfm-de...@kde.org
  Target Milestone: ---

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

SUMMARY
See the attached screenshot please.
Weird bug. I can see the red background through fonts of location bar of
non-focused pane
on Wayland. 

STEPS TO REPRODUCE
1. open dolphin on Wayland
2. enable split view
3. 

Operating System: Arch Linux 
KDE Plasma Version: 5.17.90
KDE Frameworks Version: 5.66.0
Qt Version: 5.14.0

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

[kwin] [Bug 416346] Impossible to resize GTK apps with CSDs on Wayland

2020-01-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416346

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[elisa] [Bug 401383] Elisa crash after deleting Music forlder from library.

2020-01-16 Thread Eridani Rodríguez
https://bugs.kde.org/show_bug.cgi?id=401383

--- Comment #4 from Eridani Rodríguez  ---
Elisa 19.12.1 from Neon repos, not crashing any more!

But you can't actually remove all directories from the library (leave the list
empty); as removing the last item automatically replaces it instead for
/home/user_name/Music (or whatever route the user has configured for it's
system's music folder). Is this the intended behaviour?

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

[digikam] [Bug 411619] Crash when tagging, switching to map view (QtWebKit + libicu)

2020-01-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=411619

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

   What|Removed |Added

   Version Fixed In||7.0.0
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #3 from caulier.gil...@gmail.com ---
Not reproducible with 7.0.0 beat2. see bug #413855 for details...

Gilles Caulier

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

[kwin] [Bug 409376] [Wayland] After a window try to close itself while is dragged, it becomes semi-transparent, gets stuck on the screen and can not be closed without relogin

2020-01-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=409376

Patrick Silva  changed:

   What|Removed |Added

Version|5.17.2  |5.17.90

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

[digikam] [Bug 413855] digiKam crashes when deleting a letter in the login window (QtWebkit + libicu)

2020-01-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=413855

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

   What|Removed |Added

   Version Fixed In||7.0.0
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #12 from caulier.gil...@gmail.com ---
The switch from webkit to webengine is planed since a very long time. With the
new Qt 5.14 it can be the right moment, as this framework is more mature now.

QtWebkit is no more maintained by Qt team since Qt 5.6. QtWebEngine is the
replacement for Qt. It well supported and include all security fixes step by
step, which is very important for a web interface.

QtWebKit is only maintained by the community when time permit, which become
more critical step by step. It always used under Windows as QtWebEngine cannot
be cross compiled with MinGw. MXE team support well QtWebKit so it's fine to
continue to use it for the moment. We will see in the future...

QtWebEngine is also the default framework used under MAcOS now, as under Linux.

Gilles Caulier

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

[frameworks-knewstuff] [Bug 415541] i18n: downloadNewWhat text used in different contexts, cannot be translated correctly

2020-01-16 Thread Victor Ryzhykh
https://bugs.kde.org/show_bug.cgi?id=415541

--- Comment #10 from Victor Ryzhykh  ---
No need to do part of the phrase in the knewstuff package.
Leave it only calls 
title: i18n("%1", component.downloadNewWhat)
or
title: "%1", component.downloadNewWhat
And transfer all the text to plasma packages.
NewStuff.Button {
downloadNewWhat: i18n("Get New Global Themes...")

This will eliminate problems in other localizations.
In which not all words of the text are written in uppercase.

For example, now "Download New Global Themes...",
Which consists of two parts of the text, from different packages.
And the translation should be "Загрузить новые темы оформеления...".
This cannot be obtained if a two-part text is compiled.

In addition, the translation of the phrase "i18n ("Download New %1",
component.downloadNewWhat)" 
in the package knewstuff does not work.

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

[Discover] [Bug 407590] Top results goes at the bottom of the list

2020-01-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407590

Nate Graham  changed:

   What|Removed |Added

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

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


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

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

[Discover] [Bug 407588] Exact title match should always be the first search result

2020-01-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407588

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

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

[Plasma Vault] [Bug 387556] Window to create a new vault shows Wayland generic icon

2020-01-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=387556

Patrick Silva  changed:

   What|Removed |Added

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

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

[Plasma Vault] [Bug 387556] Window to create a new vault shows Wayland generic icon

2020-01-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=387556

--- Comment #13 from Patrick Silva  ---
Created attachment 125188
  --> https://bugs.kde.org/attachment.cgi?id=125188=edit
plasma 5.18 beta

now we have a KDE generic icon :)

Operating System: Arch Linux 
KDE Plasma Version: 5.17.90
KDE Frameworks Version: 5.66.0
Qt Version: 5.14.0

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

[kwin] [Bug 399021] [Wayland] "Not responding..." effect remains even when the window is no longer frozen

2020-01-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=399021

Patrick Silva  changed:

   What|Removed |Added

Version|5.16.5  |5.17.90

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

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

2020-01-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=410001

--- Comment #11 from Nate Graham  ---
It looks like the local file indexer didn't get installed properly, which is
possibly a distro packaging issue, or else some kind of local error. That would
be throwing off other things. I would recommend getting that fixed and then
trying again.

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

[plasmashell] [Bug 416294] Setting a numeric OSD label outside range 0-100 breaks OSD progressbar

2020-01-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416294

--- Comment #6 from i.hin.hu...@gmail.com ---
typo: the command run on screenshot 2 was "qdbus org.kde.plasmashell
/org/kde/osdService org.kde.osdService.brightnessChanged 50", not the
volumeChanged one I mistakenly copy-pasted in comment 5 (which shows the exact
same problem, btw).

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

[plasmashell] [Bug 404856] [Wayland] Right click on desktop stops working after desktop grid effect

2020-01-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=404856

Patrick Silva  changed:

   What|Removed |Added

Version|5.16.90 |5.17.90

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

[plasmashell] [Bug 399905] Wallpaper cache

2020-01-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=399905

--- Comment #6 from Nate Graham  ---
I've submitted a patch to fix this: https://phabricator.kde.org/D26720

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

[plasmashell] [Bug 409680] [Wayland] After you dismiss Notes widget placed in plasma panel, you can not minimize an app by clicking its entry in task manager

2020-01-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=409680

Patrick Silva  changed:

   What|Removed |Added

Version|5.16.90 |5.17.90

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

[systemsettings] [Bug 416358] New: kcm_fonts: Cannot apply changes (button remains inactive)

2020-01-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416358

Bug ID: 416358
   Summary: kcm_fonts: Cannot apply changes (button remains
inactive)
   Product: systemsettings
   Version: 5.17.90
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcm_fonts
  Assignee: unassigned-b...@kde.org
  Reporter: andreas.sturmlech...@gmail.com
CC: unassigned-b...@kde.org
  Target Milestone: ---

After the update to 5.17.90, making changes in the Fonts KCM does not activate
the Apply button. Running the KCM via kcmshell5 shows additional OK/Cancel
buttons and e.g. checking 'Force font DPI' will visibly flash the OK button
while Apply remains inactive, however using the OK button has no effect. After
restarting the KCM, old values are visible again.

Since I wanted to test Qt 5.14.0 scaling after applying b31852c4ca from
QTBUG-80967, I removed ~/.config/kcmfonts (from tty, in between two sessions)
which certainly worked to reset the values. However the above behavior
remained. For some reason though, the new file created by kcm_fonts had set
`forceFontDPI=144` which is weird.

SOFTWARE/OS VERSIONS
Operating System: Gentoo 
KDE Plasma Version: 5.17.90
KDE Frameworks Version: 5.66.0
Qt Version: 5.14.0
Kernel Version: 5.4.10-gentoo
OS Type: 64-bit
Processors: 8 × Intel® Core™ i7-4790K CPU @ 4.00GHz
Memory: 15.4 GiB of RAM

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

[plasma-pa] [Bug 408700] plasma-pa kcm does not show which output an app is using

2020-01-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=408700

Patrick Silva  changed:

   What|Removed |Added

Version|5.16.5  |5.17.90

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

[systemsettings] [Bug 386253] Impossible to set Alt+Print shortcut to take screenshot in "Active window" mode

2020-01-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=386253

Patrick Silva  changed:

   What|Removed |Added

Version|5.16.5  |5.17.90

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

[elisa] [Bug 415900] Music on second hard drive not visible

2020-01-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=415900

--- Comment #3 from ajames1...@gmail.com ---
Fixed, thank you!

On Thu, Jan 16, 2020, 1:25 PM Nate Graham  wrote:

> https://bugs.kde.org/show_bug.cgi?id=415900
>
> Nate Graham  changed:
>
>What|Removed |Added
>
> 
>  Resolution|--- |WAITINGFORINFO
>  Status|CONFIRMED   |NEEDSINFO
>  CC||n...@kde.org
>
> --- Comment #2 from Nate Graham  ---
> Can you try again with Elisa 19.12.1? We think we've fixed this now.
>
> --
> You are receiving this mail because:
> You reported the bug.

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

[kwin] [Bug 410729] gtk menu and submenu are black on Wayland

2020-01-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=410729

Patrick Silva  changed:

   What|Removed |Added

Version|5.16.4  |5.17.90

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

[krita] [Bug 415773] Krita 4.2.8 freezes when SHIFT-resizing brush

2020-01-16 Thread Tymond
https://bugs.kde.org/show_bug.cgi?id=415773

Tymond  changed:

   What|Removed |Added

 CC||tamtamy.tym...@gmail.com
 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #4 from Tymond  ---
@Kruthers do you experience bug 414576 as well? If so, can you please answer
Dmitry's question, that is, do you have View -> Instant Preview option turned
on or off?

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

[plasmashell] [Bug 416294] Setting a numeric OSD label outside range 0-100 breaks OSD progressbar

2020-01-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416294

--- Comment #5 from i.hin.hu...@gmail.com ---
Sorry, just some bad wording from my part. The issue arises because the
notification of the audio output change (see schreenshot 1 - my headphones are
unfortunately labeled as "40337" by the bluetooth stack, and I had neved
bothered changing that). This string is passed down to this section inside
"/usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/osd/OsdItem.qml":

 PlasmaComponents.ProgressBar {
id: progressBar

anchors {
bottom: parent.bottom
left: parent.left
right: parent.right
margins: Math.floor(units.smallSpacing / 2)
}

visible: rootItem.showingProgress
minimumValue: 0
maximumValue: 100

value: Number(rootItem.osdValue)   < problem happens here!
}


This snippet of code smartly hides the progressbar if there is no useful value
to display, still passes the actual string tho the highlined line. If
rootItem.osdValue happens to be a regular string, PlasmaComponents.ProgressBar
works as intended (i think due to Number() passing down some NaN or something
like that, I haven't researched), and in fact if I change name to my device
(something like "Headphones" instead of "40337"), everything indeed works fine.
The bug arises when osdValue actually contains some string that can be parsed
as a number (like my unlucky "40337"). In this case,
PlasmaComponents.ProgressBar's value gets set to a value outside the intended
0-100 range and triggers the bug (see screenshot 2, taken after running qdbus
org.kde.plasmashell /org/kde/osdService org.kde.osdService.volumeChanged 50).
This persists until a plasma restart. As a quick hack I changed that code line
to:

value: Number(rootItem.osdValue) <= 100 ? Number(rootItem.osdValue) : 0

which in my case solved the issue as well. However, this is not a complete
solution (negative numbers still trigger the bug), it's just a crude hack and
frankly I don't have the experience to tell if it's actually better to fix this
behaviour inside the ProgressBar component. It's a really minor issue, so sorry
for the wall of text, but I reported this because it could trigger some hard to
investigate bugs (sure this one was for me!)

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

[frameworks-knewstuff] [Bug 415541] i18n: downloadNewWhat text used in different contexts, cannot be translated correctly

2020-01-16 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=415541

--- Comment #9 from Albert Astals Cid  ---
(In reply to Victor Ryzhykh from comment #5)
> The problem continues to multiply.
> Here https://phabricator.kde.org/D26665#594287
> And still here
> https://cgit.kde.org/plasma-desktop.git/commit/
> ?id=442c43b3ca98807a7b93c757ffbd090c892e0e44

This text means nothing to me, please be more detailed and less apocaliptic

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

[digikam] [Bug 416289] 7.0.0-beta2 crash when closing Geolocation Editor

2020-01-16 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=416289

--- Comment #9 from Maik Qualmann  ---
This crash was not specific to OSX and could also be reproduced under Linux,
depending on the tree structure of the bookmarks.

Maik

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

[frameworks-knewstuff] [Bug 415541] i18n: downloadNewWhat text used in different contexts, cannot be translated correctly

2020-01-16 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=415541

--- Comment #8 from Albert Astals Cid  ---
> The easy solution would be to have 3 different string properties: for dialog 
> title, for button text and for dialog subtitle.

But there is already 2 string properties, isn't there?

./src/qtquick/qml/Button.qml:59:text: i18n("Download New %1",
downloadNewWhat)

./src/qtquick/qml/Dialog.qml:55:title: component.downloadNewWhat.length > 0
? i18nc("The dialog title when we know which type of stuff is being requested",
"Download New %1", component.downloadNewWhat) : i18nc("A placeholder title used
in the dialog when there is no better title available", "Download New Stuff")

Those are two differnt strings, so i don't see any problem there.

Can you explain why the title and the subtitle being the same text is a
problem?

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

[kmail2] [Bug 416318] As soon as I click on a certain line in the Message list Kmail crashes in a flash - every time!

2020-01-16 Thread Ruth
https://bugs.kde.org/show_bug.cgi?id=416318

--- Comment #3 from Ruth  ---
I was asked for a back trace, and just now when Kmail crashed, I did get a
popup offering me a backtrace. It said it was not of any help, but I'll paste
it here in case it tells you anything.

Application: KMail (kmail), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f2e13a67980 (LWP 1860))]

Thread 28 (Thread 0x7f2cdd724700 (LWP 6987)):
#0  0x7f2e060578ad in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f2dfa65dc45 in ?? () from /usr/lib64/libQt5WebEngineCore.so.5
#2  0x7f2dfa65e127 in ?? () from /usr/lib64/libQt5WebEngineCore.so.5
#3  0x7f2dfa65eec1 in ?? () from /usr/lib64/libQt5WebEngineCore.so.5
#4  0x7f2dfa65b55b in ?? () from /usr/lib64/libQt5WebEngineCore.so.5
#5  0x7f2e06051569 in start_thread () from /lib64/libpthread.so.0
#6  0x7f2e10ae39ef in clone () from /lib64/libc.so.6

Thread 27 (Thread 0x7f2cea32e700 (LWP 6980)):
#0  0x7f2df3f154b0 in pa_mainloop_dispatch () from /usr/lib64/libpulse.so.0
#1  0x7f2df3f158be in pa_mainloop_iterate () from /usr/lib64/libpulse.so.0
#2  0x7f2df3f15940 in pa_mainloop_run () from /usr/lib64/libpulse.so.0
#3  0x7f2df3f237a9 in ?? () from /usr/lib64/libpulse.so.0
#4  0x7f2dec255428 in ?? () from
/usr/lib64/pulseaudio/libpulsecommon-11.1.so
#5  0x7f2e06051569 in start_thread () from /lib64/libpthread.so.0
#6  0x7f2e10ae39ef in clone () from /lib64/libc.so.6

Thread 26 (Thread 0x7f2d767cc700 (LWP 6956)):
#0  0x7f2e060578ad in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f2dfa65dc45 in ?? () from /usr/lib64/libQt5WebEngineCore.so.5
#2  0x7f2dfa65e127 in ?? () from /usr/lib64/libQt5WebEngineCore.so.5
#3  0x7f2dfa65eec1 in ?? () from /usr/lib64/libQt5WebEngineCore.so.5
#4  0x7f2dfa65b55b in ?? () from /usr/lib64/libQt5WebEngineCore.so.5
#5  0x7f2e06051569 in start_thread () from /lib64/libpthread.so.0
#6  0x7f2e10ae39ef in clone () from /lib64/libc.so.6

Thread 25 (Thread 0x7f2daa7fc700 (LWP 6953)):
#0  0x7f2e060578ad in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f2df62c9574 in ?? () from /usr/lib64/libQt5Script.so.5
#2  0x7f2df62c95b9 in ?? () from /usr/lib64/libQt5Script.so.5
#3  0x7f2e06051569 in start_thread () from /lib64/libpthread.so.0
#4  0x7f2e10ae39ef in clone () from /lib64/libc.so.6

Thread 24 (Thread 0x7f2daaffd700 (LWP 6950)):
#0  0x7f2e10ad4c98 in read () from /lib64/libc.so.6
#1  0x7f2e041dcc80 in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x7f2e04197cb8 in g_main_context_check () from
/usr/lib64/libglib-2.0.so.0
#3  0x7f2e04198150 in ?? () from /usr/lib64/libglib-2.0.so.0
#4  0x7f2e041982bc in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#5  0x7f2e1141e96b in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib64/libQt5Core.so.5
#6  0x7f2e113c390a in
QEventLoop::exec(QFlags) () from
/usr/lib64/libQt5Core.so.5
#7  0x7f2e111e1daa in QThread::exec() () from /usr/lib64/libQt5Core.so.5
#8  0x7f2e111e6ced in ?? () from /usr/lib64/libQt5Core.so.5
#9  0x7f2e06051569 in start_thread () from /lib64/libpthread.so.0
#10 0x7f2e10ae39ef in clone () from /lib64/libc.so.6

Thread 23 (Thread 0x7f2d7affd700 (LWP 2150)):
#0  0x7f2e10af0b5c in __lll_lock_wait_private () from /lib64/libc.so.6
#1  0x7f2e10af28b4 in __fprintf_chk () from /lib64/libc.so.6
#2  0x7f2df1d80ffd in event_logv_ () from /usr/lib64/libevent-2.1.so.6
#3  0x7f2df1d81194 in event_warn () from /usr/lib64/libevent-2.1.so.6
#4  0x7f2df1d82abc in ?? () from /usr/lib64/libevent-2.1.so.6
#5  0x7f2df1d78764 in event_base_loop () from /usr/lib64/libevent-2.1.so.6
#6  0x7f2dfa62eb2d in ?? () from /usr/lib64/libQt5WebEngineCore.so.5
#7  0x7f2dfa62adc8 in ?? () from /usr/lib64/libQt5WebEngineCore.so.5
#8  0x7f2dfa64785b in ?? () from /usr/lib64/libQt5WebEngineCore.so.5
#9  0x7f2dfa65f486 in ?? () from /usr/lib64/libQt5WebEngineCore.so.5
#10 0x7f2dfa65b55b in ?? () from /usr/lib64/libQt5WebEngineCore.so.5
#11 0x7f2e06051569 in start_thread () from /lib64/libpthread.so.0
#12 0x7f2e10ae39ef in clone () from /lib64/libc.so.6

Thread 22 (Thread 0x7f2d7b7fe700 (LWP 2149)):
#0  0x7f2e060578ad in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f2dfa653699 in ?? () from /usr/lib64/libQt5WebEngineCore.so.5
#2  0x7f2dfa6536c7 in ?? () from /usr/lib64/libQt5WebEngineCore.so.5
#3  0x7f2dfa62e4fb in ?? () from /usr/lib64/libQt5WebEngineCore.so.5
#4  0x7f2dfa62adc8 in ?? () from /usr/lib64/libQt5WebEngineCore.so.5
#5  0x7f2dfa64785b in ?? () from /usr/lib64/libQt5WebEngineCore.so.5
#6  0x7f2dfa65f486 in ?? () from /usr/lib64/libQt5WebEngineCore.so.5
#7  0x7f2dfa65b55b in ?? () from /usr/lib64/libQt5WebEngineCore.so.5
#8  0x7f2e06051569 

[kwin] [Bug 416346] Impossible to resize GTK apps with CSDs on Wayland

2020-01-16 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=416346

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[digikam] [Bug 416289] 7.0.0-beta2 crash when closing Geolocation Editor

2020-01-16 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=416289

Maik Qualmann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||7.0.0
 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/kde/
   ||digikam/commit/21ac95e61167
   ||bcf705b46ba6f926e184f69608a
   ||e

--- Comment #8 from Maik Qualmann  ---
Git commit 21ac95e61167bcf705b46ba6f926e184f69608ae by Maik Qualmann.
Committed on 16/01/2020 at 22:05.
Pushed by mqualmann into branch 'master'.

fix delete order from the bookmark nodes
FIXED-IN: 7.0.0

M  +2-2NEWS
M  +4-3core/utilities/geolocation/geoiface/bookmark/bookmarknode.cpp

https://invent.kde.org/kde/digikam/commit/21ac95e61167bcf705b46ba6f926e184f69608ae

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

[plasmashell] [Bug 416310] Applet should render icon with PlasmaCore.IconItem

2020-01-16 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=416310

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[plasmashell] [Bug 407619] Impossible to change the wallpaper immediately after changing the layout setting

2020-01-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=407619

Patrick Silva  changed:

   What|Removed |Added

Version|5.16.4  |5.17.90

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

[frameworks-kio] [Bug 407509] "File already exists" dialog does not show up when you try to rename a file using the name of a file already present on desktop

2020-01-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=407509

Patrick Silva  changed:

   What|Removed |Added

Version|5.60.0  |5.66.0

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

[systemsettings] [Bug 407686] sddm_kcm shows an empty error message when you cancel the password dialog to allow the installation of a theme via GHNS window and the theme is installed anyway

2020-01-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=407686

Patrick Silva  changed:

   What|Removed |Added

   Platform|Neon Packages   |Archlinux Packages
Version|unspecified |5.17.90

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

[plasmashell] [Bug 416294] Setting a numeric OSD label outside range 0-100 breaks OSD progressbar

2020-01-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416294

--- Comment #4 from i.hin.hu...@gmail.com ---
Created attachment 125186
  --> https://bugs.kde.org/attachment.cgi?id=125186=edit
Screenshot 2 - after setting brightness to 50% via qdbus

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

[frameworks-kio] [Bug 388259] Drag and drop across dolphin instances: cursor must be moved after modifier key is pressed for modifier key to take effect

2020-01-16 Thread Aleksey Kontsevich
https://bugs.kde.org/show_bug.cgi?id=388259

--- Comment #13 from Aleksey Kontsevich  ---
Any chance this will be fixed? Annoying - years passed with this bug while it
is a standard file manager operation and strange it appears at all and exists
for years.

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

[plasmashell] [Bug 416294] Setting a numeric OSD label outside range 0-100 breaks OSD progressbar

2020-01-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416294

--- Comment #3 from i.hin.hu...@gmail.com ---
Created attachment 125185
  --> https://bugs.kde.org/attachment.cgi?id=125185=edit
screenshot 1 - bug triggering message

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

[okular] [Bug 416229] Zooming out with CTRL+mousewheel does not work correctly anymore

2020-01-16 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=416229

--- Comment #9 from Albert Astals Cid  ---
(In reply to Oliver Sander from comment #8)
> > At some point we should either remove trim margins or someone should fix 
> > all its bugs
> 
> BTW: Where is the code that determines what the margin is?

Utils::imageBoundingBox

But I don't think there's any bug there, that code is relatively simple.

The code for this bug is probably somewhere else that gets confused when
calculating the zoom.

There's also lots of other bugs related to handling of size of pages since they
are no longer the size we expect them to be once you trim the margins.

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

[plasmashell] [Bug 405269] Impossible to remove a wallpaper without changing the current wallpaper

2020-01-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=405269

Patrick Silva  changed:

   What|Removed |Added

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

--- Comment #6 from Patrick Silva  ---
fixed on Plasma 5.18 beta!

Operating System: Arch Linux 
KDE Plasma Version: 5.17.90
KDE Frameworks Version: 5.66.0
Qt Version: 5.14.0

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

[okular] [Bug 416233] On AMD Ryzen 9 3900X, Okular segfaults at undo branching points.

2020-01-16 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=416233

--- Comment #6 from Albert Astals Cid  ---
Oh i just realized you're using kind of an old okular version i think we may
have already fixed this. Could you try the flatpak version of okular?

https://flathub.org/apps/details/org.kde.okular

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

[plasmashell] [Bug 416311] CompactRepresentation's MouseArea intercepts hover event, preventing icon from having a highlight effect

2020-01-16 Thread Konrad Materka
https://bugs.kde.org/show_bug.cgi?id=416311

Konrad Materka  changed:

   What|Removed |Added

 CC||mate...@gmail.com

--- Comment #3 from Konrad Materka  ---
I proposed an idea on how to glow SvgItem in Bug 416310.

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

[kwin] [Bug 400987] XWayland application focus extremely inconsistent

2020-01-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=400987

--- Comment #45 from Patrick Silva  ---
just happened with Discord on Arch Linux running plasma 5.18 beta. 

Operating System: Arch Linux 
KDE Plasma Version: 5.17.90
KDE Frameworks Version: 5.66.0
Qt Version: 5.14.0

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

[systemsettings] [Bug 377653] Default window size too small

2020-01-16 Thread Michael D
https://bugs.kde.org/show_bug.cgi?id=377653

--- Comment #4 from Michael D  ---
Was a papercut, so no big deal.

After having had a quick look at the phabricator discussion, I am surprised
there is no way to set default window size based on screen resolution. I anyway
think setting a low non-relative minimum is fine, but was still surprised.

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

[kwin] [Bug 415256] Random Segmentation fault while Firefox open

2020-01-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=415256

--- Comment #2 from pyro4h...@gmail.com ---
another one, different error message

[ 7373.624905] traps: kwin_wayland[739] general protection ip:7fd4db3c2183
sp:7ffd65b82c80 error:0 in libQt5Core.so.5.14.0[7fd4db343000+2f8000]

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

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

2020-01-16 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=410001

--- Comment #10 from Jack  ---
Created attachment 125184
  --> https://bugs.kde.org/attachment.cgi?id=125184=edit
Elisa Local Files Indexer error message

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

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

2020-01-16 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=410001

--- Comment #9 from Jack  ---
Created attachment 125183
  --> https://bugs.kde.org/attachment.cgi?id=125183=edit
Elisa log when opening a file from a password protected share

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

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

2020-01-16 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=410001

--- Comment #8 from Jack  ---
Created attachment 125182
  --> https://bugs.kde.org/attachment.cgi?id=125182=edit
Elisa log when opening a file from a non protected share

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

[frameworks-kwidgetsaddons] [Bug 389075] Hard to read text in red when I use breeze dark theme

2020-01-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=389075

Patrick Silva  changed:

   What|Removed |Added

Version|5.59.0  |5.66.0

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

  1   2   3   4   >