[k3b] [Bug 363293] K3b crash when CD opened in Dolphin

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=363293

massdos...@gmail.com changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #4 from massdos...@gmail.com ---
Wow, this was a trip down memory lane :)

I tested it now using K3b Version 19.12.3 on Kubuntu 20.04 and the crash didn't
occur so it looks like this is no longer an issuue.

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

[systemsettings] [Bug 430522] Re-add the ability do disable applications from autostarting

2020-12-18 Thread Nick Stefanov
https://bugs.kde.org/show_bug.cgi?id=430522

Nick Stefanov  changed:

   What|Removed |Added

 CC||m...@abv.bg

--- Comment #3 from Nick Stefanov  ---
I don't know what was the purpose to remove it at all? Why make Plasma impotent
deliberately?

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

[systemsettings] [Bug 430527] New: Section header bar background does not follow theme colours

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=430527

Bug ID: 430527
   Summary: Section header bar background does not follow theme
colours
   Product: systemsettings
   Version: 5.20.4
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: kde-b...@richardpayne.name
  Target Milestone: ---

Created attachment 134169
  --> https://bugs.kde.org/attachment.cgi?id=134169&action=edit
Screenshot of issue

STEPS TO REPRODUCE
1. Setup a dark theme (I'm using McSur-dark, but the problem manifested on
Breeze Dark and Spectrum Dark too)
2. Open system settings

OBSERVED RESULT
The header bar above the RHS panel has a white background with light gray text. 
See attached screenshot.


EXPECTED RESULT
Something fitting in with the dark theme selected.


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.

[kooka] [Bug 66713] crash when scanning into subgallery, in ~KFileIconViewItem()

2020-12-18 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=66713

Jonathan Marten  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |FIXED

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

[kooka] [Bug 144074] Crash after deleting images, in ~KFileIconViewItem

2020-12-18 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=144074

Jonathan Marten  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |FIXED

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

[frameworks-solid] [Bug 427092] btrfs multiple device handling

2020-12-18 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=427092

--- Comment #21 from Méven Car  ---
It seems we should try to have one entry by (subvol, uuid) pairs.

But AFAICT udisk does not expose subvolume directly, we will need to parse the
org.freedesktop.UDisks2.Block.Configuration or fstab field to find the
subvolumes.
And then build the tree Block to VirtIO Disk to btrfs fs.

mount aka mtab could be leverage as well:
/dev/vdb1 on /run/media/chris/b5c151d7-46e9-413b-8061-54d52f655b67 type btrfs
(rw,nosuid,nodev,relatime,seclabel,space_cache=v2,subvolid=5,subvol=/)
We have subvolid and subvol "path".

For single subvolume case, your case; we need to depud things based on UUID.
For some reason when mounted only /dev/vdb1
/org/freedesktop/UDisks2/drives/VirtIO_Disk_1 got mounted.
And since it shares its UUID with /dev/vdc1 which is not mounted, we should
keep only /dev/vdb1.

Now we'd need a way to figure out which block_device will be mounted when we
mount a btrfs block_device.
I.e is there a way to know/deduce before mounting /dev/vdb1 will be mounted
instead of /dev/vdc1
My naive guess would be string ordering "/dev/vdb1" is before "/dev/vdc1" or
"VirtIO_Disk_1" vs "VirtIO_Disk_2"

I don't know how to handle the multiple mountpoints for the same block :
MountPoints:/run/media/chris/b5c151d7-46e9-413b-8061-54d52f655b67
/run/media/chris/b5c151d7-46e9-413b-8061-54d52f655b671
/run/media/chris/b5c151d7-46e9-413b-8061-54d52f655b6710
[...]
/run/media/chris/b5c151d7-46e9-413b-8061-54d52f655b677
/run/media/chris/b5c151d7-46e9-413b-8061-54d52f655b678
/run/media/chris/b5c151d7-46e9-413b-8061-54d52f655b679

Should we expose only one ? Are they equivalent ?
Currently I believe solid just picks the first one.

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

[kooka] [Bug 132701] deleting folders doesn't work properly

2020-12-18 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=132701

Jonathan Marten  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED
 Status|NEEDSINFO   |RESOLVED

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

[kcalc] [Bug 330979] while calculating x*(10^y) if value of y>1000000 then kcalc gets hanged sometime ,sometime its crashes for large value of y

2020-12-18 Thread Raushan Kumar
https://bugs.kde.org/show_bug.cgi?id=330979

--- Comment #8 from Raushan Kumar  ---
Resolved

On Thu, 17 Dec, 2020, 10:53 AM Justin Zobel, 
wrote:

> https://bugs.kde.org/show_bug.cgi?id=330979
>
> Justin Zobel  changed:
>
>What|Removed |Added
>
> 
>  Resolution|--- |WAITINGFORINFO
>  Status|CONFIRMED   |NEEDSINFO
>
> --- Comment #7 from Justin Zobel  ---
> Thank you for the crash report.
>
> As it has been a while since this was reported, can you please test and
> confirm
> if this issue is still occurring or if this bug report can be marked as
> resolved.
>
> I have set the bug status to "needsinfo" pending your response, please
> change
> back to "reported" or "resolved/worksforme" when you respond, thank you.
>
> --
> You are receiving this mail because:
> You reported the bug.

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

[kde-windows] [Bug 320319] SFTP kioslave does not behave as expected with the file opening dialog

2020-12-18 Thread Ben Cooksley
https://bugs.kde.org/show_bug.cgi?id=320319

Ben Cooksley  changed:

   What|Removed |Added

 CC||bcooks...@kde.org

--- Comment #10 from Ben Cooksley  ---
The current builds of Kate produced by the Binary Factory don't include
kio-extras, which is where kio_sftp lives.

Building kio_sftp on Windows if memory serves is slightly problematic (although
I may be wrong on that)

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

[frameworks-kirigami] [Bug 430528] New: Global drawer content goes behind the header on the desktop

2020-12-18 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=430528

Bug ID: 430528
   Summary: Global drawer content goes behind the header on the
desktop
   Product: frameworks-kirigami
   Version: Master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: notm...@gmail.com
  Reporter: c...@carlschwan.eu
  Target Milestone: Not decided
 Flags: corner_case+, Translation_missing-, Usability+

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

SUMMARY

Global drawer content goes behind the header on the desktop. Glitch found in
multiple Kirigami applications. This looks related to this closed bug
https://bugs.kde.org/show_bug.cgi?id=427661

STEPS TO REPRODUCE
1. No real way to reproduce, this appears randomly and when opening the app in
Gammaray, generally the glitch disappears.


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: openSUSE tumbleweed
(available in About System)
KDE Plasma Version: master
KDE Frameworks Version: master 
Qt Version: 5.15.2

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

[krunner] [Bug 430529] New: krunner crash on start

2020-12-18 Thread Jacek Pawlyta
https://bugs.kde.org/show_bug.cgi?id=430529

Bug ID: 430529
   Summary: krunner crash on start
   Product: krunner
   Version: 5.20.4
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: alexander.loh...@gmx.de
  Reporter: cu...@poczta.onet.pl
CC: plasma-b...@kde.org
  Target Milestone: ---

Application: krunner (5.20.4)

Qt Version: 5.15.2
Frameworks Version: 5.75.0
Operating System: Linux 5.9.14-200.fc33.x86_64 x86_64
Windowing system: X11
Distribution: "Fedora release 33 (Thirty Three)"

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

starting krunner with Alt-F2 ends sometimes with krunner crash

The crash can be reproduced sometimes.

-- Backtrace:
Application: krunner (krunner), signal: Segmentation fault

[KCrash Handler]
#4  0x7f7ae381c0e8 in QScreen::handle() const () at /lib64/libQt5Gui.so.5
#5  0x7f7ad17f59fc in
QXcbIntegration::createPlatformOpenGLContext(QOpenGLContext*) const () at
/lib64/libQt5XcbQpa.so.5
#6  0x7f7ae3834071 in QOpenGLContext::create() () at /lib64/libQt5Gui.so.5
#7  0x7f7ae4cf53aa in QSGRenderThread::syncAndRender(QImage*) () at
/lib64/libQt5Quick.so.5
#8  0x7f7ae4cf87cf in QSGRenderThread::run() () at /lib64/libQt5Quick.so.5
#9  0x7f7ae3222df0 in QThreadPrivate::start(void*) () at
/lib64/libQt5Core.so.5
#10 0x7f7ae263c3f9 in start_thread () at /lib64/libpthread.so.0
#11 0x7f7ae2e8a903 in clone () at /lib64/libc.so.6

