[valgrind] [Bug 369509] ARMv8.1-a LSE instructions are not supported

2019-11-17 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=369509

--- Comment #6 from Julian Seward  ---
> > My only big concern here is the lack of hwcaps support in Vex/Valgrind.
> > That could be done in a followup bug, but it needs to happen fairly
> > soon.
>
> Sorry, I'm not clear about this. Do you mean we need to add new IR
> primitives to Valgrind to support new hardware capabilities or to be
> able to detect the current hardware capabilities in order to determine
> if the subject binary can be executed? If it's the latter I've posted
> a patch for detecting AArch64 hardware capabilities to
> https://bugs.kde.org/show_bug.cgi?id=413547

The 413547 patch does the hw capabilities detection needed to decide which
regtests to run, and it looks like you've successfully added the relevant bits
for AArch64.  But it doesn't do those tests for Valgrind itself, hence V has
no way to know whether the host has (eg) 8.1 support and so whether
guest_arm64_toIR.c should decode 8.1 instructions.  So far you've gotten away
with "down translating" 8.1 on the guest side to 8.0 on the host side.  But
that's not a long-term solution.

What needs to happen is:

* add VEX_HWCAPS_ARM64_whatever constants (see existing definitions)

* add code in VG_(machine_get_hwcaps) to query the host's capabilities.

The relevant capabilities description is eventually passed to disInstr_ARM64,
which can use it to choose whether to decode or not decode an instruction.

For the definitions of VEX_HWCAPS_ARM64_* that you want, I suggest looking at
VEX_HWCAPS_AMD64_* as examples.  But for actually detecting capabilities in
VG_(machine_get_hwcaps), I suggest you use the signal-longjmp scheme that is
used by the existing arm32 code.

Given that your tests/arm64_features.c lists 40+ capability subsets for 8.1, I
suggest you only add VEX_HWCAPS_ARM64_* for the ones you want to implement.
Also, it might be worth considering whether it's possible to merge some of
those classes -- maybe some of the features are implemented in groups?

All of this should be done in a new patch.  This patch (v8.1-a LSE
instructions) looks ready to go.

Finally .. I'm unclear what the top level set of capabilities you're aiming to
implement, is.  Could you please open a meta-bug which simply links to all the
other bugs involved?  So as to have a single "starting point".

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

[rkward] [Bug 414234] Rkward as a Flatpack or an AppImage

2019-11-17 Thread Thomas Friedrichsmeier
https://bugs.kde.org/show_bug.cgi?id=414234

Thomas Friedrichsmeier  changed:

   What|Removed |Added

 CC||thomas.friedrichsmeier@ruhr
   ||-uni-bochum.de

--- Comment #1 from Thomas Friedrichsmeier 
 ---
Hi!

As far as I am aware, we do have the infrastructure for automated
Flatpak-builds, however we really do need somebody willing to figure out,
exactly how this is done for RKWard (personally, I have no idea). The following
appears to be a useful starting point of documentation:
https://community.kde.org/Guidelines_and_HOWTOs/Flatpak . So if you do want to
help, take a look at this, and see how far you can get. This would be much
appreciated, indeed.

As for the startup bug on Linux Mint, this can probably be fixed by installing
libkf5config-bin . It's a packaging bug in Mint (missing dependency).

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

[kmail2] [Bug 414171] Set values in KMail2-options are not written back

2019-11-17 Thread Harold Becker
https://bugs.kde.org/show_bug.cgi?id=414171

--- Comment #12 from Harold Becker  ---
Good morning.

Thank you for your answer.
What shall this answer tell me?
Is this the full path? What does M and +3 and 0 mean?

I am an end user. As I am a little bit familiar with IT, most of this sparse
answers can be interpreted by me. But the now presented sparingness is to
much.

Is bugs.kde.org only for IT specialists?


Best wishes
Harold Becker

--
Am Montag, 18. November 2019, 07:20:14 CET schrieb Laurent Montel:
> https://bugs.kde.org/show_bug.cgi?id=414171
>
> --- Comment #11 from Laurent Montel  ---
> Git commit 52ef93b5ee064f52a93b05038b078b14f39be066 by Laurent Montel.
> Committed on 18/11/2019 at 06:19.
> Pushed by mlaurent into branch 'release/19.12'.
>
> Warn if emailsidentity we can't write in this config file
>
> M  +3-0src/identitymanager.cpp
>
> https://commits.kde.org/kidentitymanagement/52ef93b5ee064f52a93b05038b078b14
> f39be066
>
> --
> You are receiving this mail because:
> You reported the bug.

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

[calligraplan] [Bug 414133] Task modules directory douplicated in Project Settings

2019-11-17 Thread Dag Andersen
https://bugs.kde.org/show_bug.cgi?id=414133

Dag Andersen  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/cal
   ||ligraplan/fd93f4a8eaff4e8dc
   ||dcbcb606439831ac985c9f6
 Resolution|--- |FIXED
   Version Fixed In||3.2.1
 Status|REPORTED|RESOLVED

--- Comment #1 from Dag Andersen  ---
Git commit fd93f4a8eaff4e8dcdcbcb606439831ac985c9f6 by Dag Andersen.
Committed on 18/11/2019 at 07:20.
Pushed by danders into branch '3.2'.

Bug 414133 - Task modules directory duplicated in Project Settings

Clear taskmodules list if loading from xml and
guard against creating duplicated taskmodules urls as modules will be loaded
multiple times.
FIXED-IN: 3.2.1

M  +15   -8src/libs/kernel/kptproject.cpp
M  +1-1src/libs/kernel/kptproject.h
M  +12   -4src/libs/ui/kptmainprojectpanel.cpp

https://commits.kde.org/calligraplan/fd93f4a8eaff4e8dcdcbcb606439831ac985c9f6

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

[systemsettings] [Bug 414254] New: Window crash when opening any system settings tab (ie fonts, monitor, etc..)

2019-11-17 Thread tbranson
https://bugs.kde.org/show_bug.cgi?id=414254

Bug ID: 414254
   Summary: Window crash when opening any system settings tab (ie
fonts, monitor, etc..)
   Product: systemsettings
   Version: 5.17.2
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: tom.branson...@gmail.com
  Target Milestone: ---

Application: systemsettings5 (5.17.2)

Qt Version: 5.13.1
Frameworks Version: 5.64.0
Operating System: Linux 5.3.9-1-default x86_64
Distribution: openSUSE Tumbleweed

-- Information about the crash:
- What I was doing when the application crashed: Attempting to review systems
settings or make some changes

-- Backtrace:
Application: System Settings (systemsettings5), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fdeb8080800 (LWP 1995))]

Thread 6 (Thread 0x7fdea2b97700 (LWP 2010)):
#0  0x7fdebc40abee in poll () from /lib64/libc.so.6
#1  0x7fdeb8b5e27e in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x7fdeb8b5e39f in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#3  0x7fdebad4f99b in QEventDispatcherGlib::processEvents
(this=0x7fde9826ae00, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#4  0x7fdebacf80db in QEventLoop::exec (this=this@entry=0x7fdea2b96d80,
flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:140
#5  0x7fdebab30021 in QThread::exec (this=this@entry=0x5563e85d80a0) at
../../include/QtCore/../../src/corelib/global/qflags.h:120
#6  0x7fdeb9ff13f5 in QQmlThreadPrivate::run (this=0x5563e85d80a0) at
/usr/src/debug/libqt5-qtdeclarative-5.13.1-1.1.x86_64/src/qml/qml/ftw/qqmlthread.cpp:152
#7  0x7fdebab311a2 in QThreadPrivate::start (arg=0x5563e85d80a0) at
thread/qthread_unix.cpp:360
#8  0x7fdeb9498f2a in start_thread () from /lib64/libpthread.so.0
#9  0x7fdebc4154af in clone () from /lib64/libc.so.6

Thread 5 (Thread 0x7fdead978700 (LWP 2000)):
#0  0x7fdeb949f6a5 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7fdeaed76325 in ?? () from /usr/lib64/dri/swrast_dri.so
#2  0x7fdeaed596a7 in ?? () from /usr/lib64/dri/swrast_dri.so
#3  0x7fdeb9498f2a in start_thread () from /lib64/libpthread.so.0
#4  0x7fdebc4154af in clone () from /lib64/libc.so.6

Thread 4 (Thread 0x7fdeae179700 (LWP 1999)):
#0  0x7fdeb949f6a5 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7fdeaed76325 in ?? () from /usr/lib64/dri/swrast_dri.so
#2  0x7fdeaed596a7 in ?? () from /usr/lib64/dri/swrast_dri.so
#3  0x7fdeb9498f2a in start_thread () from /lib64/libpthread.so.0
#4  0x7fdebc4154af in clone () from /lib64/libc.so.6

Thread 3 (Thread 0x7fdeb50f7700 (LWP 1998)):
#0  0x7fdebc40660c in read () from /lib64/libc.so.6
#1  0x7fdeb8ba510f in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x7fdeb8b5ddd7 in g_main_context_check () from
/usr/lib64/libglib-2.0.so.0
#3  0x7fdeb8b5e222 in ?? () from /usr/lib64/libglib-2.0.so.0
#4  0x7fdeb8b5e39f in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#5  0x7fdebad4f99b in QEventDispatcherGlib::processEvents
(this=0x7fdea8000b60, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#6  0x7fdebacf80db in QEventLoop::exec (this=this@entry=0x7fdeb50f6d70,
flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:140
#7  0x7fdebab30021 in QThread::exec (this=) at
../../include/QtCore/../../src/corelib/global/qflags.h:120
#8  0x7fdeb9c304f6 in ?? () from /usr/lib64/libQt5DBus.so.5
#9  0x7fdebab311a2 in QThreadPrivate::start (arg=0x7fdeb9cb2d80) at
thread/qthread_unix.cpp:360
#10 0x7fdeb9498f2a in start_thread () from /lib64/libpthread.so.0
#11 0x7fdebc4154af in clone () from /lib64/libc.so.6

Thread 2 (Thread 0x7fdeb601b700 (LWP 1997)):
#0  0x7fdebc40abdf in poll () from /lib64/libc.so.6
#1  0x7fdeb9468742 in ?? () from /usr/lib64/libxcb.so.1
#2  0x7fdeb94693fa in xcb_wait_for_event () from /usr/lib64/libxcb.so.1
#3  0x7fdeb6238f90 in QXcbEventQueue::run (this=0x5563e76d1880) at
qxcbeventqueue.cpp:228
#4  0x7fdebab311a2 in QThreadPrivate::start (arg=0x5563e76d1880) at
thread/qthread_unix.cpp:360
#5  0x7fdeb9498f2a in start_thread () from /lib64/libpthread.so.0
#6  0x7fdebc4154af in clone () from /lib64/libc.so.6

Thread 1 (Thread 0x7fdeb8080800 (LWP 1995)):
[KCrash Handler]
#6  0x5563e5a04080 in QArrayData::shared_null ()
#7  0x7fdebad2a611 in QObject::property (this=0x5563e7ba9c60,
name=name@entry=0x7fdea1d06264 "gridUnit") at kernel/qobject.cpp:3974
#8  0x7fdea1ce71e0 in ColumnViewoperator()
(__closure=) at
/usr/src/debug/kirigami2-5.64.0-1.1.x86_64/src/columnview.cpp:45
#9  

[calligraplan] [Bug 414253] New: Actual effort editable in list view

2019-11-17 Thread Dag Andersen
https://bugs.kde.org/show_bug.cgi?id=414253

Bug ID: 414253
   Summary: Actual effort editable in list view
   Product: calligraplan
   Version: 3.2.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: work
  Assignee: dand...@get2net.dk
  Reporter: dand...@get2net.dk
  Target Milestone: ---

SUMMARY
Used effort must be entered in the progress dialog.
Actual effort is calculated from this.


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

ADDITIONAL INFORMATION

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

[Breeze] [Bug 414252] SDDM breeze theme can not be loaded: StackView is not a type

2019-11-17 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=414252

Luca Beltrame  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
  Latest Commit||https://commits.kde.org/pla
   ||sma-workspace/47c76ebc83ee1
   ||f96c7a5fd9be23c6234a93143e8

--- Comment #2 from Luca Beltrame  ---
Git commit 47c76ebc83ee1f96c7a5fd9be23c6234a93143e8 by Luca Beltrame.
Committed on 18/11/2019 at 06:55.
Pushed by lbeltrame into branch 'master'.

Unbreak SDDM theme loading

In b7b25010aa58c6366c8182c886d5daae496bab42 the import line was changed
but nothing else was, causing errors in QML loading which ultimately
prevented SDDM from loading the theme.
CCMAIL: i...@guoyunhe.me

M  +1-1sddm-theme/Main.qml

https://commits.kde.org/plasma-workspace/47c76ebc83ee1f96c7a5fd9be23c6234a93143e8

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

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

2019-11-17 Thread Brennan Kinney
https://bugs.kde.org/show_bug.cgi?id=398908

Brennan Kinney  changed:

   What|Removed |Added

 CC||polarathene-signup@hotmail.
   ||com

--- Comment #44 from Brennan Kinney  ---
Hi, was sent here to share my own experiences.

Manjaro KDE, Dolphin 19.08.2. Breath theme, but Breeze is the Application
style/widget. I have noticed this problem for the past year.  Hardware is an
Intel i5-6500 CPU with 32GB RAM and an SSD disk. nvidia proprietary drivers are
in use, X11. 

My workaround is to copy the breadcrumb paths to a new Dolphin window,
recreating my tabs and closing the old Dolphin window to free the
memory(closing tabs alone does not free anything apparently). Rinse and repeat.

The worse case I've experienced was up to around 4GB, may have been more I've
not kept track. Usually I notice Dolphin become sluggish(single core/thread of
CPU is pegged at 100%) from interactions such as scrolling through the main
content pane(jittery/jumpy or low framerate paints, window only, the window
itself can be moved smoothly with kwin wobbly window effect no issue). Changing
tabs, closing tabs, right click context menu on the breadcrumb location for
copying, all of these I recall inducing the 100% CPU core load for several
seconds(length of delay depends on memory consumption, can be closer to 10
seconds).

I believe with the recent 19.08 applications update, dockers overlayfs mounts
began appearing again for some reason. I only mention this because someone else
here asked about Docker, their visibility is probably a regression that should
be raised in another bug report and unrelated to this issue. I've experienced
it without running the Docker daemon.

Probably the time I noticed it the most active was when I had about 5 tabs in
one window open, rarely interacting with them, but doing heavy editing of some
files(fontconfig specifically). At one point, I may have been actively deleting
files(cache) that I believe one tab covered. The deletion iirc was via CLI, but
Dolphin would visibly update to represent files being added/removed if I had
that tab open. I recall this iterative approach generating 20-40-ish files each
time I modified/saved my font config files, I'd clear the generated cache, and
open up a web browser(firefox) which would rebuild the cache, or if the cache
existed add about 9 items(1 per process I think). Must have gone through
thousands of those cache files.

Someone brought up Gwenview. In the past I would "disable" a display(dual
monitor setup), without physically powering it off, but as it's DVI connection,
it couldn't be done via software command either, so I fullscreened an solid
black image with Gwenview. Usually because it was at night and I wanted to
watch something on Netflix without the other display being distracting. I can't
recall how long it'd take, few hours to a day perhaps, but Gwenview
responsiveness at leaving the fullscreen state would be very slow(10 second or
so). So the other commenter may be onto something related there as both Dolphin
and Gwenview are likely to share some KDE Frameworks lib? 

While the active development and file tree updates example above with
fontconfig might sound like it's related only to that sort of activity. I've
left a Dolphin window open/idle and gone to sleep, 8 hours later 1GB more of
memory was allocated to it. I've also witnessed via ksysguard Dolphin memory
climbing over the course of an hour, but I don't recall it being constant or a
fixed amount(not that I properly measured this). All I know is it can grow with
no interaction, but file updates/refreshes may be worth looking into?

As for my typical usage, I usually only use one virtual desktop, but sometimes
I do use multiple, I've not done any observations if that makes any difference.
I tend to have one or two windows open, especially if I use multiple virtual
desktops, tabs average 3-5, rarely more than that per window. Tabs are usually
project directories(developer), or downloads directory(I don't download that
much, but I haven't been housekeeping(currently it states 14 folders, 97 files,
71MB). Baloo is enabled(I've also noticed high CPU activity recently when using
the default search feature, no new results for some time but the CPU usage
remained at 100% for a full core until I closed the search, KFind tends to work
better for me and doesn't exhibit issues like that).

I also use sftp in Dolphin for accessing a remote server, Kate may be open with
some files from that which were opened via Dolphin(usually drag/drop from
Dolphin to Kate). Current Dolphin window is at 1.2GB and has been fairly steady
on that with 3 tabs. The most active tab in that window would be the sftp one.
Been open for a day or so, on virtual desktop 3 atm, and most of my activity
has been with Chrome and Kate(editing 

[digikam] [Bug 414247] digikam: error while loading shared libraries: libcudart.so.8.0

2019-11-17 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=414247

Maik Qualmann  changed:

   What|Removed |Added

Version|7.0.0   |unspecified
 CC||metzping...@gmail.com

--- Comment #3 from Maik Qualmann  ---
By the way, they are trying to use a very old version of digiKam. Ihre Version
ist digiKam-5.6.0, nicht 7.0.0. Try the latest AppImage or a distribution that
provides recent digiKam packages.

Maik

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

[Breeze] [Bug 414252] SDDM breeze theme can not be loaded: StackView is not a type

2019-11-17 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=414252

--- Comment #1 from Luca Beltrame  ---
It looks to me that an import was changed from implicit "import QtQuickControls
2.0" as explicit "import QtQuickControls 2.0 as QQC2" without changing
everything else in b7b25010aa58c6366c8182c886d5daae496bab42.

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

[kscreenlocker] [Bug 414251] New: false keyboard keyboard layout during first log in

2019-11-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414251

Bug ID: 414251
   Summary: false keyboard keyboard layout during first log in
   Product: kscreenlocker
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: greeter
  Assignee: plasma-b...@kde.org
  Reporter: severin.k...@gmail.com
CC: bhus...@gmail.com
  Target Milestone: ---

Every time the computer is restarted, the keyboard layout seems to be set to
the english keyboard layout, even though I am using another keyboard layout
(DE-CH). Therefore I have to enter the password according to the english
keyboard layout. Once logged in, the keyboard layout is set correctly.

Linux/KDE Plasma: Kubuntu 19.04
KDE Plasma Version: 5.15.4
KDE Frameworks Version: 5.56.0
Qt Version: 5.12.2

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

[Breeze] [Bug 414252] New: SDDM breeze theme can not be loaded: StackView is not a type

2019-11-17 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=414252

Bug ID: 414252
   Summary: SDDM breeze theme can not be loaded: StackView is not
a type
   Product: Breeze
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: lbeltr...@kde.org
  Target Milestone: ---

SUMMARY

Something seems to have changed in the components used by the SDDM theme in
current Plasma master. 

When starting the greeter, and also in test mode, I get:

[07:36:07.270] (WW) GREETER:
file:///usr/share/sddm/themes/breeze/Main.qml:151:9: StackView is not a type 
 StackView { 
 ^
[07:36:07.270] (WW) GREETER:
file:///usr/share/sddm/themes/breeze/Main.qml:151:9: StackView is not a type 
 StackView { 

It doesn't look like it is a recent change (a search through the git log shows
nothing useful), however, so I'm unsure of the cause. 

STEPS TO REPRODUCE
1. Load the SDDM theme with testing mode: sddm-greeter --test-mode /sddm-theme

OBSERVED RESULT

SDDM falls back to the embedded theme with the error shown above.

EXPECTED RESULT

Breeze theme for SDDM should load.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: latest master
KDE Plasma Version: latest master
KDE Frameworks Version: latest master
Qt Version: 5.13.1

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

[plasmashell] [Bug 414220] Plasmashell 5.17.3 aborted when its Wayland connection experienced a fatal error

2019-11-17 Thread Matt Fagnani
https://bugs.kde.org/show_bug.cgi?id=414220

Matt Fagnani  changed:

   What|Removed |Added

 CC||matthew.fagn...@utoronto.ca

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

[plasmashell] [Bug 414220] Plasmashell 5.17.3 aborted when its Wayland connection experienced a fatal error

2019-11-17 Thread Matt Fagnani
https://bugs.kde.org/show_bug.cgi?id=414220

--- Comment #1 from Matt Fagnani  ---
Created attachment 123979
  --> https://bugs.kde.org/attachment.cgi?id=123979=edit
New crash information added by DrKonqi

plasmashell (5.17.3) using Qt 5.12.5

- What I was doing when the application crashed:
I was using Plasma 5.17.3 on Wayland in Fedora 31 with KF5 5.64.0. I
right-clicked quickly three times in the bottom-right corner of the screen
where the Configure Panel popup was. Right-clicking repeatedly might be what is
needed to reproduce this problem. plasmashell aborted with the same error "The
Wayland connection experienced a fatal error: %s" I reported here before. 

- Unusual behavior I noticed:
The task manager disappeared and reappeared. The background went black.

I guess this problem might be in Qt particularly qtwayland based on the trace.

-- Backtrace (Reduced):
#6  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
#7  0x7efde02138d9 in __GI_abort () at abort.c:79
#8  0x7efde0645b1b in qt_message_fatal (context=..., message=...) at global/qlogging.cpp:1907
#9  QMessageLogger::fatal(char const*, ...) const
(this=this@entry=0x7ffd53f24270, msg=msg@entry=0x7efdcf78da40 "The Wayland
connection experienced a fatal error: %s") at global/qlogging.cpp:888
#10 0x7efdcf7179f4 in QtWaylandClient::QWaylandDisplay::checkError() const
(this=) at /usr/include/qt5/QtCore/qlogging.h:91

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

[kmail2] [Bug 414171] Set values in KMail2-options are not written back

2019-11-17 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=414171

--- Comment #11 from Laurent Montel  ---
Git commit 52ef93b5ee064f52a93b05038b078b14f39be066 by Laurent Montel.
Committed on 18/11/2019 at 06:19.
Pushed by mlaurent into branch 'release/19.12'.

Warn if emailsidentity we can't write in this config file

M  +3-0src/identitymanager.cpp

https://commits.kde.org/kidentitymanagement/52ef93b5ee064f52a93b05038b078b14f39be066

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

[korganizer] [Bug 410167] Cannot change or enter time for calendar entry

2019-11-17 Thread B Rhodes
https://bugs.kde.org/show_bug.cgi?id=410167

B Rhodes  changed:

   What|Removed |Added

 CC||i...@bordenrhodes.com

--- Comment #6 from B Rhodes  ---
Happening to me too. Debian Buster. What can I do to help?

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

[ark] [Bug 414149] Ark crash on close while loading archive

2019-11-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414149

aska...@hotmail.fr changed:

   What|Removed |Added

 CC||aska...@hotmail.fr

--- Comment #1 from aska...@hotmail.fr ---
Created attachment 123978
  --> https://bugs.kde.org/attachment.cgi?id=123978=edit
Ark backtrace

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

[ark] [Bug 414149] Ark crash on close while loading archive

2019-11-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414149

--- Comment #2 from aska...@hotmail.fr ---
Ark also crashes if you quit while decompressing an archive (I'm assuming it's
the same bug). This is a pretty dangerous bug because 1) it's not obvious that
there is a decompression in progress, the only indicator is a tiny progress bar
2) the destination folder is still created and filled with whatever was
extracted before the crash.

Therefore it's pretty easy to decompress to a location, quit Ark without
noticing it's not done decompressing, and not realize the destination folder is
missing files. I've had this exact scenario happen more than once.

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

[Akonadi] [Bug 404990] Sign in with Google temporarily disabled for this app

2019-11-17 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=404990

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com

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

[dolphin] [Bug 412618] Crash when copying directory with the same name

2019-11-17 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=412618

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

[dolphin] [Bug 413777] Crash on moving file title

2019-11-17 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=413777

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

[lokalize] [Bug 342633] [kde4] sorting of grid view "Translation Units" is wrong on start

2019-11-17 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=342633

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED

--- Comment #5 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

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

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

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

[kdenlive] [Bug 413092] adding generators

2019-11-17 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=413092

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

[kde] [Bug 196294] On KDE start mouse pointer is visible on laptop screen but not on 2nd external monitor

2019-11-17 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=196294

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #15 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 413733] GLOBAL MENU CROOSPLATFORM HELP DEMAND

2019-11-17 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=413733

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

[kdenlive] [Bug 413097] don't work hotkey

2019-11-17 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=413097

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

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

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

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

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

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

[plasma-nm] [Bug 414250] New: Wifi doesn't start (stops working) after extended period of sleep

2019-11-17 Thread Ivar Erikson
https://bugs.kde.org/show_bug.cgi?id=414250

Bug ID: 414250
   Summary: Wifi doesn't start (stops working) after extended
period of sleep
   Product: plasma-nm
   Version: 5.17.3
  Platform: Kubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: jgrul...@redhat.com
  Reporter: kiwim...@runbox.com
  Target Milestone: ---

SUMMARY

When I resume my laptop from being asleep (or whatever you call it, when it
"shuts down" from being idle too long, or when you close the lid), the network
manager doesn't seem to restart, or have died at some point.

I can't see or connect to any wifi networks.

I've tried to log out the current user, and log back in, but this doesn't help.



STEPS TO REPRODUCE
1. Connect to a wifi network
2. Put laptop to sleep for extended time
3. Open laptop.

OBSERVED RESULT
- Does not connect to wifi.
- Does not seem to enable wifi radio.
- Does not find/display any wifi connections (except those already stored in
the list of "known" networks).

EXPECTED RESULT
- Wifi should restart/activate when laptop resumes function.


SOFTWARE/OS VERSIONS

Operating System: Kubuntu 19.10
KDE Plasma Version: 5.17.3
KDE Frameworks Version: 5.64.0
Qt Version: 5.12.4
Kernel Version: 5.3.0-23-generic
OS Type: 64-bit
Processors: 8 × Intel® Core™ i7-4870HQ CPU @ 2.50GHz
Memory: 15,5 GiB of RAM

ADDITIONAL INFORMATION

MacBook Pro (Retina, 15-inch, Mid 2015)
Model Identifier: MacBookPro11,4

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

[digikam] [Bug 414247] digikam: error while loading shared libraries: libcudart.so.8.0

2019-11-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414247

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

   What|Removed |Added

   Version Fixed In||7.0.0
 Status|REPORTED|RESOLVED
Version|unspecified |7.0.0
 Resolution|--- |NOT A BUG

--- Comment #2 from caulier.gil...@gmail.com ---
yes CUDA is an optional dependency to OpenCV used with Faces
detection/recognition.

But has i said, it's optional, and digiKam do not use Cuda directly (as
OpenCL).

To solve your issue, you don't have real solutionthan to recompile OpenCV and
digiKam. Here there is a script that i use on my computer to reduce all
interdependencies in OpenCV. It also used in Linux AppImage to compile digiKam
bundle. 

https://invent.kde.org/kde/digikam/blob/master/project/scripts/bootstrap.opencv-minimal-linux.sh

Note : you can use AppImage bundle as well to solve your issue.

In all cases, yur problem is not directly a digiKam bug.

Gilles Caulier

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

[digikam] [Bug 414247] digikam: error while loading shared libraries: libcudart.so.8.0

2019-11-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414247

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

   What|Removed |Added

  Component|general |Faces-Engine
 CC||caulier.gil...@gmail.com

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

[plasma-browser-integration] [Bug 411742] Audio doesn't play when Enhanced Media Controls is enabled on specific websites

2019-11-17 Thread Tasos Sahanidis
https://bugs.kde.org/show_bug.cgi?id=411742

--- Comment #16 from Tasos Sahanidis  ---
(In reply to Kai Uwe Broulik from comment #15)
> Git commit c1d7ea7346074e1912d56b9aed8d5ec47957e3a2 by Kai Uwe Broulik.
> Committed on 14/11/2019 at 18:33.
> Pushed by broulik into branch 'master'.
> 
> Fixup new Audio() constructor and apply autoplay prevention evasion to
> document.createElement
> 
> The arguments apparently weren't properly forwarded to the constructor,
> breaking e.g. new Audio("foo") calls. This uses the much nicer spread syntax
> introduced in ES6.
> Also, document.createElement("audio") is affected in the same way as new
> Audio()
> The evasion is now only done when the player actually starts playing,
> not immediately when it is created, since we only care about playing players.
> 
> Differential Revision: https://phabricator.kde.org/D24870
> 
> M  +40   -39   extension/content-script.js
> 
> https://commits.kde.org/plasma-browser-integration/
> c1d7ea7346074e1912d56b9aed8d5ec47957e3a2

The patch seems to cause a regression with the Wikipedia audio player.

Clicking play does make it start playing, however it acts as if it hasn't
started playing yet, thus showing the play icon instead of the pause icon while
playing. It's impossible to pause the playback, seek, mute, and in general no
controls work.

Clicking play more than once makes it play the same sound multiple times
simultaneously.

Example URL: https://en.wikipedia.org/wiki/File:Thunder.ogg

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

[filelight] [Bug 414249] New: Icons & charts look bad with display scaling

2019-11-17 Thread tguen
https://bugs.kde.org/show_bug.cgi?id=414249

Bug ID: 414249
   Summary: Icons & charts look bad with display scaling
   Product: filelight
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: martin.sandsm...@kde.org
  Reporter: tg...@tutanota.com
  Target Milestone: ---

Created attachment 123977
  --> https://bugs.kde.org/attachment.cgi?id=123977=edit
1.1875x scaling

19.08.2 (does not appear in version list above)


I have display scaling set to 1.1875, and the icons and charts are very blurry.

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

[systemsettings] [Bug 379498] Expose a user-facing setting to change QStyle::SH_ScrollBar_LeftClickAbsolutePosition

2019-11-17 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=379498

--- Comment #15 from Nate Graham  ---
Here's a patch that implements this feature for Qt/KDE apps at least:
https://phabricator.kde.org/D25361

Other patches will be required to get scrollbars in Plasma (Bug 384889) and
QML-based desktop apps (Bug 412685) to follow suit.

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

[konqueror] [Bug 379346] webengine part can not activate fullscreen video on youtube

2019-11-17 Thread avlas
https://bugs.kde.org/show_bug.cgi?id=379346

--- Comment #1 from avlas  ---
This works with Falkon and as far as I know it uses same webengine renderer, so
there may be some tweak or something that Konqueror is missing.

It would be great if that tweak is ported from Falkon to Konqueror.

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

[kmines] [Bug 414248] New: Kmines sometimes doesn't record new highscore

2019-11-17 Thread Matthias
https://bugs.kde.org/show_bug.cgi?id=414248

Bug ID: 414248
   Summary: Kmines sometimes doesn't record new highscore
   Product: kmines
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dim...@gmail.com
  Reporter: matthias_ber...@gmx.de
CC: kde-games-b...@kde.org
  Target Milestone: ---

Hey,

I've noticed that kmines often doesn't allow me to save a new highscore even
though I've managed to complete the game in a shorter time than some of the
recorded highscores. Unfortunately I haven't been able to figure out under what
circumstances this happens and have no idea how to reproduce it.

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

[digikam] [Bug 414247] digikam: error while loading shared libraries: libcudart.so.8.0

2019-11-17 Thread matt
https://bugs.kde.org/show_bug.cgi?id=414247

matt  changed:

   What|Removed |Added

Version|7.0.0   |unspecified

--- Comment #1 from matt  ---
hippo@hippo-camp:~$ apt list --installed |grep digikam
digikam/bionic,now 4:5.6.0-0ubuntu10 amd64 [installed]
digikam-data/bionic,bionic,now 4:5.6.0-0ubuntu10 all [installed,automatic]
digikam-private-libs/bionic,now 4:5.6.0-0ubuntu10 amd64 [installed,automatic]

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

[digikam] [Bug 414247] New: digikam: error while loading shared libraries: libcudart.so.8.0

2019-11-17 Thread matt
https://bugs.kde.org/show_bug.cgi?id=414247

Bug ID: 414247
   Summary: digikam: error while loading shared libraries:
libcudart.so.8.0
   Product: digikam
   Version: 7.0.0
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: digikam-bugs-n...@kde.org
  Reporter: val...@free.fr
  Target Milestone: ---

SUMMARY
When I launch digikam I get an error about a cuda missing library (this is
happening since I removed cuda more or less cleanly to solve something else):

hippo@hippo-camp:~$ digikam
digikam: error while loading shared libraries: libcudart.so.8.0: cannot
open shared object file: No such file or directory
hippo@hippo-camp:~$ which digikam
/usr/bin/digikam
hippo@hippo-camp:~$ lddtree /usr/bin/digikam
digikam => /usr/bin/digikam (interpreter => /lib64/ld-linux-x86-64.so.2)
- libdigikamgui.so.5.6.0 => /usr/lib/digikam/libdigikamgui.so.5.6.0
-- libopencv_core.so.3.2 => /usr/local/lib/libopencv_core.so.3.2
--- libcudart.so.8.0 => not found

as you can see libcudart is a dependency of opencv. I think it is linked to the
face recognition feature (? not sure) which I don't really need.

How can I fix this? is there a way to install just the lib?

I have tried to reinstall cuda from scratch but it only gives me version 9 or
10. And I cannot reinstall version 8 from NVIDIA site because I am now in
18.04.3 LTS and it is only supported on version 16.04.

I have tried --purge and reinstall digikam but it does not fix the problem.
This should work no?

sudo apt-get install libopencv-dev python3-opencv --reinstall

did not solve it neither.

EDIT: the library is not anymore on this machine and I don't have a cuda-8
directory anywhere anymore so the error is not the library path.

How can I fix this situation?


STEPS TO REPRODUCE
1. launch digikam in console or gui
2. app does not start and throws error message above
3. 

OBSERVED RESULT
cant start app and reinstall does not solve dependency problem

EXPECTED RESULT
reinstall should fix the problem

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: UBUNTU 18.04 LTS

ADDITIONAL INFORMATION

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

[kmymoney] [Bug 414246] New: Net Worth Report includes share value twice

2019-11-17 Thread Christoph Roick
https://bugs.kde.org/show_bug.cgi?id=414246

Bug ID: 414246
   Summary: Net Worth Report includes share value twice
   Product: kmymoney
   Version: git (master)
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: reports
  Assignee: kmymoney-de...@kde.org
  Reporter: chris...@gmx.de
  Target Milestone: ---

The fix for BUG 398982 where the opening balance in the forecast was corrected,
results in a regression in the reports.
In the reports the calculated account value already includes the share value
and therefore the fix multiplies the share value a second time.

I can obtain the desired behavior by applying this patch:

diff --git a/kmymoney/plugins/views/reports/core/pivottable.cpp
b/kmymoney/plugins/views/reports/core/pivottable.cpp
index c0d8517ed..c0f73a10f 100644
--- a/kmymoney/plugins/views/reports/core/pivottable.cpp
+++ b/kmymoney/plugins/views/reports/core/pivottable.cpp
@@ -697,7 +697,7 @@ void PivotTable::calculateOpeningBalances()
 }
   }

-  if (account.isInvest()) {
+  if (account.isInvest() and m_config.isIncludingForecast()) {
 // calculate value of shares
 value *= account.deepCurrencyPrice(from.addDays(-1));
   }


but I do not consider it a real fix, since to me it doesn't seem to be a
reliable distinction of cases nor did I try to understand how the account value
is obtained in the first place.

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

[ktimetracker] [Bug 294611] empty/useless tray item

2019-11-17 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=294611

Alexander Potashev  changed:

   What|Removed |Added

 Resolution|UNMAINTAINED|---
 Status|RESOLVED|REOPENED
 CC||aspotas...@gmail.com
 Ever confirmed|0   |1

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

[ktimetracker] [Bug 293853] ktimetracker crashes under Windows when clicking on "new Task -> edit times"

2019-11-17 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=293853

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com

--- Comment #4 from Alexander Potashev  ---
KTimeTracker is now ported to Qt5/KF5, however the Kontact plugin is dropped
since the KDE PIM team and I agreed that KTimeTracker is not very relevant to
KDE PIM/Kontact.

Thus, this bug is still RESOLVED as UNMAINTAINED.

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

[ktimetracker] [Bug 287140] editing a new time-planing item crashes Kontact

2019-11-17 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=287140

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com

--- Comment #22 from Alexander Potashev  ---
KTimeTracker is now ported to Qt5/KF5, however the Kontact plugin is dropped
since the KDE PIM team and I agreed that KTimeTracker is not very relevant to
KDE PIM/Kontact.

Thus, this bug is still RESOLVED as UNMAINTAINED.

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

[ktimetracker] [Bug 286494] KTimeTracker displays wrong times after update from KDE 4.6.5 to 4.7.2

2019-11-17 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=286494

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com
 Status|RESOLVED|REOPENED
 Resolution|UNMAINTAINED|---

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

[ktimetracker] [Bug 285434] Ktimetracker reached advanced level of decomposition

2019-11-17 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=285434

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com

--- Comment #3 from Alexander Potashev  ---
KTimeTracker is now ported to Qt5/KF5, however the Kontact plugin is dropped
since the KDE PIM team and I agreed that KTimeTracker is not very relevant to
KDE PIM/Kontact.

Thus, this bug is still RESOLVED as UNMAINTAINED.

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

[ktimetracker] [Bug 284936] Several entries in history when I track time in my session

2019-11-17 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=284936

Alexander Potashev  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||aspotas...@gmail.com
 Status|RESOLVED|REOPENED
 Resolution|UNMAINTAINED|---

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

[ktimetracker] [Bug 283754] segmentation fault -- first time setting up application

2019-11-17 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=283754

Alexander Potashev  changed:

   What|Removed |Added

 Resolution|UNMAINTAINED|WORKSFORME
 CC||aspotas...@gmail.com

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

[ktimetracker] [Bug 283025] task starts running when subtracting time

2019-11-17 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=283025

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com
 Status|RESOLVED|REOPENED
 Resolution|UNMAINTAINED|---

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

[ktimetracker] [Bug 275929] make automatic application tracking configurable

2019-11-17 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=275929

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com
 Status|RESOLVED|REOPENED
 Resolution|UNMAINTAINED|---

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

[ktimetracker] [Bug 275927] display task as running when task is folded and subtask is running

2019-11-17 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=275927

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com
 Status|RESOLVED|REOPENED
 Resolution|UNMAINTAINED|---

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

[rkward] [Bug 414234] Rkward as a Flatpack or an AppImage

2019-11-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414234

tem...@m-ses.fr changed:

   What|Removed |Added

  Alias||Laurent

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

[ktimetracker] [Bug 269752] Auto track activities in KTimeTracker

2019-11-17 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=269752

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com
 Status|RESOLVED|REOPENED
 Resolution|UNMAINTAINED|---

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

[ktimetracker] [Bug 255183] Kontact gives "Error storing new task." error while adding New Task to timetracker

2019-11-17 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=255183

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com

--- Comment #15 from Alexander Potashev  ---
The KTimeTracker plugin for Kontact is unmaintained and has never been ported
to Qt5/KDE Frameworks 5.

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

[ktimetracker] [Bug 243340] Allow to mark tasks as charged and show total of uncharged time

2019-11-17 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=243340

Alexander Potashev  changed:

   What|Removed |Added

 Resolution|UNMAINTAINED|---
 Status|RESOLVED|REOPENED
 CC||aspotas...@gmail.com

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

[ktimetracker] [Bug 237367] Task that was active when closing the app is active again when starting it

2019-11-17 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=237367

Alexander Potashev  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|UNMAINTAINED|---
 CC||aspotas...@gmail.com

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

[ktimetracker] [Bug 237365] Usability: Not focused after opening from systray

2019-11-17 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=237365

Alexander Potashev  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|UNMAINTAINED|---
 Ever confirmed|0   |1
 CC||aspotas...@gmail.com

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

[ktimetracker] [Bug 235629] editing task times reverts other task times to zero after 4.4 upgrade

2019-11-17 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=235629

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com
 Ever confirmed|0   |1
 Resolution|UNMAINTAINED|---
 Status|RESOLVED|REOPENED

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

[plasmashell] [Bug 414238] Some themes are broken in 5.17.3

2019-11-17 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=414238

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---
>Qt Version: 5.14.0beta3

Known Qt issue. We're on it

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

[plasmashell] [Bug 414201] Modified command string for app is not saved

2019-11-17 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=414201

--- Comment #4 from David Edmundson  ---
no problem

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

[plasmashell] [Bug 414241] When PC (~2009 produced) wakes from suspend, plasmashell crashes (session get restored, no data loss).

2019-11-17 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=414241

David Edmundson  changed:

   What|Removed |Added

   Assignee|k...@davidedmundson.co.uk|plasma-b...@kde.org
  Component|general |generic-crash

--- Comment #3 from David Edmundson  ---
Pasting inline for searching

#9  0x7f02ae0f0dfe in  () at /usr/lib/libnvidia-glcore.so.390.129
#10 0x7f02ae0f3756 in  () at /usr/lib/libnvidia-glcore.so.390.129
#11 0x7f02c5d057bb in
QSGBatchRenderer::Renderer::unmap(QSGBatchRenderer::Buffer*, bool) () at
/usr/lib/libQt5Quick.so.5
#12 0x7f02c5d07f97 in
QSGBatchRenderer::Renderer::uploadBatch(QSGBatchRenderer::Batch*) () at
/usr/lib/libQt5Quick.so.5
#13 0x7f02c5d15b07 in QSGBatchRenderer::Renderer::render() () at
/usr/lib/libQt5Quick.so.5

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

[ktimetracker] [Bug 226762] prompt before deleting tasks setting does not work

2019-11-17 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=226762

Alexander Potashev  changed:

   What|Removed |Added

 Resolution|UNMAINTAINED|---
 Status|RESOLVED|REOPENED
 CC||aspotas...@gmail.com

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

[ktimetracker] [Bug 225770] "Edit history" is missing "New" and "Delete" function

2019-11-17 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=225770

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com
 Resolution|UNMAINTAINED|---
 Status|RESOLVED|REOPENED

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

[ktimetracker] [Bug 215783] allow exporting event history

2019-11-17 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=215783

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com
 Resolution|UNMAINTAINED|---
 Status|RESOLVED|REOPENED

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

[amarok] [Bug 414009] amarok crashes while starting

2019-11-17 Thread Myriam Schweingruber
https://bugs.kde.org/show_bug.cgi?id=414009

Myriam Schweingruber  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|BACKTRACE   |WORKSFORME

--- Comment #3 from Myriam Schweingruber  ---
Thank you for the feedback

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

[ktimetracker] [Bug 206628] Ktimetracker is crashing without any apparent reason (QTreeWidgetItemIteratorPrivate::next,..., TaskView::itemAt, TaskView::count)

2019-11-17 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=206628

Alexander Potashev  changed:

   What|Removed |Added

 Resolution|UNMAINTAINED|WORKSFORME
 CC||aspotas...@gmail.com

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

[ktimetracker] [Bug 206220] automatic tracking can't pause the timer

2019-11-17 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=206220

Alexander Potashev  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||aspotas...@gmail.com
 Status|RESOLVED|REOPENED
 Resolution|UNMAINTAINED|---

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

[ktimetracker] [Bug 204513] History export no longer produces calendar view

2019-11-17 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=204513

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com
 Status|RESOLVED|REOPENED
 Resolution|UNMAINTAINED|---

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

[kdenlive] [Bug 414167] error: invalid use of incomplete type ‘class QMouseEvent’ compiling

2019-11-17 Thread Vincent PINON
https://bugs.kde.org/show_bug.cgi?id=414167

Vincent PINON  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/kde/
   ||kdenlive/commit/1a7046d2afe
   ||39f7ce4344337a6a710aac15a3a
   ||3f

--- Comment #1 from Vincent PINON  ---
Git commit 1a7046d2afe39f7ce4344337a6a710aac15a3a3f by Vincent Pinon.
Committed on 17/11/2019 at 21:36.
Pushed by vpinon into branch 'release/19.12'.

We actually need Qt5.11, and so KF5.45 should be here too
Related: bug 414165, bug 414168, bug 414169

M  +2-11   CMakeLists.txt
M  +0-4data/CMakeLists.txt
D  +0-353  data/pics/CMakeLists.txt
D  +---data/pics/breeze-dark/dk_application-exit.svgz
D  +---data/pics/breeze-dark/dk_audio-volume-medium.svgz
D  +---data/pics/breeze-dark/dk_audio-volume-muted.svgz
D  +0-8data/pics/breeze-dark/dk_auto-transition.svg
D  +---data/pics/breeze-dark/dk_bookmark-new.svgz
D  +---data/pics/breeze-dark/dk_chronometer.svgz
D  +---data/pics/breeze-dark/dk_color-picker.svgz
D  +0-4data/pics/breeze-dark/dk_composite-track-off.svg
D  +0-5data/pics/breeze-dark/dk_composite-track-on.svg
D  +0-12   data/pics/breeze-dark/dk_composite-track-preview.svg
D  +---data/pics/breeze-dark/dk_configure-shortcuts.svgz
D  +---data/pics/breeze-dark/dk_configure-toolbars.svgz
D  +---data/pics/breeze-dark/dk_configure.svgz
D  +---data/pics/breeze-dark/dk_cursor-arrow.svgz
D  +---data/pics/breeze-dark/dk_dialog-cancel.svgz
D  +---data/pics/breeze-dark/dk_dialog-close.svgz
D  +---data/pics/breeze-dark/dk_dialog-ok.svgz
D  +---data/pics/breeze-dark/dk_dialog-warning.svgz
D  +0-6data/pics/breeze-dark/dk_discrete.svg
D  +---data/pics/breeze-dark/dk_distribute-horizontal-x.svgz
D  +---data/pics/breeze-dark/dk_document-edit.svgz
D  +---data/pics/breeze-dark/dk_document-new.svgz
D  +---data/pics/breeze-dark/dk_document-open-recent.svgz
D  +---data/pics/breeze-dark/dk_document-open.svgz
D  +---data/pics/breeze-dark/dk_document-properties.svgz
D  +---data/pics/breeze-dark/dk_document-revert.svgz
D  +---data/pics/breeze-dark/dk_document-save-all.svgz
D  +---data/pics/breeze-dark/dk_document-save-as.svgz
D  +---data/pics/breeze-dark/dk_document-save.svgz
D  +---data/pics/breeze-dark/dk_download.svgz
D  +---data/pics/breeze-dark/dk_draw-bezier-curves.svgz
D  +---data/pics/breeze-dark/dk_draw-line.svgz
D  +---data/pics/breeze-dark/dk_draw-path.svgz
D  +---data/pics/breeze-dark/dk_edit-clear.svgz
D  +---data/pics/breeze-dark/dk_edit-copy.svgz
D  +---data/pics/breeze-dark/dk_edit-cut.svgz
D  +---data/pics/breeze-dark/dk_edit-delete.svgz
D  +---data/pics/breeze-dark/dk_edit-download.svgz
D  +---data/pics/breeze-dark/dk_edit-find.svgz
D  +---data/pics/breeze-dark/dk_edit-link.svgz
D  +---data/pics/breeze-dark/dk_edit-paste.svgz
D  +---data/pics/breeze-dark/dk_edit-redo.svgz
D  +---data/pics/breeze-dark/dk_edit-rename.svgz
D  +---data/pics/breeze-dark/dk_edit-select.svgz
D  +---data/pics/breeze-dark/dk_edit-undo.svgz
D  +0-4data/pics/breeze-dark/dk_favorite.svg
D  +---data/pics/breeze-dark/dk_favorites.svgz
D  +---data/pics/breeze-dark/dk_folder-new.svgz
D  +---data/pics/breeze-dark/dk_folder.svgz
D  +---data/pics/breeze-dark/dk_format-justify-center.svgz
D  +---data/pics/breeze-dark/dk_format-justify-left.svgz
D  +---data/pics/breeze-dark/dk_format-justify-right.svgz
D  +---data/pics/breeze-dark/dk_format-text-italic.svgz
D  +---data/pics/breeze-dark/dk_format-text-underline.svgz
D  +---data/pics/breeze-dark/dk_go-down.svgz
D  +---data/pics/breeze-dark/dk_go-first.svgz
D  +---data/pics/breeze-dark/dk_go-jump-definition.svgz
D  +---data/pics/breeze-dark/dk_go-jump.svgz
D  +---data/pics/breeze-dark/dk_go-last.svgz
D  +---data/pics/breeze-dark/dk_go-next.svgz
D  +---data/pics/breeze-dark/dk_go-previous.svgz
D  +---data/pics/breeze-dark/dk_go-up.svgz
D  +---data/pics/breeze-dark/dk_help-about.svgz
D  +---data/pics/breeze-dark/dk_help-hint.svgz
D  +---data/pics/breeze-dark/dk_hint.svgz
D  +---data/pics/breeze-dark/dk_insert-horizontal-rule.svgz
D  +---data/pics/breeze-dark/dk_insert-image.svgz
D  +---data/pics/breeze-dark/dk_insert-text.svgz
D  +0

[kdenlive] [Bug 414169] error: ‘class QApplication’ has no member named ‘screenAt’; did you mean ‘screens’?

2019-11-17 Thread Vincent PINON
https://bugs.kde.org/show_bug.cgi?id=414169

Vincent PINON  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/kde/
   ||kdenlive/commit/1a7046d2afe
   ||39f7ce4344337a6a710aac15a3a
   ||3f
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Vincent PINON  ---
Git commit 1a7046d2afe39f7ce4344337a6a710aac15a3a3f by Vincent Pinon.
Committed on 17/11/2019 at 21:36.
Pushed by vpinon into branch 'release/19.12'.

We actually need Qt5.11, and so KF5.45 should be here too
Related: bug 414165, bug 414167, bug 414168

M  +2-11   CMakeLists.txt
M  +0-4data/CMakeLists.txt
D  +0-353  data/pics/CMakeLists.txt
D  +---data/pics/breeze-dark/dk_application-exit.svgz
D  +---data/pics/breeze-dark/dk_audio-volume-medium.svgz
D  +---data/pics/breeze-dark/dk_audio-volume-muted.svgz
D  +0-8data/pics/breeze-dark/dk_auto-transition.svg
D  +---data/pics/breeze-dark/dk_bookmark-new.svgz
D  +---data/pics/breeze-dark/dk_chronometer.svgz
D  +---data/pics/breeze-dark/dk_color-picker.svgz
D  +0-4data/pics/breeze-dark/dk_composite-track-off.svg
D  +0-5data/pics/breeze-dark/dk_composite-track-on.svg
D  +0-12   data/pics/breeze-dark/dk_composite-track-preview.svg
D  +---data/pics/breeze-dark/dk_configure-shortcuts.svgz
D  +---data/pics/breeze-dark/dk_configure-toolbars.svgz
D  +---data/pics/breeze-dark/dk_configure.svgz
D  +---data/pics/breeze-dark/dk_cursor-arrow.svgz
D  +---data/pics/breeze-dark/dk_dialog-cancel.svgz
D  +---data/pics/breeze-dark/dk_dialog-close.svgz
D  +---data/pics/breeze-dark/dk_dialog-ok.svgz
D  +---data/pics/breeze-dark/dk_dialog-warning.svgz
D  +0-6data/pics/breeze-dark/dk_discrete.svg
D  +---data/pics/breeze-dark/dk_distribute-horizontal-x.svgz
D  +---data/pics/breeze-dark/dk_document-edit.svgz
D  +---data/pics/breeze-dark/dk_document-new.svgz
D  +---data/pics/breeze-dark/dk_document-open-recent.svgz
D  +---data/pics/breeze-dark/dk_document-open.svgz
D  +---data/pics/breeze-dark/dk_document-properties.svgz
D  +---data/pics/breeze-dark/dk_document-revert.svgz
D  +---data/pics/breeze-dark/dk_document-save-all.svgz
D  +---data/pics/breeze-dark/dk_document-save-as.svgz
D  +---data/pics/breeze-dark/dk_document-save.svgz
D  +---data/pics/breeze-dark/dk_download.svgz
D  +---data/pics/breeze-dark/dk_draw-bezier-curves.svgz
D  +---data/pics/breeze-dark/dk_draw-line.svgz
D  +---data/pics/breeze-dark/dk_draw-path.svgz
D  +---data/pics/breeze-dark/dk_edit-clear.svgz
D  +---data/pics/breeze-dark/dk_edit-copy.svgz
D  +---data/pics/breeze-dark/dk_edit-cut.svgz
D  +---data/pics/breeze-dark/dk_edit-delete.svgz
D  +---data/pics/breeze-dark/dk_edit-download.svgz
D  +---data/pics/breeze-dark/dk_edit-find.svgz
D  +---data/pics/breeze-dark/dk_edit-link.svgz
D  +---data/pics/breeze-dark/dk_edit-paste.svgz
D  +---data/pics/breeze-dark/dk_edit-redo.svgz
D  +---data/pics/breeze-dark/dk_edit-rename.svgz
D  +---data/pics/breeze-dark/dk_edit-select.svgz
D  +---data/pics/breeze-dark/dk_edit-undo.svgz
D  +0-4data/pics/breeze-dark/dk_favorite.svg
D  +---data/pics/breeze-dark/dk_favorites.svgz
D  +---data/pics/breeze-dark/dk_folder-new.svgz
D  +---data/pics/breeze-dark/dk_folder.svgz
D  +---data/pics/breeze-dark/dk_format-justify-center.svgz
D  +---data/pics/breeze-dark/dk_format-justify-left.svgz
D  +---data/pics/breeze-dark/dk_format-justify-right.svgz
D  +---data/pics/breeze-dark/dk_format-text-italic.svgz
D  +---data/pics/breeze-dark/dk_format-text-underline.svgz
D  +---data/pics/breeze-dark/dk_go-down.svgz
D  +---data/pics/breeze-dark/dk_go-first.svgz
D  +---data/pics/breeze-dark/dk_go-jump-definition.svgz
D  +---data/pics/breeze-dark/dk_go-jump.svgz
D  +---data/pics/breeze-dark/dk_go-last.svgz
D  +---data/pics/breeze-dark/dk_go-next.svgz
D  +---data/pics/breeze-dark/dk_go-previous.svgz
D  +---data/pics/breeze-dark/dk_go-up.svgz
D  +---data/pics/breeze-dark/dk_help-about.svgz
D  +---data/pics/breeze-dark/dk_help-hint.svgz
D  +---data/pics/breeze-dark/dk_hint.svgz
D  +---data/pics/breeze-dark/dk_insert-horizontal-rule.svgz
D  +---data/pics/breeze-dark/dk_insert-image.svgz
D  +---data/pics/breeze-dark/dk_insert-text.svgz
D  +0

[kdenlive] [Bug 414165] Compilation error with sizeInBytes()

2019-11-17 Thread Vincent PINON
https://bugs.kde.org/show_bug.cgi?id=414165

Vincent PINON  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/kde/
   ||kdenlive/commit/1a7046d2afe
   ||39f7ce4344337a6a710aac15a3a
   ||3f
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Vincent PINON  ---
Git commit 1a7046d2afe39f7ce4344337a6a710aac15a3a3f by Vincent Pinon.
Committed on 17/11/2019 at 21:36.
Pushed by vpinon into branch 'release/19.12'.

We actually need Qt5.11, and so KF5.45 should be here too
Related: bug 414167, bug 414168, bug 414169

M  +2-11   CMakeLists.txt
M  +0-4data/CMakeLists.txt
D  +0-353  data/pics/CMakeLists.txt
D  +---data/pics/breeze-dark/dk_application-exit.svgz
D  +---data/pics/breeze-dark/dk_audio-volume-medium.svgz
D  +---data/pics/breeze-dark/dk_audio-volume-muted.svgz
D  +0-8data/pics/breeze-dark/dk_auto-transition.svg
D  +---data/pics/breeze-dark/dk_bookmark-new.svgz
D  +---data/pics/breeze-dark/dk_chronometer.svgz
D  +---data/pics/breeze-dark/dk_color-picker.svgz
D  +0-4data/pics/breeze-dark/dk_composite-track-off.svg
D  +0-5data/pics/breeze-dark/dk_composite-track-on.svg
D  +0-12   data/pics/breeze-dark/dk_composite-track-preview.svg
D  +---data/pics/breeze-dark/dk_configure-shortcuts.svgz
D  +---data/pics/breeze-dark/dk_configure-toolbars.svgz
D  +---data/pics/breeze-dark/dk_configure.svgz
D  +---data/pics/breeze-dark/dk_cursor-arrow.svgz
D  +---data/pics/breeze-dark/dk_dialog-cancel.svgz
D  +---data/pics/breeze-dark/dk_dialog-close.svgz
D  +---data/pics/breeze-dark/dk_dialog-ok.svgz
D  +---data/pics/breeze-dark/dk_dialog-warning.svgz
D  +0-6data/pics/breeze-dark/dk_discrete.svg
D  +---data/pics/breeze-dark/dk_distribute-horizontal-x.svgz
D  +---data/pics/breeze-dark/dk_document-edit.svgz
D  +---data/pics/breeze-dark/dk_document-new.svgz
D  +---data/pics/breeze-dark/dk_document-open-recent.svgz
D  +---data/pics/breeze-dark/dk_document-open.svgz
D  +---data/pics/breeze-dark/dk_document-properties.svgz
D  +---data/pics/breeze-dark/dk_document-revert.svgz
D  +---data/pics/breeze-dark/dk_document-save-all.svgz
D  +---data/pics/breeze-dark/dk_document-save-as.svgz
D  +---data/pics/breeze-dark/dk_document-save.svgz
D  +---data/pics/breeze-dark/dk_download.svgz
D  +---data/pics/breeze-dark/dk_draw-bezier-curves.svgz
D  +---data/pics/breeze-dark/dk_draw-line.svgz
D  +---data/pics/breeze-dark/dk_draw-path.svgz
D  +---data/pics/breeze-dark/dk_edit-clear.svgz
D  +---data/pics/breeze-dark/dk_edit-copy.svgz
D  +---data/pics/breeze-dark/dk_edit-cut.svgz
D  +---data/pics/breeze-dark/dk_edit-delete.svgz
D  +---data/pics/breeze-dark/dk_edit-download.svgz
D  +---data/pics/breeze-dark/dk_edit-find.svgz
D  +---data/pics/breeze-dark/dk_edit-link.svgz
D  +---data/pics/breeze-dark/dk_edit-paste.svgz
D  +---data/pics/breeze-dark/dk_edit-redo.svgz
D  +---data/pics/breeze-dark/dk_edit-rename.svgz
D  +---data/pics/breeze-dark/dk_edit-select.svgz
D  +---data/pics/breeze-dark/dk_edit-undo.svgz
D  +0-4data/pics/breeze-dark/dk_favorite.svg
D  +---data/pics/breeze-dark/dk_favorites.svgz
D  +---data/pics/breeze-dark/dk_folder-new.svgz
D  +---data/pics/breeze-dark/dk_folder.svgz
D  +---data/pics/breeze-dark/dk_format-justify-center.svgz
D  +---data/pics/breeze-dark/dk_format-justify-left.svgz
D  +---data/pics/breeze-dark/dk_format-justify-right.svgz
D  +---data/pics/breeze-dark/dk_format-text-italic.svgz
D  +---data/pics/breeze-dark/dk_format-text-underline.svgz
D  +---data/pics/breeze-dark/dk_go-down.svgz
D  +---data/pics/breeze-dark/dk_go-first.svgz
D  +---data/pics/breeze-dark/dk_go-jump-definition.svgz
D  +---data/pics/breeze-dark/dk_go-jump.svgz
D  +---data/pics/breeze-dark/dk_go-last.svgz
D  +---data/pics/breeze-dark/dk_go-next.svgz
D  +---data/pics/breeze-dark/dk_go-previous.svgz
D  +---data/pics/breeze-dark/dk_go-up.svgz
D  +---data/pics/breeze-dark/dk_help-about.svgz
D  +---data/pics/breeze-dark/dk_help-hint.svgz
D  +---data/pics/breeze-dark/dk_hint.svgz
D  +---data/pics/breeze-dark/dk_insert-horizontal-rule.svgz
D  +---data/pics/breeze-dark/dk_insert-image.svgz
D  +---data/pics/breeze-dark/dk_insert-text.svgz
D  +0

[kdenlive] [Bug 414168] error: ‘const class QFontMetrics’ has no member named ‘horizontalAdvance’

2019-11-17 Thread Vincent PINON
https://bugs.kde.org/show_bug.cgi?id=414168

Vincent PINON  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/kde/
   ||kdenlive/commit/1a7046d2afe
   ||39f7ce4344337a6a710aac15a3a
   ||3f
 Status|REPORTED|RESOLVED

--- Comment #1 from Vincent PINON  ---
Git commit 1a7046d2afe39f7ce4344337a6a710aac15a3a3f by Vincent Pinon.
Committed on 17/11/2019 at 21:36.
Pushed by vpinon into branch 'release/19.12'.

We actually need Qt5.11, and so KF5.45 should be here too
Related: bug 414165, bug 414167, bug 414169

M  +2-11   CMakeLists.txt
M  +0-4data/CMakeLists.txt
D  +0-353  data/pics/CMakeLists.txt
D  +---data/pics/breeze-dark/dk_application-exit.svgz
D  +---data/pics/breeze-dark/dk_audio-volume-medium.svgz
D  +---data/pics/breeze-dark/dk_audio-volume-muted.svgz
D  +0-8data/pics/breeze-dark/dk_auto-transition.svg
D  +---data/pics/breeze-dark/dk_bookmark-new.svgz
D  +---data/pics/breeze-dark/dk_chronometer.svgz
D  +---data/pics/breeze-dark/dk_color-picker.svgz
D  +0-4data/pics/breeze-dark/dk_composite-track-off.svg
D  +0-5data/pics/breeze-dark/dk_composite-track-on.svg
D  +0-12   data/pics/breeze-dark/dk_composite-track-preview.svg
D  +---data/pics/breeze-dark/dk_configure-shortcuts.svgz
D  +---data/pics/breeze-dark/dk_configure-toolbars.svgz
D  +---data/pics/breeze-dark/dk_configure.svgz
D  +---data/pics/breeze-dark/dk_cursor-arrow.svgz
D  +---data/pics/breeze-dark/dk_dialog-cancel.svgz
D  +---data/pics/breeze-dark/dk_dialog-close.svgz
D  +---data/pics/breeze-dark/dk_dialog-ok.svgz
D  +---data/pics/breeze-dark/dk_dialog-warning.svgz
D  +0-6data/pics/breeze-dark/dk_discrete.svg
D  +---data/pics/breeze-dark/dk_distribute-horizontal-x.svgz
D  +---data/pics/breeze-dark/dk_document-edit.svgz
D  +---data/pics/breeze-dark/dk_document-new.svgz
D  +---data/pics/breeze-dark/dk_document-open-recent.svgz
D  +---data/pics/breeze-dark/dk_document-open.svgz
D  +---data/pics/breeze-dark/dk_document-properties.svgz
D  +---data/pics/breeze-dark/dk_document-revert.svgz
D  +---data/pics/breeze-dark/dk_document-save-all.svgz
D  +---data/pics/breeze-dark/dk_document-save-as.svgz
D  +---data/pics/breeze-dark/dk_document-save.svgz
D  +---data/pics/breeze-dark/dk_download.svgz
D  +---data/pics/breeze-dark/dk_draw-bezier-curves.svgz
D  +---data/pics/breeze-dark/dk_draw-line.svgz
D  +---data/pics/breeze-dark/dk_draw-path.svgz
D  +---data/pics/breeze-dark/dk_edit-clear.svgz
D  +---data/pics/breeze-dark/dk_edit-copy.svgz
D  +---data/pics/breeze-dark/dk_edit-cut.svgz
D  +---data/pics/breeze-dark/dk_edit-delete.svgz
D  +---data/pics/breeze-dark/dk_edit-download.svgz
D  +---data/pics/breeze-dark/dk_edit-find.svgz
D  +---data/pics/breeze-dark/dk_edit-link.svgz
D  +---data/pics/breeze-dark/dk_edit-paste.svgz
D  +---data/pics/breeze-dark/dk_edit-redo.svgz
D  +---data/pics/breeze-dark/dk_edit-rename.svgz
D  +---data/pics/breeze-dark/dk_edit-select.svgz
D  +---data/pics/breeze-dark/dk_edit-undo.svgz
D  +0-4data/pics/breeze-dark/dk_favorite.svg
D  +---data/pics/breeze-dark/dk_favorites.svgz
D  +---data/pics/breeze-dark/dk_folder-new.svgz
D  +---data/pics/breeze-dark/dk_folder.svgz
D  +---data/pics/breeze-dark/dk_format-justify-center.svgz
D  +---data/pics/breeze-dark/dk_format-justify-left.svgz
D  +---data/pics/breeze-dark/dk_format-justify-right.svgz
D  +---data/pics/breeze-dark/dk_format-text-italic.svgz
D  +---data/pics/breeze-dark/dk_format-text-underline.svgz
D  +---data/pics/breeze-dark/dk_go-down.svgz
D  +---data/pics/breeze-dark/dk_go-first.svgz
D  +---data/pics/breeze-dark/dk_go-jump-definition.svgz
D  +---data/pics/breeze-dark/dk_go-jump.svgz
D  +---data/pics/breeze-dark/dk_go-last.svgz
D  +---data/pics/breeze-dark/dk_go-next.svgz
D  +---data/pics/breeze-dark/dk_go-previous.svgz
D  +---data/pics/breeze-dark/dk_go-up.svgz
D  +---data/pics/breeze-dark/dk_help-about.svgz
D  +---data/pics/breeze-dark/dk_help-hint.svgz
D  +---data/pics/breeze-dark/dk_hint.svgz
D  +---data/pics/breeze-dark/dk_insert-horizontal-rule.svgz
D  +---data/pics/breeze-dark/dk_insert-image.svgz
D  +---data/pics/breeze-dark/dk_insert-text.svgz
D  +0

[frameworks-ktexteditor] [Bug 410614] Emmet scripts are broken in Kate and KWrite

2019-11-17 Thread healperci
https://bugs.kde.org/show_bug.cgi?id=410614

healperci  changed:

   What|Removed |Added

 CC||healpe...@gmail.com

--- Comment #4 from healperci  ---
Is not working on:

Fedora 31
Ubuntu 19.10
Ubuntu 18.04

The only thing I found is 

https://cgit.kde.org/ktexteditor.git/commit/src/script/data/CMakeLists.txt?id=f3f4319f5ee15e0447e37ac5e85b3841c9671133

Don't know what to do.

Thanks.

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

[ktimetracker] [Bug 196133] total time in statusline not showing

2019-11-17 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=196133

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com
 Resolution|UNMAINTAINED|---
 Status|RESOLVED|REOPENED

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

[ktuberling] [Bug 414040] The .tuberling extension isn't added on save

2019-11-17 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=414040

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #1 from Albert Astals Cid  ---
which ktuberling version are you using?

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

[kmail2] [Bug 414171] Set values in KMail2-options are not written back

2019-11-17 Thread Harold Becker
https://bugs.kde.org/show_bug.cgi?id=414171

--- Comment #10 from Harold Becker  ---
Hallo.

Owner is root, but others have read/write-access (see attachment).


Best wishes
Harold

P.S.:
Why the application Kmail2 is not writing an own file emailidentities when
installed (with appropriate access rights)?
Why does Kmail2 is not announcing the impossibility accessing emailidentities
(when owner and access rights are not sufficient)?
The preferences are so essential for Kmail2. But failing is not told to user!

--
Am Sonntag, 17. November 2019, 20:30:44 CET schrieb Christophe Giboudeaux:
> https://bugs.kde.org/show_bug.cgi?id=414171
>
> --- Comment #8 from Christophe Giboudeaux  ---
> Are the ~/.config/emailidentities permissions correct? (ie: are you owner
> and allowed to write in this file)
>
> --
> You are receiving this mail because:
> You reported the bug.

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

[kmail2] [Bug 414171] Set values in KMail2-options are not written back

2019-11-17 Thread Harold Becker
https://bugs.kde.org/show_bug.cgi?id=414171

--- Comment #9 from Harold Becker  ---
Created attachment 123976
  --> https://bugs.kde.org/attachment.cgi?id=123976=edit
access to emailidentities

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

[apper] [Bug 401461] Apper crashed after applying updates

2019-11-17 Thread Suren Karapetyan
https://bugs.kde.org/show_bug.cgi?id=401461

--- Comment #5 from Suren Karapetyan  ---
Are there any plans to do a fresh release with this fix?
Asking because at least for Fedora the issue isn't solved yet.

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

[plasmashell] [Bug 414238] Some themes are broken in 5.17.3

2019-11-17 Thread Gabriel Felipe Huwe
https://bugs.kde.org/show_bug.cgi?id=414238

Gabriel Felipe Huwe  changed:

   What|Removed |Added

 CC||gabrielh...@gmail.com

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

[kdeconnect] [Bug 401677] Some phone models, ROMs or Apps don't report SMS History

2019-11-17 Thread Krzysztof Dziembała
https://bugs.kde.org/show_bug.cgi?id=401677

Krzysztof Dziembała  changed:

   What|Removed |Added

 CC||kdeb...@dziembala.pl

--- Comment #32 from Krzysztof Dziembała  ---
Current "Samsung compatibility mode"
(https://invent.kde.org/kde/kdeconnect-android/blob/master/src/org/kde/kdeconnect/Helpers/SMSHelper.java#L111-119)
causes problems (SQLiteException: no such column: address) on Samsung devices
with custom ROMs (eg. LineageOS):
https://github.com/andyholmes/gnome-shell-extension-gsconnect/issues/699#issuecomment-554772433

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

[frameworks-kio] [Bug 413560] trash.so causes high cpu usage while Dolphin sends thousands of files to Trash

2019-11-17 Thread King Kang Kong
https://bugs.kde.org/show_bug.cgi?id=413560

King Kang Kong  changed:

   What|Removed |Added

 CC||r2b2x3+kde...@gmail.com

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

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

2019-11-17 Thread King Kang Kong
https://bugs.kde.org/show_bug.cgi?id=398908

King Kang Kong  changed:

   What|Removed |Added

 CC||r2b2x3+kde...@gmail.com

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

[plasmashell] [Bug 414035] GTK apps moving above/below a panel when trying to maximize by snapping to the top

2019-11-17 Thread Marcel Viehmeier
https://bugs.kde.org/show_bug.cgi?id=414035

Marcel Viehmeier  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|NOT A BUG   |---
 Ever confirmed|0   |1

--- Comment #3 from Marcel Viehmeier  ---
I reported to GTK guys but they don't see it as a problem of GTK as it doesn't
handle the positioning of windows. See
https://gitlab.gnome.org/GNOME/gtk/issues/2250 for the comment.

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

[Breeze] [Bug 413111] Create a "Breeze Light" theme to mirror "Breeze Dark", allowing people to force all GTK apps to be light or dark rather than following the KDE color scheme

2019-11-17 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=413111

--- Comment #13 from Nate Graham  ---
Carson, is there anything we can do here, or does everything need to be fixed
on Mozilla's side with https://bugzilla.mozilla.org/show_bug.cgi?id=1527048
and/or https://bugzilla.mozilla.org/show_bug.cgi?id=1411425?

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

[kwin] [Bug 414245] New: Missing configurations in KWin to prevent shutter and lag.

2019-11-17 Thread well_nagib
https://bugs.kde.org/show_bug.cgi?id=414245

Bug ID: 414245
   Summary: Missing configurations in KWin to prevent shutter and
lag.
   Product: kwin
   Version: 5.16.5
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: grave
  Priority: NOR
 Component: compositing
  Assignee: kwin-bugs-n...@kde.org
  Reporter: well_na...@hotmail.com
  Target Milestone: ---

SUMMARY

There are two missing options in the KWin compositor to prevent lag and shutter
in fullscreen games without to disable de compositor.

Options ..
1) Sync to VBlank (Only perform screen updates during vertical blanking period)
2) Unredirect Fullscreen Windows (Allow drawing of fullscreen windows to not be
redirected to offscreen pixmaps)

EXPECTED RESULT

Able to play games with compositor ON and without shutter and more fps.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Fedora 31/Plasma 5.16.5
(available in About System)
KDE Plasma Version: 5.16.5
KDE Frameworks Version: 5.61 
Qt Version: 5.12.5

ADDITIONAL INFORMATION

It appears that when you are using compositor, Nvidia X Server settings' Vblank
option does not work. If you are using compositor then select the sync to
VBlank can help fix this issue. VBlank is useful for watching videos and
playing games "screen tearing" which is horizontal lines occasionally
distorting videos. Enabling Sync to VBlank will usually fix the screen tearing
issues.

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

[frameworks-baloo] [Bug 414244] Disable Full Indexing by default

2019-11-17 Thread Stefan Brüns
https://bugs.kde.org/show_bug.cgi?id=414244

Stefan Brüns  changed:

   What|Removed |Added

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

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

[kdevelop] [Bug 387272] Weird warning/error hint from the code browser - missing header guard when one present.

2019-11-17 Thread Tristan Porteries
https://bugs.kde.org/show_bug.cgi?id=387272

--- Comment #8 from Tristan Porteries  ---
After more investigation it seems that preamble is not taken into account by
clang while it fetch for guarded macro.

If the create preamble flag is disabled, a reparse of the unit will finally
create it and the file is going again to be not considered guarded.

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

[Akonadi] [Bug 413349] akonadi_imap_resource segmentation fault when trying to modify receiving account on sqlite3 backend

2019-11-17 Thread Thiago Sueto
https://bugs.kde.org/show_bug.cgi?id=413349

--- Comment #2 from Thiago Sueto  ---
No longer crashes on version 5.12.80 beta1 (19.11.80).

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

[frameworks-baloo] [Bug 414244] New: Disable Full Indexing by default

2019-11-17 Thread Seqularise
https://bugs.kde.org/show_bug.cgi?id=414244

Bug ID: 414244
   Summary: Disable Full Indexing by default
   Product: frameworks-baloo
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: stefan.bru...@rwth-aachen.de
  Reporter: seqular...@outlook.com
  Target Milestone: ---

SUMMARY
Baloo indexing has established itself as an untrustworthy feature, causing
users to suffer and leaving a bad impression on Plasma.
This may be useful to some users, but I am sure that most do not use it.
Please, disable full indexing by default, leaving only a search by file name.

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

[kmail2] [Bug 414171] Set values in KMail2-options are not written back

2019-11-17 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=414171

--- Comment #8 from Christophe Giboudeaux  ---
Are the ~/.config/emailidentities permissions correct? (ie: are you owner and
allowed to write in this file)

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

[Breeze] [Bug 413111] Create a "Breeze Light" theme to mirror "Breeze Dark", allowing people to force all GTK apps to be light or dark rather than following the KDE color scheme

2019-11-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=413111

--- Comment #12 from linus.kardell+kdeb...@gmail.com ---
The did apparently recently change it to use Adwaita by default if you have a
dark theme (https://bugzilla.mozilla.org/show_bug.cgi?id=1527048), though that
won't help if you want the content to use Breeze widgets.

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

[krita] [Bug 414243] New: Personal Shortcuts Broken on New Version

2019-11-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414243

Bug ID: 414243
   Summary: Personal Shortcuts Broken on New Version
   Product: krita
   Version: 4.2.7.1
  Platform: MS Windows
OS: MS Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Shortcuts and Canvas Input Settings
  Assignee: krita-bugs-n...@kde.org
  Reporter: lozmacdesi...@hotmail.com
  Target Milestone: ---

SUMMARY
All shortcuts created personally have been repeatedly overwritten or deleted. I
have spent ages setting, resetting and setting again today my prefered
shortcuts. Update appears to have broken this. My saved profiles still exist,
but certain personalised shortcuts have been removed from them. Some of my
shortcuts are unique (not conflicting with any other keys) a few I have had the
conflict warning for and overwrote the conflict.  Does not seem to matter, So
far I have found the shortcuts disappear randomly during program use and upon
reboot of program. It's, in short, a bit of a nightmare when I am trying to
work on a time-sensitive project. 

STEPS TO REPRODUCE
1. Make personalised shortcut profile using non conflicting or conflicting
buttons, making sure to correct conflicts as you go. EG: change brush size
reduce to "." and increase to "/" making sure to change brush favourites to
"shift & ," and "shift & ." for previous favourite & next favourite
2. save and apply
3. work as normal and notice them randomly dissapear. Repeat process untill sad
inside. 

OBSERVED RESULT


EXPECTED RESULT


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

ADDITIONAL INFORMATION

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

[kwin] [Bug 414242] New: [Wayland] KWin Can't Change To Another Window While An VLC Instance Is At Fullscreen (Probably With Any Qt 5 Fullscreen App)

2019-11-17 Thread Alberto Díaz López
https://bugs.kde.org/show_bug.cgi?id=414242

Bug ID: 414242
   Summary: [Wayland] KWin Can't Change To Another Window While An
VLC Instance Is At Fullscreen (Probably With Any Qt 5
Fullscreen App)
   Product: kwin
   Version: 5.17.3
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: tak...@disroot.org
  Target Milestone: ---

SUMMARY
KWin under Wayland session doesn't allow to change the window while having a
fullscreen VLC instance. When you try it, the focus changes in fact, but the
window at screen is still VLC.

STEPS TO REPRODUCE
1. Launch VLC.
2. Open a video.
3. Enter in VLC fullscreen.
4. Try to change the window to another app.

OBSERVED RESULT
The preview works fine and the focus change in fact, but the window remains at
VLC.
Updated: Sometimes it works, i don't know the details to specify here, just
when i was creating this bug, i checked again to assure and it's working fine.
PS: It was bothering me too that with Firefox was happening the same before
Plasma 5.17, but i suppose that KWin new fixes and changes solved that, cause i
don't experiment those bugs (while i was watching a YouTube video for example
at fullscreen), anymore.

EXPECTED RESULT
KWin should allow to change the window normally, as it does in X11 session.

SOFTWARE/OS VERSIONS
Linux: 5.3.11
KDE Plasma Version: 5.17.3
KDE Frameworks Version: 5.64
Qt Version: 5.13.2

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

[plasmashell] [Bug 414241] When PC (~2009 produced) wakes from suspend, plasmashell crashes (session get restored, no data loss).

2019-11-17 Thread Vitaliy Sh.
https://bugs.kde.org/show_bug.cgi?id=414241

--- Comment #2 from Vitaliy Sh.  ---
Created attachment 123975
  --> https://bugs.kde.org/attachment.cgi?id=123975=edit
Was created by dr. Konqi.

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

[plasmashell] [Bug 414241] When PC (~2009 produced) wakes from suspend, plasmashell crashes (session get restored, no data loss).

2019-11-17 Thread Vitaliy Sh.
https://bugs.kde.org/show_bug.cgi?id=414241

--- Comment #1 from Vitaliy Sh.  ---
Created attachment 123974
  --> https://bugs.kde.org/attachment.cgi?id=123974=edit
root: journalctl -b -0 to file. Gzipped.

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

[konsole] [Bug 373232] Horizontal lines with fractional HiDPI scaling

2019-11-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=373232

--- Comment #142 from lukebe...@hotmail.com ---
The current KDE release 5.17.3. This bug has been partially fixed. Your distro
is running 5.16.5 which does not include any of these fixes, so posts like your
just add noise to an already messy report. If you want to be helpful, try with
KDE Neon, Arch, or OpenSuse Tumbleweed.

-Luke



From: frsposito 
Sent: Saturday, November 16, 2019 2:08 PM
To: lukebe...@hotmail.com 
Subject: [konsole] [Bug 373232] Horizontal lines with fractional HiDPI scaling

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

frsposito  changed:

   What|Removed |Added

 CC||francescoesposito.in@gmail.
   ||com

--- Comment #141 from frsposito  ---
I have the same problem on my Dell XPS 13" FHD(9350).

Scale Factor: 1.4

KDE Plasma: 5.16.5
KDE Frameworks: 5.61.0

QT Version: 5.12.5

--
You are receiving this mail because:
You voted for the bug.
You reported the bug.

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

[plasmashell] [Bug 414241] New: When PC (~2009 produced) wakes from suspend, plasmashell crashes (session get restored, no data loss).

2019-11-17 Thread Vitaliy Sh.
https://bugs.kde.org/show_bug.cgi?id=414241

Bug ID: 414241
   Summary: When PC (~2009 produced) wakes from suspend,
plasmashell crashes (session get restored, no data
loss).
   Product: plasmashell
   Version: 5.13.2
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: d0dybo0d0dy...@protonmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

SUMMARY

Last time OS upgraded at [2019-11-14T23:58:59+0700] [PACMAN] Running 'pacman
-Syu'

After PC (Desktop produced ~2009) wakes up from suspend i'm sometimes get a
notification that plasmashell was crashed.
I'm see like a panel dissapears, and then comes back again, but no app is
getting closed.
No data loss, time is correct.

STEPS TO REPRODUCE
1. Press power button to suspend.
2. Press any key to wake up.
3. Sometimes it is crashes, but most of the times - no.

OBSERVED RESULT
Notification about the plasma crashes.

EXPECTED RESULT
Plasma not crashes, lol.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 5.17.3
KDE Frameworks Version: 5.64.0
Qt Version: 5.13.2
Kernel Version: 5.3.11-arch1-1
OS Type: 64-bit
Processors: 4 × AMD Phenom(tm) II X4 955 Processor
Memory: 7.8 GiB of RAM

ADDITIONAL INFORMATION
I'm use CPU microcode updates. Videocard with proprietary drivers from Nvidia
(Fermi).
Attached:
1) `journalctl -b -0 > journalctl_last_boot.txt` .
2) Thingy generated by dr.konqi, plasmashell-20191117-171540.kcrash.txt .

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