Thread 4 (Thread 0x7f7ac8fef640 (LWP 11987) "QQmlThread"):
#1  0x7ffcec7bb9e7 in clock_gettime ()
#2  0x7f7ae2e51715 in clock_gettime@GLIBC_2.2.5 () at /lib64/libc.so.6
#3  0x7f7ae3409f95 in qt_gettime() () at /lib64/libQt5Core.so.5
#4  0x7f7ae34088dd in QTimerInfoList::updateCurrentTime() () at
/lib64/libQt5Core.so.5
#5  0x7f7ae3408d29 in QTimerInfoList::timerWait(timespec&) () at
/lib64/libQt5Core.so.5
#6  0x7f7ae340a43e in timerSourcePrepare(_GSource*, int*) () at
/lib64/libQt5Core.so.5
#7  0x7f7ae1b2e46a in g_main_context_prepare () at /lib64/libglib-2.0.so.0
#8  0x7f7ae1b804a3 in g_main_context_iterate.constprop () at
/lib64/libglib-2.0.so.0
#9  0x7f7ae1b2bbc3 in g_main_context_iteration () at
/lib64/libglib-2.0.so.0
#10 0x7f7ae340a70b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /lib64/libQt5Core.so.5
#11 0x7f7ae33bc57b in
QEventLoop::exec(QFlags) () at
/lib64/libQt5Core.so.5
#12 0x7f7ae3221b67 in QThread::exec() () at /lib64/libQt5Core.so.5
#13 0x7f7ae49465ec in QQmlThreadPrivate::run() () at /lib64/libQt5Qml.so.5
#14 0x7f7ae3222df0 in QThreadPrivate::start(void*) () at
/lib64/libQt5Core.so.5
#15 0x7f7ae263c3f9 in start_thread () at /lib64/libpthread.so.0
#16 0x7f7ae2e8a903 in clone () at /lib64/libc.so.6

Thread 3 (Thread 0x7f7ad0cc8640 (LWP 11986) "QDBusConnection"):
#1  0x7f7ae1b80576 in g_main_context_iterate.constprop () at
/lib64/libglib-2.0.so.0
#2  0x7f7ae1b2bbc3 in g_main_context_iteration () at
/lib64/libglib-2.0.so.0
#3  0x7f7ae340a70b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /lib64/libQt5Core.so.5
#4  0x7f7ae33bc57b in
QEventLoop::exec(QFlags) () at
/lib64/libQt5Core.so.5
#5  0x7f7ae3221b67 in QThread::exec() () at /lib64/libQt5Core.so.5
#6  0x7f7ae3d5410b in QDBusConnectionManager::run() () at
/lib64/libQt5DBus.so.5
#7  0x7f7ae3222df0 in QThreadPrivate::start(void*) () at
/lib64/libQt5Core.so.5
#8  0x7f7ae263c3f9 in start_thread () at /lib64/libpthread.so.0
#9  0x7f7ae2e8a903 in clone () at /lib64/libc.so.6

Thread 2 (Thread 0x7f7ad14ec640 (LWP 11985) "QXcbEventQueue"):
#1  0x7f7ae2cc3842 in _xcb_conn_wait.part.0 () at /lib64/libxcb.so.1
#2  0x7f7ae2cc51cc in xcb_wait_for_event () at /lib64/libxcb.so.1
#3  0x7f7ad1815448 in QXcbEventQueue::run() () at /lib64/libQt5XcbQpa.so.5
#4  0x7f7ae3222df0 in QThreadPrivate::start(void*) () at
/lib64/libQt5Core.so.5
#5  0x7f7ae263c3f9 in start_thread () at /lib64/libpthread.so.0
#6  0x7f7ae2e8a903 in clone () at /lib64/libc.so.6

Thread 1 (Thread 0x7f7adee5ddc0 (LWP 11984) "krunner"):
#1  0x7f7ae32289bb in QWaitCondition::wait(QMutex*, QDeadlineTimer) () at
/lib64/libQt5Core.so.5
#2  0x7f7ae4cf4426 in
QSGThreadedRenderLoop::polishAndSync(QSGThreadedRenderLoop::Window*, bool) ()
at /lib64/libQt5Quick.so.5
#3  0x7f7ae4cf9a39 in QSGThreadedRenderLoop::exposureChanged(QQuickWindow*)
() at /lib64/libQt5Quick.so.5
#4  0x7f7ae38047b5 in QWindow::event(QEvent*) () at /lib64/libQt5Gui.so.5
#5  0x55d41acafc1a in View::event(QEvent*) ()
#6  0x7f7ae3f71ec3 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /lib64/libQt5Widgets.so.5
#7  0x7f7ae33bdbd8 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() at /lib64/libQt5Core.so.5
#8  0x7f7ae37fa7

[k3b] [Bug 327658] Erasing / recording BD-RE DL in K3B

2020-12-18 Thread Armin Mohring
https://bugs.kde.org/show_bug.cgi?id=327658

--- Comment #2 from Armin Mohring  ---
I am using Manjaro 20.2 now.
This bug/error does not occur anymore.

I have written 40GB of holiday pictures with k3b version 20.08.3.

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

[digikam] [Bug 429103] Digikam 7.1.0 does not start up, when using macos big sur

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=429103

--- Comment #102 from caulier.gil...@gmail.com ---
Hi all,

Good news. I completed to compile and install last Qt 5.15.2, including
QtWebEngine under BigSur with HighSierra backward compatibility. KF5 framework
compile fine too, and now digiKam compilation started.

The way to use QtWebEngine instead the old QtWebkit will increase the security
and the compatibility when digiKAm use web services.

A new PKG version will be ready in few hours at usual place of course.

Gilles Caulier

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

[frameworks-attica] [Bug 429939] System Settings crashed while attempting to download a theme

2020-12-18 Thread Dan Leinir Turthra Jensen
https://bugs.kde.org/show_bug.cgi?id=429939

Dan Leinir Turthra Jensen  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/fram
   ||eworks/attica/commit/6156b2
   ||a968664c4e08efbc72e5acea9f1
   ||e2ffa22
 Status|REOPENED|RESOLVED
   Version Fixed In||5.78

--- Comment #6 from Dan Leinir Turthra Jensen  ---
Git commit 6156b2a968664c4e08efbc72e5acea9f1e2ffa22 by Dan Leinir Turthra
Jensen.
Committed on 18/12/2020 at 09:10.
Pushed by leinir into branch 'master'.

Honour the job being aborted immediately

Occasionally, a job will be started and then immediately cancelled. This
can cause the job to end up still attempting to run while it is in the
process of being destructed, which in turn leads to accessing bits of
data which are no longer available, and in the end a crash. This fixes
that problem by ensuring we actually honour abort calls internally as
well.

Also adds a little test for listing content, and for switching the sort order.

FIXED-IN:5.78

M  +60   -2autotests/providertest.cpp
M  +5-0src/atticabasejob.cpp

https://invent.kde.org/frameworks/attica/commit/6156b2a968664c4e08efbc72e5acea9f1e2ffa22

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

[krunner] [Bug 347718] Krunner should rank local locations over search term hits when text starts with ~/

2020-12-18 Thread Alexander Lohnau
https://bugs.kde.org/show_bug.cgi?id=347718

--- Comment #3 from Alexander Lohnau  ---
Created attachment 134172
  --> https://bugs.kde.org/attachment.cgi?id=134172&action=edit
Okay, can reproduce :)

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

[konqueror] [Bug 94019] Malicious javascriptlet crashes konqueror (FreeBSD)

2020-12-18 Thread Max
https://bugs.kde.org/show_bug.cgi?id=94019

Max  changed:

   What|Removed |Added

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