[phonon-backend-gstreamer] [Bug 394730] Dragon Player crashed after dragging and dropping a music file on it while it was playing music.

2019-11-17 Thread Arkadi Statsenko
https://bugs.kde.org/show_bug.cgi?id=394730

Arkadi Statsenko  changed:

   What|Removed |Added

 CC||arkadistatse...@gmail.com

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

[phonon-backend-gstreamer] [Bug 394730] Dragon Player crashed after dragging and dropping a music file on it while it was playing music.

2019-11-17 Thread Arkadi Statsenko
https://bugs.kde.org/show_bug.cgi?id=394730

--- Comment #6 from Arkadi Statsenko  ---
Created attachment 123972
  --> https://bugs.kde.org/attachment.cgi?id=123972=edit
New crash information added by DrKonqi

dragon (19.08.3) using Qt 5.13.2

- What I was doing when the application crashed:

I tried to drag a number of songs from Dolphin when Dragon Player crashed

-- Backtrace (Reduced):
#6  0x7f3db77997ec in QThreadStorageData::get() const () at
/usr/lib/libQt5Core.so.5
#7  0x7f3db7d3b319 in QOpenGLContext::currentContext() () at
/usr/lib/libQt5Gui.so.5
#8  0x7f3db7d0a355 in QWindow::event(QEvent*) () at /usr/lib/libQt5Gui.so.5
#9  0x7f3db8381302 in  () at /usr/lib/libQt5Widgets.so.5
#10 0x7f3db831e4e5 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib/libQt5Widgets.so.5

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