--- Comment #8 from Max  ---
(In reply to Justin Zobel from comment #6)
> Thank you for the report, Michael.
> 
> As it has been a while since this was reported, can you please test and
> confirm if this issue is still occurring or if this bug report can be marked
> as resolved.

I've just tested Konqueror with KHTML engine, and it crashes the same way.

FreeBSD 12.2-STABLE
kf5-kjs-5.75.0
konqueror-20.08.3

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

[konqueror] [Bug 386199] Konqueror (KHTML) crash

2020-12-18 Thread Joachim Mairböck
https://bugs.kde.org/show_bug.cgi?id=386199

Joachim Mairböck  changed:

   What|Removed |Added

 CC||j.mairbo...@gmail.com

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

[konqueror] [Bug 386199] Konqueror (KHTML) crash

2020-12-18 Thread Joachim Mairböck
https://bugs.kde.org/show_bug.cgi?id=386199

Joachim Mairböck  changed:

   What|Removed |Added

 Resolution|WORKSFORME  |---
 Ever confirmed|0   |1
 Status|RESOLVED|REOPENED

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

[konqueror] [Bug 386199] Konqueror (KHTML) crash

2020-12-18 Thread Joachim Mairböck
https://bugs.kde.org/show_bug.cgi?id=386199

--- Comment #4 from Joachim Mairböck  ---
*** Bug 386504 has been marked as a duplicate of this bug. ***

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

[konqueror] [Bug 386504] Konqueror crash when finished loading a page

2020-12-18 Thread Joachim Mairböck
https://bugs.kde.org/show_bug.cgi?id=386504

Joachim Mairböck  changed:

   What|Removed |Added

 Resolution|WORKSFORME  |DUPLICATE

--- Comment #3 from Joachim Mairböck  ---


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

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

[plasmashell] [Bug 402081] Add "Shut down" and "Reboot" options as well

2020-12-18 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=402081

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/commit/
   ||2210d9489dc5d02dbe6145d8bc6
   ||4e57af4f15a51
 Status|ASSIGNED|RESOLVED

--- Comment #2 from David Edmundson  ---
Git commit 2210d9489dc5d02dbe6145d8bc64e57af4f15a51 by David Edmundson.
Committed on 18/12/2020 at 09:36.
Pushed by davidedmundson into branch 'master'.

[applets/lock_logout] Add explicit options for logout and reboot

With the UI changes in Kicker and the logout screen over the past years
the concept of "leave" with a default shutodwn action has gotten muddy.

Kicker shows all the options explicitly, the logout applet has got left
behind, and is currently a bit broken. The leave option currently always
shutdown regardless.

It's perfectly valid to want to have a short applet shortcut to log out
sometimes, and shutdown in other times.

This patch adds explicit options for logout and reboot, and clarified
the UI presentation of shutdown to match what it currently actually
does.
Related: bug 424426

M  +8-0applets/lock_logout/contents/config/main.xml
M  +18   -5applets/lock_logout/contents/ui/ConfigGeneral.qml
M  +14   -2applets/lock_logout/contents/ui/data.js

https://invent.kde.org/plasma/plasma-workspace/commit/2210d9489dc5d02dbe6145d8bc64e57af4f15a51

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

[plasmashell] [Bug 424426] Logout defaults to shutting down once pressed

2020-12-18 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=424426

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/commit/
   ||2210d9489dc5d02dbe6145d8bc6
   ||4e57af4f15a51

--- Comment #15 from David Edmundson  ---
Git commit 2210d9489dc5d02dbe6145d8bc64e57af4f15a51 by David Edmundson.
Committed on 18/12/2020 at 09:36.
Pushed by davidedmundson into branch 'master'.

[applets/lock_logout] Add explicit options for logout and reboot

With the UI changes in Kicker and the logout screen over the past years
the concept of "leave" with a default shutodwn action has gotten muddy.

Kicker shows all the options explicitly, the logout applet has got left
behind, and is currently a bit broken. The leave option currently always
shutdown regardless.

It's perfectly valid to want to have a short applet shortcut to log out
sometimes, and shutdown in other times.

This patch adds explicit options for logout and reboot, and clarified
the UI presentation of shutdown to match what it currently actually
does.
Related: bug 402081

M  +8-0applets/lock_logout/contents/config/main.xml
M  +18   -5applets/lock_logout/contents/ui/ConfigGeneral.qml
M  +14   -2applets/lock_logout/contents/ui/data.js

https://invent.kde.org/plasma/plasma-workspace/commit/2210d9489dc5d02dbe6145d8bc64e57af4f15a51

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

[plasmashell] [Bug 430502] 'Leave' widget ignores first click

2020-12-18 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=430502

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #2 from David Edmundson  ---
The report is subtly different from 424426 which is what I set out to fix.

Could you confirm if it works on master/5.21 and reopen if it's still an issue.

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

[kwin] [Bug 430524] Windows and Kickoff / KRunner opens in the wrong monitor

2020-12-18 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=430524

Méven Car  changed:

   What|Removed |Added

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

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

[dolphin] [Bug 430374] Dolphin crashed while moving and mearging folders

2020-12-18 Thread agapito
https://bugs.kde.org/show_bug.cgi?id=430374

agapito  changed:

   What|Removed |Added

   Platform|openSUSE RPMs   |Archlinux Packages

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

[plasmashell] [Bug 430530] New: CPU Widget garbage

2020-12-18 Thread Franco Pellegrini
https://bugs.kde.org/show_bug.cgi?id=430530

Bug ID: 430530
   Summary: CPU Widget garbage
   Product: plasmashell
   Version: 5.20.4
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: System Monitor
  Assignee: plasma-b...@kde.org
  Reporter: francogpellegr...@gmail.com
CC: ahiems...@heimr.nl, notm...@gmail.com
  Target Milestone: 1.0

Created attachment 134174
  --> https://bugs.kde.org/attachment.cgi?id=134174&action=edit
graph garbage

SUMMARY

Since 5.20.3 and 5.20.4, sometimes the CPU widget show garbage

STEPS TO REPRODUCE
1. wait until garbage appear

OBSERVED RESULT
attached as screenshot

EXPECTED RESULT
Correct graph

SOFTWARE/OS VERSIONS
Operating System: KDE neon 5.20
KDE Plasma Version: 5.20.4
KDE Frameworks Version: 5.77.0
Qt Version: 5.15.2
Kernel Version: 5.4.0-58-generic
OS Type: 64-bit
Processors: 6 × Intel® Core™ i5-8400 CPU @ 2.80GHz
Memory: 22.9 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics 630

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

[digikam] [Bug 422996] Digikam Crash with GMicQt plugin on Mac Mojave

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=422996

--- Comment #9 from caulier.gil...@gmail.com ---
Hi,

A new version of digiKam 7.2.0-beta2 PKG installer for MacOS compatible with
HighSierra to BigSur is available for testing here :

https://files.kde.org/digikam/

This PKG include a more recent version of GMicQt plugin (2.92), including a
up-to-date GMic + CImg codes

Can you take a look if plugin work better now ? Thanks in advance

Gilles Caulier

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

[plasmashell] [Bug 371671] Panel won't auto-hide after enabling/disabling compositing

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=371671

xmaker...@gmail.com changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #8 from xmaker...@gmail.com ---
I have tested the issue now as well and I can't reproduce it now either.
I am using Plasma 5.20.4 now.

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

[k3b] [Bug 310663] K3b krasched before starting Audio ripping

2020-12-18 Thread mansson
https://bugs.kde.org/show_bug.cgi?id=310663

mansson  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from mansson  ---
Wow. 2012-11-25 You guys are running behind, aren't you :-) OK thanks for the
effort. I am now on Ubuntu 20.10 and have not seen this problem for a long
time.

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

[kwin] [Bug 430531] New: Panel height edit buttons reversed

2020-12-18 Thread Onyx
https://bugs.kde.org/show_bug.cgi?id=430531

Bug ID: 430531
   Summary: Panel height edit buttons reversed
   Product: kwin
   Version: 5.20.4
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: onyx...@gmail.com
  Target Milestone: ---

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

SUMMARY


STEPS TO REPRODUCE
1. Right-click the Panel, click Edit Panel
2. Click - in Panel height or click + in panel height. 

OBSERVED RESULT
Clicking the - actually increases the number and therefore size of the panel's
height. 
Clicking the + actually decreases the number and therefore size of the panel's
height. 


EXPECTED RESULT
The opposite of what is happening.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: EndeavourOS 64-bit Kernel 5.9.14-arch-1
(available in About System)
KDE Plasma Version: 5.20.4
KDE Frameworks Version: 5.77.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION
Running on Asus ROG Strix III, with Nvidia GTX1650.

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

[digikam] [Bug 429103] Digikam 7.1.0 does not start up, when using macos big sur

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=429103

--- Comment #103 from caulier.gil...@gmail.com ---
Hi all,

New 7.2.0-beta2 PKG is available for testing at usual place:

https://files.kde.org/digikam/

This version use now last Qt 5.15.2 and go back to QtWebEngine.

Thanks for your feedback.

Gilles Caulier

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

[dolphin] [Bug 430532] New: Vertical scrolling broken for input devices with horizontal scrolling component (e.g. touchpad, trackpoint)

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=430532

Bug ID: 430532
   Summary: Vertical scrolling broken for input devices with
horizontal scrolling component (e.g. touchpad,
trackpoint)
   Product: dolphin
   Version: 20.11.80
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: view-engine: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: mantape...@gmail.com
CC: kfm-de...@kde.org
  Target Milestone: ---

Scrolling in a vertical direction with a touchpad is stuttery and doesn't
maintain scroll inertia unless the movement is perfectly vertical. The bug is
not present when using Dolphin 20.08.3; on my Arch install the issue appeared
on version 20.12.0, but a build of version 20.11.80 from git contains the bug
as well.

Steps to reproduce:
1. Install any Dolphin version >= 20.11.80 on a laptop
2. Open a directory with a long list of files
3. Scroll using the touchpad/trackpoint

Expected result: smooth scrolling that maintains inertia

Observed result: scrolling stops as soon as scrolling movement is not perfectly
vertical


Additional information:
I believe the bug might be similar in nature to a Konsole bug reported a few
months ago as the expected and observed behaviour are pretty much the same; the
bug in question is

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

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

[kdeconnect] [Bug 430533] New: KDE Connect crashed after playing video on host

2020-12-18 Thread Stefan Rücker
https://bugs.kde.org/show_bug.cgi?id=430533

Bug ID: 430533
   Summary: KDE Connect crashed after playing video on host
   Product: kdeconnect
   Version: unspecified
  Platform: Debian stable
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: common
  Assignee: albertv...@gmail.com
  Reporter: s.ruec...@gmx.de
  Target Milestone: ---

Application: kdeconnectd (1.4.0)

Qt Version: 5.15.2
Frameworks Version: 5.74.0
Operating System: Linux 5.9.0-4-amd64 x86_64
Windowing system: X11
Distribution: Debian GNU/Linux bullseye/sid

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

A video was playing in vlc. After stopping that video kdeconnect crashed.  
Kdeconnect was at that time also running on my phone and it was connected 
to the kdeconnect running on the linux host where it crashed via wlan.

-- Backtrace:
Application: KDE Connect-Dienst (kdeconnectd), signal: Segmentation fault

[KCrash Handler]
#4  0x7fca17414c54 in KNotification::setPixmap(QPixmap const&) () from
/usr/lib/x86_64-linux-gnu/libKF5Notifications.so.5
#5  0x7fca091de80d in Notification::applyIcon (this=0x7fca0405ccd0) at
./plugins/notifications/notification.cpp:177
#6  0x7fca091df73a in operator() (__closure=0x5645fff801b0) at
./plugins/notifications/notification.cpp:167
#7  QtPrivate::FunctorCall, QtPrivate::List<>, void,
Notification::loadIcon(const NetworkPacket&):: >::call
(arg=, f=...) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:146
#8  QtPrivate::Functor, 0>::call, void> (arg=, f=...) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:256
#9  QtPrivate::QFunctorSlotObject, 0, QtPrivate::List<>, void>::impl(int,
QtPrivate::QSlotObjectBase *, QObject *, void **, bool *) (which=, this_=0x5645fff801a0, r=, a=,
ret=) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:443
#10 0x7fca16167506 in QtPrivate::QSlotObjectBase::call (a=0x7ffe71a90930,
r=0x7fca0405ccd0, this=0x5645fff801a0) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
#11 doActivate (sender=0x5645fffad5f0, signal_index=6,
argv=0x7ffe71a90930) at kernel/qobject.cpp:3886
#12 0x7fca171e09fc in KJob::result(KJob*, KJob::QPrivateSignal) () from
/usr/lib/x86_64-linux-gnu/libKF5CoreAddons.so.5
#13 0x7fca171e1503 in KJob::finishJob(bool) () from
/usr/lib/x86_64-linux-gnu/libKF5CoreAddons.so.5
#14 0x7fca16167506 in QtPrivate::QSlotObjectBase::call (a=0x7ffe71a90a10,
r=0x5645fffad5f0, this=0x5645fff79950) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
#15 doActivate (sender=0x5645fffba970, signal_index=10,
argv=0x7ffe71a90a10) at kernel/qobject.cpp:3886
#16 0x7fca1613f683 in QMetaMethod::invoke (this=,
object=0x5645fffba970, connectionType=Qt::DirectConnection, returnValue=...,
val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=...,
val8=..., val9=...) at kernel/qmetaobject.cpp:2303
#17 0x7fca16140fba in QMetaObject::invokeMethod
(obj=obj@entry=0x5645fffba970, member=member@entry=0x7fca1753833a "finished",
type=type@entry=Qt::AutoConnection, ret=..., val0=..., val1=..., val2=...,
val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at
kernel/qmetaobject.cpp:1515
#18 0x7fca174af035 in QMetaObject::invokeMethod (val9=..., val8=...,
val7=..., val6=..., val5=..., val4=..., val3=..., val2=..., val1=..., val0=...,
type=Qt::AutoConnection, member=0x7fca1753833a "finished", obj=0x5645fffba970)
at /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs.h:292
#19 KDEPrivate::AccessManagerReply::emitFinished
(this=this@entry=0x5645fffba970, state=state@entry=true,
type=type@entry=Qt::AutoConnection) at
./src/widgets/accessmanagerreply_p.cpp:518
#20 0x7fca174b04bb in KDEPrivate::AccessManagerReply::slotResult
(this=0x5645fffba970, kJob=0x5645ffe41c30) at
./src/widgets/accessmanagerreply_p.cpp:460
#21 0x7fca16167506 in QtPrivate::QSlotObjectBase::call (a=0x7ffe71a91260,
r=0x5645fffba970, this=0x56460002ea60) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
#22 doActivate (sender=0x5645ffe41c30, signal_index=6,
argv=0x7ffe71a91260) at kernel/qobject.cpp:3886
#23 0x7fca171e09fc in KJob::result(KJob*, KJob::QPrivateSignal) () from
/usr/lib/x86_64-linux-gnu/libKF5CoreAddons.so.5
#24 0x7fca171e1503 in KJob::finishJob(bool) () from
/usr/lib/x86_64-linux-gnu/libKF5CoreAddons.so.5
#25 0x7fca16167506 in QtPrivate::QSlotObjectBase::call (a=0x7ffe71a91340,
r=0x5645ffe41c30, this=0x5645bc60) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
#26 doActivate (sender=0x5645fff76410, signal_index=7,
argv=0x7ffe71a91340) at kernel/qobject.cpp:3886
#27 0x7fca17334a00 in KIO::SlaveInterface::dispatch(int, QByteArray const&)
() from /usr/lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#28 0x7fca1733

[plasmashell] [Bug 430534] New: [Wayland] Multi desktop Task Manager preview gives %1{I18N_ARGUMENT_MIS....}

2020-12-18 Thread Srevin Saju
https://bugs.kde.org/show_bug.cgi?id=430534

Bug ID: 430534
   Summary: [Wayland] Multi desktop Task Manager preview gives
%1{I18N_ARGUMENT_MIS}
   Product: plasmashell
   Version: 5.20.4
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Task Manager and Icons-Only Task Manager
  Assignee: h...@kde.org
  Reporter: srevins...@sugarlabs.org
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Created attachment 134176
  --> https://bugs.kde.org/attachment.cgi?id=134176&action=edit
Screenshot showing ki18n invalid string formatting

SUMMARY
Wayland Task Manager shows %1{I18N_ARGUMENT_MIS}
kf.i18n: "0 instead of 1 arguments to message {On %1} supplied before
conversion."

STEPS TO REPRODUCE
1. Make two desktops, and launch a KDE app on those two different desktops
2. Hover over Plasma Icon-Only Task Manager (grouped)
3. Observe the Desktop Name



OBSERVED RESULT
Desktop Name Appears as an badly formatted string "On %{I18N_ARGUMENT_MIS...}
See attached screenshot

EXPECTED RESULT
The real desktop name should be shown instead


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

ADDITIONAL INFORMATION

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

[dolphin] [Bug 430441] Dolphin 20.12.0 segmentation faults when trying to drag mounted partition in Places panel

2020-12-18 Thread Aurélien Oudelet
https://bugs.kde.org/show_bug.cgi?id=430441

--- Comment #8 from Aurélien Oudelet (auroud85_fr)  ---
Glad this gets fixed.

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

[skrooge] [Bug 430535] New: % increase calculation in dashboard account widgets

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=430535

Bug ID: 430535
   Summary: % increase calculation in dashboard account widgets
   Product: skrooge
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: guillaume.deb...@gmail.com
  Reporter: manuel.klem...@gmail.com
CC: steph...@mankowski.fr
  Target Milestone: ---

Created attachment 134177
  --> https://bugs.kde.org/attachment.cgi?id=134177&action=edit
cropped screenshot

SUMMARY
When starting a new (bank) account with initial balance = 0.00, and entering a
few operations, the percent of change calculation in dashboard widgets shows an
insane long number (probably some kind of max of data type, or so). 

STEPS TO REPRODUCE
1. create a new account, initial balance = 0.00
2. add some operations
3. check the operations
4. open the default dashboard

OBSERVED RESULT
The "accounts (full)" and "banks (full)" widgets show an insane number for the
first month of percent increase.
(+1,000,000,000,000,000,052,504,760,255,204,420,248,704,468,581,108,159,154,915,854,115,511,802,457,988,908,195,786,371,375,080,447,864,043,704,443,832,883,878,176,942,523,235,360,430,575,644,792,184,786,706,982,848,387,200,926,575,803,737,830,233,794,788,090,059,368,953,234,970,799,945,081,119,038,967,640,880,074,652,742,780,142,494,579,258,788,820,056,842,838,115,669,472,196,386,865,459,400,540,160.00
%)

EXPECTED RESULT
not sure, maybe no percentage calculation for the first month when initial
balance is zero? I guess anything other than this huge number taking a lot of
space...

SOFTWARE/OS VERSIONS
Skrooge: 2.24.0
Linux/KDE Plasma: Gentoo/Plasma 5.20.4
(available in About System)
KDE Plasma Version: 5.20.4
KDE Frameworks Version: 5.77.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION

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

[konqueror] [Bug 335581] Segmentation fault on http://www.newegg.com

2020-12-18 Thread Graeme Hewson
https://bugs.kde.org/show_bug.cgi?id=335581

Graeme Hewson  changed:

   What|Removed |Added

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

--- Comment #6 from Graeme Hewson  ---
I tested using the reduction in comment 1. There's no crash using WebEngine,
but there's still a segmentation exception using KHTML.

This is not a problem for me as I no longer use Konqueror.

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

[Discover] [Bug 430256] Discover does not install updates for some packages reporting them as being 0 B

2020-12-18 Thread Riccardo Robecchi
https://bugs.kde.org/show_bug.cgi?id=430256