[unknown] [Bug 25085] Request multiple PGP/GPG identity support

2019-11-17 Thread Stephane MANKOWSKI
https://bugs.kde.org/show_bug.cgi?id=25085

Stephane MANKOWSKI  changed:

   What|Removed |Added

 Status|CLOSED  |RESOLVED
  Latest Commit||https://commits.kde.org/skr
   ||ooge/f525111c20c8f30b4e7e7f
   ||7dbdc33d12d62f1026

--- Comment #2 from Stephane MANKOWSKI  ---
Git commit f525111c20c8f30b4e7e7f7dbdc33d12d62f1026 by Stephane MANKOWSKI.
Committed on 17/11/2019 at 17:56.
Pushed by smankowski into branch 'master'.

improve Reconciliation doc

M  +11   -11   doc/index.docbook

https://commits.kde.org/skrooge/f525111c20c8f30b4e7e7f7dbdc33d12d62f1026

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

[krita] [Bug 401940] More than one Assistant Tool causes black rectangle to appear

2019-11-17 Thread Stephanie
https://bugs.kde.org/show_bug.cgi?id=401940

Stephanie  changed:

   What|Removed |Added

 CC||taekwondost...@gmail.com

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

[okular] [Bug 413712] Okular reproducibly crashes in Okular::AnnotationProxy() trying to open this PDF