--- Comment #2 from Riccardo Robecchi  ---
(In reply to Nate Graham from comment #1)
> A few questions:
> 
> 1. Are all PPA-originated packages listed as 0B, or just this one, or just
> some?
> 2. If you wait a little while, does the real size get populated?
> 3. If the real size is eventually populated, does the update succeed if you
> tell it to update after that has happened?

So far only Waterfox and Palemoon have exhibited this behaviour on my install.
PPAs are fine, while these packages are hosted on OpenSUSE's infrastructure.
The real size is never populated and the update never succeeds, so I need to
use either the terminal or Muon to carry out the update. I've been observing
this bug for a while (months) and in the past I tried waiting for a few days
for the correct size to appear and for the update to go through, but that never
happened.

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

[kdiagram] [Bug 430452] Printing with row labels or on multiple pages does not work well

2020-12-18 Thread Dag Andersen
https://bugs.kde.org/show_bug.cgi?id=430452

Dag Andersen  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/grap
   ||hics/kdiagram/commit/0bbdab
   ||1fe08f11403a21b7ed07338e912
   ||8eb8d21
 Resolution|--- |FIXED
   Version Fixed In||2.7.89

--- Comment #1 from Dag Andersen  ---
Git commit 0bbdab1fe08f11403a21b7ed07338e9128eb8d21 by Dag Andersen.
Committed on 18/12/2020 at 09:58.
Pushed by danders into branch 'master'.

Fix Bug 430452 - Printing with row labels on multiple pages does not work well

Adds three scaling options:
- NoScaling to print the diagram on as many pages as needed.
- FitSingle to fit the diagram into a single page.
- FitVertical to fit diagram height to page height
  Might still print multiple pages 'horizontally'.

Issues:
- Bottom- and right margins not respected.
- Printing the datetime header above the rowlabels is not optimal
  especially when start is not at the diagram start.
- When start > diagram start and/or end < diagram end, lines may
  be empty because items lay outside the range.
  These should be removed from the printout.
FIXED-IN: 2.7.89

M  +1-0examples/Gantt/CMakeLists.txt
A  +9-0examples/Gantt/printing/CMakeLists.txt
A  +59   -0examples/Gantt/printing/main.cpp [License: GPL (v2+)]
A  +513  -0examples/Gantt/printing/mainwindow.cpp [License: GPL (v2+)]
A  +96   -0examples/Gantt/printing/mainwindow.h [License: GPL (v2+)]
A  +360  -0examples/Gantt/printing/projectmodel.cpp [License: GPL
(v2+)]
A  +56   -0examples/Gantt/printing/projectmodel.h [License: GPL (v2+)]
M  +2-0src/KGantt/CMakeLists.txt
M  +117  -28   src/KGantt/kganttgraphicsscene.cpp
M  +11   -0src/KGantt/kganttgraphicsscene.h
M  +4-0src/KGantt/kganttgraphicsview.cpp
M  +9-0src/KGantt/kganttgraphicsview.h
A  +128  -0src/KGantt/kganttprintingcontext.cpp [License: GPL (v2+)]
A  +118  -0src/KGantt/kganttprintingcontext.h [License: GPL (v2+)]
M  +4-0src/KGantt/kganttview.cpp
M  +9-0src/KGantt/kganttview.h

https://invent.kde.org/graphics/kdiagram/commit/0bbdab1fe08f11403a21b7ed07338e9128eb8d21

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

[plasmashell] [Bug 430536] New: OSD does not show volume level above 100% while the screen is locked

2020-12-18 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=430536

Bug ID: 430536
   Summary: OSD does not show volume level above 100% while the
screen is locked
   Product: plasmashell
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: bugsefor...@gmx.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

STEPS TO REPRODUCE
1. click on sound icon in the system tray and check "Raise maximum volume"
2. set volume level to 100%
3. play some audio
4. lock your screen
5. increase the volume level

OBSERVED RESULT
the volume level increases but OSD is still showing 100%

EXPECTED RESULT
OSD should show volume level above 100% while the screen is locked

SOFTWARE/OS VERSIONS
Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.20.80
KDE Frameworks Version: 5.78.0
Qt Version: 5.15.2

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

[konqueror] [Bug 360908] Crash in KJS

2020-12-18 Thread Graeme Hewson
https://bugs.kde.org/show_bug.cgi?id=360908

Graeme Hewson  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #4 from Graeme Hewson  ---
Unable to reproduce original crash.

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

[kontact] [Bug 430537] New: Cannot add EWS server

2020-12-18 Thread Aaron Williams
https://bugs.kde.org/show_bug.cgi?id=430537

Bug ID: 430537
   Summary: Cannot add EWS server
   Product: kontact
   Version: 5.16.0
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: mail
  Assignee: kdepim-b...@kde.org
  Reporter: aar...@doofus.org
  Target Milestone: ---

SUMMARY

I have an account with office365 with 

STEPS TO REPRODUCE
1. Add a new custom receiving account
2. Allow access to KWallet5
3. Choose EWS
4. Fill in Email
5. Select OAuth2 (Office 365)
6. Turn off Server Autodiscovery
7. Enter https://outlook.office365.com/EWS/Exchange.asmx
8. Click Try Connect
9. Fill in the OAuth2 page (successful)
10. Status reports OK.
11. OK button remains greyed out. No way to add the account.

OBSERVED RESULT
OK button remains greyed out

EXPECTED RESULT
I expect to be able to click OK.

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.

[frameworks-kio] [Bug 430313] Trash can not handle a file with a specific name

2020-12-18 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=430313

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #4 from Christoph Feck  ---
The apostrophe in "America's Town" is not UTF-8 encoded, but a single 0xDE byte
(which isn't even a Latin character). Dolphin can rename and delete the file,
but the Trash doesn't have code for handling broken filenames.

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

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

[frameworks-kio] [Bug 413834] Add "encoding hack to support broken file names" for trash://

2020-12-18 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=413834

Christoph Feck  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

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

[frameworks-kio] [Bug 430313] Trash can not handle a file with a specific name

2020-12-18 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=430313

--- Comment #5 from Christoph Feck  ---
Excuse me, the 222 value was not decimal, but octal, which is 0x92, and indeed
a single quotation mark in extended (Windows) Latin code pages.

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

[kontact] [Bug 430537] Cannot add EWS server

2020-12-18 Thread Aaron Williams
https://bugs.kde.org/show_bug.cgi?id=430537

--- Comment #1 from Aaron Williams  ---
Here are the Akonadi logs:
org.kde.pim.akonadiserver: New notification connection (registered as
Akonadi::Server::NotificationSubscriber(0x563436f861c0) )
org.kde.pim.akonadiserver: Subscriber
Akonadi::Server::NotificationSubscriber(0x563436f861c0) identified as
"AgentBaseChangeRecorder - 94445167940208"
org.kde.pim.ews: Authentication failed:  Password request failed
kf.kio.core: Invalid URL: QUrl("")
org.kde.pim.ews.client: Failed to process EWS request: Access to restricted
port in POST denied.
ERROR "Failed to process EWS request: Access to restricted port in POST
denied."
Please register the custom scheme 'urn' via
QWebEngineUrlScheme::registerScheme() before installing the custom scheme
handler.
org.kde.pim.ews.client: Starting OAuth2 authentication
org.kde.pim.ews.client: Launching browser for authentication
org.kde.pim.ews.client: PKeyAuth certificates not found
kf.kio.core: Invalid URL: QUrl("")
org.kde.pim.ews.client: Failed to process EWS request: Access to restricted
port in POST denied.
ERROR "Failed to process EWS request: Access to restricted port in POST
denied."
js: A cookie associated with a cross-site resource at
https://login.microsoftonline.com/ was set without the `SameSite` attribute. A
future release of Chrome will only deliver cookies with cross-site requests if
they are set with `SameSite=None` and `Secure`. You can review cookies in
developer tools under Application>Storage>Cookies and see more details at
https://www.chromestatus.com/feature/5088147346030592 and
https://www.chromestatus.com/feature/5633521622188032.
js: A cookie associated with a cross-site resource at https://login.live.com/
was set without the `SameSite` attribute. A future release of Chrome will only
deliver cookies with cross-site requests if they are set with `SameSite=None`
and `Secure`. You can review cookies in developer tools under
Application>Storage>Cookies and see more details at
https://www.chromestatus.com/feature/5088147346030592 and
https://www.chromestatus.com/feature/5633521622188032.
org.kde.pim.ews.client: Authentication succeeded

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

[kwin] [Bug 430531] Panel height edit buttons reversed

2020-12-18 Thread Onyx
https://bugs.kde.org/show_bug.cgi?id=430531

--- Comment #1 from Onyx  ---
After further experimentation, I can see this only occurs when the panel is top
of screen or right of screen.

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

[digikam] [Bug 414117] Full screen cannot close Image Editor by clicking Close Editor

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414117

--- Comment #11 from caulier.gil...@gmail.com ---
Hi,

digiKam 7.2.0-beta2 pre-release PKG installer now support BigSur and is
compiled with last stable Qt 5.15.2.

https://files.kde.org/digikam/

Problem still reproducible with this version.

Thanks and happy Christmas in advance

Best Regards

Gilles Caulier

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

[okular] [Bug 430538] New: Markdown files opened as plain text

2020-12-18 Thread Yaroslav Sidlovsky
https://bugs.kde.org/show_bug.cgi?id=430538

Bug ID: 430538
   Summary: Markdown files opened as plain text
   Product: okular
   Version: 20.12.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: okular-de...@kde.org
  Reporter: zawer...@gmail.com
  Target Milestone: ---

Created attachment 134178
  --> https://bugs.kde.org/attachment.cgi?id=134178&action=edit
Markdown file for tests

SUMMARY
Okular uses wrong backend for Markdown files.
Issue could be fixed by the reverting this commit:
https://invent.kde.org/graphics/okular/-/merge_requests/316/diffs?commit_id=d2ae2c283df3d42e72a964d8891e0915f8f3a94b.
Issue can't be reproduced with okular 20.08.3 (no other changes to the system
was made).

STEPS TO REPRODUCE
1. Run "okular ~/Fedora-29-xrdp.md";
2. Check used backend in Help -> About Backend.

OBSERVED RESULT
"Txt backend" is used.


EXPECTED RESULT
"Markdown Backend" should be used instead.

SOFTWARE/OS VERSIONS
Operating System: Fedora 33
KDE Plasma Version: 5.20.4
KDE Frameworks Version: 5.77.0
Qt Version: 5.15.2
Kernel Version: 5.9.13-200.fc33.x86_64
OS Type: 64-bit
Processors: 4 × AMD FX(tm)-9590 Eight-Core Processor
Memory: 22.4 ГиБ of RAM
Graphics Processor: GeForce GTX 1060 6GB/PCIe/SSE2

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

[digikam] [Bug 426995] Native dark theme appear unsupported on macOS

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426995

--- Comment #4 from caulier.gil...@gmail.com ---
Hi,

digiKam 7.2.0-beta2 pre-release PKG installer now support BigSur and is
compiled with last stable Qt 5.15.2.

https://files.kde.org/digikam/

Problem still reproducible with this version.

Thanks and happy Christmas in advance

Best Regards

Gilles Caulier

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

[okular] [Bug 430538] Markdown files opened as plain text

2020-12-18 Thread Ilya Bizyaev
https://bugs.kde.org/show_bug.cgi?id=430538

Ilya Bizyaev  changed:

   What|Removed |Added

 CC||bizy...@zoho.com

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

[digikam] [Bug 429119] Convert RAW to DNG tool adds text to caption field

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=429119

--- Comment #1 from caulier.gil...@gmail.com ---
Hi,

digiKam 7.2.0-beta2 pre-release PKG installer now support BigSur and is
compiled with last stable Qt 5.15.2.

https://files.kde.org/digikam/

Problem still reproducible with this version.

Thanks and happy Christmas in advance

Best Regards

Gilles Caulier

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

[digikam] [Bug 426966] "export to local storage" is for one time user only

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426966

--- Comment #1 from caulier.gil...@gmail.com ---
Hi,

digiKam 7.2.0-beta2 pre-release PKG installer now support BigSur and is
compiled with last stable Qt 5.15.2.

https://files.kde.org/digikam/

Problem still reproducible with this version.

Thanks and happy Christmas in advance

Best Regards

Gilles Caulier

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

[digikam] [Bug 426733] Renaming with tags in subtree fails

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426733

--- Comment #9 from caulier.gil...@gmail.com ---
Hi,

digiKam 7.2.0-beta2 pre-release PKG installer now support BigSur and is
compiled with last stable Qt 5.15.2.

https://files.kde.org/digikam/

Problem still reproducible with this version.

Thanks and happy Christmas in advance

Best Regards

Gilles Caulier

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

[digikam] [Bug 426938] MP4 scans inconsistently chooses wrong "creation date"

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426938

--- Comment #4 from caulier.gil...@gmail.com ---
Hi,

digiKam 7.2.0-beta2 pre-release PKG installer now support BigSur and is
compiled with last stable Qt 5.15.2.

https://files.kde.org/digikam/

Problem still reproducible with this version.

Thanks and happy Christmas in advance

Best Regards

Gilles Caulier

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

[okular] [Bug 430538] Markdown files opened as plain text

2020-12-18 Thread Ilya Bizyaev
https://bugs.kde.org/show_bug.cgi?id=430538

--- Comment #1 from Ilya Bizyaev  ---
Same here.

Okular 20.12
Frameworks 5.76.0
Qt 5.15.2

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

[konqueror] [Bug 393496] assert in KProtocolInfoFactory::findProtocol() crashes Konqueror with invalid URLs

2020-12-18 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=393496

--- Comment #6 from Jonathan Marten  ---
Git commit b4a737f8167e21bf16b1e57ca180d9e4992c91d3 by Jonathan Marten.
Committed on 18/12/2020 at 11:59.
Pushed by marten into branch 'master'.

Do not assert if KIO::rawErrorDetail() is given a URL with no scheme

If the 'reqUrl' points to a URL that is not null but has no scheme,
e.g. QUrl("foo"), then QUrl takes it as as a valid relative URL.
However, the blank scheme is passed to KProtocolInfo::protocolClass()
which asserts.

This can be triggered by, e.g. "konqueror --part webenginepart foo"
where the "foo" generates a relative URL.

Check that the scheme is not empty before calling protocolClass().

M  +6-1src/core/job_error.cpp

https://invent.kde.org/frameworks/kio/commit/b4a737f8167e21bf16b1e57ca180d9e4992c91d3

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

[digikam] [Bug 426860] digikam not entirely behaving as app on macos

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426860

--- Comment #1 from caulier.gil...@gmail.com ---
Right. digiKam is stored at /opt/digikam, as it's not yet relocatable on disk.

I have some code to test for this purpose...

Gilles Caulier

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

[konsole] [Bug 388003] Application crash when changing KDE theme

2020-12-18 Thread Paul
https://bugs.kde.org/show_bug.cgi?id=388003

Paul  changed:

   What|Removed |Added

 CC|pip@gmx.com |

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

[digikam] [Bug 365263] Dragging a image to an Album cannot see which album easily

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=365263

--- Comment #6 from caulier.gil...@gmail.com ---
https://bugs.kde.org/show_bug.cgi?id=426938

--- Comment #4 from caulier.gil...@gmail.com ---
Hi,

digiKam 7.2.0-beta2 pre-release PKG installer now support BigSur and is
compiled with last stable Qt 5.15.2.

https://files.kde.org/digikam/

Problem still reproducible with this version.

Thanks and happy Christmas in advance

Best Regards

Gilles Caulier

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

[digikam] [Bug 423775] IPTC title ("Object Name") not getting truncated at 64 characters in certain situations

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=423775

--- Comment #4 from caulier.gil...@gmail.com ---
https://bugs.kde.org/show_bug.cgi?id=426938

--- Comment #4 from caulier.gil...@gmail.com ---
Hi,

digiKam 7.2.0-beta2 pre-release PKG installer now support BigSur and is
compiled with last stable Qt 5.15.2.

https://files.kde.org/digikam/

Problem still reproducible with this version.

Thanks and happy Christmas in advance

Best Regards

Gilles Caulier

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

[digikam] [Bug 420334] GUI hangs when adding a network folder

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=420334

--- Comment #39 from caulier.gil...@gmail.com ---
https://bugs.kde.org/show_bug.cgi?id=426938

--- Comment #4 from caulier.gil...@gmail.com ---
Hi,

digiKam 7.2.0-beta2 pre-release PKG installer now support BigSur and is
compiled with last stable Qt 5.15.2.

https://files.kde.org/digikam/

Problem still reproducible with this version.

Thanks and happy Christmas in advance

Best Regards

Gilles Caulier

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

[digikam] [Bug 367853] Digikam hangs on 'Reading database' when stumbling across MacOS' Photos Library of a huge size (>20GB)

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=367853

--- Comment #13 from caulier.gil...@gmail.com ---
https://bugs.kde.org/show_bug.cgi?id=426938

--- Comment #4 from caulier.gil...@gmail.com ---
Hi,

digiKam 7.2.0-beta2 pre-release PKG installer now support BigSur and is
compiled with last stable Qt 5.15.2.

https://files.kde.org/digikam/

Problem still reproducible with this version.

Thanks and happy Christmas in advance

Best Regards

Gilles Caulier

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

[digikam] [Bug 425369] Imported photo in album other than date taken

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=425369

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

   What|Removed |Added

 CC||caulier.gil...@gmail.com

--- Comment #6 from caulier.gil...@gmail.com ---
https://bugs.kde.org/show_bug.cgi?id=426938

--- Comment #4 from caulier.gil...@gmail.com ---
Hi,

digiKam 7.2.0-beta2 pre-release PKG installer now support BigSur and is
compiled with last stable Qt 5.15.2.

https://files.kde.org/digikam/

Problem still reproducible with this version.

Thanks and happy Christmas in advance

Best Regards

Gilles Caulier

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

[digikam] [Bug 424727] "Failed to connect to camera" error with iPhone 6s

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=424727

--- Comment #10 from caulier.gil...@gmail.com ---
https://bugs.kde.org/show_bug.cgi?id=426938

--- Comment #4 from caulier.gil...@gmail.com ---
Hi,

digiKam 7.2.0-beta2 pre-release PKG installer now support BigSur and is
compiled with last stable Qt 5.15.2.

https://files.kde.org/digikam/

Problem still reproducible with this version.

Thanks and happy Christmas in advance

Best Regards

Gilles Caulier

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

[digikam] [Bug 403144] Disable Popup for "move here"

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=403144

--- Comment #8 from caulier.gil...@gmail.com ---
https://bugs.kde.org/show_bug.cgi?id=426938

--- Comment #4 from caulier.gil...@gmail.com ---
Hi,

digiKam 7.2.0-beta2 pre-release PKG installer now support BigSur and is
compiled with last stable Qt 5.15.2.

https://files.kde.org/digikam/

Problem still reproducible with this version.

Thanks and happy Christmas in advance

Best Regards

Gilles Caulier

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

[digikam] [Bug 382631] View HDR metadata

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=382631

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

   What|Removed |Added

   Severity|normal  |wishlist

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

[digikam] [Bug 407738] MacOS clicking Import causes a need to force quit

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=407738

--- Comment #5 from caulier.gil...@gmail.com ---
https://bugs.kde.org/show_bug.cgi?id=426938

--- Comment #4 from caulier.gil...@gmail.com ---
Hi,

digiKam 7.2.0-beta2 pre-release PKG installer now support BigSur and is
compiled with last stable Qt 5.15.2.

https://files.kde.org/digikam/

Problem still reproducible with this version.

Thanks and happy Christmas in advance

Best Regards

Gilles Caulier

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

[digikam] [Bug 372487] BQM says there are unprocessed items even though it completed successfully and all images were processed

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=372487

--- Comment #9 from caulier.gil...@gmail.com ---
https://bugs.kde.org/show_bug.cgi?id=426938

--- Comment #4 from caulier.gil...@gmail.com ---
Hi,

digiKam 7.2.0-beta2 pre-release PKG installer now support BigSur and is
compiled with last stable Qt 5.15.2.

https://files.kde.org/digikam/

Problem still reproducible with this version.

Thanks and happy Christmas in advance

Best Regards

Gilles Caulier

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

[digikam] [Bug 380840] Crash while importing files

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=380840

--- Comment #7 from caulier.gil...@gmail.com ---
https://bugs.kde.org/show_bug.cgi?id=426938

--- Comment #4 from caulier.gil...@gmail.com ---
Hi,

digiKam 7.2.0-beta2 pre-release PKG installer now support BigSur and is
compiled with last stable Qt 5.15.2.

https://files.kde.org/digikam/

Problem still reproducible with this version.

Thanks and happy Christmas in advance

Best Regards

Gilles Caulier

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

[digikam] [Bug 371535] Albums from ext hdd are removed when digikam starts up if the external HDD is not plugged in

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=371535

--- Comment #9 from caulier.gil...@gmail.com ---
https://bugs.kde.org/show_bug.cgi?id=426938

--- Comment #4 from caulier.gil...@gmail.com ---
Hi,

digiKam 7.2.0-beta2 pre-release PKG installer now support BigSur and is
compiled with last stable Qt 5.15.2.

https://files.kde.org/digikam/

Problem still reproducible with this version.

Thanks and happy Christmas in advance

Best Regards

Gilles Caulier

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

[digikam] [Bug 370356] very slow when delete photos and albums

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=370356

--- Comment #7 from caulier.gil...@gmail.com ---
https://bugs.kde.org/show_bug.cgi?id=426938

--- Comment #4 from caulier.gil...@gmail.com ---
Hi,

digiKam 7.2.0-beta2 pre-release PKG installer now support BigSur and is
compiled with last stable Qt 5.15.2.

https://files.kde.org/digikam/

Problem still reproducible with this version.

Thanks and happy Christmas in advance

Best Regards

Gilles Caulier

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

[digikam] [Bug 396115] Import USB Storage Devices unable to use in MacOS Hight Sierra 10.13.5

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=396115

--- Comment #3 from caulier.gil...@gmail.com ---
https://bugs.kde.org/show_bug.cgi?id=426938

--- Comment #4 from caulier.gil...@gmail.com ---
Hi,

digiKam 7.2.0-beta2 pre-release PKG installer now support BigSur and is
compiled with last stable Qt 5.15.2.

https://files.kde.org/digikam/

Problem still reproducible with this version.

Thanks and happy Christmas in advance

Best Regards

Gilles Caulier

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

[digikam] [Bug 407236] macOS : digiKam 6.1.0 application language switch issue

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=407236

--- Comment #6 from caulier.gil...@gmail.com ---
https://bugs.kde.org/show_bug.cgi?id=426938

--- Comment #4 from caulier.gil...@gmail.com ---
Hi,

digiKam 7.2.0-beta2 pre-release PKG installer now support BigSur and is
compiled with last stable Qt 5.15.2.

https://files.kde.org/digikam/

Problem still reproducible with this version.

Thanks and happy Christmas in advance

Best Regards

Gilles Caulier

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

[digikam] [Bug 392562] Getting Started, Setting up - database, image storage locations

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=392562

--- Comment #2 from caulier.gil...@gmail.com ---
https://bugs.kde.org/show_bug.cgi?id=426938

--- Comment #4 from caulier.gil...@gmail.com ---
Hi,

digiKam 7.2.0-beta2 pre-release PKG installer now support BigSur and is
compiled with last stable Qt 5.15.2.

https://files.kde.org/digikam/

Problem still reproducible with this version.

Thanks and happy Christmas in advance

Best Regards

Gilles Caulier

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

[digikam] [Bug 393416] Can't import pictures on MacOS High Sierra from SD card or camera

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=393416

--- Comment #51 from caulier.gil...@gmail.com ---
https://bugs.kde.org/show_bug.cgi?id=426938

--- Comment #4 from caulier.gil...@gmail.com ---
Hi,

digiKam 7.2.0-beta2 pre-release PKG installer now support BigSur and is
compiled with last stable Qt 5.15.2.

https://files.kde.org/digikam/

Problem still reproducible with this version.

Thanks and happy Christmas in advance

Best Regards

Gilles Caulier

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

[digikam] [Bug 412894] Import window causes digiKam to hang in macOS

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=412894

--- Comment #11 from caulier.gil...@gmail.com ---
https://bugs.kde.org/show_bug.cgi?id=426938

--- Comment #4 from caulier.gil...@gmail.com ---
Hi,

digiKam 7.2.0-beta2 pre-release PKG installer now support BigSur and is
compiled with last stable Qt 5.15.2.

https://files.kde.org/digikam/

Problem still reproducible with this version.

Thanks and happy Christmas in advance

Best Regards

Gilles Caulier

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

[digikam] [Bug 416934] Tags & data disappear after moving images to new folder

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416934

--- Comment #3 from caulier.gil...@gmail.com ---
https://bugs.kde.org/show_bug.cgi?id=426938

--- Comment #4 from caulier.gil...@gmail.com ---
Hi,

digiKam 7.2.0-beta2 pre-release PKG installer now support BigSur and is
compiled with last stable Qt 5.15.2.

https://files.kde.org/digikam/

Problem still reproducible with this version.

Thanks and happy Christmas in advance

Best Regards

Gilles Caulier

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

[digikam] [Bug 411622] Add a new option to change visibility of thumbnail frame

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=411622

--- Comment #4 from caulier.gil...@gmail.com ---
https://bugs.kde.org/show_bug.cgi?id=426938

--- Comment #4 from caulier.gil...@gmail.com ---
Hi,

digiKam 7.2.0-beta2 pre-release PKG installer now support BigSur and is
compiled with last stable Qt 5.15.2.

https://files.kde.org/digikam/

Problem still reproducible with this version.

Thanks and happy Christmas in advance

Best Regards

Gilles Caulier

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

[digikam] [Bug 419184] Feature request: Be able to fail-back to low size/quality of previews when remote collection are disconnected

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=419184

--- Comment #5 from caulier.gil...@gmail.com ---
https://bugs.kde.org/show_bug.cgi?id=426938

--- Comment #4 from caulier.gil...@gmail.com ---
Hi,

digiKam 7.2.0-beta2 pre-release PKG installer now support BigSur and is
compiled with last stable Qt 5.15.2.

https://files.kde.org/digikam/

Problem still reproducible with this version.

Thanks and happy Christmas in advance

Best Regards

Gilles Caulier

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

[digikam] [Bug 412650] Can't uninstall and reinstall digikam properly on macOS - preferences remain, no first run dialog

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=412650

--- Comment #4 from caulier.gil...@gmail.com ---
https://bugs.kde.org/show_bug.cgi?id=426938

--- Comment #4 from caulier.gil...@gmail.com ---
Hi,

digiKam 7.2.0-beta2 pre-release PKG installer now support BigSur and is
compiled with last stable Qt 5.15.2.

https://files.kde.org/digikam/

Problem still reproducible with this version.

Thanks and happy Christmas in advance

Best Regards

Gilles Caulier

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

[digikam] [Bug 422242] Cannot read write tags to files

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=422242

--- Comment #8 from caulier.gil...@gmail.com ---
https://bugs.kde.org/show_bug.cgi?id=426938

--- Comment #4 from caulier.gil...@gmail.com ---
Hi,

digiKam 7.2.0-beta2 pre-release PKG installer now support BigSur and is
compiled with last stable Qt 5.15.2.

https://files.kde.org/digikam/

Problem still reproducible with this version.

Thanks and happy Christmas in advance

Best Regards

Gilles Caulier

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

[digikam] [Bug 396766] Can't add collection on removable disk

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=396766

--- Comment #8 from caulier.gil...@gmail.com ---
https://bugs.kde.org/show_bug.cgi?id=426938

--- Comment #4 from caulier.gil...@gmail.com ---
Hi,

digiKam 7.2.0-beta2 pre-release PKG installer now support BigSur and is
compiled with last stable Qt 5.15.2.

https://files.kde.org/digikam/

Problem still reproducible with this version.

Thanks and happy Christmas in advance

Best Regards

Gilles Caulier

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

[digikam] [Bug 367979] Crashes when scanning directories on network drive

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=367979

--- Comment #11 from caulier.gil...@gmail.com ---
https://bugs.kde.org/show_bug.cgi?id=426938

--- Comment #4 from caulier.gil...@gmail.com ---
Hi,

digiKam 7.2.0-beta2 pre-release PKG installer now support BigSur and is
compiled with last stable Qt 5.15.2.

https://files.kde.org/digikam/

Problem still reproducible with this version.

Thanks and happy Christmas in advance

Best Regards

Gilles Caulier

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

[kwin] [Bug 430531] Panel height edit buttons reversed

2020-12-18 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=430531

David Edmundson  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||k...@davidedmundson.co.uk
 Resolution|--- |DUPLICATE

--- Comment #2 from David Edmundson  ---


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

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

[plasmashell] [Bug 430050] plasma panel "+" and "-" size buttons are reversed for horizontal panel at top

2020-12-18 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=430050

David Edmundson  changed:

   What|Removed |Added

 CC||onyx...@gmail.com

--- Comment #5 from David Edmundson  ---
*** Bug 430531 has been marked as a duplicate of this bug. ***

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

[okular] [Bug 430538] Markdown files opened as plain text

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=430538

user6...@mail.ru changed:

   What|Removed |Added

 CC||user6...@mail.ru

--- Comment #2 from user6...@mail.ru ---
Same here.

OS: Arch Linux x86_64
Kernel: 5.4.84-1-lts
KDE Plasma Version: 5.20.4
KDE Frameworks Version: 5.77.0
Qt Version: 5.15.2
Okular Version: 20.12.0

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

[dolphin] [Bug 430374] Dolphin crashed while moving and mearging folders

2020-12-18 Thread Taner
https://bugs.kde.org/show_bug.cgi?id=430374

--- Comment #4 from Taner  ---
Created attachment 134179
  --> https://bugs.kde.org/attachment.cgi?id=134179&action=edit
New crash information added by DrKonqi

dolphin (20.08.3) using Qt 5.15.2

- What I was doing when the application crashed:

I was copying a folder from local disk to to another folder in a smb:// share
using split view. Merge dialog appeared after directory creation at the
destination although there was no duplicate in the destination before copying
and after chosing write into in the merge dialog dolphin crashed. 

I did several trials and result was always the same.

-- Backtrace (Reduced):
#4  0x7f7f0443c7e5 in QScopedPointer >::operator-> (this=) at
../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:118
[...]
#7  QAction::setEnabled (this=0x4c002000650076, b=true) at
kernel/qaction.cpp:1016
#8  0x7f7f03807866 in QtPrivate::QSlotObjectBase::call (a=0x7fff0fae8800,
r=0x7fff0fae94b0, this=0x55576eabe750) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
#9  doActivate (sender=0x55576f14c8a0, signal_index=9,
argv=argv@entry=0x7fff0fae8800) at kernel/qobject.cpp:3886
[...]
#11 0x7f7f0452d3e2 in QAbstractButton::clicked
(this=this@entry=0x55576f14c8a0, _t1=) at
.moc/moc_qabstractbutton.cpp:308

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