2019-11-17 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=413712

--- Comment #10 from Albert Astals Cid  ---
There's something wrong with your setup, you can see valgrind says it's
crashing in /usr/lib64/qt5/plugins/okular/generators/okularGenerator_poppler.so

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

[cantor] [Bug 410802] Cantor uses a bundled, patched discount copy and fails to build if LANG is not poperly set

2019-11-17 Thread Nikita Sirgienko
https://bugs.kde.org/show_bug.cgi?id=410802

Nikita Sirgienko  changed:

   What|Removed |Added

   Version Fixed In||19.12
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/kde/
   ||cantor/commit/febeff84b016a
   ||6f4c93acf45783e7604419a08b4

--- Comment #6 from Nikita Sirgienko  ---
Git commit febeff84b016a6f4c93acf45783e7604419a08b4 by Nikita Sirgienko.
Committed on 17/11/2019 at 17:19.
Pushed by sirgienko into branch 'master'.

Fix problems with building cantor without LANG environment variable
FIXED-IN: 19.12

M  +1-1thirdparty/CMakeLists.txt
A  +20   -0thirdparty/README.md
D  +---thirdparty/discount-2.2.6-patched.tar
A  +30   -0thirdparty/discount-2.2.6-patched/COPYRIGHT
A  +35   -0thirdparty/discount-2.2.6-patched/CREDITS
A  +61   -0thirdparty/discount-2.2.6-patched/Csio.c [License: UNKNOWN] 
*
A  +65   -0thirdparty/discount-2.2.6-patched/INSTALL
A  +191  -0thirdparty/discount-2.2.6-patched/Makefile.in
A  +33   -0thirdparty/discount-2.2.6-patched/Plan9/README.md
A  +169  -0thirdparty/discount-2.2.6-patched/Plan9/markdown.1
A  +332  -0thirdparty/discount-2.2.6-patched/Plan9/markdown.2
A  +541  -0thirdparty/discount-2.2.6-patched/Plan9/markdown.6
A  +38   -0thirdparty/discount-2.2.6-patched/Plan9/mkfile
A  +16   -0thirdparty/discount-2.2.6-patched/README
A  +1-0thirdparty/discount-2.2.6-patched/VERSION
A  +136  -0thirdparty/discount-2.2.6-patched/amalloc.c [License:
UNKNOWN]  *
A  +29   -0thirdparty/discount-2.2.6-patched/amalloc.h [License:
UNKNOWN]  *
A  +43   -0thirdparty/discount-2.2.6-patched/basename.c [License:
UNKNOWN]  *
A  +213  -0thirdparty/discount-2.2.6-patched/cmake/CMakeLists.txt
A  +79   -0thirdparty/discount-2.2.6-patched/cmake/config.h.in
A  +1-0thirdparty/discount-2.2.6-patched/cmake/discount-config.cmake.in
A  +2014 -0thirdparty/discount-2.2.6-patched/configure.inc
A  +264  -0thirdparty/discount-2.2.6-patched/configure.sh
A  +85   -0thirdparty/discount-2.2.6-patched/css.c [License: UNKNOWN] 
*
A  +76   -0thirdparty/discount-2.2.6-patched/cstring.h [License:
UNKNOWN]  *
A  +54   -0thirdparty/discount-2.2.6-patched/docheader.c [License:
UNKNOWN]  *
A  +160  -0thirdparty/discount-2.2.6-patched/dumptree.c [License:
UNKNOWN]  *
A  +188  -0thirdparty/discount-2.2.6-patched/emmatch.c [License:
UNKNOWN]  *
A  +93   -0thirdparty/discount-2.2.6-patched/flags.c [License: UNKNOWN]
 *
A  +2107 -0thirdparty/discount-2.2.6-patched/generate.c [License:
UNKNOWN]  *
A  +196  -0thirdparty/discount-2.2.6-patched/gethopt.3
A  +286  -0thirdparty/discount-2.2.6-patched/gethopt.c [License:
UNKNOWN]  *
A  +43   -0thirdparty/discount-2.2.6-patched/gethopt.h [License:
UNKNOWN]  *
A  +101  -0thirdparty/discount-2.2.6-patched/github_flavoured.c
[License: UNKNOWN]  *
A  +36   -0thirdparty/discount-2.2.6-patched/h1title.c [License:
UNKNOWN]  *
A  +21   -0thirdparty/discount-2.2.6-patched/html5.c [License: UNKNOWN]
 *
A  +11   -0thirdparty/discount-2.2.6-patched/libmarkdown.pc.in
A  +338  -0thirdparty/discount-2.2.6-patched/main.c [License: UNKNOWN] 
*
A  +45   -0thirdparty/discount-2.2.6-patched/makepage.1
A  +102  -0thirdparty/discount-2.2.6-patched/makepage.c [License:
UNKNOWN]  *
A  +195  -0thirdparty/discount-2.2.6-patched/markdown.1
A  +152  -0thirdparty/discount-2.2.6-patched/markdown.3
A  +1020 -0thirdparty/discount-2.2.6-patched/markdown.7
A  +1463 -0thirdparty/discount-2.2.6-patched/markdown.c [License:
UNKNOWN]  *
A  +270  -0thirdparty/discount-2.2.6-patched/markdown.h [License:
GENERATED FILE]  *
A  +71   -0thirdparty/discount-2.2.6-patched/mkd-callbacks.3
A  +197  -0thirdparty/discount-2.2.6-patched/mkd-extensions.7
A  +186  -0thirdparty/discount-2.2.6-patched/mkd-functions.3
A  +41   -0thirdparty/discount-2.2.6-patched/mkd-line.3
A  +52   -0thirdparty/discount-2.2.6-patched/mkd2html.1
A  +236  -0thirdparty/discount-2.2.6-patched/mkd2html.c [License:
UNKNOWN]  *
A  +457  -0thirdparty/discount-2.2.6-patched/mkdio.c [License: UNKNOWN]
 *