[dolphin] [Bug 430374] Dolphin crashed while moving and mearging folders

2020-12-18 Thread Taner
https://bugs.kde.org/show_bug.cgi?id=430374

Taner  changed:

   What|Removed |Added

 CC||b...@paclabs.nl

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

[systemsettings] [Bug 349295] System Settings/Applications crashes on switching to file associations

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=349295

alan.henry.willi...@hotmail.co.uk changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |FIXED

--- Comment #19 from alan.henry.willi...@hotmail.co.uk ---
Not sure why this has surfaced now, AFAIK it was fixed in 5.3.1 or 5.3.2.

I can confirm I cannot reproduce it in either Ubuntu 20.04/ Plasma 5.18.5
or Fedora 33/ Plasma 5.20.4.

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

[neon] [Bug 430539] New: Unable to configure web shortcuts in Okular snap

2020-12-18 Thread Kal Sze
https://bugs.kde.org/show_bug.cgi?id=430539

Bug ID: 430539
   Summary: Unable to configure web shortcuts in Okular snap
   Product: neon
   Version: unspecified
  Platform: Snap
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Snaps
  Assignee: neon-b...@kde.org
  Reporter: swordan...@gmail.com
CC: neon-b...@kde.org
  Target Milestone: ---

SUMMARY

Okular normally can use KDE's web shortcuts to quickly lookup words that you
highlight in an ebook. In non-Snap version of Okular, it is possible to
configure the web shortcuts. However, the same seems not possible in the Snap
version of Okular

STEPS TO REPRODUCE
1. Install the Okular Snap.
2. Open a PDF in Okular.
3. Highlight a word and right-click it.
4. Select "Search for ${word} with" -> "Configure Web Shortcuts..."

OBSERVED RESULT

No dialog box appears to configure web shortcuts.

EXPECTED RESULT

Get a dialog box to configure web shortcuts.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Kubuntu 20.04.1
(available in About System)
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.68.0
Qt Version: 5.12.8

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

[konqueror] [Bug 216907] Konqueror crash - google.com.ua

2020-12-18 Thread Igor K.
https://bugs.kde.org/show_bug.cgi?id=216907

Igor K.  changed:

   What|Removed |Added

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

--- Comment #8 from Igor K.  ---
@Justin(In reply to Justin Zobel from comment #6)
> ...can you please test and confirm if this issue ...

It is not possible to reproduce this bug, because 
https://translate.google.com/intl/ru/about/website/
doesn't work in 2020. This bug was opened 11 years ago.

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

[krunner] [Bug 347718] Krunner should rank local locations over search term hits when text starts with ~/

2020-12-18 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=347718

Bug Janitor Service  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED

--- Comment #4 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/524

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

[okular] [Bug 430540] New: Save annotation color

2020-12-18 Thread Iyán Méndez Veiga
https://bugs.kde.org/show_bug.cgi?id=430540

Bug ID: 430540
   Summary: Save annotation color
   Product: okular
   Version: 20.12.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: okular-de...@kde.org
  Reporter: m...@iyanmv.com
  Target Milestone: ---

The annotation toolbox has improved a lot in the last versions of Okular. I
found specially useful the option to change the color of the highlighter, for
example.

One thing that would be nice to change is that whenever the color is changed
from the default yellow one, it remains like that until it is changed again.
Right now if, for example, I highlight a text in red, and then go back to the
browse mode (to click on a link, for example), when I go back to the
highlighter the color is changed back to yellow. This is quite annoying because
it forces the user to select the color every single time. Also, since there is
no option to create a shortcut for a specific color (only to rotate between
them) there is no "keyboard workaround" to this issue.

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

[okular] [Bug 430540] Save annotation color

2020-12-18 Thread Iyán Méndez Veiga
https://bugs.kde.org/show_bug.cgi?id=430540

--- Comment #1 from Iyán Méndez Veiga  ---
Okay, I just realized that actually the problem is when I use the keyboard
shortcut. If I click on the highlighter, the color is not modified. If I press
1, then the color changes to yellow. Somehow the shortcut is mapped to a
specific color.

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

[kdeplasma-addons] [Bug 430418] Notes addon no longer works properly

2020-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=430418

--- Comment #4 from prote...@hotmail.it ---
(In reply to Nate Graham from comment #3)
> Why did you revert my changes to this bug report?

Are you asking to me?

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

[krita] [Bug 430541] New: The Bundle deactivates on its own and all the tags from the bundle disappear.

2020-12-18 Thread SyrenityBloom
https://bugs.kde.org/show_bug.cgi?id=430541

Bug ID: 430541
   Summary: The Bundle deactivates on its own and all the tags
from the bundle disappear.
   Product: krita
   Version: 4.4.1
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: Resource Management
  Assignee: krita-bugs-n...@kde.org
  Reporter: syrenitybl...@gmail.com
  Target Milestone: ---

SUMMARY

I created a bundle and when I created it, it makes two copies of the same
bundle and deactivated on its own. Every time I go to open resource management
the bundles appears in the deactivated area and in order to get the bundle
working I have to active both bundles and not touch resource management again
because each time that I open the manager they deactivate on their own. I'm not
sure what is causing it on my main computer account because when I tried with
another account on the same computer it worked perfectly fine.  

STEPS TO REPRODUCE
1. 
2. 
3. 

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

I have attached the bundle file below along with my system information.

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

[krita] [Bug 430541] The Bundle deactivates on its own and all the tags from the bundle disappear.

2020-12-18 Thread SyrenityBloom
https://bugs.kde.org/show_bug.cgi?id=430541

--- Comment #1 from SyrenityBloom  ---
Created attachment 134180
  --> https://bugs.kde.org/attachment.cgi?id=134180&action=edit
Brush Bundle

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

[krita] [Bug 430541] The Bundle deactivates on its own and all the tags from the bundle disappear.

2020-12-18 Thread SyrenityBloom
https://bugs.kde.org/show_bug.cgi?id=430541

--- Comment #2 from SyrenityBloom  ---
Created attachment 134181
  --> https://bugs.kde.org/attachment.cgi?id=134181&action=edit
System Information

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

[plasmashell] [Bug 414663] Plasma on Wayland crashes - virtual desktops

2020-12-18 Thread Srevin Saju
https://bugs.kde.org/show_bug.cgi?id=414663

Srevin Saju  changed:

   What|Removed |Added

 CC||srevins...@sugarlabs.org

--- Comment #1 from Srevin Saju  ---
Created attachment 134182
  --> https://bugs.kde.org/attachment.cgi?id=134182&action=edit
crash_logs_plasmashell

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

  1   2   3   4   5   >