A  +127  -0thirdparty/discount-2.2.6-patched/mkdio.h.in
A  +92   -0thirdparty/discount-2.2.6-patched/mktags.c [License:
UNKNOWN]  *
A  +65   -0thirdparty/discount-2.2.6-patched/msvc/Makefile
A  +17   -0thirdparty/discount-2.2.6-patched/msvc/README.md
A  +75   -0thirdparty/discount-2.2.6-patched/msvc/config.h.vc
A  +44   -0thirdparty/discount-2.2.6-patched/notspecial.c 

[dolphin] [Bug 384798] KFind launcher for the toolbar

2019-11-17 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=384798

Elvis Angelaccio  changed:

   What|Removed |Added

   Version Fixed In||20.03.80
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/dol
   ||phin/537dc7864ae31e7c1c9a0a
   ||0ecf559b7cace23a82

--- Comment #6 from Elvis Angelaccio  ---
Git commit 537dc7864ae31e7c1c9a0a0ecf559b7cace23a82 by Elvis Angelaccio, on
behalf of Piotr Henryk Dabrowski.
Committed on 17/11/2019 at 17:15.
Pushed by elvisangelaccio into branch 'master'.

[Dolphin] Open Preferred Search Tool action

Summary:
Added "Open Preferred Search Tool" action to Tools menu.

It runs preferred (topmost) external search tool as configured in the "More
Search Tools" menu.

By default Ctrl+Shift+F shortcut is assigned to this action.
FIXED-IN: 20.03.80

{F7134238}
{F7134240}
{F7134242}

Reviewers: #dolphin, ngraham, elvisangelaccio

Reviewed By: #dolphin, ngraham

Subscribers: pkloc, kfm-devel, kde-doc-english

Tags: #dolphin, #documentation

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

M  +11   -0doc/index.docbook
M  +90   -9src/dolphinmainwindow.cpp
M  +22   -0src/dolphinmainwindow.h
M  +11   -1src/dolphinpart.cpp
M  +1-1src/dolphinpart.h
M  +2-1src/dolphinui.rc

https://commits.kde.org/dolphin/537dc7864ae31e7c1c9a0a0ecf559b7cace23a82

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

  1   2   >